main - Automated spec update (53380)

made at remote:2024-06-17T21:06:35

taken at now:2024-06-17T21:10:02

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2024-06-17 21:10:02 +00:00
parent e69158c114
commit f640dcf68a
2 changed files with 32 additions and 34 deletions

View file

@ -21486,8 +21486,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"components": {
"type": [
@ -21542,8 +21541,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": [
@ -21617,8 +21615,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -21709,8 +21706,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -21780,8 +21776,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -21835,8 +21830,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -21890,8 +21884,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -22007,8 +22000,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -23360,7 +23352,14 @@
"components": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ActionRow"
"oneOf": [
{
"$ref": "#/components/schemas/ActionRow"
},
{
"$ref": "#/components/schemas/InputText"
}
]
},
"minItems": 1,
"maxItems": 5

View file

@ -21816,8 +21816,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"components": {
"type": [
@ -21872,8 +21871,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": [
@ -21947,8 +21945,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -22039,8 +22036,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -22165,8 +22161,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -22220,8 +22215,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -22275,8 +22269,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -22392,8 +22385,7 @@
"format": "int32"
},
"id": {
"type": "integer",
"format": "int32"
"$ref": "#/components/schemas/SnowflakeType"
},
"custom_id": {
"type": "string"
@ -23767,7 +23759,14 @@
"components": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ActionRow"
"oneOf": [
{
"$ref": "#/components/schemas/ActionRow"
},
{
"$ref": "#/components/schemas/InputText"
}
]
},
"minItems": 1,
"maxItems": 5