type: array
items:
  type: object
  additionalProperties: false
  required:
    - idType
    - idValue
  properties:
    idType:
      $ref: ./PartyIdType.yaml
    idValue:
      $ref: ./PartyIdentifier.yaml
    idSubValue:
      $ref: ./PartySubIdOrType.yaml
    currency:
      $ref: ./Currency.yaml
