{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.event.common",
  "type": "object",
  "title": "ResetInstruction",
  "description": "Defines the information needed to execute a Reset Business Event. ",
  "properties": {
    "reset": {
      "description": "Specifies the terms of the Reset.",
      "type": "array",
      "items": {
        "$ref": "cdm-event-common-Reset.schema.json"
      },
      "minItems": 0
    }
  }
}
