{ "additionalProperties": false, "description": "Upgrade coordinator Uc functional State.", "id": "UcFunctionalState", "module_id": "Upgrade", "properties": { "error_message": { "description": "error message that explains why UC is on standby mode.", "readonly": true, "required": false, "title": "error message", "type": "string" }, "state": { "description": "function state of the upgrade coordinator", "enum": [ "RUNNING", "STANDBY" ], "readonly": true, "required": true, "title": "State of UC UI", "type": "string" } }, "title": "Uc Functional State", "type": "object" }