15 lines
253 B
YAML
15 lines
253 B
YAML
|
type: object
|
||
|
properties:
|
||
|
meta:
|
||
|
type: object
|
||
|
payload:
|
||
|
type: object
|
||
|
properties:
|
||
|
success:
|
||
|
type: boolean
|
||
|
current_status:
|
||
|
type: string
|
||
|
enum: ['open', 'resolved']
|
||
|
conversation_id:
|
||
|
type: number
|