🌐
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 609 users
Languages   Python 99.8% | TypeScript 0.2%
🌐
GitHub
github.com › python-jsonschema
Python + JSON Schema · GitHub
A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more! There was an error while loading. Please reload this page. python-jsonschema/check-jsonschema’s past year of commit activity
🌐
GitHub
github.com › Julian › jsonschema › releases
Releases · python-jsonschema/jsonschema
An implementation of the JSON Schema specification for Python - python-jsonschema/jsonschema
Author   python-jsonschema
🌐
GitHub
github.com › python-jsonschema › jsonschema-specifications
GitHub - python-jsonschema/jsonschema-specifications: Support files exposing JSON from the JSON Schema specifications to Python
JSON support files from the JSON Schema Specifications (metaschemas, vocabularies, etc.), packaged for runtime access from Python as a referencing-based Schema Registry.
Starred by 12 users
Forked by 11 users
Languages   Python 100.0% | Python 100.0%
🌐
Horejsek
horejsek.github.io › python-fastjsonschema
Fast JSON schema for Python — fastjsonschema documentation
Support only for Python 3.3 and higher. fastjsonschema implements validation of JSON documents by JSON schema. The library implements JSON schema drafts 04, 06, and 07. The main purpose is to have a really fast implementation. See some numbers: Probably the most popular, jsonschema, can take ...
🌐
GitHub
github.com › python-jsonschema › check-jsonschema
GitHub - python-jsonschema/check-jsonschema: A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more! · GitHub
A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more! - python-jsonschema/check-jsonschema
Starred by 300 users
Forked by 59 users
Languages   Python 99.8% | Just 0.2%
🌐
PyPI
pypi.org › project › jsonschema
jsonschema · PyPI
Runner Environment: github-hosted · Publication workflow: ci.yml@a7277432b0f7bcd0551f6e589d30457017125df4 · Trigger Event: push · Details for the file jsonschema-4.26.0-py3-none-any.whl. Download URL: jsonschema-4.26.0-py3-none-any.whl · Upload date: Jan 7, 2026 · Size: 90.6 kB · Tags: Python 3 ·
      » pip install jsonschema
    
Published   Jan 07, 2026
Version   4.26.0
🌐
GitHub
github.com › json-schema-org
JSON Schema · GitHub
The organisation responsible for the Json Schema specification - JSON Schema
🌐
GitHub
github.com › horejsek › python-fastjsonschema
GitHub - horejsek/python-fastjsonschema: Fast JSON schema validator for Python.
Fast JSON schema validator for Python. Contribute to horejsek/python-fastjsonschema development by creating an account on GitHub.
Starred by 488 users
Forked by 76 users
Languages   Python 98.7% | Makefile 1.3% | Python 98.7% | Makefile 1.3%
🌐
GitHub
github.com › cwacek › python-jsonschema-objects
GitHub - cwacek/python-jsonschema-objects: Automatic Python binding generation from JSON Schemas · GitHub
python-jsonschema-objects provides an automatic class-based binding to JSON Schemas for use in python.
Starred by 373 users
Forked by 90 users
Languages   Python
Find elsewhere
🌐
GitHub
github.com › python-jsonschema › jsonschema › blob › main › jsonschema › validators.py
jsonschema/jsonschema/validators.py at main · python-jsonschema/jsonschema
An implementation of the JSON Schema specification for Python - jsonschema/jsonschema/validators.py at main · python-jsonschema/jsonschema
Author   python-jsonschema
🌐
GitHub
github.com › python-jsonschema › hypothesis-jsonschema
GitHub - python-jsonschema/hypothesis-jsonschema: Tools to generate test data from JSON schemata with Hypothesis
Tools to generate test data from JSON schemata with Hypothesis - python-jsonschema/hypothesis-jsonschema
Starred by 278 users
Forked by 36 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › python-jsonschema › jsonschema-lexer
GitHub - python-jsonschema/jsonschema-lexer: A Pygments lexer for JSON Schema
A Pygments lexer for JSON Schema. Contribute to python-jsonschema/jsonschema-lexer development by creating an account on GitHub.
Author   python-jsonschema
🌐
GitHub
github.com › onyxfish › jsonschema
GitHub - onyxfish/jsonschema: A Python implementation of the JSON Schema validator described at http://www.json-schema.org/. MIT Copyright (c) 2008 Ian Lewis, Yusuke Muraoka.
Parsing a simple JSON document >>> import jsonschema >>> jsonschema.validate("simplejson", {"type":"string"}) Parsing a more complex JSON document. >>> import simplejson >>> import jsonschema >>> >>> data = simplejson.loads('["foo", {"bar":["baz", ...
Starred by 16 users
Forked by 4 users
Languages   Python 99.6% | JavaScript 0.4% | Python 99.6% | JavaScript 0.4%
🌐
GitHub
github.com › Julian › jsonschema › blob › main › jsonschema › _format.py
jsonschema/jsonschema/_format.py at main · python-jsonschema/...
An implementation of the JSON Schema specification for Python - jsonschema/jsonschema/_format.py at main · python-jsonschema/jsonschema
Author   python-jsonschema
🌐
GitHub
github.com › p1c2u › jsonschema-path
GitHub - p1c2u/jsonschema-path: Object-oriented JSONSchema
Python library that validates schema against the OpenAPI Schema Specification v3.0.
Starred by 10 users
Forked by 8 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › python-jsonschema › schemastore
GitHub - python-jsonschema/schemastore: Easy use of the JSON SchemaStore from Python, as a referencing.Registry
import jsonschema import schemastore # Validate whether the string "foo" is a valid GitHub actions workflow (it is not.) jsonschema.validate( '"foo"', {"$ref": "https://json.schemastore.org/github-action.json"}, registry=schemastore.registry(), )
Author   python-jsonschema
🌐
GitHub
github.com › python-jsonschema › jsonschema › issues › 277
python-jsonschema/jsonschema
December 8, 2015 - An implementation of the JSON Schema specification for Python - python-jsonschema/jsonschema
Author   MichaelCurrie
🌐
GitHub
github.com › python-jsonschema › referencing
GitHub - python-jsonschema/referencing: Cross-specification JSON referencing (JSON Schema, OpenAPI, and the one you just made up!) · GitHub
Cross-specification JSON referencing (JSON Schema, OpenAPI, and the one you just made up!) - python-jsonschema/referencing
Starred by 52 users
Forked by 21 users
Languages   Python
🌐
GitHub
github.com › python-jsonschema › jsonschema › blob › main › jsonschema › cli.py
jsonschema/jsonschema/cli.py at main · python-jsonschema/jsonschema
An implementation of the JSON Schema specification for Python - jsonschema/jsonschema/cli.py at main · python-jsonschema/jsonschema
Author   python-jsonschema