{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "clusterName": { "nullable": true, "type": "string" } }, "type": "object" }, "status": { "properties": { "command": { "nullable": true, "type": "string" }, "insecureCommand": { "nullable": true, "type": "string" }, "insecureNodeCommand": { "nullable": true, "type": "string" }, "insecureWindowsNodeCommand": { "nullable": true, "type": "string" }, "manifestUrl": { "nullable": true, "type": "string" }, "nodeCommand": { "nullable": true, "type": "string" }, "token": { "nullable": true, "type": "string" }, "windowsNodeCommand": { "nullable": true, "type": "string" } }, "type": "object" } }, "type": "object" }