22 lines
353 B
YAML
22 lines
353 B
YAML
|
type: object
|
||
|
properties:
|
||
|
display_id:
|
||
|
type: number
|
||
|
messages:
|
||
|
type: array
|
||
|
items:
|
||
|
type: object
|
||
|
inbox_id:
|
||
|
type: number
|
||
|
status:
|
||
|
type: string
|
||
|
enum: ['open', 'resolved']
|
||
|
timestamp:
|
||
|
type: string
|
||
|
user_last_seen_at:
|
||
|
type: string
|
||
|
agent_last_seen_at:
|
||
|
type: agent_last_seen_at
|
||
|
unread_count:
|
||
|
type: number
|