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

APIDevTools/json-schema-ref-parser

Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers observed · 2026-08-28

github.com/APIDevTools/json-schema-ref-parser · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • 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: 7
  • age_days: 4069
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 46

Full methodology

Adoption not part of the score

1113 stars · 251 forks observed · 2026-08-28

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

A JavaScript/TypeScript library that parses, resolves, and dereferences JSON Schema $ref pointers, supporting external files, URLs, JSON/YAML, circular references, and custom resolvers. It can bundle multi-file schemas into a single self-contained schema or produce plain JavaScript object trees.

Use cases

  • resolve $ref pointers in a JSON Schema across local files and URLs
  • bundle a multi-file OpenAPI spec into a single file
  • dereference a JSON Schema into a plain JavaScript object
  • load schemas written in a mix of JSON and YAML
  • handle circular references in JSON Schemas
  • add a custom resolver to load $refs from a database
  • validate or preprocess OpenAPI definitions before code generation

When to choose

  • you work with JSON Schema or OpenAPI specs that use $ref pointers to external files or URLs
  • you need to bundle or flatten multi-file schemas into one portable document
  • your schemas mix JSON and YAML or contain circular references
  • you need the same library to run in both Node.js and browsers

When to avoid

  • you need full JSON Schema validation rather than reference resolution
  • you work with non-JSON/YAML schema formats or non-JSON Reference linking conventions
  • you need a language other than JavaScript/TypeScript

Facets

library · maturity stable

parser developer-tools yaml developer-tools apis web-development parsers browser cross-platform -schema -pointer -reference openapi dereference bundle schema-resolution typescript nodejs javascript

6 sources

Member repositories

RepositoryRoleHealth v2
APIDevTools/json-schema-ref-parsermain99

For agents

markdown · JSON · MCP: product_card(name="APIDevTools/json-schema-ref-parser")

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