make streaming playlists pivotable objects in openapi spec

pull/4042/head
Rigel Kent 2021-05-04 10:25:05 +02:00
parent c540d8654f
commit 4ca669e361
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 14 additions and 7 deletions

View File

@ -4208,14 +4208,21 @@ components:
type: string
format: url
VideoStreamingPlaylists:
allOf:
- type: object
properties:
id:
type: integer
type:
type: integer
enum:
- 1
description: |
Playlist type:
- `1`: HLS
- $ref: '#/components/schemas/VideoStreamingPlaylists-HLS'
VideoStreamingPlaylists-HLS:
properties:
id:
type: integer
type:
type: integer
enum:
- 1
description: 'Playlist type (HLS = `1`)'
playlistUrl:
type: string
format: url