Skip to content

Commit 3ef8924

Browse files
committed
chore: update config-schema.json for config-checker
1 parent cba4e21 commit 3ef8924

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

config-checker/public/config-schema.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"type": "boolean"
322322
},
323323
"loose_matching_threshold": {
324-
"default": 4,
324+
"default": 1,
325325
"type": "integer",
326326
"minimum": -9007199254740991,
327327
"maximum": 9007199254740991
@@ -446,6 +446,22 @@
446446
"maxLength": 32
447447
}
448448
},
449+
"include_custom_invite_codes": {
450+
"maxItems": 255,
451+
"type": "array",
452+
"items": {
453+
"type": "string",
454+
"maxLength": 32
455+
}
456+
},
457+
"exclude_custom_invite_codes": {
458+
"maxItems": 255,
459+
"type": "array",
460+
"items": {
461+
"type": "string",
462+
"maxLength": 32
463+
}
464+
},
449465
"allow_group_dm_invites": {
450466
"default": false,
451467
"type": "boolean"
@@ -3060,7 +3076,7 @@
30603076
"type": "boolean"
30613077
},
30623078
"loose_matching_threshold": {
3063-
"default": 4,
3079+
"default": 1,
30643080
"type": "integer",
30653081
"minimum": -9007199254740991,
30663082
"maximum": 9007199254740991
@@ -3181,6 +3197,22 @@
31813197
"maxLength": 32
31823198
}
31833199
},
3200+
"include_custom_invite_codes": {
3201+
"maxItems": 255,
3202+
"type": "array",
3203+
"items": {
3204+
"type": "string",
3205+
"maxLength": 32
3206+
}
3207+
},
3208+
"exclude_custom_invite_codes": {
3209+
"maxItems": 255,
3210+
"type": "array",
3211+
"items": {
3212+
"type": "string",
3213+
"maxLength": 32
3214+
}
3215+
},
31843216
"allow_group_dm_invites": {
31853217
"default": false,
31863218
"type": "boolean"

0 commit comments

Comments
 (0)