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:
Adversary 2024-10-18 16:10:02 +00:00
parent 3833b5b738
commit 8b43f67af5
2 changed files with 34 additions and 0 deletions

View file

@ -18313,6 +18313,23 @@
"$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": [

View file

@ -18395,6 +18395,23 @@
"$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": [