type: object
additionalProperties: false
required:
  - accounts
properties:
  modelId:
    $ref: ./CorrelationId.yaml
  accounts:
    $ref: ./accountsRequest.yaml
  response:
    $ref: ./accountCreationStatus.yaml
  currentState:
    $ref: ./accountsCreationState.yaml
  lastError:
    $ref: ./transferError.yaml
  postAccountsResponse:
    type: object
    required:
      - body
    properties:
      body:
        type: object
      headers:
        type: object
