main - Automated spec update (35118)
made at remote:2024-03-18T20:41:55 taken at now:2024-03-18T21:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
17007d7a2f
commit
d918bd09b3
2 changed files with 14 additions and 18 deletions
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue