Automated spec update (53380)

This commit is contained in:
Nelly (automation bot) 2024-06-17 21:06:35 +00:00
parent 11671900af
commit b63f4b5da1
2 changed files with 32 additions and 34 deletions

View File

@ -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,8 +23352,15 @@
"components": { "components": {
"type": "array", "type": "array",
"items": { "items": {
"oneOf": [
{
"$ref": "#/components/schemas/ActionRow" "$ref": "#/components/schemas/ActionRow"
}, },
{
"$ref": "#/components/schemas/InputText"
}
]
},
"minItems": 1, "minItems": 1,
"maxItems": 5 "maxItems": 5
} }

View File

@ -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,8 +23759,15 @@
"components": { "components": {
"type": "array", "type": "array",
"items": { "items": {
"oneOf": [
{
"$ref": "#/components/schemas/ActionRow" "$ref": "#/components/schemas/ActionRow"
}, },
{
"$ref": "#/components/schemas/InputText"
}
]
},
"minItems": 1, "minItems": 1,
"maxItems": 5 "maxItems": 5
} }