title: partiesByIdResponse
type: object
additionalProperties: false
description: GET /parties/{Type}/{ID} response object
properties:
  party:
    properties:
      body:
        $ref: ./Party.yaml
      headers:
        type: object
    required:
      - body
      - headers
  currentState:
    $ref: ./async2SyncCurrentState.yaml
required:
  - party
  - currentState
