{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Cluster", "type": "object", "properties": { "uuid": { "type": "string" }, "name": { "type": "string" }, "contact": { "type": "string" }, "location": { "type": "string" }, "version": { "type": "object" }, "dns_domains": { "type": "array" }, "ntp_servers": { "type": "array" }, "timezone": { "type": "object" }, "management_interfaces": { "type": "array" }, "nodes": { "type": "array" } } }