jsonschema-go

repository·main·Indexed 19 days ago

https://github.com/google/jsonschema-go

A Go implementation of the JSON Schema specification providing capabilities for schema creation, validation of JSON values, and automatic JSON Schema inference from Go structs.

Tokens
93
Snippets
0
Records
1
Agent score
17%

What's inside jsonschema-go

  1. Overview of jsonschema-go capabilities

    main

    The jsonschema package is a Go implementation of the JSON Schema specification. It provides three primary capabilities for developers:

    1. Schema Creation: Define and construct JSON Schemas.
    2. Validation: Validate JSON values against an existing schema.
    3. Schema Inference: Automatically infer a JSON Schema from a Go struct.