SwitchoverStatus (type)

{
  "id": "SwitchoverStatus", 
  "module_id": "SiteManagerModule", 
  "properties": {
    "current_step": {
      "$ref": "ProgressItem, 
      "title": "Progress of each items"
    }, 
    "current_step_number": {
      "required": true, 
      "title": "Current number", 
      "type": "integer"
    }, 
    "note": {
      "required": true, 
      "title": "Special messages, most of the time this will be empty, i.e. If SM performing the operation went down, another SM will restart the progress.", 
      "type": "string"
    }, 
    "number_of_steps": {
      "required": true, 
      "title": "Total number of steps", 
      "type": "integer"
    }, 
    "overall_status": {
      "enum": [
        "NOT_STARTED", 
        "RUNNING", 
        "ERROR", 
        "COMPLETE"
      ], 
      "required": true, 
      "title": "Status of the operation", 
      "type": "string"
    }
  }, 
  "type": "object"
}