File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12719,13 +12719,17 @@ components:
1271912719 items :
1272012720 $ref : ' #/components/schemas/VideoRef'
1272112721 source_video :
12722- $ref : ' #/components/schemas/VideoRef'
12723- description : Source video to edit.
12722+ description : Source video to edit. Accepts a URL string or an object with a "video" key.
12723+ oneOf :
12724+ - type : string
12725+ - $ref : ' #/components/schemas/VideoRef'
1272412726 audio_inputs :
12725- description : Array of audio inputs.
12727+ description : Array of audio inputs. Each element accepts a URL string or an object with an "audio" key.
1272612728 type : array
1272712729 items :
12728- $ref : ' #/components/schemas/AudioRef'
12730+ oneOf :
12731+ - type : string
12732+ - $ref : ' #/components/schemas/AudioRef'
1272912733
1273012734 VideoRef :
1273112735 type : object
You can’t perform that action at this time.
0 commit comments