mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
10 lines
285 B
YAML
10 lines
285 B
YAML
type: object
|
|
properties:
|
|
meta:
|
|
$ref: '#/components/schemas/conversation_meta'
|
|
description: Meta information about the conversation
|
|
payload:
|
|
type: array
|
|
items:
|
|
$ref: '#/components/schemas/message_detailed'
|
|
description: List of messages in the conversation |