{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "clusterName": { "type": "string" }, "template": { "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "properties": { "annotations": { "additionalProperties": { "type": "string" }, "type": "object" }, "finalizers": { "items": { "type": "string" }, "type": "array" }, "labels": { "additionalProperties": { "type": "string" }, "type": "object" }, "name": { "type": "string" }, "namespace": { "type": "string" } }, "type": "object" }, "spec": { "properties": { "clusterName": { "type": "string" } }, "type": "object" }, "status": { "properties": { "dataSecretName": { "maxLength": 253, "minLength": 1, "type": "string" }, "ready": { "type": "boolean" } }, "type": "object" } }, "required": [ "spec" ], "type": "object" } }, "required": [ "template" ], "type": "object" } }, "required": [ "spec" ], "type": "object" }