{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "PartyAgreementIdentifier",
  "description": "A class defining a legal agreement identifier issued by the indicated party.",
  "properties": {
    "partyReference": {
      "description": "Party that issued the document identifier.",
      "$ref": "cdm-base-staticdata-party-metafields-ReferenceWithMetaParty.schema.json"
    },
    "documentIdentifier": {
      "description": "While FpML specifies the document identifier with a value and an associated scheme, the CDM makes use of the Identifier, which has an explicit issuer. The issuer of this identifier is not necessarily the same as the party reference.",
      "type": "array",
      "items": {
        "$ref": "cdm-base-staticdata-identifier-metafields-FieldWithMetaIdentifier.schema.json"
      },
      "minItems": 1
    }
  },
  "required": [
    "partyReference"
  ]
}
