Quick Start¶
Install the library and compare two schemas in a few lines.
pip install genschema
Next steps depend on how you plan to use the library:
- genschema CLI Tool
- Python Interface
- Postprocessing
- Writing Custom Comparators
- Overview
- Built-in Comparator Examples
- Where Comparators Run
- Core Types and Interfaces
- Comparator Result Contract
- Minimal Comparator Example
- Adding JSON Schema Version
- Working With Alternatives (anyOf / oneOf)
- Using Input Data
- Best Practices
- Registering a Comparator (Python)
- Registering a Comparator (CLI)
- Troubleshooting