🌐
PyPI
pypi.org › project › jsonschema
jsonschema · PyPI
An implementation of JSON Schema validation for Python
      » pip install jsonschema
    
Published   Jan 07, 2026
Version   4.26.0
🌐
PyPI
pypi.org › project › jsonschema-specifications
jsonschema-specifications · PyPI
jsonschema_specifications-2025.9.1.tar.gz (32.9 kB view details)
      » pip install jsonschema-specifications
    
Published   Sep 08, 2025
Version   2025.9.1
🌐
PyPI
pypi.org › project › jsonschema-rs
jsonschema-rs · PyPI
Floating-point literals that don't fit in float (for example 1e10000 or extremely precise decimals) fall back to decimal.Decimal using their original JSON string representation. This means ValidationError.kind attributes may contain Decimal instances for very large numbers. Import Decimal from the standard library if you need to compare against or serialize those values exactly: from decimal import Decimal from jsonschema_rs import ValidationError, validator_for validator = validator_for('{"const": 1e10000}') try: validator.validate(0) except ValidationError as exc: assert exc.kind.expected_value == Decimal("1e10000") # Extremely large exponents (beyond ~10^1_000_000) are clamped internally to keep parsing # predictable, matching the Rust implementation's guardrails.
      » pip install jsonschema-rs
    
🌐
GitHub
github.com › python-jsonschema › jsonschema
GitHub - python-jsonschema/jsonschema: An implementation of the JSON Schema specification for Python · GitHub
An implementation of the JSON Schema specification for Python - python-jsonschema/jsonschema
Starred by 4.9K users
Forked by 610 users
Languages   Python 99.8% | TypeScript 0.2%
🌐
jsonschema
python-jsonschema.readthedocs.io
jsonschema 4.26.0 documentation
PyPI version Supported Python versions Build status ReadTheDocs status pre-commit.ci status Zenodo DOI jsonschema is an implementation of the JSON Schema specification for Python. It can also be us...
🌐
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": ...
      » pip install jsonschema-spec
    
Published   Aug 16, 2023
Version   0.2.4
🌐
PyPI
pypi.org › project › json-schema-for-humans
json-schema-for-humans · PyPI
Each parameter is in the format --config parameter_name=parameter_value. Example: --config expand_buttons=true.
      » pip install json-schema-for-humans
    
Published   Nov 21, 2025
Version   1.5.1
🌐
PyPI
pypi.org › project › json-to-schema
json-to-schema · PyPI
json-to-schema -i input.json \ --schema-id https://example.com/schemas/product \ --schema-title "Product Schema" \ --schema-description "Schema for product payloads"
      » pip install json-to-schema
    
Published   Feb 08, 2026
Version   1.1.0
🌐
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
🌐
jsonschema
python-jsonschema.readthedocs.io › en › latest
jsonschema 4.25.2.dev18+g278fc0a5a documentation
PyPI version Supported Python versions Build status ReadTheDocs status pre-commit.ci status Zenodo DOI jsonschema is an implementation of the JSON Schema specification for Python. It can also be us...
Find elsewhere
🌐
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 ·
🌐
piwheels
piwheels.org › project › jsonschema
piwheels - jsonschema
January 7, 2026 - An implementation of JSON Schema validation for Python
🌐
PyPI
pypi.org › project › check-jsonschema
check-jsonschema
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 › jsonschema-path
jsonschema-path · PyPI
export JSONSCHEMA_PATH_BENCH_REPEATS=5 export JSONSCHEMA_PATH_BENCH_WARMUP=1 export JSONSCHEMA_PATH_BENCH_RESOLVED_CACHE_MAXSIZE=64
      » pip install jsonschema-path
    
Published   Mar 03, 2026
Version   0.4.5
🌐
PyPI
pypi.org › project › jsonschema-pyref
jsonschema-pyref · PyPI
>>> from pkgutil import get_data >>> import jsonschema_pyref.examples >>> jsonschema_pyref.examples.schema1 {'type': 'string'} >>> def show_file(filename): ... data = get_data('jsonschema_pyref.examples', filename) ... print(data.decode('ascii').strip()) ...
      » pip install jsonschema-pyref
    
Published   Nov 16, 2021
Version   0.1.0
🌐
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
    
Published   Feb 28, 2024
Version   0.23.1
🌐
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 | ...
🌐
PyPI
pypi.org › project › jsonschema-models
jsonschema-models · PyPI
April 8, 2025 - jsonschema_models-1.2.3.tar.gz (11.1 kB view details)
      » pip install jsonschema-models
    
Published   Apr 08, 2025
Version   1.2.3
🌐
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