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
An object schema with a "$ref" property MUST be interpreted as a "$ref" reference. The value of the "$ref" property MUST be a URI Reference. Resolved against the current URI base, it identifies the URI of a schema to use. All other properties in a "$ref" object MUST be ignored.
The current behavior is to process all properties regardless of whether $ref is present, which is a bug and contrary to the spec.
This needs to be fixed for 6.0.0, and should not be backported - it's a bugfix, but will break known behavior that some people may be depending on.
Big thanks to @johannes-see for noticing this in #435 👍.
The text was updated successfully, but these errors were encountered:
According to the spec:
The current behavior is to process all properties regardless of whether
$ref
is present, which is a bug and contrary to the spec.This needs to be fixed for 6.0.0, and should not be backported - it's a bugfix, but will break known behavior that some people may be depending on.
Big thanks to @johannes-see for noticing this in #435 👍.
The text was updated successfully, but these errors were encountered: