{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.party",
  "type": "object",
  "title": "AssetAncillaryPartyRole",
  "properties": {
    "partyReference": {
      "description": "A reference to the party to which the role refers to.",
      "$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaParty.schema.json"
    },
    "role": {
      "description": "The party role.",
      "$ref": "cdm-base-staticdata-party-AssetAncillaryPartyRoleEnum.schema.json"
    }
  },
  "required": [
    "partyReference",
    "role"
  ]
}
