main - Automated spec update (134029)
made at remote:2025-07-30T01:52:03 taken at now:2025-07-30T02:10:01 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
95d5d62cce
commit
ba3c232e8e
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…
Add table
Add a link
Reference in a new issue