main - Automated spec update (76021)
made at remote:2024-10-18T15:27:25 taken at now:2024-10-18T16:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
parent
3833b5b738
commit
8b43f67af5
2 changed files with 34 additions and 0 deletions
|
@ -18313,6 +18313,23 @@
|
||||||
"$ref": "#/components/schemas/ForumLayout"
|
"$ref": "#/components/schemas/ForumLayout"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"hd_streaming_until": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"format": "date-time"
|
||||||
|
},
|
||||||
|
"hd_streaming_buyer_id": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
@ -18395,6 +18395,23 @@
|
||||||
"$ref": "#/components/schemas/ForumLayout"
|
"$ref": "#/components/schemas/ForumLayout"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"hd_streaming_until": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"format": "date-time"
|
||||||
|
},
|
||||||
|
"hd_streaming_buyer_id": {
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$ref": "#/components/schemas/SnowflakeType"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue