{ "additionalProperties": false, "id": "ClustersAggregateInfo", "module_id": "ClusterManagement", "properties": { "cluster_status": { "$ref": "AllClusterGroupStatus, "title": "Status of all the cluster groups" }, "controller_cluster": { "items": { "$ref": "ControllerNodeAggregateInfo }, "required": true, "title": "Array of Controller Nodes", "type": "array" }, "management_cluster": { "items": { "$ref": "ManagementNodeAggregateInfo }, "required": true, "title": "Array of Management Nodes", "type": "array" } }, "type": "object" }