From 63748ad00517022de1d89f9dc3003135b2f10629 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 May 2020 11:57:38 +0200 Subject: [PATCH] Add files section to streaming playlists openapi doc --- support/doc/api/openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 29e42064b..dbf6d2943 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -2474,6 +2474,8 @@ components: type: string fps: type: number + metadataUrl: + type: string VideoStreamingPlaylists: properties: id: @@ -2487,6 +2489,10 @@ components: type: string segmentsSha256Url: type: string + files: + type: array + items: + $ref: '#/components/schemas/VideoFile' redundancies: type: array items: -- 2.25.1