🌐
Readthedocs
python-jsonschema.readthedocs.io › en › v3.2.0
jsonschema — jsonschema 3.2.0 documentation
If you have tox installed (perhaps via pip install tox or your package manager), running tox in the directory of your source checkout will run jsonschema’s test suite on all of the versions of Python jsonschema supports.
🌐
GitHub
github.com › python-jsonschema
Python + JSON Schema · GitHub
JSON Schema implementation and surrounding tooling for Python - Python + JSON Schema
🌐
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
🌐
Debian
packages.debian.org › sid › python3-jsonschema
Debian -- Details of package python3-jsonschema in sid
JSON Schema is a specification for a JSON-based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how it can be modified, much like what XML Schema provides for XML. JSON Schema is intended to provide ...
🌐
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 › en › stable
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...
🌐
piwheels
piwheels.org › project › jsonschema
piwheels - jsonschema
January 7, 2026 - An implementation of JSON Schema validation for Python
🌐
Readthedocs
python-jsonschema.readthedocs.io › en › v2.6.0
jsonschema — jsonschema 2.6.0 documentation
jsonschema is an implementation of JSON Schema for Python (supporting 2.7+ including Python 3) · You can find further information (installation instructions, mailing list) as well as the source code and issue tracker on our GitHub page
🌐
OpenEmbedded
layers.openembedded.org › layerindex › recipe › 100460
OpenEmbedded Layer Index - python3-jsonschema
warrior · meta-python · python3-jsonschema · python3-jsonschema 2.6.0 · Sources · Patches · Other branches · This recipe in other branches of meta-python: · change history • about this site • FAQ
🌐
Debian
packages.debian.org › buster › python3-jsonschema
Details of package python3-jsonschema in buster
two or more packages specified (python3-jsonschema buster) See our contact page to get in touch. Content Copyright © 1997 - 2025 SPI Inc.; See license terms. Debian is a trademark of SPI Inc. Learn more about this site.
Find elsewhere
🌐
Donofden
donofden.com › blog › 2020 › 03 › 15 › How-to-Validate-JSON-Schema-using-Python
Aravind Kumar G | Portfolio (Software Developer)
March 15, 2020 - Currently the most complete and compliant JSON Schema validator available for python is Jsonschema.
🌐
jsonschema
python-jsonschema.readthedocs.io › en › latest › validate
Schema Validation - jsonschema 4.26.1.dev25+gad0a1b301 documentation
The Basics: The simplest way to validate an instance under a given schema is to use the validate function. The Validator Protocol: jsonschema defines a protocol that all validator classes adhere to...
🌐
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
🌐
Medium
medium.com › grammofy › handling-complex-json-schemas-in-python-9eacc04a60cf
Handling complex JSON Schemas in Python | by Paul Götze | Grammofy | Medium
August 21, 2020 - Handling complex JSON Schemas in Python In a previous post we looked at how to test your Python API app with JSON Schema. In case you have to deal with complex and nested JSON data, schema …
🌐
Snyk
snyk.io › snyk vulnerability database › pip
jsonschema vulnerabilities | Snyk
November 1, 2022 - Further analysis of the maintenance status of jsonschema based on released PyPI versions cadence, the repository activity, and other data points determined that its maintenance is Healthy.
🌐
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...
🌐
Ubuntu
launchpad.net › ubuntu › jammy › +package › python3-jsonschema
python3-jsonschema : Jammy (22.04) : Ubuntu - Launchpad
JSON Schema is a specification for a JSON-based format for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how it can be modified, much like what XML Schema provides ...
🌐
jsonschema
python-jsonschema.readthedocs.io › en › stable › validate
Schema Validation - jsonschema 4.26.0 documentation
The Basics: The simplest way to validate an instance under a given schema is to use the validate function. The Validator Protocol: jsonschema defines a protocol that all validator classes adhere to...
🌐
GeeksforGeeks
geeksforgeeks.org › python › introduction-to-python-jsonschema
Introduction to Python jsonschema - GeeksforGeeks
July 23, 2025 - The jsonschema library is a powerful tool for validating JSON data against a schema, ensuring data integrity and adherence to expected formats. While it offers many advantages, including standardized validation and clear error reporting, it ...