mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
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
|