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

tdegrunt/jsonschema

JSON Schema validation observed · 2026-08-28

github.com/tdegrunt/jsonschema · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 81
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: n/a
  • age_days: 5171
  • days_rel: n/a
  • days_push: 117
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1875 stars · 267 forks observed · 2026-08-28

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

A fast and simple JSON Schema validator for JavaScript and Node.js, supporting JSON Schema versions through draft-07. It validates objects against schemas including references, arrays, formats, and required fields.

Use cases

  • validate payloads against a schema
  • validate api request bodies with schema
  • check config files match a schema
  • validate nested objects with $ref references
  • validate arrays of objects in javascript
  • enforce required fields and types on data

When to choose

  • you need JSON Schema draft-07 validation in Node.js
  • you want a lightweight, fast validator with a simple API
  • you need support for schema references and split schemas

When to avoid

  • you need draft 2019-09 or 2020-12 support
  • you need a browser-first or TypeScript-native validator
  • you need detailed error localization or i18n

Facets

library · maturity stable

serialization developer-tools developer-tools apis web-development -schema validator draft-07 nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
tdegrunt/jsonschemamain69

For agents

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

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