-
- Notifications
You must be signed in to change notification settings - Fork 239
Open
Description
When trying to dereference official JSON Schema for OpenAPI 3.2 I get error: RangeError: Maximum call stack size exceeded
JSON Schema I try to dereference is at this page: https://spec.openapis.org/oas/
download iteration: 2025‑09‑17

Reproduction:
import $RefParser from "@apidevtools/json-schema-ref-parser"; const schema = await fetch( "https://spec.openapis.org/oas/3.2/schema/2025-09-17" ).then((r) => r.json()); await $RefParser .dereference(schema) .catch((err) => console.error("Err: ", err));

Also I get error when trying to dereference the base schema:
MissingPointerError: Missing $ref pointer "#/$defs/dialect". Token "dialect" does not exist.
download iteration: 2025‑09‑17

Metadata
Metadata
Assignees
Labels
No labels