allOf:
  - $ref: ./errorResponse.yaml
  - type: object
    additionalProperties: false
    required:
      - bulkQuoteState
    properties:
      bulkQuoteState:
        $ref: ./bulkQuoteResponse.yaml
