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
I would love to see the actual JSON Schema version that is supported by the library somewhere in the readme. Sure I can go look in the tests and infer that only Draft-4 of the JSON Schema is supported, but you need to be very desperate to do that.
Context: I spent a whole lot of time figuring out why 'contains' is not working for an array. Not sure, but maybe with Constraint::CHECK_MODE_VALIDATE_SCHEMA set, it should warn you about properties in your JSON Schema that are not supported.
I would be open to "implement" those changes myself and open a PR for them to be merged.
The text was updated successfully, but these errors were encountered:
I would love to see the actual JSON Schema version that is supported by the library somewhere in the readme. Sure I can go look in the tests and infer that only Draft-4 of the JSON Schema is supported, but you need to be very desperate to do that.
Context: I spent a whole lot of time figuring out why 'contains' is not working for an array. Not sure, but maybe with
Constraint::CHECK_MODE_VALIDATE_SCHEMA
set, it should warn you about properties in your JSON Schema that are not supported.I would be open to "implement" those changes myself and open a PR for them to be merged.
The text was updated successfully, but these errors were encountered: