NvdsUpgradeConfigIssue (type)

{
  "id": "NvdsUpgradeConfigIssue", 
  "module_id": "NvdsUpgradeReadinessCheck", 
  "properties": {
    "component": {
      "readonly": true, 
      "required": false, 
      "title": "Name of the component/object", 
      "type": "string"
    }, 
    "error": {
      "readonly": true, 
      "required": true, 
      "title": "Error for the component describing precheck failure", 
      "type": "string"
    }, 
    "id": {
      "readonly": true, 
      "required": true, 
      "title": "Id of the object that generated error", 
      "type": "string"
    }, 
    "recommendation": {
      "readonly": true, 
      "required": true, 
      "title": "Recommendation to resolve the error returned for component", 
      "type": "string"
    }
  }, 
  "title": "Issues reported by upgrade readiness check", 
  "type": "object"
}