Automated spec update (271)

This commit is contained in:
Nelly (automation bot) 2023-08-24 21:21:18 +00:00
parent e4363449cc
commit 117758695a
2 changed files with 15 additions and 3 deletions

View File

@ -24767,10 +24767,12 @@
"properties": { "properties": {
"label": { "label": {
"type": "string", "type": "string",
"minLength": 1,
"maxLength": 100 "maxLength": 100
}, },
"value": { "value": {
"type": "string", "type": "string",
"minLength": 1,
"maxLength": 100 "maxLength": 100
}, },
"description": { "description": {

View File

@ -13324,6 +13324,11 @@
"title": "GUILD_FORUM", "title": "GUILD_FORUM",
"description": "Channel that can only contain threads", "description": "Channel that can only contain threads",
"const": 15 "const": 15
},
{
"title": "GUILD_MEDIA",
"description": "Channel that can only contain media threads",
"const": 16
} }
], ],
"format": "int32" "format": "int32"
@ -13653,7 +13658,8 @@
5, 5,
13, 13,
14, 14,
15 15,
16
], ],
"allOf": [ "allOf": [
{ {
@ -16490,7 +16496,8 @@
5, 5,
13, 13,
14, 14,
15 15,
16
], ],
"allOf": [ "allOf": [
{ {
@ -24771,10 +24778,12 @@
"properties": { "properties": {
"label": { "label": {
"type": "string", "type": "string",
"minLength": 1,
"maxLength": 100 "maxLength": 100
}, },
"value": { "value": {
"type": "string", "type": "string",
"minLength": 1,
"maxLength": 100 "maxLength": 100
}, },
"description": { "description": {
@ -26009,7 +26018,8 @@
5, 5,
13, 13,
14, 14,
15 15,
16
], ],
"allOf": [ "allOf": [
{ {