{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.instructioncomposition",
  "type": "object",
  "title": "CompositionState",
  "description": "A container that holds the cumulative state of an Instruction Composition. It selects the specific history/state schema (e.g., ResetInstructionState) based on the lifecycle process being executed.",
  "properties": {
    "ResetInstructionState": {
      "$ref": "cdm-event-instructioncomposition-reset-ResetInstructionState.schema.json"
    }
  }
}
