13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://squeebot.lunasqu.ee/pkg/plugins-evert/debug.schema.json",
|
|
"title": "debug",
|
|
"description": "debug plugin configuration",
|
|
"type": "object",
|
|
"properties": {
|
|
"allowShell": {
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
}
|