Tools for working with schemas in Python 🐍
This package aims to provide:
1. Comprehensive tooling for interacting with JSONSchema. This covers parsing, manipulating/evolving and conversion to other schema types.
2. Extension mechanisms to reduce the amount of time and effort required to add new schema types and conversions in your own application.
- The JSON spec
- JSONSchema.org
- python-jsonschema package
- openapi-python-client which has a parser for jsonschema built in