
jsonschema 4.26.0
0
An implementation of JSON Schema validation for Python
Contents
An implementation of JSON Schema validation for Python
Stars: 4928, Watchers: 4928, Forks: 608, Open Issues: 45The python-jsonschema/jsonschema repo was created 14 years ago and the last code push was Yesterday.
The project is very popular with an impressive 4928 github stars!
How to Install jsonschema
You can install jsonschema using pip
pip install jsonschema
or add it to a project with poetry
poetry add jsonschema
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/jsonschema/
- Documentation:
- https://python-jsonschema.readthedocs.io/
- GitHub Repo:
- https://github.com/Julian/jsonschema
Classifiers
- File Formats/JSON
- File Formats/JSON/JSON Schema
Related Packages
Errors
A list of common jsonschema errors.
Code Examples
Here are some jsonschema code examples and snippets.
GitHub Issues
The jsonschema package has 45 open issues on GitHub
- Instance validates if
multipleOfis an integer, but fails if it's a float
pythonfix







