Skip to content

Something went wrong: allOf with more out references  #865

Open
@Bettenbuk

Description

@Bettenbuk

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.

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