Add files section to streaming playlists openapi doc

This commit is contained in:
Chocobozzz 2020-05-13 11:57:38 +02:00
parent a06581f296
commit 63748ad005
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 0 deletions

View File

@ -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: