Forum Discussion

HenrikHL's avatar
HenrikHL
Frequent Contributor
4 years ago
Solved

allOf structure renders but does not validate

Hi all,   I have the following allOf structure: shipmentEquipmentCommon: type: object allOf: - $ref: '#/components/schemas/equipmentReference' - $ref: '#/component...
  • HKosova's avatar
    4 years ago

    On line 228, change

            - activeReeferSettings:
              type: object

    to

            - type: object