blob: 130c5d25f0942bff8f9aae9ae24c9d306fd7e6ea (
plain) (
blame)
1
2
3
4
5
6
|
jsonschema is an implementation of JSON Schema for Python
- Full support for Draft 3 and Draft 4 of the schema.
- Lazy validation that can iteratively report all validation errors.
- Small and extensible
- Programmatic querying of which properties or items failed validation.
|