{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.common",
  "type": "object",
  "title": "ContactInformationElection",
  "description": "Specifies the party reference and the associated contact information.",
  "properties": {
    "partyReference": {
      "description": "The party to which the election and details apply.",
      "$ref": "cdm-base-staticdata-party-CounterpartyRoleEnum.schema.json"
    },
    "primaryContactInformation": {
      "description": "The main notice/address information of the party.",
      "$ref": "cdm-base-staticdata-party-ContactInformation.schema.json"
    }
  },
  "required": [
    "partyReference"
  ]
}
