You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/isp.yaml
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1404,6 +1404,25 @@ components:
1404
1404
- BOTTOM_LEFT
1405
1405
- BOTTOM_RIGHT
1406
1406
additionalProperties: false
1407
+
dynamic_resources:
1408
+
type: object
1409
+
description: Configures external dynamic resources which will be downloaded by the transcoder and made available for use in the dynamic state API. Each key in the map is used to identify the resource from any location wishing to reference it (e.g. the dynamic state API).
1410
+
additionalProperties:
1411
+
type: object
1412
+
properties:
1413
+
type:
1414
+
type: string
1415
+
description: Identifies the intended use of this resource.
1416
+
enum:
1417
+
- GRAPHIC
1418
+
- FONT
1419
+
example: GRAPHIC
1420
+
url:
1421
+
type: string
1422
+
description: The URL from which the resource will be downloaded.
description: Feature flag strings enable experimental transcode features or functionality that are not yet or never will be promoted to the channeldoc model proper. Do not enable on customer facing channels.
@@ -7732,6 +7751,25 @@ components:
7732
7751
- BOTTOM_LEFT
7733
7752
- BOTTOM_RIGHT
7734
7753
additionalProperties: false
7754
+
dynamic_resources:
7755
+
type: object
7756
+
description: Configures external dynamic resources which will be downloaded by the transcoder and made available for use in the dynamic state API. Each key in the map is used to identify the resource from any location wishing to reference it (e.g. the dynamic state API).
7757
+
additionalProperties:
7758
+
type: object
7759
+
properties:
7760
+
type:
7761
+
type: string
7762
+
description: Identifies the intended use of this resource.
7763
+
enum:
7764
+
- GRAPHIC
7765
+
- FONT
7766
+
example: GRAPHIC
7767
+
url:
7768
+
type: string
7769
+
description: The URL from which the resource will be downloaded.
description: Feature flag strings enable experimental transcode features or functionality that are not yet or never will be promoted to the channeldoc model proper. Do not enable on customer facing channels.
@@ -9442,6 +9480,25 @@ components:
9442
9480
- BOTTOM_LEFT
9443
9481
- BOTTOM_RIGHT
9444
9482
additionalProperties: false
9483
+
dynamic_resources:
9484
+
type: object
9485
+
description: Configures external dynamic resources which will be downloaded by the transcoder and made available for use in the dynamic state API. Each key in the map is used to identify the resource from any location wishing to reference it (e.g. the dynamic state API).
9486
+
additionalProperties:
9487
+
type: object
9488
+
properties:
9489
+
type:
9490
+
type: string
9491
+
description: Identifies the intended use of this resource.
9492
+
enum:
9493
+
- GRAPHIC
9494
+
- FONT
9495
+
example: GRAPHIC
9496
+
url:
9497
+
type: string
9498
+
description: The URL from which the resource will be downloaded.
description: Feature flag strings enable experimental transcode features or functionality that are not yet or never will be promoted to the channeldoc model proper. Do not enable on customer facing channels.
0 commit comments