summaryrefslogtreecommitdiff
path: root/textproc/py-jsonschema/DESCR
blob: fe68d1a16212de56e6b4a8920025534a9fe133fe (plain)
1
2
3
4
5
6
7
8
9
jsonschema is an implementation of JSON Schema for Python (supporting
2.6+ including Python 3).

Features:

- 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.