{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.party",
  "type": "object",
  "title": "PayerReceiver",
  "description": "Specifies the parties responsible for making and receiving payments defined by this structure.",
  "properties": {
    "payer": {
      "description": "Specifies the counterparty responsible for making the payments defined by this structure.  The party is one of the two principal parties to the transaction.",
      "$ref": "cdm-base-staticdata-party-CounterpartyRoleEnum.schema.json"
    },
    "receiver": {
      "description": "Specifies the party that receives the payments corresponding to this structure.  The party is one of the two counterparties to the transaction.",
      "$ref": "cdm-base-staticdata-party-CounterpartyRoleEnum.schema.json"
    }
  },
  "required": [
    "payer",
    "receiver"
  ]
}
