ConfigOnboardingInProgressStatus (type)

{
  "description": "Represents config onboarding status including processing phase compared to of total number of phases to complete config onboarding.", 
  "id": "ConfigOnboardingInProgressStatus", 
  "module_id": "GmConfigOnboarding", 
  "properties": {
    "current_step": {
      "description": "Represent intermidiate phase when onboarding or rollback is in-progress on global manager.", 
      "readonly": true, 
      "required": false, 
      "title": "Current Onboarding Step", 
      "type": "integer"
    }, 
    "feature": {
      "$ref": "OnboardingFeatureInfo, 
      "readonly": true, 
      "required": false
    }, 
    "stage": {
      "$ref": "OnboardingStage, 
      "readonly": true, 
      "required": false
    }, 
    "total_steps": {
      "description": "Total number of phases involved in onboarding workflow.", 
      "readonly": true, 
      "required": false, 
      "title": "Total number of Onboarding Steps", 
      "type": "integer"
    }
  }, 
  "title": "Config Onboarding in-progress status", 
  "type": "object"
}