# go-jsonschema **Repository Path**: mirrors_sourcegraph/go-jsonschema ## Basic Information - **Project Name**: go-jsonschema - **Description**: A Go library for working with JSON Schema (draft-07): parsing schemas, generating Go types from a JSON Schema - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-jsonschema **EXPERIMENTAL** A Go library for working with [JSON Schema](https://json-schema.org): - reading JSON Schema documents - generating Go types to hold values that validate against a JSON Schema Compatible with **JSON Schema** draft-07: - [draft-handrews-json-schema-01](https://tools.ietf.org/html/draft-handrews-json-schema-01) - [draft-handrews-json-schema-validation-01](https://tools.ietf.org/html/draft-handrews-json-schema-validation-01)