@shotstack/schemas 1.5.9 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/README.md +89 -89
  2. package/dist/json-schema/asset.json +3123 -0
  3. package/dist/json-schema/audio-asset.json +180 -0
  4. package/dist/json-schema/caption-asset.json +285 -0
  5. package/dist/json-schema/caption-background.json +61 -0
  6. package/dist/json-schema/caption-font.json +97 -0
  7. package/dist/json-schema/caption-margin.json +49 -0
  8. package/dist/json-schema/chroma-key.json +46 -0
  9. package/dist/json-schema/clip.json +3575 -0
  10. package/dist/json-schema/crop.json +69 -0
  11. package/dist/json-schema/destinations.json +495 -0
  12. package/dist/json-schema/edit.json +4540 -0
  13. package/dist/json-schema/flip-transformation.json +37 -0
  14. package/dist/json-schema/font.json +18 -0
  15. package/dist/json-schema/google-cloud-storage-destination-options.json +42 -0
  16. package/dist/json-schema/google-cloud-storage-destination.json +73 -0
  17. package/dist/json-schema/google-drive-destination-options.json +30 -0
  18. package/dist/json-schema/google-drive-destination.json +54 -0
  19. package/dist/json-schema/image-asset.json +104 -0
  20. package/dist/json-schema/image-to-video-asset.json +151 -0
  21. package/dist/json-schema/index.cjs +1 -0
  22. package/dist/json-schema/index.d.ts +6 -0
  23. package/dist/json-schema/index.js +3 -0
  24. package/dist/json-schema/luma-asset.json +38 -0
  25. package/dist/json-schema/merge-field.json +23 -0
  26. package/dist/json-schema/offset.json +145 -0
  27. package/dist/json-schema/output.json +771 -0
  28. package/dist/json-schema/poster.json +18 -0
  29. package/dist/json-schema/range.json +39 -0
  30. package/dist/json-schema/rich-caption-active-font.json +54 -0
  31. package/dist/json-schema/rich-caption-active.json +154 -0
  32. package/dist/json-schema/rich-caption-asset.json +1098 -0
  33. package/dist/json-schema/rich-caption-word-animation.json +60 -0
  34. package/dist/json-schema/rich-text-alignment.json +47 -0
  35. package/dist/json-schema/rich-text-animation.json +74 -0
  36. package/dist/json-schema/rich-text-asset.json +737 -0
  37. package/dist/json-schema/rich-text-background.json +52 -0
  38. package/dist/json-schema/rich-text-font.json +157 -0
  39. package/dist/json-schema/rich-text-gradient.json +68 -0
  40. package/dist/json-schema/rich-text-shadow.json +79 -0
  41. package/dist/json-schema/rich-text-stroke.json +55 -0
  42. package/dist/json-schema/rich-text-style.json +165 -0
  43. package/dist/json-schema/rotate-transformation.json +123 -0
  44. package/dist/json-schema/s3destination-options.json +59 -0
  45. package/dist/json-schema/s3destination.json +90 -0
  46. package/dist/json-schema/schemas.json +4983 -0
  47. package/dist/json-schema/shape-asset.json +225 -0
  48. package/dist/json-schema/shotstack-destination.json +33 -0
  49. package/dist/json-schema/size.json +41 -0
  50. package/dist/json-schema/skew-transformation.json +145 -0
  51. package/dist/json-schema/soundtrack.json +47 -0
  52. package/dist/json-schema/svg-arrow-shape.json +49 -0
  53. package/dist/json-schema/svg-asset.json +877 -0
  54. package/dist/json-schema/svg-circle-shape.json +28 -0
  55. package/dist/json-schema/svg-cross-shape.json +42 -0
  56. package/dist/json-schema/svg-ellipse-shape.json +35 -0
  57. package/dist/json-schema/svg-fill.json +169 -0
  58. package/dist/json-schema/svg-gradient-stop.json +25 -0
  59. package/dist/json-schema/svg-heart-shape.json +28 -0
  60. package/dist/json-schema/svg-line-shape.json +35 -0
  61. package/dist/json-schema/svg-linear-gradient-fill.json +80 -0
  62. package/dist/json-schema/svg-path-shape.json +26 -0
  63. package/dist/json-schema/svg-polygon-shape.json +35 -0
  64. package/dist/json-schema/svg-radial-gradient-fill.json +66 -0
  65. package/dist/json-schema/svg-rectangle-shape.json +49 -0
  66. package/dist/json-schema/svg-ring-shape.json +35 -0
  67. package/dist/json-schema/svg-shadow.json +79 -0
  68. package/dist/json-schema/svg-shape.json +404 -0
  69. package/dist/json-schema/svg-solid-fill.json +40 -0
  70. package/dist/json-schema/svg-star-shape.json +42 -0
  71. package/dist/json-schema/svg-stroke.json +115 -0
  72. package/dist/json-schema/svg-transform.json +93 -0
  73. package/dist/json-schema/text-to-image-asset.json +128 -0
  74. package/dist/json-schema/text-to-speech-asset.json +209 -0
  75. package/dist/json-schema/thumbnail.json +25 -0
  76. package/dist/json-schema/timeline.json +3703 -0
  77. package/dist/json-schema/track.json +3590 -0
  78. package/dist/json-schema/transformation.json +251 -0
  79. package/dist/json-schema/transition.json +37 -0
  80. package/dist/json-schema/tween.json +90 -0
  81. package/dist/json-schema/video-asset.json +321 -0
  82. package/dist/json-schema/vimeo-destination-options.json +149 -0
  83. package/dist/json-schema/vimeo-destination-privacy-options.json +90 -0
  84. package/dist/json-schema/vimeo-destination.json +178 -0
  85. package/dist/json-schema/word-timing.json +44 -0
  86. package/dist/schema.d.ts +77 -77
  87. package/dist/zod/zod.gen.cjs +1080 -921
  88. package/dist/zod/zod.gen.d.ts +139 -139
  89. package/dist/zod/zod.gen.js +1081 -922
  90. package/dist/zod/zod.gen.ts +1583 -1648
  91. package/package.json +79 -73
