Add files section to streaming playlists openapi doc
This commit is contained in:
parent
a06581f296
commit
63748ad005
|
@ -2474,6 +2474,8 @@ components:
|
||||||
type: string
|
type: string
|
||||||
fps:
|
fps:
|
||||||
type: number
|
type: number
|
||||||
|
metadataUrl:
|
||||||
|
type: string
|
||||||
VideoStreamingPlaylists:
|
VideoStreamingPlaylists:
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
|
@ -2487,6 +2489,10 @@ components:
|
||||||
type: string
|
type: string
|
||||||
segmentsSha256Url:
|
segmentsSha256Url:
|
||||||
type: string
|
type: string
|
||||||
|
files:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: '#/components/schemas/VideoFile'
|
||||||
redundancies:
|
redundancies:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
Loading…
Reference in New Issue