Properties
| Name | Type | Description |
|---|---|---|
| allowedOrigins | object | |
| creator | object | |
| maxDurationSeconds | object | |
| meta | object | |
| requireSignedURLs | object | |
| scheduledDeletion | object | |
| thumbnailTimestampPct | object | |
| uploadExpiry | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/stream_video_update",
"title": "stream_video_update",
"properties": {
"allowedOrigins": {
"$ref": "#/components/schemas/stream_allowedOrigins"
},
"creator": {
"$ref": "#/components/schemas/stream_creator"
},
"maxDurationSeconds": {
"$ref": "#/components/schemas/stream_maxDurationSeconds"
},
"meta": {
"$ref": "#/components/schemas/stream_media_metadata"
},
"requireSignedURLs": {
"$ref": "#/components/schemas/stream_requireSignedURLs"
},
"scheduledDeletion": {
"$ref": "#/components/schemas/stream_scheduledDeletion"
},
"thumbnailTimestampPct": {
"$ref": "#/components/schemas/stream_thumbnailTimestampPct"
},
"uploadExpiry": {
"$ref": "#/components/schemas/stream_oneTimeUploadExpiry"
}
},
"type": "object"
}