Automated spec update (76021)
This commit is contained in:
parent
dd93045bb3
commit
db8bbbe42d
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue