jsonschema 4.23.0
0
An implementation of JSON Schema validation for Python
Contents
An implementation of JSON Schema validation for Python
Stars: 4602, Watchers: 4602, Forks: 579, Open Issues: 37The python-jsonschema/jsonschema
repo was created 12 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 4602 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
- MIT
- 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 37 open issues on GitHub
- Support os.PathLike
- Add FORMAT_CHECKER attribute for Validator
- Validating regex patterns in schema
- CLI does not accept a schema without instance any longer
- Unresolvable JSON pointer: 'meta' when embedding 2020-12 metaschema
- Creating lots of validator classes uses lots of memory
- Automatically use correct format_checker for versioned Validators
- pre-commit integration v2
- Provide a helper to fully resolve $refs in a schema
- RefResolver.resolve_fragment() breaks nested relative references