1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-12-08 13:49:37 +00:00
2025-12-07 12:26:48 +08:00

17 lines
396 B
YAML

type: object
properties:
id:
type: integer
description: Id of the conversation
inbox_id:
type: string
description: The inbox id of the conversation
messages:
type: array
items:
$ref: '#/components/schemas/message'
description: Messages in the conversation
contact:
type: object
description: The contact information associated to the conversation