2 Repositories
Python jsonschema Libraries
JSON Schema validation library
jsonschema A JSON Schema validator implementation. It compiles schema into a validation tree to have validation as fast as possible. Supported drafts:
309 Jan 1, 2023
An(other) implementation of JSON Schema for Python
jsonschema jsonschema is an implementation of JSON Schema for Python. from jsonschema import validate # A sample schema, like what we'd get f
4k Jan 4, 2023