@@ -0,0 +1,3590 @@
1
+ {
2
+ "name": "Track",
3
+ "strict": true,
4
+ "schema": {
5
+ "properties": {
6
+ "clips": {
7
+ "type": "array",
8
+ "items": {
9
+ "$ref": "#/$defs/Clip"
10
+ }
11
+ }
12
+ },
13
+ "additionalProperties": false,
14
+ "required": [
15
+ "clips"
16
+ ],
17
+ "type": "object",
18
+ "$defs": {
19
+ "Clip": {
20
+ "properties": {
21
+ "asset": {
22
+ "$ref": "#/$defs/Asset"
23
+ },
24
+ "start": {
25
+ "anyOf": [
26
+ {
27
+ "type": "number",
28
+ "minimum": 0
29
+ },
30
+ {
31
+ "type": "string"
32
+ }
33
+ ]
34
+ },
35
+ "length": {
36
+ "anyOf": [
37
+ {
38
+ "type": "number",
39
+ "minimum": 0
40
+ },
41
+ {
42
+ "type": "string"
43
+ }
44
+ ]
45
+ },
46
+ "fit": {
47
+ "anyOf": [
48
+ {
49
+ "type": "string",
50
+ "enum": [
51
+ "cover",
52
+ "contain",
53
+ "crop",
54
+ "none"
55
+ ]
56
+ },
57
+ {
58
+ "type": "null"
59
+ }
60
+ ]
61
+ },
62
+ "scale": {
63
+ "anyOf": [
64
+ {
65
+ "type": "number"
66
+ },
67
+ {
68
+ "type": "array",
69
+ "items": {
70
+ "$ref": "#/$defs/Tween"
71
+ }
72
+ },
73
+ {
74
+ "type": "null"
75
+ }
76
+ ]
77
+ },
78
+ "width": {
79
+ "anyOf": [
80
+ {
81
+ "type": "number",
82
+ "minimum": 1,
83
+ "maximum": 3840
84
+ },
85
+ {
86
+ "type": "null"
87
+ }
88
+ ]
89
+ },
90
+ "height": {
91
+ "anyOf": [
92
+ {
93
+ "type": "number",
94
+ "minimum": 1,
95
+ "maximum": 2160
96
+ },
97
+ {
98
+ "type": "null"
99
+ }
100
+ ]
101
+ },
102
+ "position": {
103
+ "anyOf": [
104
+ {
105
+ "type": "string",
106
+ "enum": [
107
+ "top",
108
+ "topRight",
109
+ "right",
110
+ "bottomRight",
111
+ "bottom",
112
+ "bottomLeft",
113
+ "left",
114
+ "topLeft",
115
+ "center"
116
+ ]
117
+ },
118
+ {
119
+ "type": "null"
120
+ }
121
+ ]
122
+ },
123
+ "offset": {
124
+ "anyOf": [
125
+ {
126
+ "$ref": "#/$defs/Offset"
127
+ },
128
+ {
129
+ "type": "null"
130
+ }
131
+ ]
132
+ },
133
+ "transition": {
134
+ "anyOf": [
135
+ {
136
+ "$ref": "#/$defs/Transition"
137
+ },
138
+ {
139
+ "type": "null"
140
+ }
141
+ ]
142
+ },
143
+ "effect": {
144
+ "anyOf": [
145
+ {
146
+ "type": "string",
147
+ "enum": [
148
+ "zoomIn",
149
+ "zoomInSlow",
150
+ "zoomInFast",
151
+ "zoomOut",
152
+ "zoomOutSlow",
153
+ "zoomOutFast",
154
+ "slideLeft",
155
+ "slideLeftSlow",
156
+ "slideLeftFast",
157
+ "slideRight",
158
+ "slideRightSlow",
159
+ "slideRightFast",
160
+ "slideUp",
161
+ "slideUpSlow",
162
+ "slideUpFast",
163
+ "slideDown",
164
+ "slideDownSlow",
165
+ "slideDownFast"
166
+ ]
167
+ },
168
+ {
169
+ "type": "null"
170
+ }
171
+ ]
172
+ },
173
+ "filter": {
174
+ "anyOf": [
175
+ {
176
+ "type": "string",
177
+ "enum": [
178
+ "none",
179
+ "blur",
180
+ "boost",
181
+ "contrast",
182
+ "darken",
183
+ "greyscale",
184
+ "lighten",
185
+ "muted",
186
+ "negative"
187
+ ]
188
+ },
189
+ {
190
+ "type": "null"
191
+ }
192
+ ]
193
+ },
194
+ "opacity": {
195
+ "anyOf": [
196
+ {
197
+ "type": "number"
198
+ },
199
+ {
200
+ "type": "array",
201
+ "items": {
202
+ "$ref": "#/$defs/Tween"
203
+ }
204
+ },
205
+ {
206
+ "type": "null"
207
+ }
208
+ ]
209
+ },
210
+ "transform": {
211
+ "anyOf": [
212
+ {
213
+ "$ref": "#/$defs/Transformation"
214
+ },
215
+ {
216
+ "type": "null"
217
+ }
218
+ ]
219
+ },
220
+ "alias": {
221
+ "anyOf": [
222
+ {
223
+ "type": "string"
224
+ },
225
+ {
226
+ "type": "null"
227
+ }
228
+ ]
229
+ }
230
+ },
231
+ "additionalProperties": false,
232
+ "required": [
233
+ "asset",
234
+ "start",
235
+ "length",
236
+ "fit",
237
+ "scale",
238
+ "width",
239
+ "height",
240
+ "position",
241
+ "offset",
242
+ "transition",
243
+ "effect",
244
+ "filter",
245
+ "opacity",
246
+ "transform",
247
+ "alias"
248
+ ],
249
+ "type": "object"
250
+ },
251
+ "Asset": {
252
+ "anyOf": [
253
+ {
254
+ "$ref": "#/$defs/VideoAsset"
255
+ },
256
+ {
257
+ "$ref": "#/$defs/ImageAsset"
258
+ },
259
+ {
260
+ "$ref": "#/$defs/RichTextAsset"
261
+ },
262
+ {
263
+ "$ref": "#/$defs/AudioAsset"
264
+ },
265
+ {
266
+ "$ref": "#/$defs/LumaAsset"
267
+ },
268
+ {
269
+ "$ref": "#/$defs/CaptionAsset"
270
+ },
271
+ {
272
+ "$ref": "#/$defs/RichCaptionAsset"
273
+ },
274
+ {
275
+ "$ref": "#/$defs/ShapeAsset"
276
+ },
277
+ {
278
+ "$ref": "#/$defs/SvgAsset"
279
+ },
280
+ {
281
+ "$ref": "#/$defs/TextToImageAsset"
282
+ },
283
+ {
284
+ "$ref": "#/$defs/ImageToVideoAsset"
285
+ },
286
+ {
287
+ "$ref": "#/$defs/TextToSpeechAsset"
288
+ }
289
+ ]
290
+ },
291
+ "VideoAsset": {
292
+ "type": "object",
293
+ "properties": {
294
+ "type": {
295
+ "enum": [
296
+ "video"
297
+ ],
298
+ "type": "string"
299
+ },
300
+ "src": {
301
+ "type": "string"
302
+ },
303
+ "transcode": {
304
+ "anyOf": [
305
+ {
306
+ "type": "boolean"
307
+ },
308
+ {
309
+ "type": "null"
310
+ }
311
+ ]
312
+ },
313
+ "trim": {
314
+ "anyOf": [
315
+ {
316
+ "type": "number"
317
+ },
318
+ {
319
+ "type": "null"
320
+ }
321
+ ]
322
+ },
323
+ "volume": {
324
+ "anyOf": [
325
+ {
326
+ "type": "number",
327
+ "minimum": 0,
328
+ "maximum": 1
329
+ },
330
+ {
331
+ "type": "array",
332
+ "items": {
333
+ "$ref": "#/$defs/Tween"
334
+ }
335
+ },
336
+ {
337
+ "type": "null"
338
+ }
339
+ ]
340
+ },
341
+ "volumeEffect": {
342
+ "anyOf": [
343
+ {
344
+ "type": "string",
345
+ "enum": [
346
+ "none",
347
+ "fadeIn",
348
+ "fadeOut",
349
+ "fadeInFadeOut"
350
+ ]
351
+ },
352
+ {
353
+ "type": "null"
354
+ }
355
+ ]
356
+ },
357
+ "speed": {
358
+ "anyOf": [
359
+ {
360
+ "type": "number",
361
+ "minimum": 0,
362
+ "maximum": 10
363
+ },
364
+ {
365
+ "type": "null"
366
+ }
367
+ ]
368
+ },
369
+ "crop": {
370
+ "anyOf": [
371
+ {
372
+ "$ref": "#/$defs/Crop"
373
+ },
374
+ {
375
+ "type": "null"
376
+ }
377
+ ]
378
+ },
379
+ "chromaKey": {
380
+ "anyOf": [
381
+ {
382
+ "$ref": "#/$defs/ChromaKey"
383
+ },
384
+ {
385
+ "type": "null"
386
+ }
387
+ ]
388
+ }
389
+ },
390
+ "additionalProperties": false,
391
+ "required": [
392
+ "type",
393
+ "src",
394
+ "transcode",
395
+ "trim",
396
+ "volume",
397
+ "volumeEffect",
398
+ "speed",
399
+ "crop",
400
+ "chromaKey"
401
+ ]
402
+ },
403
+ "Tween": {
404
+ "properties": {
405
+ "from": {
406
+ "anyOf": [
407
+ {
408
+ "type": "string"
409
+ },
410
+ {
411
+ "type": "null"
412
+ }
413
+ ]
414
+ },
415
+ "to": {
416
+ "anyOf": [
417
+ {
418
+ "type": "string"
419
+ },
420
+ {
421
+ "type": "null"
422
+ }
423
+ ]
424
+ },
425
+ "start": {
426
+ "anyOf": [
427
+ {
428
+ "type": "number"
429
+ },
430
+ {
431
+ "type": "null"
432
+ }
433
+ ]
434
+ },
435
+ "length": {
436
+ "anyOf": [
437
+ {
438
+ "type": "number"
439
+ },
440
+ {
441
+ "type": "null"
442
+ }
443
+ ]
444
+ },
445
+ "interpolation": {
446
+ "anyOf": [
447
+ {
448
+ "type": "string",
449
+ "enum": [
450
+ "linear",
451
+ "bezier",
452
+ "constant"
453
+ ]
454
+ },
455
+ {
456
+ "type": "null"
457
+ }
458
+ ]
459
+ },
460
+ "easing": {
461
+ "anyOf": [
462
+ {
463
+ "type": "string"
464
+ },
465
+ {
466
+ "type": "null"
467
+ }
468
+ ]
469
+ }
470
+ },
471
+ "additionalProperties": false,
472
+ "type": "object",
473
+ "required": [
474
+ "from",
475
+ "to",
476
+ "start",
477
+ "length",
478
+ "interpolation",
479
+ "easing"
480
+ ]
481
+ },
482
+ "Crop": {
483
+ "properties": {
484
+ "top": {
485
+ "anyOf": [
486
+ {
487
+ "type": "number",
488
+ "minimum": 0,
489
+ "maximum": 1
490
+ },
491
+ {
492
+ "type": "null"
493
+ }
494
+ ]
495
+ },
496
+ "bottom": {
497
+ "anyOf": [
498
+ {
499
+ "type": "number",
500
+ "minimum": 0,
501
+ "maximum": 1
502
+ },
503
+ {
504
+ "type": "null"
505
+ }
506
+ ]
507
+ },
508
+ "left": {
509
+ "anyOf": [
510
+ {
511
+ "type": "number",
512
+ "minimum": 0,
513
+ "maximum": 1
514
+ },
515
+ {
516
+ "type": "null"
517
+ }
518
+ ]
519
+ },
520
+ "right": {
521
+ "anyOf": [
522
+ {
523
+ "type": "number",
524
+ "minimum": 0,
525
+ "maximum": 1
526
+ },
527
+ {
528
+ "type": "null"
529
+ }
530
+ ]
531
+ }
532
+ },
533
+ "additionalProperties": false,
534
+ "type": "object",
535
+ "required": [
536
+ "top",
537
+ "bottom",
538
+ "left",
539
+ "right"
540
+ ]
541
+ },
542
+ "ChromaKey": {
543
+ "properties": {
544
+ "color": {
545
+ "type": "string"
546
+ },
547
+ "threshold": {
548
+ "anyOf": [
549
+ {
550
+ "type": "integer",
551
+ "minimum": 0,
552
+ "maximum": 250
553
+ },
554
+ {
555
+ "type": "null"
556
+ }
557
+ ]
558
+ },
559
+ "halo": {
560
+ "anyOf": [
561
+ {
562
+ "type": "integer",
563
+ "minimum": 0,
564
+ "maximum": 250
565
+ },
566
+ {
567
+ "type": "null"
568
+ }
569
+ ]
570
+ }
571
+ },
572
+ "additionalProperties": false,
573
+ "required": [
574
+ "color",
575
+ "threshold",
576
+ "halo"
577
+ ],
578
+ "type": "object"
579
+ },
580
+ "ImageAsset": {
581
+ "type": "object",
582
+ "properties": {
583
+ "type": {
584
+ "enum": [
585
+ "image"
586
+ ],
587
+ "type": "string"
588
+ },
589
+ "src": {
590
+ "type": "string"
591
+ },
592
+ "crop": {
593
+ "anyOf": [
594
+ {
595
+ "$ref": "#/$defs/Crop"
596
+ },
597
+ {
598
+ "type": "null"
599
+ }
600
+ ]
601
+ }
602
+ },
603
+ "additionalProperties": false,
604
+ "required": [
605
+ "type",
606
+ "src",
607
+ "crop"
608
+ ]
609
+ },
610
+ "RichTextAsset": {
611
+ "type": "object",
612
+ "properties": {
613
+ "type": {
614
+ "enum": [
615
+ "rich-text"
616
+ ],
617
+ "type": "string"
618
+ },
619
+ "text": {
620
+ "type": "string"
621
+ },
622
+ "font": {
623
+ "anyOf": [
624
+ {
625
+ "$ref": "#/$defs/RichTextFont"
626
+ },
627
+ {
628
+ "type": "null"
629
+ }
630
+ ]
631
+ },
632
+ "style": {
633
+ "anyOf": [
634
+ {
635
+ "$ref": "#/$defs/RichTextStyle"
636
+ },
637
+ {
638
+ "type": "null"
639
+ }
640
+ ]
641
+ },
642
+ "stroke": {
643
+ "anyOf": [
644
+ {
645
+ "$ref": "#/$defs/RichTextStroke"
646
+ },
647
+ {
648
+ "type": "null"
649
+ }
650
+ ]
651
+ },
652
+ "shadow": {
653
+ "anyOf": [
654
+ {
655
+ "$ref": "#/$defs/RichTextShadow"
656
+ },
657
+ {
658
+ "type": "null"
659
+ }
660
+ ]
661
+ },
662
+ "background": {
663
+ "anyOf": [
664
+ {
665
+ "$ref": "#/$defs/RichTextBackground"
666
+ },
667
+ {
668
+ "type": "null"
669
+ }
670
+ ]
671
+ },
672
+ "border": {
673
+ "anyOf": [
674
+ {
675
+ "type": "object",
676
+ "properties": {
677
+ "width": {
678
+ "anyOf": [
679
+ {
680
+ "type": "number",
681
+ "minimum": 0
682
+ },
683
+ {
684
+ "type": "null"
685
+ }
686
+ ]
687
+ },
688
+ "color": {
689
+ "anyOf": [
690
+ {
691
+ "type": "string"
692
+ },
693
+ {
694
+ "type": "null"
695
+ }
696
+ ]
697
+ },
698
+ "opacity": {
699
+ "anyOf": [
700
+ {
701
+ "type": "number",
702
+ "minimum": 0,
703
+ "maximum": 1
704
+ },
705
+ {
706
+ "type": "null"
707
+ }
708
+ ]
709
+ },
710
+ "radius": {
711
+ "anyOf": [
712
+ {
713
+ "type": "number",
714
+ "minimum": 0
715
+ },
716
+ {
717
+ "type": "null"
718
+ }
719
+ ]
720
+ }
721
+ },
722
+ "additionalProperties": false,
723
+ "required": [
724
+ "width",
725
+ "color",
726
+ "opacity",
727
+ "radius"
728
+ ]
729
+ },
730
+ {
731
+ "type": "null"
732
+ }
733
+ ]
734
+ },
735
+ "padding": {
736
+ "anyOf": [
737
+ {
738
+ "type": "number",
739
+ "minimum": 0
740
+ },
741
+ {
742
+ "properties": {
743
+ "top": {
744
+ "anyOf": [
745
+ {
746
+ "type": "number",
747
+ "minimum": 0
748
+ },
749
+ {
750
+ "type": "null"
751
+ }
752
+ ]
753
+ },
754
+ "right": {
755
+ "anyOf": [
756
+ {
757
+ "type": "number",
758
+ "minimum": 0
759
+ },
760
+ {
761
+ "type": "null"
762
+ }
763
+ ]
764
+ },
765
+ "bottom": {
766
+ "anyOf": [
767
+ {
768
+ "type": "number",
769
+ "minimum": 0
770
+ },
771
+ {
772
+ "type": "null"
773
+ }
774
+ ]
775
+ },
776
+ "left": {
777
+ "anyOf": [
778
+ {
779
+ "type": "number",
780
+ "minimum": 0
781
+ },
782
+ {
783
+ "type": "null"
784
+ }
785
+ ]
786
+ }
787
+ },
788
+ "additionalProperties": false,
789
+ "type": "object",
790
+ "required": [
791
+ "top",
792
+ "right",
793
+ "bottom",
794
+ "left"
795
+ ]
796
+ },
797
+ {
798
+ "type": "null"
799
+ }
800
+ ]
801
+ },
802
+ "align": {
803
+ "anyOf": [
804
+ {
805
+ "$ref": "#/$defs/RichTextAlignment"
806
+ },
807
+ {
808
+ "type": "null"
809
+ }
810
+ ]
811
+ },
812
+ "animation": {
813
+ "anyOf": [
814
+ {
815
+ "$ref": "#/$defs/RichTextAnimation"
816
+ },
817
+ {
818
+ "type": "null"
819
+ }
820
+ ]
821
+ }
822
+ },
823
+ "additionalProperties": false,
824
+ "required": [
825
+ "type",
826
+ "text",
827
+ "font",
828
+ "style",
829
+ "stroke",
830
+ "shadow",
831
+ "background",
832
+ "border",
833
+ "padding",
834
+ "align",
835
+ "animation"
836
+ ]
837
+ },
838
+ "RichTextFont": {
839
+ "properties": {
840
+ "family": {
841
+ "anyOf": [
842
+ {
843
+ "type": "string",
844
+ "enum": [
845
+ "Open Sans"
846
+ ]
847
+ },
848
+ {
849
+ "type": "null"
850
+ }
851
+ ]
852
+ },
853
+ "size": {
854
+ "anyOf": [
855
+ {
856
+ "type": "integer",
857
+ "minimum": 1,
858
+ "maximum": 500
859
+ },
860
+ {
861
+ "type": "null"
862
+ }
863
+ ]
864
+ },
865
+ "weight": {
866
+ "anyOf": [
867
+ {
868
+ "type": "string"
869
+ },
870
+ {
871
+ "type": "null"
872
+ }
873
+ ]
874
+ },
875
+ "color": {
876
+ "anyOf": [
877
+ {
878
+ "type": "string"
879
+ },
880
+ {
881
+ "type": "null"
882
+ }
883
+ ]
884
+ },
885
+ "opacity": {
886
+ "anyOf": [
887
+ {
888
+ "type": "number",
889
+ "minimum": 0,
890
+ "maximum": 1
891
+ },
892
+ {
893
+ "type": "null"
894
+ }
895
+ ]
896
+ },
897
+ "background": {
898
+ "anyOf": [
899
+ {
900
+ "type": "string"
901
+ },
902
+ {
903
+ "type": "null"
904
+ }
905
+ ]
906
+ },
907
+ "stroke": {
908
+ "anyOf": [
909
+ {
910
+ "$ref": "#/$defs/RichTextStroke"
911
+ },
912
+ {
913
+ "type": "null"
914
+ }
915
+ ]
916
+ }
917
+ },
918
+ "additionalProperties": false,
919
+ "type": "object",
920
+ "required": [
921
+ "family",
922
+ "size",
923
+ "weight",
924
+ "color",
925
+ "opacity",
926
+ "background",
927
+ "stroke"
928
+ ]
929
+ },
930
+ "RichTextStroke": {
931
+ "properties": {
932
+ "width": {
933
+ "anyOf": [
934
+ {
935
+ "type": "number",
936
+ "minimum": 0
937
+ },
938
+ {
939
+ "type": "null"
940
+ }
941
+ ]
942
+ },
943
+ "color": {
944
+ "anyOf": [
945
+ {
946
+ "type": "string",
947
+ "enum": [
948
+ "#000000"
949
+ ]
950
+ },
951
+ {
952
+ "type": "null"
953
+ }
954
+ ]
955
+ },
956
+ "opacity": {
957
+ "anyOf": [
958
+ {
959
+ "type": "number",
960
+ "minimum": 0,
961
+ "maximum": 1
962
+ },
963
+ {
964
+ "type": "null"
965
+ }
966
+ ]
967
+ }
968
+ },
969
+ "additionalProperties": false,
970
+ "type": "object",
971
+ "required": [
972
+ "width",
973
+ "color",
974
+ "opacity"
975
+ ]
976
+ },
977
+ "RichTextStyle": {
978
+ "properties": {
979
+ "letterSpacing": {
980
+ "anyOf": [
981
+ {
982
+ "type": "number"
983
+ },
984
+ {
985
+ "type": "null"
986
+ }
987
+ ]
988
+ },
989
+ "wordSpacing": {
990
+ "anyOf": [
991
+ {
992
+ "type": "number",
993
+ "minimum": 0
994
+ },
995
+ {
996
+ "type": "null"
997
+ }
998
+ ]
999
+ },
1000
+ "lineHeight": {
1001
+ "anyOf": [
1002
+ {
1003
+ "type": "number",
1004
+ "minimum": 0,
1005
+ "maximum": 10
1006
+ },
1007
+ {
1008
+ "type": "null"
1009
+ }
1010
+ ]
1011
+ },
1012
+ "textTransform": {
1013
+ "anyOf": [
1014
+ {
1015
+ "type": "string",
1016
+ "enum": [
1017
+ "none",
1018
+ "uppercase",
1019
+ "lowercase",
1020
+ "capitalize"
1021
+ ]
1022
+ },
1023
+ {
1024
+ "type": "null"
1025
+ }
1026
+ ]
1027
+ },
1028
+ "textDecoration": {
1029
+ "anyOf": [
1030
+ {
1031
+ "type": "string",
1032
+ "enum": [
1033
+ "none",
1034
+ "underline",
1035
+ "line-through"
1036
+ ]
1037
+ },
1038
+ {
1039
+ "type": "null"
1040
+ }
1041
+ ]
1042
+ },
1043
+ "gradient": {
1044
+ "anyOf": [
1045
+ {
1046
+ "$ref": "#/$defs/RichTextGradient"
1047
+ },
1048
+ {
1049
+ "type": "null"
1050
+ }
1051
+ ]
1052
+ }
1053
+ },
1054
+ "additionalProperties": false,
1055
+ "type": "object",
1056
+ "required": [
1057
+ "letterSpacing",
1058
+ "wordSpacing",
1059
+ "lineHeight",
1060
+ "textTransform",
1061
+ "textDecoration",
1062
+ "gradient"
1063
+ ]
1064
+ },
1065
+ "RichTextGradient": {
1066
+ "properties": {
1067
+ "type": {
1068
+ "anyOf": [
1069
+ {
1070
+ "type": "string",
1071
+ "enum": [
1072
+ "linear",
1073
+ "radial"
1074
+ ]
1075
+ },
1076
+ {
1077
+ "type": "null"
1078
+ }
1079
+ ]
1080
+ },
1081
+ "angle": {
1082
+ "anyOf": [
1083
+ {
1084
+ "type": "number",
1085
+ "minimum": 0,
1086
+ "maximum": 360
1087
+ },
1088
+ {
1089
+ "type": "null"
1090
+ }
1091
+ ]
1092
+ },
1093
+ "stops": {
1094
+ "type": "array",
1095
+ "items": {
1096
+ "type": "object",
1097
+ "properties": {
1098
+ "offset": {
1099
+ "type": "number",
1100
+ "minimum": 0,
1101
+ "maximum": 1
1102
+ },
1103
+ "color": {
1104
+ "type": "string"
1105
+ }
1106
+ },
1107
+ "required": [
1108
+ "offset",
1109
+ "color"
1110
+ ],
1111
+ "additionalProperties": false
1112
+ }
1113
+ }
1114
+ },
1115
+ "required": [
1116
+ "type",
1117
+ "angle",
1118
+ "stops"
1119
+ ],
1120
+ "additionalProperties": false,
1121
+ "type": "object"
1122
+ },
1123
+ "RichTextShadow": {
1124
+ "properties": {
1125
+ "offsetX": {
1126
+ "anyOf": [
1127
+ {
1128
+ "type": "number"
1129
+ },
1130
+ {
1131
+ "type": "null"
1132
+ }
1133
+ ]
1134
+ },
1135
+ "offsetY": {
1136
+ "anyOf": [
1137
+ {
1138
+ "type": "number"
1139
+ },
1140
+ {
1141
+ "type": "null"
1142
+ }
1143
+ ]
1144
+ },
1145
+ "blur": {
1146
+ "anyOf": [
1147
+ {
1148
+ "type": "number",
1149
+ "minimum": 0
1150
+ },
1151
+ {
1152
+ "type": "null"
1153
+ }
1154
+ ]
1155
+ },
1156
+ "color": {
1157
+ "anyOf": [
1158
+ {
1159
+ "type": "string",
1160
+ "enum": [
1161
+ "#000000"
1162
+ ]
1163
+ },
1164
+ {
1165
+ "type": "null"
1166
+ }
1167
+ ]
1168
+ },
1169
+ "opacity": {
1170
+ "anyOf": [
1171
+ {
1172
+ "type": "number",
1173
+ "minimum": 0,
1174
+ "maximum": 1
1175
+ },
1176
+ {
1177
+ "type": "null"
1178
+ }
1179
+ ]
1180
+ }
1181
+ },
1182
+ "additionalProperties": false,
1183
+ "type": "object",
1184
+ "required": [
1185
+ "offsetX",
1186
+ "offsetY",
1187
+ "blur",
1188
+ "color",
1189
+ "opacity"
1190
+ ]
1191
+ },
1192
+ "RichTextBackground": {
1193
+ "properties": {
1194
+ "color": {
1195
+ "anyOf": [
1196
+ {
1197
+ "type": "string"
1198
+ },
1199
+ {
1200
+ "type": "null"
1201
+ }
1202
+ ]
1203
+ },
1204
+ "opacity": {
1205
+ "anyOf": [
1206
+ {
1207
+ "type": "number",
1208
+ "minimum": 0,
1209
+ "maximum": 1
1210
+ },
1211
+ {
1212
+ "type": "null"
1213
+ }
1214
+ ]
1215
+ },
1216
+ "borderRadius": {
1217
+ "anyOf": [
1218
+ {
1219
+ "type": "number",
1220
+ "minimum": 0
1221
+ },
1222
+ {
1223
+ "type": "null"
1224
+ }
1225
+ ]
1226
+ }
1227
+ },
1228
+ "additionalProperties": false,
1229
+ "type": "object",
1230
+ "required": [
1231
+ "color",
1232
+ "opacity",
1233
+ "borderRadius"
1234
+ ]
1235
+ },
1236
+ "RichTextAlignment": {
1237
+ "properties": {
1238
+ "horizontal": {
1239
+ "anyOf": [
1240
+ {
1241
+ "type": "string",
1242
+ "enum": [
1243
+ "left",
1244
+ "center",
1245
+ "right"
1246
+ ]
1247
+ },
1248
+ {
1249
+ "type": "null"
1250
+ }
1251
+ ]
1252
+ },
1253
+ "vertical": {
1254
+ "anyOf": [
1255
+ {
1256
+ "type": "string",
1257
+ "enum": [
1258
+ "top",
1259
+ "middle",
1260
+ "bottom"
1261
+ ]
1262
+ },
1263
+ {
1264
+ "type": "null"
1265
+ }
1266
+ ]
1267
+ }
1268
+ },
1269
+ "additionalProperties": false,
1270
+ "type": "object",
1271
+ "required": [
1272
+ "horizontal",
1273
+ "vertical"
1274
+ ]
1275
+ },
1276
+ "RichTextAnimation": {
1277
+ "properties": {
1278
+ "preset": {
1279
+ "type": "string",
1280
+ "enum": [
1281
+ "fadeIn",
1282
+ "slideIn",
1283
+ "typewriter",
1284
+ "ascend",
1285
+ "shift",
1286
+ "movingLetters"
1287
+ ]
1288
+ },
1289
+ "duration": {
1290
+ "anyOf": [
1291
+ {
1292
+ "type": "number",
1293
+ "minimum": 0.1,
1294
+ "maximum": 30
1295
+ },
1296
+ {
1297
+ "type": "null"
1298
+ }
1299
+ ]
1300
+ },
1301
+ "style": {
1302
+ "anyOf": [
1303
+ {
1304
+ "type": "string",
1305
+ "enum": [
1306
+ "character",
1307
+ "word"
1308
+ ]
1309
+ },
1310
+ {
1311
+ "type": "null"
1312
+ }
1313
+ ]
1314
+ },
1315
+ "direction": {
1316
+ "anyOf": [
1317
+ {
1318
+ "type": "string",
1319
+ "enum": [
1320
+ "left",
1321
+ "right",
1322
+ "up",
1323
+ "down"
1324
+ ]
1325
+ },
1326
+ {
1327
+ "type": "null"
1328
+ }
1329
+ ]
1330
+ }
1331
+ },
1332
+ "required": [
1333
+ "preset",
1334
+ "duration",
1335
+ "style",
1336
+ "direction"
1337
+ ],
1338
+ "additionalProperties": false,
1339
+ "type": "object"
1340
+ },
1341
+ "AudioAsset": {
1342
+ "type": "object",
1343
+ "properties": {
1344
+ "type": {
1345
+ "enum": [
1346
+ "audio"
1347
+ ],
1348
+ "type": "string"
1349
+ },
1350
+ "src": {
1351
+ "type": "string"
1352
+ },
1353
+ "trim": {
1354
+ "anyOf": [
1355
+ {
1356
+ "type": "number"
1357
+ },
1358
+ {
1359
+ "type": "null"
1360
+ }
1361
+ ]
1362
+ },
1363
+ "volume": {
1364
+ "anyOf": [
1365
+ {
1366
+ "type": "number",
1367
+ "minimum": 0,
1368
+ "maximum": 1
1369
+ },
1370
+ {
1371
+ "type": "array",
1372
+ "items": {
1373
+ "$ref": "#/$defs/Tween"
1374
+ }
1375
+ },
1376
+ {
1377
+ "type": "null"
1378
+ }
1379
+ ]
1380
+ },
1381
+ "speed": {
1382
+ "anyOf": [
1383
+ {
1384
+ "type": "number",
1385
+ "minimum": 0,
1386
+ "maximum": 10
1387
+ },
1388
+ {
1389
+ "type": "null"
1390
+ }
1391
+ ]
1392
+ },
1393
+ "effect": {
1394
+ "anyOf": [
1395
+ {
1396
+ "type": "string",
1397
+ "enum": [
1398
+ "none",
1399
+ "fadeIn",
1400
+ "fadeOut",
1401
+ "fadeInFadeOut"
1402
+ ]
1403
+ },
1404
+ {
1405
+ "type": "null"
1406
+ }
1407
+ ]
1408
+ }
1409
+ },
1410
+ "additionalProperties": false,
1411
+ "required": [
1412
+ "type",
1413
+ "src",
1414
+ "trim",
1415
+ "volume",
1416
+ "speed",
1417
+ "effect"
1418
+ ]
1419
+ },
1420
+ "LumaAsset": {
1421
+ "type": "object",
1422
+ "properties": {
1423
+ "type": {
1424
+ "enum": [
1425
+ "luma"
1426
+ ],
1427
+ "type": "string"
1428
+ },
1429
+ "src": {
1430
+ "type": "string"
1431
+ },
1432
+ "trim": {
1433
+ "anyOf": [
1434
+ {
1435
+ "type": "number"
1436
+ },
1437
+ {
1438
+ "type": "null"
1439
+ }
1440
+ ]
1441
+ }
1442
+ },
1443
+ "additionalProperties": false,
1444
+ "required": [
1445
+ "type",
1446
+ "src",
1447
+ "trim"
1448
+ ]
1449
+ },
1450
+ "CaptionAsset": {
1451
+ "type": "object",
1452
+ "properties": {
1453
+ "type": {
1454
+ "enum": [
1455
+ "caption"
1456
+ ],
1457
+ "type": "string"
1458
+ },
1459
+ "src": {
1460
+ "type": "string"
1461
+ },
1462
+ "font": {
1463
+ "anyOf": [
1464
+ {
1465
+ "$ref": "#/$defs/CaptionFont"
1466
+ },
1467
+ {
1468
+ "type": "null"
1469
+ }
1470
+ ]
1471
+ },
1472
+ "background": {
1473
+ "anyOf": [
1474
+ {
1475
+ "$ref": "#/$defs/CaptionBackground"
1476
+ },
1477
+ {
1478
+ "type": "null"
1479
+ }
1480
+ ]
1481
+ },
1482
+ "margin": {
1483
+ "anyOf": [
1484
+ {
1485
+ "$ref": "#/$defs/CaptionMargin"
1486
+ },
1487
+ {
1488
+ "type": "null"
1489
+ }
1490
+ ]
1491
+ },
1492
+ "trim": {
1493
+ "anyOf": [
1494
+ {
1495
+ "type": "number"
1496
+ },
1497
+ {
1498
+ "type": "null"
1499
+ }
1500
+ ]
1501
+ },
1502
+ "speed": {
1503
+ "anyOf": [
1504
+ {
1505
+ "type": "number",
1506
+ "minimum": 0,
1507
+ "maximum": 10
1508
+ },
1509
+ {
1510
+ "type": "null"
1511
+ }
1512
+ ]
1513
+ }
1514
+ },
1515
+ "additionalProperties": false,
1516
+ "required": [
1517
+ "type",
1518
+ "src",
1519
+ "font",
1520
+ "background",
1521
+ "margin",
1522
+ "trim",
1523
+ "speed"
1524
+ ]
1525
+ },
1526
+ "CaptionFont": {
1527
+ "properties": {
1528
+ "family": {
1529
+ "anyOf": [
1530
+ {
1531
+ "type": "string"
1532
+ },
1533
+ {
1534
+ "type": "null"
1535
+ }
1536
+ ]
1537
+ },
1538
+ "color": {
1539
+ "anyOf": [
1540
+ {
1541
+ "type": "string"
1542
+ },
1543
+ {
1544
+ "type": "null"
1545
+ }
1546
+ ]
1547
+ },
1548
+ "opacity": {
1549
+ "anyOf": [
1550
+ {
1551
+ "type": "number"
1552
+ },
1553
+ {
1554
+ "type": "null"
1555
+ }
1556
+ ]
1557
+ },
1558
+ "size": {
1559
+ "anyOf": [
1560
+ {
1561
+ "type": "integer"
1562
+ },
1563
+ {
1564
+ "type": "null"
1565
+ }
1566
+ ]
1567
+ },
1568
+ "lineHeight": {
1569
+ "anyOf": [
1570
+ {
1571
+ "type": "number"
1572
+ },
1573
+ {
1574
+ "type": "null"
1575
+ }
1576
+ ]
1577
+ },
1578
+ "stroke": {
1579
+ "anyOf": [
1580
+ {
1581
+ "type": "string"
1582
+ },
1583
+ {
1584
+ "type": "null"
1585
+ }
1586
+ ]
1587
+ },
1588
+ "strokeWidth": {
1589
+ "anyOf": [
1590
+ {
1591
+ "type": "number"
1592
+ },
1593
+ {
1594
+ "type": "null"
1595
+ }
1596
+ ]
1597
+ }
1598
+ },
1599
+ "additionalProperties": false,
1600
+ "type": "object",
1601
+ "required": [
1602
+ "family",
1603
+ "color",
1604
+ "opacity",
1605
+ "size",
1606
+ "lineHeight",
1607
+ "stroke",
1608
+ "strokeWidth"
1609
+ ]
1610
+ },
1611
+ "CaptionBackground": {
1612
+ "properties": {
1613
+ "color": {
1614
+ "anyOf": [
1615
+ {
1616
+ "type": "string"
1617
+ },
1618
+ {
1619
+ "type": "null"
1620
+ }
1621
+ ]
1622
+ },
1623
+ "opacity": {
1624
+ "anyOf": [
1625
+ {
1626
+ "type": "number"
1627
+ },
1628
+ {
1629
+ "type": "null"
1630
+ }
1631
+ ]
1632
+ },
1633
+ "padding": {
1634
+ "anyOf": [
1635
+ {
1636
+ "type": "integer"
1637
+ },
1638
+ {
1639
+ "type": "null"
1640
+ }
1641
+ ]
1642
+ },
1643
+ "borderRadius": {
1644
+ "anyOf": [
1645
+ {
1646
+ "type": "integer"
1647
+ },
1648
+ {
1649
+ "type": "null"
1650
+ }
1651
+ ]
1652
+ }
1653
+ },
1654
+ "additionalProperties": false,
1655
+ "type": "object",
1656
+ "required": [
1657
+ "color",
1658
+ "opacity",
1659
+ "padding",
1660
+ "borderRadius"
1661
+ ]
1662
+ },
1663
+ "CaptionMargin": {
1664
+ "properties": {
1665
+ "top": {
1666
+ "anyOf": [
1667
+ {
1668
+ "type": "number"
1669
+ },
1670
+ {
1671
+ "type": "null"
1672
+ }
1673
+ ]
1674
+ },
1675
+ "left": {
1676
+ "anyOf": [
1677
+ {
1678
+ "type": "number"
1679
+ },
1680
+ {
1681
+ "type": "null"
1682
+ }
1683
+ ]
1684
+ },
1685
+ "right": {
1686
+ "anyOf": [
1687
+ {
1688
+ "type": "number"
1689
+ },
1690
+ {
1691
+ "type": "null"
1692
+ }
1693
+ ]
1694
+ }
1695
+ },
1696
+ "additionalProperties": false,
1697
+ "type": "object",
1698
+ "required": [
1699
+ "top",
1700
+ "left",
1701
+ "right"
1702
+ ]
1703
+ },
1704
+ "RichCaptionAsset": {
1705
+ "type": "object",
1706
+ "properties": {
1707
+ "type": {
1708
+ "enum": [
1709
+ "rich-caption"
1710
+ ],
1711
+ "type": "string"
1712
+ },
1713
+ "src": {
1714
+ "anyOf": [
1715
+ {
1716
+ "type": "string"
1717
+ },
1718
+ {
1719
+ "type": "null"
1720
+ }
1721
+ ]
1722
+ },
1723
+ "words": {
1724
+ "anyOf": [
1725
+ {
1726
+ "type": "array",
1727
+ "items": {
1728
+ "$ref": "#/$defs/WordTiming"
1729
+ }
1730
+ },
1731
+ {
1732
+ "type": "null"
1733
+ }
1734
+ ]
1735
+ },
1736
+ "font": {
1737
+ "anyOf": [
1738
+ {
1739
+ "$ref": "#/$defs/RichTextFont"
1740
+ },
1741
+ {
1742
+ "type": "null"
1743
+ }
1744
+ ]
1745
+ },
1746
+ "style": {
1747
+ "anyOf": [
1748
+ {
1749
+ "$ref": "#/$defs/RichTextStyle"
1750
+ },
1751
+ {
1752
+ "type": "null"
1753
+ }
1754
+ ]
1755
+ },
1756
+ "stroke": {
1757
+ "anyOf": [
1758
+ {
1759
+ "$ref": "#/$defs/RichTextStroke"
1760
+ },
1761
+ {
1762
+ "type": "null"
1763
+ }
1764
+ ]
1765
+ },
1766
+ "shadow": {
1767
+ "anyOf": [
1768
+ {
1769
+ "$ref": "#/$defs/RichTextShadow"
1770
+ },
1771
+ {
1772
+ "type": "null"
1773
+ }
1774
+ ]
1775
+ },
1776
+ "background": {
1777
+ "anyOf": [
1778
+ {
1779
+ "$ref": "#/$defs/RichTextBackground"
1780
+ },
1781
+ {
1782
+ "type": "null"
1783
+ }
1784
+ ]
1785
+ },
1786
+ "padding": {
1787
+ "anyOf": [
1788
+ {
1789
+ "type": "number",
1790
+ "minimum": 0
1791
+ },
1792
+ {
1793
+ "$ref": "#/$defs/RichTextAsset/properties/padding/anyOf/1"
1794
+ },
1795
+ {
1796
+ "type": "null"
1797
+ }
1798
+ ]
1799
+ },
1800
+ "align": {
1801
+ "anyOf": [
1802
+ {
1803
+ "$ref": "#/$defs/RichTextAlignment"
1804
+ },
1805
+ {
1806
+ "type": "null"
1807
+ }
1808
+ ]
1809
+ },
1810
+ "active": {
1811
+ "anyOf": [
1812
+ {
1813
+ "$ref": "#/$defs/RichCaptionActive"
1814
+ },
1815
+ {
1816
+ "type": "null"
1817
+ }
1818
+ ]
1819
+ },
1820
+ "wordAnimation": {
1821
+ "anyOf": [
1822
+ {
1823
+ "$ref": "#/$defs/RichCaptionWordAnimation"
1824
+ },
1825
+ {
1826
+ "type": "null"
1827
+ }
1828
+ ]
1829
+ },
1830
+ "position": {
1831
+ "anyOf": [
1832
+ {
1833
+ "type": "string",
1834
+ "enum": [
1835
+ "top",
1836
+ "center",
1837
+ "bottom"
1838
+ ]
1839
+ },
1840
+ {
1841
+ "type": "null"
1842
+ }
1843
+ ]
1844
+ },
1845
+ "maxWidth": {
1846
+ "anyOf": [
1847
+ {
1848
+ "type": "number",
1849
+ "minimum": 0.1,
1850
+ "maximum": 1
1851
+ },
1852
+ {
1853
+ "type": "null"
1854
+ }
1855
+ ]
1856
+ },
1857
+ "maxLines": {
1858
+ "anyOf": [
1859
+ {
1860
+ "type": "integer",
1861
+ "minimum": 1,
1862
+ "maximum": 10
1863
+ },
1864
+ {
1865
+ "type": "null"
1866
+ }
1867
+ ]
1868
+ }
1869
+ },
1870
+ "additionalProperties": false,
1871
+ "required": [
1872
+ "type",
1873
+ "src",
1874
+ "words",
1875
+ "font",
1876
+ "style",
1877
+ "stroke",
1878
+ "shadow",
1879
+ "background",
1880
+ "padding",
1881
+ "align",
1882
+ "active",
1883
+ "wordAnimation",
1884
+ "position",
1885
+ "maxWidth",
1886
+ "maxLines"
1887
+ ]
1888
+ },
1889
+ "WordTiming": {
1890
+ "type": "object",
1891
+ "properties": {
1892
+ "text": {
1893
+ "type": "string"
1894
+ },
1895
+ "start": {
1896
+ "type": "number",
1897
+ "minimum": 0
1898
+ },
1899
+ "end": {
1900
+ "type": "number",
1901
+ "minimum": 0
1902
+ },
1903
+ "confidence": {
1904
+ "anyOf": [
1905
+ {
1906
+ "type": "number",
1907
+ "minimum": 0,
1908
+ "maximum": 1
1909
+ },
1910
+ {
1911
+ "type": "null"
1912
+ }
1913
+ ]
1914
+ }
1915
+ },
1916
+ "additionalProperties": false,
1917
+ "required": [
1918
+ "text",
1919
+ "start",
1920
+ "end",
1921
+ "confidence"
1922
+ ]
1923
+ },
1924
+ "RichCaptionActive": {
1925
+ "type": "object",
1926
+ "properties": {
1927
+ "font": {
1928
+ "anyOf": [
1929
+ {
1930
+ "$ref": "#/$defs/RichCaptionActiveFont"
1931
+ },
1932
+ {
1933
+ "type": "null"
1934
+ }
1935
+ ]
1936
+ },
1937
+ "stroke": {
1938
+ "anyOf": [
1939
+ {
1940
+ "$ref": "#/$defs/RichTextStroke"
1941
+ },
1942
+ {
1943
+ "type": "null"
1944
+ }
1945
+ ]
1946
+ },
1947
+ "scale": {
1948
+ "anyOf": [
1949
+ {
1950
+ "type": "number",
1951
+ "minimum": 0.5,
1952
+ "maximum": 2
1953
+ },
1954
+ {
1955
+ "type": "null"
1956
+ }
1957
+ ]
1958
+ }
1959
+ },
1960
+ "additionalProperties": false,
1961
+ "required": [
1962
+ "font",
1963
+ "stroke",
1964
+ "scale"
1965
+ ]
1966
+ },
1967
+ "RichCaptionActiveFont": {
1968
+ "type": "object",
1969
+ "properties": {
1970
+ "color": {
1971
+ "anyOf": [
1972
+ {
1973
+ "type": "string",
1974
+ "enum": [
1975
+ "#ffff00"
1976
+ ]
1977
+ },
1978
+ {
1979
+ "type": "null"
1980
+ }
1981
+ ]
1982
+ },
1983
+ "background": {
1984
+ "anyOf": [
1985
+ {
1986
+ "type": "string"
1987
+ },
1988
+ {
1989
+ "type": "null"
1990
+ }
1991
+ ]
1992
+ },
1993
+ "opacity": {
1994
+ "anyOf": [
1995
+ {
1996
+ "type": "number",
1997
+ "minimum": 0,
1998
+ "maximum": 1
1999
+ },
2000
+ {
2001
+ "type": "null"
2002
+ }
2003
+ ]
2004
+ }
2005
+ },
2006
+ "additionalProperties": false,
2007
+ "required": [
2008
+ "color",
2009
+ "background",
2010
+ "opacity"
2011
+ ]
2012
+ },
2013
+ "RichCaptionWordAnimation": {
2014
+ "type": "object",
2015
+ "properties": {
2016
+ "style": {
2017
+ "type": "string",
2018
+ "enum": [
2019
+ "karaoke",
2020
+ "highlight",
2021
+ "pop",
2022
+ "fade",
2023
+ "slide",
2024
+ "bounce",
2025
+ "typewriter",
2026
+ "none"
2027
+ ]
2028
+ },
2029
+ "speed": {
2030
+ "anyOf": [
2031
+ {
2032
+ "type": "number",
2033
+ "minimum": 0.5,
2034
+ "maximum": 2
2035
+ },
2036
+ {
2037
+ "type": "null"
2038
+ }
2039
+ ]
2040
+ },
2041
+ "direction": {
2042
+ "anyOf": [
2043
+ {
2044
+ "type": "string",
2045
+ "enum": [
2046
+ "left",
2047
+ "right",
2048
+ "up",
2049
+ "down"
2050
+ ]
2051
+ },
2052
+ {
2053
+ "type": "null"
2054
+ }
2055
+ ]
2056
+ }
2057
+ },
2058
+ "additionalProperties": false,
2059
+ "required": [
2060
+ "style",
2061
+ "speed",
2062
+ "direction"
2063
+ ]
2064
+ },
2065
+ "ShapeAsset": {
2066
+ "type": "object",
2067
+ "properties": {
2068
+ "type": {
2069
+ "enum": [
2070
+ "shape"
2071
+ ],
2072
+ "type": "string"
2073
+ },
2074
+ "shape": {
2075
+ "type": "string",
2076
+ "enum": [
2077
+ "rectangle",
2078
+ "circle",
2079
+ "line"
2080
+ ]
2081
+ },
2082
+ "width": {
2083
+ "anyOf": [
2084
+ {
2085
+ "type": "integer"
2086
+ },
2087
+ {
2088
+ "type": "null"
2089
+ }
2090
+ ]
2091
+ },
2092
+ "height": {
2093
+ "anyOf": [
2094
+ {
2095
+ "type": "integer"
2096
+ },
2097
+ {
2098
+ "type": "null"
2099
+ }
2100
+ ]
2101
+ },
2102
+ "fill": {
2103
+ "anyOf": [
2104
+ {
2105
+ "type": "object",
2106
+ "properties": {
2107
+ "color": {
2108
+ "anyOf": [
2109
+ {
2110
+ "type": "string"
2111
+ },
2112
+ {
2113
+ "type": "null"
2114
+ }
2115
+ ]
2116
+ },
2117
+ "opacity": {
2118
+ "anyOf": [
2119
+ {
2120
+ "type": "number"
2121
+ },
2122
+ {
2123
+ "type": "null"
2124
+ }
2125
+ ]
2126
+ }
2127
+ },
2128
+ "additionalProperties": false,
2129
+ "required": [
2130
+ "color",
2131
+ "opacity"
2132
+ ]
2133
+ },
2134
+ {
2135
+ "type": "null"
2136
+ }
2137
+ ]
2138
+ },
2139
+ "stroke": {
2140
+ "anyOf": [
2141
+ {
2142
+ "type": "object",
2143
+ "properties": {
2144
+ "color": {
2145
+ "anyOf": [
2146
+ {
2147
+ "type": "string"
2148
+ },
2149
+ {
2150
+ "type": "null"
2151
+ }
2152
+ ]
2153
+ },
2154
+ "width": {
2155
+ "anyOf": [
2156
+ {
2157
+ "type": "number"
2158
+ },
2159
+ {
2160
+ "type": "null"
2161
+ }
2162
+ ]
2163
+ }
2164
+ },
2165
+ "additionalProperties": false,
2166
+ "required": [
2167
+ "color",
2168
+ "width"
2169
+ ]
2170
+ },
2171
+ {
2172
+ "type": "null"
2173
+ }
2174
+ ]
2175
+ },
2176
+ "rectangle": {
2177
+ "anyOf": [
2178
+ {
2179
+ "type": "object",
2180
+ "properties": {
2181
+ "width": {
2182
+ "type": "integer"
2183
+ },
2184
+ "height": {
2185
+ "type": "integer"
2186
+ },
2187
+ "cornerRadius": {
2188
+ "anyOf": [
2189
+ {
2190
+ "type": "integer"
2191
+ },
2192
+ {
2193
+ "type": "null"
2194
+ }
2195
+ ]
2196
+ }
2197
+ },
2198
+ "additionalProperties": false,
2199
+ "required": [
2200
+ "width",
2201
+ "height",
2202
+ "cornerRadius"
2203
+ ]
2204
+ },
2205
+ {
2206
+ "type": "null"
2207
+ }
2208
+ ]
2209
+ },
2210
+ "circle": {
2211
+ "anyOf": [
2212
+ {
2213
+ "type": "object",
2214
+ "properties": {
2215
+ "radius": {
2216
+ "type": "integer"
2217
+ }
2218
+ },
2219
+ "additionalProperties": false,
2220
+ "required": [
2221
+ "radius"
2222
+ ]
2223
+ },
2224
+ {
2225
+ "type": "null"
2226
+ }
2227
+ ]
2228
+ },
2229
+ "line": {
2230
+ "anyOf": [
2231
+ {
2232
+ "type": "object",
2233
+ "properties": {
2234
+ "length": {
2235
+ "type": "integer"
2236
+ },
2237
+ "thickness": {
2238
+ "type": "integer"
2239
+ }
2240
+ },
2241
+ "additionalProperties": false,
2242
+ "required": [
2243
+ "length",
2244
+ "thickness"
2245
+ ]
2246
+ },
2247
+ {
2248
+ "type": "null"
2249
+ }
2250
+ ]
2251
+ }
2252
+ },
2253
+ "additionalProperties": false,
2254
+ "required": [
2255
+ "type",
2256
+ "shape",
2257
+ "width",
2258
+ "height",
2259
+ "fill",
2260
+ "stroke",
2261
+ "rectangle",
2262
+ "circle",
2263
+ "line"
2264
+ ]
2265
+ },
2266
+ "SvgAsset": {
2267
+ "type": "object",
2268
+ "properties": {
2269
+ "type": {
2270
+ "type": "string",
2271
+ "enum": [
2272
+ "svg"
2273
+ ]
2274
+ },
2275
+ "src": {
2276
+ "anyOf": [
2277
+ {
2278
+ "type": "string"
2279
+ },
2280
+ {
2281
+ "type": "null"
2282
+ }
2283
+ ]
2284
+ },
2285
+ "shape": {
2286
+ "anyOf": [
2287
+ {
2288
+ "$ref": "#/$defs/SvgShape"
2289
+ },
2290
+ {
2291
+ "type": "null"
2292
+ }
2293
+ ]
2294
+ },
2295
+ "fill": {
2296
+ "anyOf": [
2297
+ {
2298
+ "$ref": "#/$defs/SvgFill"
2299
+ },
2300
+ {
2301
+ "type": "null"
2302
+ }
2303
+ ]
2304
+ },
2305
+ "stroke": {
2306
+ "anyOf": [
2307
+ {
2308
+ "$ref": "#/$defs/SvgStroke"
2309
+ },
2310
+ {
2311
+ "type": "null"
2312
+ }
2313
+ ]
2314
+ },
2315
+ "shadow": {
2316
+ "anyOf": [
2317
+ {
2318
+ "$ref": "#/$defs/SvgShadow"
2319
+ },
2320
+ {
2321
+ "type": "null"
2322
+ }
2323
+ ]
2324
+ },
2325
+ "transform": {
2326
+ "anyOf": [
2327
+ {
2328
+ "$ref": "#/$defs/SvgTransform"
2329
+ },
2330
+ {
2331
+ "type": "null"
2332
+ }
2333
+ ]
2334
+ },
2335
+ "opacity": {
2336
+ "anyOf": [
2337
+ {
2338
+ "type": "number",
2339
+ "minimum": 0,
2340
+ "maximum": 1
2341
+ },
2342
+ {
2343
+ "type": "null"
2344
+ }
2345
+ ]
2346
+ },
2347
+ "width": {
2348
+ "anyOf": [
2349
+ {
2350
+ "type": "integer",
2351
+ "minimum": 1,
2352
+ "maximum": 4096
2353
+ },
2354
+ {
2355
+ "type": "null"
2356
+ }
2357
+ ]
2358
+ },
2359
+ "height": {
2360
+ "anyOf": [
2361
+ {
2362
+ "type": "integer",
2363
+ "minimum": 1,
2364
+ "maximum": 4096
2365
+ },
2366
+ {
2367
+ "type": "null"
2368
+ }
2369
+ ]
2370
+ }
2371
+ },
2372
+ "additionalProperties": false,
2373
+ "required": [
2374
+ "type",
2375
+ "src",
2376
+ "shape",
2377
+ "fill",
2378
+ "stroke",
2379
+ "shadow",
2380
+ "transform",
2381
+ "opacity",
2382
+ "width",
2383
+ "height"
2384
+ ]
2385
+ },
2386
+ "SvgShape": {
2387
+ "anyOf": [
2388
+ {
2389
+ "$ref": "#/$defs/SvgRectangleShape"
2390
+ },
2391
+ {
2392
+ "$ref": "#/$defs/SvgCircleShape"
2393
+ },
2394
+ {
2395
+ "$ref": "#/$defs/SvgEllipseShape"
2396
+ },
2397
+ {
2398
+ "$ref": "#/$defs/SvgLineShape"
2399
+ },
2400
+ {
2401
+ "$ref": "#/$defs/SvgPolygonShape"
2402
+ },
2403
+ {
2404
+ "$ref": "#/$defs/SvgStarShape"
2405
+ },
2406
+ {
2407
+ "$ref": "#/$defs/SvgArrowShape"
2408
+ },
2409
+ {
2410
+ "$ref": "#/$defs/SvgHeartShape"
2411
+ },
2412
+ {
2413
+ "$ref": "#/$defs/SvgCrossShape"
2414
+ },
2415
+ {
2416
+ "$ref": "#/$defs/SvgRingShape"
2417
+ },
2418
+ {
2419
+ "$ref": "#/$defs/SvgPathShape"
2420
+ }
2421
+ ]
2422
+ },
2423
+ "SvgRectangleShape": {
2424
+ "type": "object",
2425
+ "additionalProperties": false,
2426
+ "properties": {
2427
+ "type": {
2428
+ "type": "string",
2429
+ "enum": [
2430
+ "rectangle"
2431
+ ]
2432
+ },
2433
+ "width": {
2434
+ "type": "number",
2435
+ "minimum": 1,
2436
+ "maximum": 4096
2437
+ },
2438
+ "height": {
2439
+ "type": "number",
2440
+ "minimum": 1,
2441
+ "maximum": 4096
2442
+ },
2443
+ "cornerRadius": {
2444
+ "anyOf": [
2445
+ {
2446
+ "type": "number",
2447
+ "minimum": 0,
2448
+ "maximum": 2048
2449
+ },
2450
+ {
2451
+ "type": "null"
2452
+ }
2453
+ ]
2454
+ }
2455
+ },
2456
+ "required": [
2457
+ "type",
2458
+ "width",
2459
+ "height",
2460
+ "cornerRadius"
2461
+ ]
2462
+ },
2463
+ "SvgCircleShape": {
2464
+ "type": "object",
2465
+ "additionalProperties": false,
2466
+ "properties": {
2467
+ "type": {
2468
+ "type": "string",
2469
+ "enum": [
2470
+ "circle"
2471
+ ]
2472
+ },
2473
+ "radius": {
2474
+ "type": "number",
2475
+ "minimum": 1,
2476
+ "maximum": 2048
2477
+ }
2478
+ },
2479
+ "required": [
2480
+ "type",
2481
+ "radius"
2482
+ ]
2483
+ },
2484
+ "SvgEllipseShape": {
2485
+ "type": "object",
2486
+ "additionalProperties": false,
2487
+ "properties": {
2488
+ "type": {
2489
+ "type": "string",
2490
+ "enum": [
2491
+ "ellipse"
2492
+ ]
2493
+ },
2494
+ "radiusX": {
2495
+ "type": "number",
2496
+ "minimum": 1,
2497
+ "maximum": 2048
2498
+ },
2499
+ "radiusY": {
2500
+ "type": "number",
2501
+ "minimum": 1,
2502
+ "maximum": 2048
2503
+ }
2504
+ },
2505
+ "required": [
2506
+ "type",
2507
+ "radiusX",
2508
+ "radiusY"
2509
+ ]
2510
+ },
2511
+ "SvgLineShape": {
2512
+ "type": "object",
2513
+ "additionalProperties": false,
2514
+ "properties": {
2515
+ "type": {
2516
+ "type": "string",
2517
+ "enum": [
2518
+ "line"
2519
+ ]
2520
+ },
2521
+ "length": {
2522
+ "type": "number",
2523
+ "minimum": 1,
2524
+ "maximum": 4096
2525
+ },
2526
+ "thickness": {
2527
+ "type": "number",
2528
+ "minimum": 1,
2529
+ "maximum": 500
2530
+ }
2531
+ },
2532
+ "required": [
2533
+ "type",
2534
+ "length",
2535
+ "thickness"
2536
+ ]
2537
+ },
2538
+ "SvgPolygonShape": {
2539
+ "type": "object",
2540
+ "additionalProperties": false,
2541
+ "properties": {
2542
+ "type": {
2543
+ "type": "string",
2544
+ "enum": [
2545
+ "polygon"
2546
+ ]
2547
+ },
2548
+ "sides": {
2549
+ "type": "integer",
2550
+ "minimum": 3,
2551
+ "maximum": 100
2552
+ },
2553
+ "radius": {
2554
+ "type": "number",
2555
+ "minimum": 1,
2556
+ "maximum": 2048
2557
+ }
2558
+ },
2559
+ "required": [
2560
+ "type",
2561
+ "sides",
2562
+ "radius"
2563
+ ]
2564
+ },
2565
+ "SvgStarShape": {
2566
+ "type": "object",
2567
+ "additionalProperties": false,
2568
+ "properties": {
2569
+ "type": {
2570
+ "type": "string",
2571
+ "enum": [
2572
+ "star"
2573
+ ]
2574
+ },
2575
+ "points": {
2576
+ "type": "integer",
2577
+ "minimum": 3,
2578
+ "maximum": 100
2579
+ },
2580
+ "outerRadius": {
2581
+ "type": "number",
2582
+ "minimum": 1,
2583
+ "maximum": 2048
2584
+ },
2585
+ "innerRadius": {
2586
+ "type": "number",
2587
+ "minimum": 1,
2588
+ "maximum": 2048
2589
+ }
2590
+ },
2591
+ "required": [
2592
+ "type",
2593
+ "points",
2594
+ "outerRadius",
2595
+ "innerRadius"
2596
+ ]
2597
+ },
2598
+ "SvgArrowShape": {
2599
+ "type": "object",
2600
+ "additionalProperties": false,
2601
+ "properties": {
2602
+ "type": {
2603
+ "type": "string",
2604
+ "enum": [
2605
+ "arrow"
2606
+ ]
2607
+ },
2608
+ "length": {
2609
+ "type": "number",
2610
+ "minimum": 1,
2611
+ "maximum": 4096
2612
+ },
2613
+ "headWidth": {
2614
+ "type": "number",
2615
+ "minimum": 1,
2616
+ "maximum": 1000
2617
+ },
2618
+ "headLength": {
2619
+ "type": "number",
2620
+ "minimum": 1,
2621
+ "maximum": 1000
2622
+ },
2623
+ "shaftWidth": {
2624
+ "type": "number",
2625
+ "minimum": 1,
2626
+ "maximum": 1000
2627
+ }
2628
+ },
2629
+ "required": [
2630
+ "type",
2631
+ "length",
2632
+ "headWidth",
2633
+ "headLength",
2634
+ "shaftWidth"
2635
+ ]
2636
+ },
2637
+ "SvgHeartShape": {
2638
+ "type": "object",
2639
+ "additionalProperties": false,
2640
+ "properties": {
2641
+ "type": {
2642
+ "type": "string",
2643
+ "enum": [
2644
+ "heart"
2645
+ ]
2646
+ },
2647
+ "size": {
2648
+ "type": "number",
2649
+ "minimum": 1,
2650
+ "maximum": 4096
2651
+ }
2652
+ },
2653
+ "required": [
2654
+ "type",
2655
+ "size"
2656
+ ]
2657
+ },
2658
+ "SvgCrossShape": {
2659
+ "type": "object",
2660
+ "additionalProperties": false,
2661
+ "properties": {
2662
+ "type": {
2663
+ "type": "string",
2664
+ "enum": [
2665
+ "cross"
2666
+ ]
2667
+ },
2668
+ "width": {
2669
+ "type": "number",
2670
+ "minimum": 1,
2671
+ "maximum": 4096
2672
+ },
2673
+ "height": {
2674
+ "type": "number",
2675
+ "minimum": 1,
2676
+ "maximum": 4096
2677
+ },
2678
+ "thickness": {
2679
+ "type": "number",
2680
+ "minimum": 1,
2681
+ "maximum": 500
2682
+ }
2683
+ },
2684
+ "required": [
2685
+ "type",
2686
+ "width",
2687
+ "height",
2688
+ "thickness"
2689
+ ]
2690
+ },
2691
+ "SvgRingShape": {
2692
+ "type": "object",
2693
+ "additionalProperties": false,
2694
+ "properties": {
2695
+ "type": {
2696
+ "type": "string",
2697
+ "enum": [
2698
+ "ring"
2699
+ ]
2700
+ },
2701
+ "outerRadius": {
2702
+ "type": "number",
2703
+ "minimum": 1,
2704
+ "maximum": 2048
2705
+ },
2706
+ "innerRadius": {
2707
+ "type": "number",
2708
+ "minimum": 0,
2709
+ "maximum": 2048
2710
+ }
2711
+ },
2712
+ "required": [
2713
+ "type",
2714
+ "outerRadius",
2715
+ "innerRadius"
2716
+ ]
2717
+ },
2718
+ "SvgPathShape": {
2719
+ "type": "object",
2720
+ "additionalProperties": false,
2721
+ "properties": {
2722
+ "type": {
2723
+ "type": "string",
2724
+ "enum": [
2725
+ "path"
2726
+ ]
2727
+ },
2728
+ "d": {
2729
+ "type": "string"
2730
+ }
2731
+ },
2732
+ "required": [
2733
+ "type",
2734
+ "d"
2735
+ ]
2736
+ },
2737
+ "SvgFill": {
2738
+ "anyOf": [
2739
+ {
2740
+ "$ref": "#/$defs/SvgSolidFill"
2741
+ },
2742
+ {
2743
+ "$ref": "#/$defs/SvgLinearGradientFill"
2744
+ },
2745
+ {
2746
+ "$ref": "#/$defs/SvgRadialGradientFill"
2747
+ }
2748
+ ]
2749
+ },
2750
+ "SvgSolidFill": {
2751
+ "type": "object",
2752
+ "additionalProperties": false,
2753
+ "properties": {
2754
+ "type": {
2755
+ "type": "string",
2756
+ "enum": [
2757
+ "solid"
2758
+ ]
2759
+ },
2760
+ "color": {
2761
+ "type": "string"
2762
+ },
2763
+ "opacity": {
2764
+ "anyOf": [
2765
+ {
2766
+ "type": "number",
2767
+ "minimum": 0,
2768
+ "maximum": 1
2769
+ },
2770
+ {
2771
+ "type": "null"
2772
+ }
2773
+ ]
2774
+ }
2775
+ },
2776
+ "required": [
2777
+ "type",
2778
+ "color",
2779
+ "opacity"
2780
+ ]
2781
+ },
2782
+ "SvgLinearGradientFill": {
2783
+ "type": "object",
2784
+ "additionalProperties": false,
2785
+ "properties": {
2786
+ "type": {
2787
+ "type": "string",
2788
+ "enum": [
2789
+ "linear"
2790
+ ]
2791
+ },
2792
+ "angle": {
2793
+ "anyOf": [
2794
+ {
2795
+ "type": "number",
2796
+ "minimum": 0,
2797
+ "maximum": 360
2798
+ },
2799
+ {
2800
+ "type": "null"
2801
+ }
2802
+ ]
2803
+ },
2804
+ "stops": {
2805
+ "type": "array",
2806
+ "items": {
2807
+ "$ref": "#/$defs/SvgGradientStop"
2808
+ }
2809
+ },
2810
+ "opacity": {
2811
+ "anyOf": [
2812
+ {
2813
+ "type": "number",
2814
+ "minimum": 0,
2815
+ "maximum": 1
2816
+ },
2817
+ {
2818
+ "type": "null"
2819
+ }
2820
+ ]
2821
+ }
2822
+ },
2823
+ "required": [
2824
+ "type",
2825
+ "angle",
2826
+ "stops",
2827
+ "opacity"
2828
+ ]
2829
+ },
2830
+ "SvgGradientStop": {
2831
+ "type": "object",
2832
+ "additionalProperties": false,
2833
+ "properties": {
2834
+ "offset": {
2835
+ "type": "number",
2836
+ "minimum": 0,
2837
+ "maximum": 1
2838
+ },
2839
+ "color": {
2840
+ "type": "string"
2841
+ }
2842
+ },
2843
+ "required": [
2844
+ "offset",
2845
+ "color"
2846
+ ]
2847
+ },
2848
+ "SvgRadialGradientFill": {
2849
+ "type": "object",
2850
+ "additionalProperties": false,
2851
+ "properties": {
2852
+ "type": {
2853
+ "type": "string",
2854
+ "enum": [
2855
+ "radial"
2856
+ ]
2857
+ },
2858
+ "stops": {
2859
+ "type": "array",
2860
+ "items": {
2861
+ "$ref": "#/$defs/SvgGradientStop"
2862
+ }
2863
+ },
2864
+ "opacity": {
2865
+ "anyOf": [
2866
+ {
2867
+ "type": "number",
2868
+ "minimum": 0,
2869
+ "maximum": 1
2870
+ },
2871
+ {
2872
+ "type": "null"
2873
+ }
2874
+ ]
2875
+ }
2876
+ },
2877
+ "required": [
2878
+ "type",
2879
+ "stops",
2880
+ "opacity"
2881
+ ]
2882
+ },
2883
+ "SvgStroke": {
2884
+ "type": "object",
2885
+ "additionalProperties": false,
2886
+ "properties": {
2887
+ "color": {
2888
+ "anyOf": [
2889
+ {
2890
+ "type": "string"
2891
+ },
2892
+ {
2893
+ "type": "null"
2894
+ }
2895
+ ]
2896
+ },
2897
+ "width": {
2898
+ "anyOf": [
2899
+ {
2900
+ "type": "number",
2901
+ "minimum": 0,
2902
+ "maximum": 100
2903
+ },
2904
+ {
2905
+ "type": "null"
2906
+ }
2907
+ ]
2908
+ },
2909
+ "opacity": {
2910
+ "anyOf": [
2911
+ {
2912
+ "type": "number",
2913
+ "minimum": 0,
2914
+ "maximum": 1
2915
+ },
2916
+ {
2917
+ "type": "null"
2918
+ }
2919
+ ]
2920
+ },
2921
+ "lineCap": {
2922
+ "anyOf": [
2923
+ {
2924
+ "type": "string",
2925
+ "enum": [
2926
+ "butt",
2927
+ "round",
2928
+ "square"
2929
+ ]
2930
+ },
2931
+ {
2932
+ "type": "null"
2933
+ }
2934
+ ]
2935
+ },
2936
+ "lineJoin": {
2937
+ "anyOf": [
2938
+ {
2939
+ "type": "string",
2940
+ "enum": [
2941
+ "miter",
2942
+ "round",
2943
+ "bevel"
2944
+ ]
2945
+ },
2946
+ {
2947
+ "type": "null"
2948
+ }
2949
+ ]
2950
+ },
2951
+ "dashArray": {
2952
+ "anyOf": [
2953
+ {
2954
+ "type": "array",
2955
+ "items": {
2956
+ "type": "number",
2957
+ "minimum": 0
2958
+ }
2959
+ },
2960
+ {
2961
+ "type": "null"
2962
+ }
2963
+ ]
2964
+ },
2965
+ "dashOffset": {
2966
+ "anyOf": [
2967
+ {
2968
+ "type": "number"
2969
+ },
2970
+ {
2971
+ "type": "null"
2972
+ }
2973
+ ]
2974
+ }
2975
+ },
2976
+ "required": [
2977
+ "color",
2978
+ "width",
2979
+ "opacity",
2980
+ "lineCap",
2981
+ "lineJoin",
2982
+ "dashArray",
2983
+ "dashOffset"
2984
+ ]
2985
+ },
2986
+ "SvgShadow": {
2987
+ "type": "object",
2988
+ "additionalProperties": false,
2989
+ "properties": {
2990
+ "offsetX": {
2991
+ "anyOf": [
2992
+ {
2993
+ "type": "number"
2994
+ },
2995
+ {
2996
+ "type": "null"
2997
+ }
2998
+ ]
2999
+ },
3000
+ "offsetY": {
3001
+ "anyOf": [
3002
+ {
3003
+ "type": "number"
3004
+ },
3005
+ {
3006
+ "type": "null"
3007
+ }
3008
+ ]
3009
+ },
3010
+ "blur": {
3011
+ "anyOf": [
3012
+ {
3013
+ "type": "number",
3014
+ "minimum": 0
3015
+ },
3016
+ {
3017
+ "type": "null"
3018
+ }
3019
+ ]
3020
+ },
3021
+ "color": {
3022
+ "anyOf": [
3023
+ {
3024
+ "type": "string",
3025
+ "enum": [
3026
+ "#000000"
3027
+ ]
3028
+ },
3029
+ {
3030
+ "type": "null"
3031
+ }
3032
+ ]
3033
+ },
3034
+ "opacity": {
3035
+ "anyOf": [
3036
+ {
3037
+ "type": "number",
3038
+ "minimum": 0,
3039
+ "maximum": 1
3040
+ },
3041
+ {
3042
+ "type": "null"
3043
+ }
3044
+ ]
3045
+ }
3046
+ },
3047
+ "required": [
3048
+ "offsetX",
3049
+ "offsetY",
3050
+ "blur",
3051
+ "color",
3052
+ "opacity"
3053
+ ]
3054
+ },
3055
+ "SvgTransform": {
3056
+ "type": "object",
3057
+ "additionalProperties": false,
3058
+ "properties": {
3059
+ "x": {
3060
+ "anyOf": [
3061
+ {
3062
+ "type": "number"
3063
+ },
3064
+ {
3065
+ "type": "null"
3066
+ }
3067
+ ]
3068
+ },
3069
+ "y": {
3070
+ "anyOf": [
3071
+ {
3072
+ "type": "number"
3073
+ },
3074
+ {
3075
+ "type": "null"
3076
+ }
3077
+ ]
3078
+ },
3079
+ "rotation": {
3080
+ "anyOf": [
3081
+ {
3082
+ "type": "number",
3083
+ "minimum": -360,
3084
+ "maximum": 360
3085
+ },
3086
+ {
3087
+ "type": "null"
3088
+ }
3089
+ ]
3090
+ },
3091
+ "scale": {
3092
+ "anyOf": [
3093
+ {
3094
+ "type": "number",
3095
+ "minimum": 0.01,
3096
+ "maximum": 100
3097
+ },
3098
+ {
3099
+ "type": "null"
3100
+ }
3101
+ ]
3102
+ },
3103
+ "originX": {
3104
+ "anyOf": [
3105
+ {
3106
+ "type": "number",
3107
+ "minimum": 0,
3108
+ "maximum": 1
3109
+ },
3110
+ {
3111
+ "type": "null"
3112
+ }
3113
+ ]
3114
+ },
3115
+ "originY": {
3116
+ "anyOf": [
3117
+ {
3118
+ "type": "number",
3119
+ "minimum": 0,
3120
+ "maximum": 1
3121
+ },
3122
+ {
3123
+ "type": "null"
3124
+ }
3125
+ ]
3126
+ }
3127
+ },
3128
+ "required": [
3129
+ "x",
3130
+ "y",
3131
+ "rotation",
3132
+ "scale",
3133
+ "originX",
3134
+ "originY"
3135
+ ]
3136
+ },
3137
+ "TextToImageAsset": {
3138
+ "properties": {
3139
+ "type": {
3140
+ "type": "string",
3141
+ "enum": [
3142
+ "text-to-image"
3143
+ ]
3144
+ },
3145
+ "prompt": {
3146
+ "type": "string"
3147
+ },
3148
+ "width": {
3149
+ "anyOf": [
3150
+ {
3151
+ "type": "integer"
3152
+ },
3153
+ {
3154
+ "type": "null"
3155
+ }
3156
+ ]
3157
+ },
3158
+ "height": {
3159
+ "anyOf": [
3160
+ {
3161
+ "type": "integer"
3162
+ },
3163
+ {
3164
+ "type": "null"
3165
+ }
3166
+ ]
3167
+ },
3168
+ "crop": {
3169
+ "anyOf": [
3170
+ {
3171
+ "$ref": "#/$defs/Crop"
3172
+ },
3173
+ {
3174
+ "type": "null"
3175
+ }
3176
+ ]
3177
+ }
3178
+ },
3179
+ "additionalProperties": false,
3180
+ "type": "object",
3181
+ "required": [
3182
+ "type",
3183
+ "prompt",
3184
+ "width",
3185
+ "height",
3186
+ "crop"
3187
+ ]
3188
+ },
3189
+ "ImageToVideoAsset": {
3190
+ "properties": {
3191
+ "type": {
3192
+ "type": "string",
3193
+ "enum": [
3194
+ "image-to-video"
3195
+ ]
3196
+ },
3197
+ "src": {
3198
+ "type": "string"
3199
+ },
3200
+ "prompt": {
3201
+ "anyOf": [
3202
+ {
3203
+ "type": "string"
3204
+ },
3205
+ {
3206
+ "type": "null"
3207
+ }
3208
+ ]
3209
+ },
3210
+ "aspectRatio": {
3211
+ "anyOf": [
3212
+ {
3213
+ "type": "string",
3214
+ "enum": [
3215
+ "1:1",
3216
+ "4:3",
3217
+ "16:9",
3218
+ "9:16",
3219
+ "3:4",
3220
+ "21:9",
3221
+ "9:21"
3222
+ ]
3223
+ },
3224
+ {
3225
+ "type": "null"
3226
+ }
3227
+ ]
3228
+ },
3229
+ "speed": {
3230
+ "anyOf": [
3231
+ {
3232
+ "type": "number",
3233
+ "minimum": 0,
3234
+ "maximum": 10
3235
+ },
3236
+ {
3237
+ "type": "null"
3238
+ }
3239
+ ]
3240
+ },
3241
+ "crop": {
3242
+ "anyOf": [
3243
+ {
3244
+ "$ref": "#/$defs/Crop"
3245
+ },
3246
+ {
3247
+ "type": "null"
3248
+ }
3249
+ ]
3250
+ }
3251
+ },
3252
+ "additionalProperties": false,
3253
+ "type": "object",
3254
+ "required": [
3255
+ "type",
3256
+ "src",
3257
+ "prompt",
3258
+ "aspectRatio",
3259
+ "speed",
3260
+ "crop"
3261
+ ]
3262
+ },
3263
+ "TextToSpeechAsset": {
3264
+ "type": "object",
3265
+ "properties": {
3266
+ "type": {
3267
+ "type": "string",
3268
+ "enum": [
3269
+ "text-to-speech"
3270
+ ]
3271
+ },
3272
+ "text": {
3273
+ "type": "string"
3274
+ },
3275
+ "voice": {
3276
+ "type": "string"
3277
+ },
3278
+ "language": {
3279
+ "anyOf": [
3280
+ {
3281
+ "type": "string"
3282
+ },
3283
+ {
3284
+ "type": "null"
3285
+ }
3286
+ ]
3287
+ },
3288
+ "newscaster": {
3289
+ "anyOf": [
3290
+ {
3291
+ "type": "boolean"
3292
+ },
3293
+ {
3294
+ "type": "null"
3295
+ }
3296
+ ]
3297
+ },
3298
+ "trim": {
3299
+ "anyOf": [
3300
+ {
3301
+ "type": "number"
3302
+ },
3303
+ {
3304
+ "type": "null"
3305
+ }
3306
+ ]
3307
+ },
3308
+ "volume": {
3309
+ "anyOf": [
3310
+ {
3311
+ "type": "number",
3312
+ "minimum": 0,
3313
+ "maximum": 1
3314
+ },
3315
+ {
3316
+ "type": "array",
3317
+ "items": {
3318
+ "$ref": "#/$defs/Tween"
3319
+ }
3320
+ },
3321
+ {
3322
+ "type": "null"
3323
+ }
3324
+ ]
3325
+ },
3326
+ "speed": {
3327
+ "anyOf": [
3328
+ {
3329
+ "type": "number",
3330
+ "minimum": 0,
3331
+ "maximum": 10
3332
+ },
3333
+ {
3334
+ "type": "null"
3335
+ }
3336
+ ]
3337
+ },
3338
+ "effect": {
3339
+ "anyOf": [
3340
+ {
3341
+ "type": "string",
3342
+ "enum": [
3343
+ "none",
3344
+ "fadeIn",
3345
+ "fadeOut",
3346
+ "fadeInFadeOut"
3347
+ ]
3348
+ },
3349
+ {
3350
+ "type": "null"
3351
+ }
3352
+ ]
3353
+ }
3354
+ },
3355
+ "additionalProperties": false,
3356
+ "required": [
3357
+ "type",
3358
+ "text",
3359
+ "voice",
3360
+ "language",
3361
+ "newscaster",
3362
+ "trim",
3363
+ "volume",
3364
+ "speed",
3365
+ "effect"
3366
+ ]
3367
+ },
3368
+ "Offset": {
3369
+ "properties": {
3370
+ "x": {
3371
+ "anyOf": [
3372
+ {
3373
+ "type": "number",
3374
+ "minimum": -10,
3375
+ "maximum": 10
3376
+ },
3377
+ {
3378
+ "type": "array",
3379
+ "items": {
3380
+ "$ref": "#/$defs/Tween"
3381
+ }
3382
+ },
3383
+ {
3384
+ "type": "null"
3385
+ }
3386
+ ]
3387
+ },
3388
+ "y": {
3389
+ "anyOf": [
3390
+ {
3391
+ "type": "number",
3392
+ "minimum": -10,
3393
+ "maximum": 10
3394
+ },
3395
+ {
3396
+ "type": "array",
3397
+ "items": {
3398
+ "$ref": "#/$defs/Tween"
3399
+ }
3400
+ },
3401
+ {
3402
+ "type": "null"
3403
+ }
3404
+ ]
3405
+ }
3406
+ },
3407
+ "additionalProperties": false,
3408
+ "type": "object",
3409
+ "required": [
3410
+ "x",
3411
+ "y"
3412
+ ]
3413
+ },
3414
+ "Transition": {
3415
+ "properties": {
3416
+ "in": {
3417
+ "anyOf": [
3418
+ {
3419
+ "type": "string"
3420
+ },
3421
+ {
3422
+ "type": "null"
3423
+ }
3424
+ ]
3425
+ },
3426
+ "out": {
3427
+ "anyOf": [
3428
+ {
3429
+ "type": "string"
3430
+ },
3431
+ {
3432
+ "type": "null"
3433
+ }
3434
+ ]
3435
+ }
3436
+ },
3437
+ "additionalProperties": false,
3438
+ "type": "object",
3439
+ "required": [
3440
+ "in",
3441
+ "out"
3442
+ ]
3443
+ },
3444
+ "Transformation": {
3445
+ "type": "object",
3446
+ "additionalProperties": false,
3447
+ "properties": {
3448
+ "rotate": {
3449
+ "anyOf": [
3450
+ {
3451
+ "$ref": "#/$defs/RotateTransformation"
3452
+ },
3453
+ {
3454
+ "type": "null"
3455
+ }
3456
+ ]
3457
+ },
3458
+ "skew": {
3459
+ "anyOf": [
3460
+ {
3461
+ "$ref": "#/$defs/SkewTransformation"
3462
+ },
3463
+ {
3464
+ "type": "null"
3465
+ }
3466
+ ]
3467
+ },
3468
+ "flip": {
3469
+ "anyOf": [
3470
+ {
3471
+ "$ref": "#/$defs/FlipTransformation"
3472
+ },
3473
+ {
3474
+ "type": "null"
3475
+ }
3476
+ ]
3477
+ }
3478
+ },
3479
+ "required": [
3480
+ "rotate",
3481
+ "skew",
3482
+ "flip"
3483
+ ]
3484
+ },
3485
+ "RotateTransformation": {
3486
+ "type": "object",
3487
+ "additionalProperties": false,
3488
+ "properties": {
3489
+ "angle": {
3490
+ "anyOf": [
3491
+ {
3492
+ "type": "number",
3493
+ "minimum": -360,
3494
+ "maximum": 360
3495
+ },
3496
+ {
3497
+ "type": "array",
3498
+ "items": {
3499
+ "$ref": "#/$defs/Tween"
3500
+ }
3501
+ },
3502
+ {
3503
+ "type": "null"
3504
+ }
3505
+ ]
3506
+ }
3507
+ },
3508
+ "required": [
3509
+ "angle"
3510
+ ]
3511
+ },
3512
+ "SkewTransformation": {
3513
+ "type": "object",
3514
+ "additionalProperties": false,
3515
+ "properties": {
3516
+ "x": {
3517
+ "anyOf": [
3518
+ {
3519
+ "type": "number",
3520
+ "minimum": -100,
3521
+ "maximum": 100
3522
+ },
3523
+ {
3524
+ "type": "array",
3525
+ "items": {
3526
+ "$ref": "#/$defs/Tween"
3527
+ }
3528
+ },
3529
+ {
3530
+ "type": "null"
3531
+ }
3532
+ ]
3533
+ },
3534
+ "y": {
3535
+ "anyOf": [
3536
+ {
3537
+ "type": "number",
3538
+ "minimum": -100,
3539
+ "maximum": 100
3540
+ },
3541
+ {
3542
+ "type": "array",
3543
+ "items": {
3544
+ "$ref": "#/$defs/Tween"
3545
+ }
3546
+ },
3547
+ {
3548
+ "type": "null"
3549
+ }
3550
+ ]
3551
+ }
3552
+ },
3553
+ "required": [
3554
+ "x",
3555
+ "y"
3556
+ ]
3557
+ },
3558
+ "FlipTransformation": {
3559
+ "type": "object",
3560
+ "additionalProperties": false,
3561
+ "properties": {
3562
+ "horizontal": {
3563
+ "anyOf": [
3564
+ {
3565
+ "type": "boolean"
3566
+ },
3567
+ {
3568
+ "type": "null"
3569
+ }
3570
+ ]
3571
+ },
3572
+ "vertical": {
3573
+ "anyOf": [
3574
+ {
3575
+ "type": "boolean"
3576
+ },
3577
+ {
3578
+ "type": "null"
3579
+ }
3580
+ ]
3581
+ }
3582
+ },
3583
+ "required": [
3584
+ "horizontal",
3585
+ "vertical"
3586
+ ]
3587
+ }
3588
+ }
3589
+ }
3590
+ }