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
JSON::Validator.validate!(schema, data) return true.
JSON::Validator.fully_validate(schema, data) return array of errors related to "not" keyword in the schema.
The text was updated successfully, but these errors were encountered:
Fixed in 2.1.5 - the "errors" were errors that accumulated when the "not" schema was validated, which of course SHOULD fail in a successful validation. Thanks!
Here is a schema and test data for validator:
JSON::Validator.validate!(schema, data) return true.
JSON::Validator.fully_validate(schema, data) return array of errors related to "not" keyword in the schema.
The text was updated successfully, but these errors were encountered: