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

python-jsonschema/jsonschema

An implementation of the JSON Schema specification for Python observed · 2026-08-28

github.com/python-jsonschema/jsonschema · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 99
  • Release rhythm 53
  • 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: 41.0
  • age_days: 5360
  • days_rel: 238
  • days_push: 9
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

4977 stars · 652 forks observed · 2026-08-28

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

A Python library implementing the JSON Schema specification for validating JSON data against schemas. It supports all major JSON Schema drafts from Draft 3 through Draft 2020-12.

Use cases

  • validate payloads against a schema
  • check api request bodies conform to a spec
  • validate config files with schema
  • ensure documents match expected structure
  • validate data loaded from files in python

When to choose

  • you need standards-compliant JSON Schema validation in Python
  • you need support for multiple JSON Schema drafts including 2020-12
  • you want detailed validation error reporting

When to avoid

  • you need validation of non-JSON data formats
  • you need a language-agnostic validator outside Python
  • you need extremely high-throughput validation with minimal overhead

Facets

library · maturity stable

parser developer-tools developer-tools apis python cli -schema validation data-validation data-engineering

2 sources

Member repositories

RepositoryRoleHealth v2
python-jsonschema/jsonschemamain83

For agents

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

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