{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_clipping", "title": "stream_clipping", "properties": { "allowedOrigins": { "$ref": "#/components/schemas/stream_allowedOrigins" }, "clippedFromVideoUID": { "$ref": "#/components/schemas/stream_clipped_from_video_uid" }, "created": { "$ref": "#/components/schemas/stream_clipping_created" }, "creator": { "$ref": "#/components/schemas/stream_creator" }, "endTimeSeconds": { "$ref": "#/components/schemas/stream_end_time_seconds" }, "maxDurationSeconds": { "$ref": "#/components/schemas/stream_maxDurationSeconds" }, "meta": { "$ref": "#/components/schemas/stream_media_metadata" }, "modified": { "$ref": "#/components/schemas/stream_live_input_modified" }, "playback": { "$ref": "#/components/schemas/stream_playback" }, "preview": { "$ref": "#/components/schemas/stream_preview" }, "requireSignedURLs": { "$ref": "#/components/schemas/stream_requireSignedURLs" }, "startTimeSeconds": { "$ref": "#/components/schemas/stream_start_time_seconds" }, "status": { "$ref": "#/components/schemas/stream_media_state" }, "thumbnailTimestampPct": { "$ref": "#/components/schemas/stream_thumbnailTimestampPct" }, "watermark": { "$ref": "#/components/schemas/stream_watermarkAtUpload" } } }