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
According to $schema keyword definition the official { "$schema": "http://json-schema.org/draft/..." } declarations should not be used with schemas containing custom keywords. Does AJV have a recommended $schema URI for use with documents containing custom AVJ keywords in addition to standard json-schema.org keywords?
The text was updated successfully, but these errors were encountered:
According to $schema keyword definition the official
{ "$schema": "http://json-schema.org/draft/..." }
declarations should not be used with schemas containing custom keywords. Does AJV have a recommended $schema URI for use with documents containing custom AVJ keywords in addition to standard json-schema.org keywords?The text was updated successfully, but these errors were encountered: