7 lines
119 B
YAML
7 lines
119 B
YAML
|
type: object
|
||
|
properties:
|
||
|
id:
|
||
|
type: number
|
||
|
availability_status:
|
||
|
type: string
|
||
|
enum: ['online', 'offline']
|