mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-11-14 07:49:48 -05:00
Automated spec update (134029)
This commit is contained in:
parent
6cfd6c0fff
commit
6a14c85531
2 changed files with 40 additions and 0 deletions
|
|
@ -24968,6 +24968,16 @@
|
|||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"collectibles": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserCollectiblesResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"user": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
|
@ -32856,6 +32866,16 @@
|
|||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"collectibles": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserCollectiblesResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"user": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -25039,6 +25039,16 @@
|
|||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"collectibles": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserCollectiblesResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"user": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
|
@ -32941,6 +32951,16 @@
|
|||
},
|
||||
"uniqueItems": true
|
||||
},
|
||||
"collectibles": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "null"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserCollectiblesResponse"
|
||||
}
|
||||
]
|
||||
},
|
||||
"user": {
|
||||
"$ref": "#/components/schemas/UserResponse"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue