jsonschema

Package — ValidationPython 3.7+Intermediate

Validate JSON data against JSON Schema specifications

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
attrs, referencing, rpds-py, jsonschema-specifications
Install
pip install jsonschema

Learn by Difficulty

Quick Example

python
import jsonschema
print(f"jsonschema loaded successfully")
print(f"Version: {getattr(jsonschema, '__version__', 'unknown')}")

jsonschema is a third-party package. Validate JSON data against JSON Schema specifications. Install with: pip install jsonschema

Try in Playground

Tags

packagevalidationschemadata-quality