Skip to content

Dependecy refs #2620

Open
Open
@hacan359

Description

@hacan359

Describe the bug
I am experiencing an issue with ReDoc where nested objects are rendered inconsistently at different levels of depth in my API documentation. Specifically, I have defined a set of objects in my OpenAPI specification, and while they render correctly at one level of nesting, they do not render correctly at deeper levels.

Details:
I am using the same object definitions throughout my OpenAPI specification.
At a certain level of nesting, the objects display their properties correctly, but at deeper levels, the objects are rendered incorrectly or not at all.
This inconsistency makes it difficult for users to understand the API structure and the data being returned.
Example:
Correct Rendering: At level 1, the object displays all properties as expected.
Incorrect Rendering: At level 2 or deeper, the object appears as an empty object {} or does not show its properties.

Screenshots
Image

Additional context
I use last version readoc https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions