9 lines
201 B
YAML
9 lines
201 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: number
|
|
description: Id of the user
|
|
availability_status:
|
|
type: string
|
|
enum: ['online', 'offline']
|
|
description: Availability status of the user
|