# tdegrunt/jsonschema

JSON Schema validation

Repository: https://github.com/tdegrunt/jsonschema
Canonical: https://ross.abutalabs.com/products/tdegrunt-jsonschema
Language: JavaScript
License: NOASSERTION
License Family: other
Topics: json-schema, javascript, nodejs
Last push: 2026-05-08T20:30:18+00:00

## Health v2 (maintenance only)
Score: 69/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 81, release rhythm 35, longevity 100
- inputs: {"age_days": 5171, "days_push": 117, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1875, forks 267 (observed 2026-08-28T04:05:47.588657+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: serialization, developer-tools
- domain: developer-tools, apis, web-development
- platform: -
- tags: -schema, validator, draft-07, nodejs, javascript

## Member repositories
- tdegrunt/jsonschema (main) score 69

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:47.588657+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:14:47.204862+00:00, confidence not recorded.
  - readme: https://github.com/tdegrunt/jsonschema (fetched 2026-08-28T04:05:47.588657+00:00, sha b9041a21254f)
  - registry_npm: https://registry.npmjs.org/jsonschema (fetched 2026-08-29T10:53:48.708220+00:00, sha 23bb877bb584)
- Data as of 2026-08-30T08:39:29.467469+00:00.
