{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.csa",
  "type": "object",
  "title": "CreditSupportDocument",
  "description": "Identification of party specific Credit Support Documents applicable to the document.",
  "properties": {
    "creditSupportDocumentElection": {
      "description": "The party election of Credit Support Document(s), if any.",
      "type": "array",
      "items": {
        "$ref": "cdm-legaldocumentation-csa-CreditSupportDocumentElection.schema.json"
      },
      "minItems": 2,
      "maxItems": 2
    }
  }
}
