{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "command": { "type": "string" }, "threadId": { "type": "string" } }, "required": [ "command", "threadId" ], "title": "ThreadShellCommandParams", "type": "object" }