Ross ROSS = Recommend OSS · open-source software intelligence for agents

santhosh-tekuri/jsonschema

JSONSchema (draft 2020-12, draft 2019-09, draft-7, draft-6, draft-4) Validation using Go observed · 2026-08-28

github.com/santhosh-tekuri/jsonschema · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

86/100

  • Activity 96
  • Release rhythm 64
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 439
  • age_days: 3403
  • days_rel: 27
  • days_push: 27
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1262 stars · 132 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go library for validating JSON documents against JSON Schema, supporting drafts 4, 6, 7, 2019-09, and 2020-12 with full test-suite compliance. It offers extensible vocabularies, custom formats, content assertions, introspectable hierarchical errors, and infinite-loop detection.

Use cases

  • validate payloads against a schema in go
  • check api request bodies conform to a schema
  • validate config files with draft 2020-12 schemas
  • register custom formats and vocabularies for schema validation
  • get detailed structured validation errors for debugging
  • validate base64-encoded or content assertions

When to choose

  • you need a spec-compliant JSON Schema validator in Go across multiple drafts
  • you need custom vocabularies, formats, or regex engines
  • you need introspectable, hierarchical validation error output

When to avoid

  • you need schema validation in a language other than Go
  • you need JSON Schema code generation rather than runtime validation

Facets

library · maturity stable

serialization developer-tools developer-tools apis go -schema validation -schema-validator draft-2020-12 draft-2019-09 draft-7 data-engineering

1 source

Member repositories

RepositoryRoleHealth v2
santhosh-tekuri/jsonschemamain86

For agents

markdown · JSON · MCP: product_card(name="santhosh-tekuri/jsonschema")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem