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
This should be invalid, and it is if you validate your schema with JSV and schema modules. json-schema, though, says that this JSON is valid, probably because of validate.js:93, since typeof [] === 'object'.
The text was updated successfully, but these errors were encountered:
Not sure if this project is still alive, but.
Let's take this simple JSON:
and a schema for it:
This should be invalid, and it is if you validate your schema with JSV and schema modules. json-schema, though, says that this JSON is valid, probably because of validate.js:93, since
typeof [] === 'object'
.The text was updated successfully, but these errors were encountered: