{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ClusterNodeReference", "type": "object", "description": "Reference to a cluster node", "properties": { "uuid": { "type": "string" }, "name": { "type": "string" } } }