diff --git a/src/libs/Shotstack/openapi.json b/src/libs/Shotstack/openapi.json index 9ded7aa..c827bf4 100644 --- a/src/libs/Shotstack/openapi.json +++ b/src/libs/Shotstack/openapi.json @@ -4476,7 +4476,75 @@ "template": { "description": "The [Edit](#tocs_edit) template.", "$ref": "#/components/schemas/Edit", - "example": {} + "example": { + "timeline": { + "soundtrack": { + "src": "https://s3-ap-northeast-1.amazonaws.com/my-bucket/music.mp3", + "effect": "fadeInFadeOut" + }, + "background": "#000000", + "tracks": [ + { + "clips": [ + { + "asset": { + "type": "title", + "text": "Hello World", + "style": "minimal" + }, + "start": 0, + "length": 4, + "transition": { + "in": "fade", + "out": "fade" + }, + "effect": "slideRight" + }, + { + "asset": { + "type": "image", + "src": "https://s3-ap-northeast-1.amazonaws.com/my-bucket/my-image.jpg" + }, + "start": 3, + "length": 4, + "effect": "zoomIn", + "filter": "greyscale" + } + ] + }, + { + "clips": [ + { + "asset": { + "type": "video", + "src": "https://s3-ap-northeast-1.amazonaws.com/my-bucket/my-clip-1.mp4", + "trim": 10.5, + "transcode": true + }, + "start": 7, + "length": 4.5 + }, + { + "asset": { + "type": "video", + "src": "https://s3-ap-northeast-1.amazonaws.com/my-bucket/my-clip-2.mp4", + "volume": 0.5 + }, + "start": 11.5, + "length": 5, + "transition": { + "out": "wipeLeft" + } + } + ] + } + ] + }, + "output": { + "format": "mp4", + "resolution": "sd" + } + } } }, "required": [