Update 'backend.yml'

This commit is contained in:
Torma Kristóf 2020-11-24 22:28:38 +01:00
parent 2a1765fa29
commit 93431a311c

View File

@ -452,8 +452,12 @@ components:
items: items:
type: string type: string
format: url format: url
ffmpeg_args: bitrate:
type: string type: integer
width:
type: integer
height:
type: integer
IngestObjectNeighbors: IngestObjectNeighbors:
required: required:
- outputNeighbours - outputNeighbours
@ -489,7 +493,9 @@ components:
required: required:
- inputNeighbours - inputNeighbours
- outputNeighbours - outputNeighbours
- ffmpeg_args - bitrate
- width
- height
type: object type: object
properties: properties:
inputNeighbour: inputNeighbour:
@ -500,8 +506,12 @@ components:
items: items:
type: string type: string
format: uuid format: uuid
ffmpeg_args: bitrate:
type: string type: integer
width:
type: integer
height:
type: integer
StreamerObjectArray: StreamerObjectArray:
type: array type: array
items: items: