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
In newer drafts <= 7, the spec has been clarified to exclude properties next to $ref. At draft 4, json-schema yields inconsistent results to other validators.
With draft 8, properties next to $ref are allowed and behave like json-schema (as far as I can tell).
In newer drafts <= 7, the spec has been clarified to exclude properties next to
$ref
. At draft 4, json-schema yields inconsistent results to other validators.With draft 8, properties next to
$ref
are allowed and behave like json-schema (as far as I can tell).See also json-schema-org/json-schema-spec#672
The text was updated successfully, but these errors were encountered: