Overview of jsonschema-go capabilities
mainThe jsonschema package is a Go implementation of the JSON Schema specification. It provides three primary capabilities for developers:
- Schema Creation: Define and construct JSON Schemas.
- Validation: Validate JSON values against an existing schema.
- Schema Inference: Automatically infer a JSON Schema from a Go struct.