{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "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" }