mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-09-03 14:32:39 -04:00
Automated spec update (99695)
This commit is contained in:
parent
260d0ad07b
commit
72a6134266
2 changed files with 34 additions and 34 deletions
|
@ -9814,21 +9814,6 @@
|
||||||
"attachment"
|
"attachment"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ActivityLocationKinds": {
|
|
||||||
"type": "string",
|
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"title": "GUILD_CHANNEL",
|
|
||||||
"description": "guild channel",
|
|
||||||
"const": "gc"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "PRIVATE_CHANNEL",
|
|
||||||
"description": "private channel",
|
|
||||||
"const": "pc"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"AfkTimeouts": {
|
"AfkTimeouts": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
@ -16857,6 +16842,21 @@
|
||||||
"users"
|
"users"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"EmbeddedActivityLocationKind": {
|
||||||
|
"type": "string",
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"title": "GUILD_CHANNEL",
|
||||||
|
"description": "guild channel",
|
||||||
|
"const": "gc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "PRIVATE_CHANNEL",
|
||||||
|
"description": "private channel",
|
||||||
|
"const": "pc"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"EmojiResponse": {
|
"EmojiResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -18568,7 +18568,7 @@
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ActivityLocationKinds"
|
"$ref": "#/components/schemas/EmbeddedActivityLocationKind"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -26590,7 +26590,7 @@
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ActivityLocationKinds"
|
"$ref": "#/components/schemas/EmbeddedActivityLocationKind"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -9814,21 +9814,6 @@
|
||||||
"attachment"
|
"attachment"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ActivityLocationKinds": {
|
|
||||||
"type": "string",
|
|
||||||
"oneOf": [
|
|
||||||
{
|
|
||||||
"title": "GUILD_CHANNEL",
|
|
||||||
"description": "guild channel",
|
|
||||||
"const": "gc"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "PRIVATE_CHANNEL",
|
|
||||||
"description": "private channel",
|
|
||||||
"const": "pc"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"AfkTimeouts": {
|
"AfkTimeouts": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
@ -16897,6 +16882,21 @@
|
||||||
"users"
|
"users"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"EmbeddedActivityLocationKind": {
|
||||||
|
"type": "string",
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"title": "GUILD_CHANNEL",
|
||||||
|
"description": "guild channel",
|
||||||
|
"const": "gc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "PRIVATE_CHANNEL",
|
||||||
|
"description": "private channel",
|
||||||
|
"const": "pc"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"EmojiResponse": {
|
"EmojiResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -18638,7 +18638,7 @@
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ActivityLocationKinds"
|
"$ref": "#/components/schemas/EmbeddedActivityLocationKind"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -26675,7 +26675,7 @@
|
||||||
],
|
],
|
||||||
"allOf": [
|
"allOf": [
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/ActivityLocationKinds"
|
"$ref": "#/components/schemas/EmbeddedActivityLocationKind"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue