Skip to content

Missing data with allOf #766

Open
Open
@jeremy-wizaplace

Description

@jeremy-wizaplace

Hello,

I have multiple reference with allOf and on my last definition, I have the data on the right part but not on the left part.

Ex :

components:
    schemas:
        schema1:
            // My data1
        schema2:
            allOf:
                - $ref: '#/components/schemas/schema1'
                - // My additional data 1
        schema3:
            allOf:
                - $ref: '#/components/schemas/schema2'
                - // My additional data 2

When I go to schema3, I see My data, My additional data 1, My additional data 2 on the right part but on the left part only My data and My additional data 1.

Where is My additional data 2 ? I don't know

I use redoc v2.0.0-alpha.25, I've tried with rc.0 and I have the same issue.

Do you have any idea ?

Thanks
And happy new year ! 🎉

Metadata

Metadata

Assignees

No one assigned

    Labels

    openapiQuestions about specification, validity, and edge cases

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions