Open
Description
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 ! 🎉