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
The spec for $ref, whether in its own JSON Reference spec
or as part of the JSON Schema Core spec, states that keywords
adjacent to "$ref" MUST be ignored. Therefore these tests were
invalid, even though the intent was clear to most readers.
The correct way to combine "$ref"s is with "allOf".
These tests have probably generally worked b/c "definitions"
is usually processed up front.
0 commit comments