jsonschema is an implementation of the JSON Schema specification for Python. Full support for Draft 2020-12, Draft 2019-09, Draft 7, Draft 6, Draft 4 and Draft 3. Lazy validation that can iteratively report all validation errors. Programmatic querying of which properties or items failed validation.
Features
- Full support for Draft 2020-12, Draft 2019-09, Draft 7, Draft 6, Draft 4 and Draft 3
- Programmatic querying of which properties or items failed validation
- Lazy validation that can iteratively report all validation errors
- Two extras are available when installing the package
- Implementation of the JSON Schema specification for Python
- jsonschema is available on PyPI
