Automated spec update (35118)
This commit is contained in:
parent
aeb7e2c173
commit
60ead5abe3
|
@ -12672,24 +12672,22 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"banned_users": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
},
|
||||
"failed_users": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"banned_users",
|
||||
"failed_users"
|
||||
]
|
||||
},
|
||||
"Button": {
|
||||
"type": "object",
|
||||
|
|
|
@ -12672,24 +12672,22 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"banned_users": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
},
|
||||
"failed_users": {
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
],
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/SnowflakeType"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"banned_users",
|
||||
"failed_users"
|
||||
]
|
||||
},
|
||||
"Button": {
|
||||
"type": "object",
|
||||
|
|
Loading…
Reference in New Issue