{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RunCommandRequest", "type": "object", "properties": { "command": { "type": "string" }, "context": { "type": "string" }, "clusterToken": { "type": "string" } } }