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
When I attempt to validate against a draft v4 schema using JSON::Validator.fully_validate_schema(schema_path, version: :draft4) I receive error messages similar to the following:
Thanks - apparently was trying to rush that. Fixed this and added tests for draft3/draft4 validation. Released a new 2.0.1 gem that should resolve this issue.
When I attempt to validate against a draft v4 schema using
JSON::Validator.fully_validate_schema(schema_path, version: :draft4)
I receive error messages similar to the following:I see the same issue without specifying the draft version
Seems like the draft v4 schema JSON resource is a copy of the v3 schema file with some whitespace changes.
Validating an actual JSON document using my v4 schema seems to work without issue.
The text was updated successfully, but these errors were encountered: