Fix categoryAutomation type

cshd
Dragory 2020-08-17 00:55:18 +03:00
parent 099b5f9616
commit c177be8920
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 12 additions and 4 deletions

View File

@ -223,10 +223,18 @@
},
"categoryAutomation": {
"patternProperties": {
"^.+$": {
"type": "string",
"pattern": "^\\d+$"
"properties": {
"newThread": {
"type": "string"
},
"newThreadFromGuild": {
"type": "object",
"patternProperties": {
"^.+$": {
"type": "string",
"pattern": "^\\d+$"
}
}
}
},
"default": {}