{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "controlPlaneEndpoint": { "properties": { "host": { "maxLength": 512, "type": "string" }, "port": { "format": "int32", "type": "integer" } }, "required": [ "host", "port" ], "type": "object" } }, "type": "object" }, "status": { "properties": { "conditions": { "items": { "properties": { "lastTransitionTime": { "type": "string" }, "lastUpdateTime": { "type": "string" }, "message": { "type": "string" }, "reason": { "type": "string" }, "status": { "type": "string" }, "type": { "type": "string" } }, "required": [ "status", "type" ], "type": "object" }, "type": "array" }, "ready": { "type": "boolean" } }, "type": "object" } }, "required": [ "spec" ], "type": "object" }