tdegrunt/jsonschema
JSON Schema validation 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
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
- readme: https://github.com/tdegrunt/jsonschema · fetched 2026-08-28 · b9041a21254f
- registry_npm: https://registry.npmjs.org/jsonschema · fetched 2026-08-29 · 23bb877bb584
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tdegrunt/jsonschema | main | 69 |
For agents
markdown · JSON · MCP: product_card(name="tdegrunt/jsonschema")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem