@shotstack/schemas 1.9.6 → 1.9.8
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.
- package/dist/api.bundled.json +1492 -3430
- package/dist/json-schema/asset.json +1 -853
- package/dist/json-schema/clip.json +1 -853
- package/dist/json-schema/destinations.json +28 -12
- package/dist/json-schema/edit.json +31 -867
- package/dist/json-schema/output.json +28 -12
- package/dist/json-schema/schemas.json +38 -967
- package/dist/json-schema/svg-asset.json +6 -857
- package/dist/json-schema/timeline.json +2 -854
- package/dist/json-schema/track.json +2 -854
- package/dist/schema.d.ts +914 -2451
- package/dist/zod/zod.gen.cjs +97 -1285
- package/dist/zod/zod.gen.d.ts +613 -12248
- package/dist/zod/zod.gen.js +91 -1277
- package/dist/zod/zod.gen.ts +27 -992
- package/package.json +1 -1
- package/dist/json-schema/svg-arrow-shape.json +0 -49
- package/dist/json-schema/svg-circle-shape.json +0 -28
- package/dist/json-schema/svg-cross-shape.json +0 -42
- package/dist/json-schema/svg-ellipse-shape.json +0 -35
- package/dist/json-schema/svg-fill.json +0 -169
- package/dist/json-schema/svg-gradient-stop.json +0 -25
- package/dist/json-schema/svg-heart-shape.json +0 -28
- package/dist/json-schema/svg-line-shape.json +0 -35
- package/dist/json-schema/svg-linear-gradient-fill.json +0 -80
- package/dist/json-schema/svg-path-shape.json +0 -26
- package/dist/json-schema/svg-polygon-shape.json +0 -35
- package/dist/json-schema/svg-radial-gradient-fill.json +0 -66
- package/dist/json-schema/svg-rectangle-shape.json +0 -49
- package/dist/json-schema/svg-ring-shape.json +0 -35
- package/dist/json-schema/svg-shadow.json +0 -79
- package/dist/json-schema/svg-shape.json +0 -404
- package/dist/json-schema/svg-solid-fill.json +0 -40
- package/dist/json-schema/svg-star-shape.json +0 -42
- package/dist/json-schema/svg-stroke.json +0 -115
- package/dist/json-schema/svg-transform.json +0 -93
|
@@ -423,15 +423,23 @@
|
|
|
423
423
|
"type": "string"
|
|
424
424
|
},
|
|
425
425
|
"path": {
|
|
426
|
-
"
|
|
427
|
-
|
|
428
|
-
|
|
426
|
+
"anyOf": [
|
|
427
|
+
{
|
|
428
|
+
"type": "string"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"type": "null"
|
|
432
|
+
}
|
|
429
433
|
]
|
|
430
434
|
},
|
|
431
435
|
"filename": {
|
|
432
|
-
"
|
|
433
|
-
|
|
434
|
-
|
|
436
|
+
"anyOf": [
|
|
437
|
+
{
|
|
438
|
+
"type": "string"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"type": "null"
|
|
442
|
+
}
|
|
435
443
|
]
|
|
436
444
|
}
|
|
437
445
|
},
|
|
@@ -476,15 +484,23 @@
|
|
|
476
484
|
"type": "string"
|
|
477
485
|
},
|
|
478
486
|
"prefix": {
|
|
479
|
-
"
|
|
480
|
-
|
|
481
|
-
|
|
487
|
+
"anyOf": [
|
|
488
|
+
{
|
|
489
|
+
"type": "string"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"type": "null"
|
|
493
|
+
}
|
|
482
494
|
]
|
|
483
495
|
},
|
|
484
496
|
"filename": {
|
|
485
|
-
"
|
|
486
|
-
|
|
487
|
-
|
|
497
|
+
"anyOf": [
|
|
498
|
+
{
|
|
499
|
+
"type": "string"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"type": "null"
|
|
503
|
+
}
|
|
488
504
|
]
|
|
489
505
|
}
|
|
490
506
|
},
|