Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions schemas/clip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
timeline, how long it will play for and transitions, filters and effects to apply
to it.
properties:
id:
description: >-
Optional client-generated identifier. Used by client SDKs
(e.g. the Shotstack Studio SDK) to reference a clip across edits
without relying on its position in the timeline. The render API
does not use this field and it does not appear in render output.
type: string
example: "f47ac10b-58cc-4372-a567-0e02b2c3d479"
asset:
$ref: "./asset.yaml#/Asset"
start:
Expand Down
Loading