Skip to content

RangeError: Maximum call stack size exceeded #395

@valerii15298

Description

@valerii15298

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

Image

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));
Image

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

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions