{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "object",
  "title": "AgreementPrimitiveInstruction",
  "description": "Instruction to a function that will be used to capture terms or Party changes to an agreement triggered by an amendment.",
  "properties": {
    "termsChange": {
      "description": "A printive instruction set that details all associated terms changes that are defined within the instruction",
      "$ref": "cdm-event-common-AgreementTermsChangeInstruction.schema.json"
    },
    "partyChange": {
      "description": "A primitive Instruction set to capture any Party changes applicable to the agreement.",
      "$ref": "cdm-event-common-PartyChangeInstruction.schema.json"
    }
  }
}
