{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "object",
  "title": "AgreementEvent",
  "description": "An agreement event represents a life cycle event of a legal document. The combination of legal term amendments, contracting party changes or agreement status changes that are represented by an amendment agreement that includes a change to the overall Legal agreement representation through a change in contractual parties or terms.",
  "properties": {
    "eventDate": {
      "description": "Specifies the date of the agreement event.",
      "type": "string"
    },
    "effectiveDate": {
      "description": "Specifies the effective date of the agreement event.",
      "type": "string"
    },
    "instruction": {
      "description": "Specifies the instruction associated with the agreement event triggered by an amendment.",
      "type": "array",
      "items": {
        "$ref": "cdm-event-common-AgreementInstruction.schema.json"
      },
      "minItems": 0
    },
    "intent": {
      "description": "Specifies the purposes for which the amendment agreement exists and how it will impact the agreement to which it applies.",
      "type": "array",
      "items": {
        "$ref": "cdm-event-common-AgreementEventIntentEnum.schema.json"
      },
      "minItems": 0
    },
    "eventQualifier": {
      "description": "The CDM event qualifier, which corresponds to the outcome of the isEvent qualification logic which qualifies the lifecycle event as a function of its features (e.g. PartialTermination, ClearingSubmission, Novation, ...).",
      "type": "string"
    },
    "after": {
      "description": "The agreement as it looks after the event",
      "type": "array",
      "items": {
        "$ref": "cdm-legaldocumentation-common-LegalAgreement.schema.json"
      },
      "minItems": 0
    }
  }
}
