Initial codex telegram bot source
This commit is contained in:
13
schemas/v2/PluginUninstallParams.json
Normal file
13
schemas/v2/PluginUninstallParams.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "PluginUninstallParams",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"pluginId"
|
||||
],
|
||||
"properties": {
|
||||
"pluginId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user