3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-05 10:17:20 +00:00

chore: update config-schema.json for config-checker

This commit is contained in:
Dragory 2025-06-02 23:43:13 +00:00
parent cba4e21e29
commit 3ef89246ba
No known key found for this signature in database

View file

@ -321,7 +321,7 @@
"type": "boolean"
},
"loose_matching_threshold": {
"default": 4,
"default": 1,
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
@ -446,6 +446,22 @@
"maxLength": 32
}
},
"include_custom_invite_codes": {
"maxItems": 255,
"type": "array",
"items": {
"type": "string",
"maxLength": 32
}
},
"exclude_custom_invite_codes": {
"maxItems": 255,
"type": "array",
"items": {
"type": "string",
"maxLength": 32
}
},
"allow_group_dm_invites": {
"default": false,
"type": "boolean"
@ -3060,7 +3076,7 @@
"type": "boolean"
},
"loose_matching_threshold": {
"default": 4,
"default": 1,
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
@ -3181,6 +3197,22 @@
"maxLength": 32
}
},
"include_custom_invite_codes": {
"maxItems": 255,
"type": "array",
"items": {
"type": "string",
"maxLength": 32
}
},
"exclude_custom_invite_codes": {
"maxItems": 255,
"type": "array",
"items": {
"type": "string",
"maxLength": 32
}
},
"allow_group_dm_invites": {
"default": false,
"type": "boolean"