{ "additionalProperties": false, "description": "This type contains attributes of a cluster node that are relevant to the Cluster Boot Manager.", "id": "ClusterNode", "module_id": "Cluster", "properties": { "entities": { "items": { "$ref": "ClusterNodeEntity }, "required": true, "title": "Entities on the node", "type": "array" }, "node_uuid": { "required": true, "title": "UUID of the node", "type": "string" }, "status": { "default": "REMOVED", "enum": [ "JOINING", "JOINED", "REMOVING", "REMOVED" ], "title": "Current clustering status of the node", "type": "string" } }, "title": "Cluster Node Properties", "type": "object" }