An open API service indexing awesome lists of open source software.

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

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)