Automated spec update (112915)

This commit is contained in:
Nelly (automation bot) 2025-05-02 22:54:58 +00:00
parent 3d082b9ef9
commit 507909d1ea
2 changed files with 0 additions and 88 deletions

View file

@ -20234,16 +20234,6 @@
}
]
},
"stage_instance": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/InviteStageInstanceResponse"
}
]
},
"target_type": {
"oneOf": [
{
@ -23147,40 +23137,6 @@
"features"
]
},
"InviteStageInstanceResponse": {
"type": "object",
"properties": {
"topic": {
"type": "string"
},
"participant_count": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"speaker_count": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"members": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/GuildMemberResponse"
}
}
},
"required": [
"topic"
]
},
"InviteTargetTypes": {
"type": "integer",
"oneOf": [

View file

@ -20305,16 +20305,6 @@
}
]
},
"stage_instance": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/InviteStageInstanceResponse"
}
]
},
"target_type": {
"oneOf": [
{
@ -23232,40 +23222,6 @@
"features"
]
},
"InviteStageInstanceResponse": {
"type": "object",
"properties": {
"topic": {
"type": "string"
},
"participant_count": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"speaker_count": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"members": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/GuildMemberResponse"
}
}
},
"required": [
"topic"
]
},
"InviteTargetTypes": {
"type": "integer",
"oneOf": [