fix toggling of ai instance discord properties

This commit is contained in:
wea_ondara
2024-05-27 19:30:10 +02:00
parent 916495479b
commit e356717fb8
4 changed files with 71 additions and 19 deletions

View File

@@ -308,6 +308,30 @@
],
"type": "object",
"additionalProperties": false
},
"DiscordOnlineVmV1": {
"properties": {
"online": {
"type": "boolean"
}
},
"required": [
"online"
],
"type": "object",
"additionalProperties": false
},
"DiscordReactoToChatVmV1": {
"properties": {
"reactToChat": {
"type": "boolean"
}
},
"required": [
"reactToChat"
],
"type": "object",
"additionalProperties": false
}
},
"securitySchemes": {}