13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"shell_id": {
|
|
"type": "string",
|
|
"description": "The ID of the shell to terminate"
|
|
}
|
|
},
|
|
"required": ["shell_id"],
|
|
"additionalProperties": false,
|
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
}
|