{ "id": "BridgeClusterStatus", "module_id": "AggSvcBridging", "properties": { "cluster_id": { "readonly": true, "required": true, "title": "The id of the cluster", "type": "string" }, "health": { "enum": [ "UP", "DOWN", "DEGRADED", "UNKNOWN" ], "readonly": true, "required": true, "title": "The health status of the cluster", "type": "string" }, "last_update_timestamp": { "$ref": "EpochMsTimestamp, "description": "Timestamp when the data was last updated; unset if data source has never updated the data.", "readonly": true } }, "type": "object" }