This section provides comprehensive guides on how to use the Hatch schemas in your projects.
Learn how to access and retrieve Hatch schemas using various methods:
- Direct Raw Access via GitHub
- GitHub Releases Download
- GitHub API Discovery
- Local Caching
Understand how to validate your JSON data against Hatch schemas:
- Using Python's jsonschema library
- Using Hatch Validator
- Online validation tools
- Common validation issues and solutions
Discover advanced techniques for integrating Hatch schemas into your applications:
- Simple schema loading with the provided utilities
- Manual schema retrieval
- Schema caching for offline use
If you're new to using Hatch schemas, we recommend starting with the Schema Access Guide, followed by the Schema Validation Guide.
For developers integrating Hatch schemas into applications, the Programmatic Usage Guide provides detailed examples and best practices.