mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-08-31 21:32:39 -04:00
Automated spec update (112915)
This commit is contained in:
parent
3d082b9ef9
commit
507909d1ea
2 changed files with 0 additions and 88 deletions
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue