allOf:
  - $ref: ./errorResponse.yaml
  - type: object
    additionalProperties: false
    required:
      - executionState
    properties:
      executionState:
        $ref: ./accountsResponse.yaml
