Open
Description
ReDoc shows: Something went wrong (Incompatible types in allOf at "") when a schema uses allOf with more out references. The example:
...
components:
requestBodies:
requestBody:
description: "some"
content:
application/json:
schema:
allOf:
- $ref: '../../components/schemas/schema1.yaml#/components/schemas/schema1'
- $ref: '../../components/schemas/schema2.yaml#/components/schemas/schema2'
Everything seems ok, only the html side shows the problem above.