mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-08-12 07:49:31 -04:00
Automated spec update (248789)
This commit is contained in:
parent
29976fb3bd
commit
e2bb941756
2 changed files with 68 additions and 0 deletions
|
|
@ -17545,6 +17545,19 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"file_types": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 16
|
||||
},
|
||||
"maxItems": 10,
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -17600,6 +17613,14 @@
|
|||
},
|
||||
"required": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"file_types": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"maxLength": 16
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -25526,6 +25547,19 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"file_types": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 16
|
||||
},
|
||||
"maxItems": 10,
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
|||
|
|
@ -17557,6 +17557,19 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"file_types": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 16
|
||||
},
|
||||
"maxItems": 10,
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -17612,6 +17625,14 @@
|
|||
},
|
||||
"required": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"file_types": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"maxLength": 16
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
@ -25544,6 +25565,19 @@
|
|||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"file_types": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"items": {
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 16
|
||||
},
|
||||
"maxItems": 10,
|
||||
"uniqueItems": true
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue