jsonsubschema icon indicating copy to clipboard operation
jsonsubschema copied to clipboard

Tool for checking whether a JSON schema is a subschema of another JSON schema.

Results 7 jsonsubschema issues
Sort by recently updated
recently updated
newest added

Since [jsonschema](https://anaconda.org/conda-forge/jsonschema) is available in conda-forge, please also upload this package.

Hello, I noticed a performance problem as soon as the schema contains the following structure: ` ... "anyOf": [ {"enum": ["aa", "bb", "cc"]}, {"pattern": "pattern1"}, {"pattern": "pattern2"}, {"pattern": "pattern3"}, ......

Hello, There is a problem when using escaped characters in a pattern. E.g.: ` { "type": "string", "anyOf": [ { "pattern": "^a\\-b$" }, { "pattern": "^b\\-c$" } ] } `...

Is it straightforward to provide a list of fields which invalidate one schema being a subset of another? - i.e. debugging information Currently if you use this to validate schema...

We are currently looking for a tool that can check schema compatibility. One of the examples I used to test this software is to validate is to check a producer...

Currently, this library seems to be built on draft-04. https://github.com/IBM/jsonsubschema/blob/f6dbeb7d41bc04fc3be0cd9b51e5d0c2b75c6ad7/jsonsubschema/config.py#L16-L22 It would be great if it supports newer draft versions.

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...