{ "id": "GlobalRestoreStatus", "module_id": "ClusterRestore", "properties": { "description": { "readonly": true, "required": true, "title": "A description of the restore status", "type": "string" }, "value": { "enum": [ "INITIAL", "SUCCESS", "FAILED", "RUNNING", "SUSPENDED_BY_USER", "SUSPENDED_FOR_USER_ACTION", "SUSPENDED", "ABORTED" ], "readonly": true, "required": true, "title": "Global rolled-up restore status value", "type": "string" } }, "title": "Overall restore process status", "type": "object" }