allOf:
  - type: object
    required:
      - name
      - integration_type
    properties:
      integration_type:
        $ref: '../openapi-with-back.yaml#/components/schemas/TypeB'
      name:
        type: string
