{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "object",
  "title": "Instruction",
  "description": "Instruction to a function that will be used to perform a business event",
  "properties": {
    "primitiveInstruction": {
      "description": "Specifies the primitive instructions that will be used to call primitive event functions.",
      "$ref": "cdm-event-common-PrimitiveInstruction.schema.json"
    },
    "before": {
      "description": "Specifies the trade state that will be acted on by the primitive event functions.",
      "$ref": "cdm-event-common-metafields-ReferenceWithMetaTradeState.schema.json"
    }
  }
}
