PyPI
pypi.org › project › jsonschema
jsonschema · PyPI
An implementation of JSON Schema validation for Python
» pip install jsonschema
PyPI
pypi.org › project › jsonschema-specifications
jsonschema-specifications · PyPI
The JSON Schema meta-schemas and vocabularies, exposed as a Registry
» pip install jsonschema-specifications
Published Sep 08, 2025
Version 2025.9.1
Videos
GitHub
github.com › python-jsonschema › jsonschema
GitHub - python-jsonschema/jsonschema: An implementation of the JSON Schema specification for Python · GitHub
Starred by 4.9K users
Forked by 610 users
Languages Python 99.8% | TypeScript 0.2%
PyPI
pypi.org › project › jsonschema-rs
jsonschema-rs · PyPI
A high-performance JSON Schema validator for Python
» pip install jsonschema-rs
PyPI
pypi.org › project › jsonschema-path
jsonschema-path · PyPI
jsonschema_path-0.4.5.tar.gz (15.1 kB view details)
» pip install jsonschema-path
Published Mar 03, 2026
Version 0.4.5
jsonschema
python-jsonschema.readthedocs.io
jsonschema 4.26.0 documentation
jsonschema is available on PyPI.
PyPI
pypi.org › org › jsonschema
Profile of JSON Schema · PyPI
Organization jsonschema · Last released Jan 16, 2025 · Sphinx support for the JSON Schema specifications · Last released Jan 7, 2026 · An implementation of JSON Schema validation for Python · Last released Sep 8, 2025 · The JSON Schema meta-schemas and vocabularies, exposed as a Registry ·
PyPI
pypi.org › project › jsonschema-spec
jsonschema-spec · PyPI
>>> from jsonschema_spec import SchemaPath >>> d = { ... "properties": { ... "info": { ... "$ref": "#/$defs/Info", ... }, ... }, ... "$defs": { ... "Info": { ... "properties": { ... "title": { ... "$ref": "http://example.com", ... }, ... "version": { ... "type": "string", ...
» pip install jsonschema-spec
PyPI Stats
pypistats.org › packages › jsonschema
PyPI Download Stats
PyPI page Home page Author: None Summary: An implementation of JSON Schema validation for Python Latest version: 4.26.0 Required dependencies: attrs | jsonschema-specifications | referencing | rpds-py Optional dependencies: fqdn | idna | isoduration | jsonpointer | rfc3339-validator | ...
piwheels
piwheels.org › project › jsonschema
piwheels - jsonschema
January 7, 2026 - The piwheels project page for jsonschema: An implementation of JSON Schema validation for Python
PyPI
pypi.org › project › jsonschema-default
jsonschema-default
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
PyPI
pypi.org › project › types-jsonschema
types-jsonschema · PyPI
This is a type stub package for the jsonschema package. It can be used by type checkers to check code that uses jsonschema.
» pip install types-jsonschema
Readthedocs
python-jsonschema.readthedocs.io › en › v3.2.0
jsonschema — jsonschema 3.2.0 documentation
jsonschema is available on PyPI.
PyPI
pypi.org › project › json-to-schema
json-to-schema · PyPI
A tool to infer JSON Schemas from JSON data.
» pip install json-to-schema
PyPI
pypi.org › project › hypothesis-jsonschema
hypothesis-jsonschema · PyPI
Here's the PyPI page. The public API consists of just one function: hypothesis_jsonschema.from_schema, which takes a JSON schema and returns a strategy for allowed JSON objects.
» pip install hypothesis-jsonschema
PyPI
pypi.org › project › jsonschema-model
jsonschema-model
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
PyPI
pypi.org › project › json-schema-for-humans
json-schema-for-humans · PyPI
Generate static HTML documentation from JSON schemas
» pip install json-schema-for-humans
Published Nov 21, 2025
Version 1.5.1
PyPI
pypi.org › project › jsonschema-typed2
jsonschema-typed2
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
PyPI
pypi.org › project › dataclasses-jsonschema
dataclasses-jsonschema · PyPI
from dataclasses_jsonschema import JsonSchemaMixin, SchemaType @dataclass class Address(JsonSchemaMixin): """Postal Address""" building: str street: str city: str @dataclass class Company(JsonSchemaMixin): """Company Details""" name: str address: Address >>> pprint(JsonSchemaMixin.all_json_schemas(schema_type=SchemaType.SWAGGER_V3)) {'Address': {'description': 'Postal Address', 'properties': {'building': {'type': 'string'}, 'city': {'type': 'string'}, 'street': {'type': 'string'}}, 'required': ['building', 'street', 'city'], 'type': 'object'}, 'Company': {'description': 'Company Details', 'properties': {'address': {'$ref': '#/components/schemas/Address'}, 'name': {'type': 'string'}}, 'required': ['name', 'address'], 'type': 'object'}}
» pip install dataclasses-jsonschema
PyPI
pypi.org › project › jsonschema-extended
jsonschema-extended · PyPI
July 17, 2018 - An implementation of JSON Schema validation for Python
» pip install jsonschema-extended