1jschon is an object-oriented JSON Schema implementation for Python.
2
3Features:
4* JSON Schema validator implementation (drafts 2019-09, 2020-12)
5  * Schema compilation and indexing
6  * $ref loading from local and remote sources
7  * Support for custom keywords, vocabularies and meta-schemas
8  * Support for format validation
9* JSON class implementing the JSON data model
10* JSON Pointer (RFC 6901)
11* JSON Patch (RFC 6902)
12* Relative JSON Pointer (draft)
13