You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a test for respecting dynamic scopes while avoiding the root of each schema
We $ref from base -> first#/$defs/stuff -> second#/$defs/stuff ->
third#/$defs/stuff and then follow a $dynamicRef to #length.
At no point do we ever actually evaluate at the root schema for each scope.
The dynamic scope is [ base, first, second, third ] and we check the scopes in order,
therefore the first scope we find with a dynamic anchor "length" is "second".
0 commit comments