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:
parent
cba4e21e29
commit
3ef89246ba
1 changed files with 34 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue