title: getPartiesResponse
type: object
additionalProperties: false
description: 'The object sent in the GET /parties/{Type}/{ID} callback.'
properties:
  body:
    $ref: ./Party.yaml
  headers:
    type: object
required:
  - body
  - headers
