{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.instructioncomposition.reset",
  "type": "object",
  "title": "ResetInstructionSteps",
  "description": "A wrapper that encapsulates the specific ResetInstructionCompositionStepsEnum, allowing the engine to identify the exact phase of the Reset lifecycle currently being processed.",
  "properties": {
    "resetInstructionCompositionSteps": {
      "$ref": "cdm-event-instructioncomposition-reset-ResetInstructionCompositionStepsEnum.schema.json"
    }
  },
  "required": [
    "resetInstructionCompositionSteps"
  ]
}
