allOf:
  - $ref: ./errorResponse.yaml
  - type: object
    additionalProperties: false
    required:
      - bulkTansferState
    properties:
      bulkTransferState:
        allOf:
          - $ref: ./bulkTransactionContinuationAcceptQuote.yaml
          - $ref: ./quoteError.yaml
