main - Automated spec update (150734)
made at remote:2025-09-23T22:39:23 taken at now:2025-09-23T23:10:01 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
40aadd0a1c
commit
cba2f2289d
2 changed files with 26 additions and 0 deletions
|
@ -22847,6 +22847,10 @@
|
||||||
"code"
|
"code"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"GameResponse": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {}
|
||||||
|
},
|
||||||
"GatewayBotResponse": {
|
"GatewayBotResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -31588,6 +31592,15 @@
|
||||||
"$ref": "#/components/schemas/TeamResponse"
|
"$ref": "#/components/schemas/TeamResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"linked_games": {
|
||||||
|
"type": [
|
||||||
|
"array",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/components/schemas/GameResponse"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -23286,6 +23286,10 @@
|
||||||
"code"
|
"code"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"GameResponse": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {}
|
||||||
|
},
|
||||||
"GatewayBotResponse": {
|
"GatewayBotResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
@ -32174,6 +32178,15 @@
|
||||||
"$ref": "#/components/schemas/TeamResponse"
|
"$ref": "#/components/schemas/TeamResponse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"linked_games": {
|
||||||
|
"type": [
|
||||||
|
"array",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/components/schemas/GameResponse"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue