We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfdaad commit 9c308e5Copy full SHA for 9c308e5
packages/live-status-gateway/api/schemas/activePlaylist.yaml
@@ -46,7 +46,7 @@ $defs:
46
expectedStart:
47
description: Unix timestamp of when the playlist is expected to start (milliseconds). Required when the timingMode is set to forward-time.
48
type: number
49
- expectedDuration:
+ expectedDurationMs:
50
description: Duration of the playlist in ms
51
52
expectedEnd:
@@ -72,7 +72,7 @@ $defs:
72
timing:
73
timingMode: 'forward-time'
74
expectedStart: 1728895750727
75
- duration: 180000
+ expectedDurationMs: 180000
76
partBase:
77
type: object
78
properties:
0 commit comments