{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClusterPatch", "title": "ClusterPatch", "type": "object", "properties": { "display_name": { "type": "string" }, "nodes": { "type": "object", "properties": { "compute": { "type": "integer" } } } } }