{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "AddressesForTransfer",
  "description": "Specifies the address for transfer as specified by the respective parties to the agreement.",
  "properties": {
    "partyElection": {
      "description": "The parties' contact and transfer information election.",
      "type": "array",
      "items": {
        "$ref": "cdm-legaldocumentation-common-TransferInformationElection.schema.json"
      },
      "minItems": 1,
      "maxItems": 2
    }
  }
}
