Update 'input.yml'
This commit is contained in:
parent
9bc98ecd1c
commit
8d7fcec716
25
input.yml
25
input.yml
@ -15,10 +15,13 @@ paths:
|
|||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
type: string
|
type: opect
|
||||||
format: json
|
properties:
|
||||||
items:
|
date:
|
||||||
$ref: '#/components/schemas/DateDevice'
|
type: string
|
||||||
|
format: date
|
||||||
|
device_id:
|
||||||
|
type: string
|
||||||
soundFile:
|
soundFile:
|
||||||
type: string
|
type: string
|
||||||
format: binary
|
format: binary
|
||||||
@ -40,16 +43,4 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
description: "Status message from backend."
|
description: "Status message from backend."
|
||||||
required:
|
required:
|
||||||
- status
|
- status
|
||||||
DateDevice:
|
|
||||||
properties:
|
|
||||||
date:
|
|
||||||
type: string
|
|
||||||
format: date
|
|
||||||
description: "Date of upload"
|
|
||||||
device_id:
|
|
||||||
type: string
|
|
||||||
description: "ID of device"
|
|
||||||
required:
|
|
||||||
- date
|
|
||||||
- device_id
|
|
Loading…
Reference in New Issue
Block a user