Repository URL to install this package:
|
Version:
1.83.0 ▾
|
{
"type": "object",
"properties": {
"type": {
"const": "OBJ-CMD"
},
"ids": {
"$ref": "definitions.json#/objectIdList"
},
"command": {
"title": "Command",
"description": "The command to send",
"type": "string"
},
"args": {
"title": "Arguments",
"description": "Positional arguments of the command",
"type": "array"
},
"kwds": {
"title": "Keyword arguments",
"description": "Keyword arguments of the command",
"type": "object"
}
},
"required": ["type", "ids", "command"]
}