JSON-Schema-Test-Suite icon indicating copy to clipboard operation
JSON-Schema-Test-Suite copied to clipboard

A language agnostic test suite for the JSON Schema specifications

Results 74 JSON-Schema-Test-Suite issues
Sort by recently updated
recently updated
newest added
trafficstars

Test: https://github.com/json-schema-org/JSON-Schema-Test-Suite/blob/83e866b46c9f9e7082fd51e83a61c5f2145a1ab7/tests/draft7/additionalItems.json#L120-L135 While it's true that `additionalItems` can't see into applicators, the reason this passes validation is actually because the default value for `items` is an empty schema, which evaluates...

I noticed that our JSON Schema implementation is doing a simple check for the `not`, `then` and `else` keywords, meaning a schema like `{"not":false}` would be treated exactly like `{}`....

It is tempting to forgo evaluation of the 'contains' schema when `minContains = 0`. However, when an `unevaluatedItems` schema is present, the `contains` schema must still be evaluated as it...

Added tests to ensure that the `date` and `time` formats do not validate as valid when supplied with `date-time` values. These tests are as a response to json-everything/json-everything#881 and json-everything/json-everything#882...