Update 'backend.yml'
This commit is contained in:
parent
2a1765fa29
commit
93431a311c
20
backend.yml
20
backend.yml
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user