diff --git a/src/data/cfg.schema.json b/src/data/cfg.schema.json index 9431823..ffb416d 100644 --- a/src/data/cfg.schema.json +++ b/src/data/cfg.schema.json @@ -223,10 +223,18 @@ }, "categoryAutomation": { - "patternProperties": { - "^.+$": { - "type": "string", - "pattern": "^\\d+$" + "properties": { + "newThread": { + "type": "string" + }, + "newThreadFromGuild": { + "type": "object", + "patternProperties": { + "^.+$": { + "type": "string", + "pattern": "^\\d+$" + } + } } }, "default": {}