https://github.com/sourcegraph/go-jsonschema
A Go library for working with JSON Schema (draft-07): parsing schemas, generating Go types from a JSON Schema
https://github.com/sourcegraph/go-jsonschema
Last synced: 11 days ago
JSON representation
A Go library for working with JSON Schema (draft-07): parsing schemas, generating Go types from a JSON Schema
- Host: GitHub
- URL: https://github.com/sourcegraph/go-jsonschema
- Owner: sourcegraph
- License: mit
- Created: 2018-05-06T06:40:09.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-12-02T07:36:34.000Z (3 months ago)
- Last Synced: 2026-01-15T17:03:38.814Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 96.7 KB
- Stars: 20
- Watchers: 59
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)