Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.24 KB

File metadata and controls

39 lines (26 loc) · 1.24 KB

Usage Guides

This section provides comprehensive guides on how to use the Hatch schemas in your projects.

Available Guides

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

Getting Started

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.

Additional Resources