mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (35118)
This commit is contained in:
parent
aeb7e2c173
commit
60ead5abe3
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