{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.master.isla",
  "type": "object",
  "title": "EventsOfDefault",
  "description": "The definitions regarding any different events of default relating to the GMSLA.",
  "properties": {
    "partyElection": {
      "description": "The specified events of default elections for the respective parties signing the GMSLA.",
      "type": "array",
      "items": {
        "$ref": "cdm-legaldocumentation-master-isla-EventsOfDefaultElection.schema.json"
      },
      "minItems": 2,
      "maxItems": 2
    }
  }
}
