mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (53380)
This commit is contained in:
parent
11671900af
commit
b63f4b5da1
2 changed files with 32 additions and 34 deletions
|
@ -21486,8 +21486,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
"type": [
|
"type": [
|
||||||
|
@ -21542,8 +21541,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": [
|
"type": [
|
||||||
|
@ -21617,8 +21615,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -21709,8 +21706,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -21780,8 +21776,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -21835,8 +21830,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -21890,8 +21884,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -22007,8 +22000,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -23360,7 +23352,14 @@
|
||||||
"components": {
|
"components": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/ActionRow"
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ActionRow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/InputText"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"minItems": 1,
|
"minItems": 1,
|
||||||
"maxItems": 5
|
"maxItems": 5
|
||||||
|
|
|
@ -21816,8 +21816,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
"type": [
|
"type": [
|
||||||
|
@ -21872,8 +21871,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": [
|
"type": [
|
||||||
|
@ -21947,8 +21945,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -22039,8 +22036,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -22165,8 +22161,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -22220,8 +22215,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -22275,8 +22269,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -22392,8 +22385,7 @@
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
"id": {
|
"id": {
|
||||||
"type": "integer",
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
"format": "int32"
|
|
||||||
},
|
},
|
||||||
"custom_id": {
|
"custom_id": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -23767,7 +23759,14 @@
|
||||||
"components": {
|
"components": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/ActionRow"
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/ActionRow"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/InputText"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"minItems": 1,
|
"minItems": 1,
|
||||||
"maxItems": 5
|
"maxItems": 5
|
||||||
|
|
Loading…
Reference in a new issue