Automated spec update (35118)

This commit is contained in:
Nelly (automation bot) 2024-03-18 20:41:55 +00:00
parent aeb7e2c173
commit 60ead5abe3
2 changed files with 14 additions and 18 deletions

View File

@ -12672,24 +12672,22 @@
"type": "object", "type": "object",
"properties": { "properties": {
"banned_users": { "banned_users": {
"type": [ "type": "array",
"array",
"null"
],
"items": { "items": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
} }
}, },
"failed_users": { "failed_users": {
"type": [ "type": "array",
"array",
"null"
],
"items": { "items": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
} }
} }
} },
"required": [
"banned_users",
"failed_users"
]
}, },
"Button": { "Button": {
"type": "object", "type": "object",

View File

@ -12672,24 +12672,22 @@
"type": "object", "type": "object",
"properties": { "properties": {
"banned_users": { "banned_users": {
"type": [ "type": "array",
"array",
"null"
],
"items": { "items": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
} }
}, },
"failed_users": { "failed_users": {
"type": [ "type": "array",
"array",
"null"
],
"items": { "items": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
} }
} }
} },
"required": [
"banned_users",
"failed_users"
]
}, },
"Button": { "Button": {
"type": "object", "type": "object",