Automated spec update (76021)

This commit is contained in:
Nelly (automation bot) 2024-10-18 15:27:25 +00:00
parent dd93045bb3
commit db8bbbe42d
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": [