mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
13 lines
389 B
YAML
13 lines
389 B
YAML
type: object
|
|
properties:
|
|
payload:
|
|
type: array
|
|
items:
|
|
allOf:
|
|
- $ref: '#/components/schemas/conversation'
|
|
- type: object
|
|
properties:
|
|
meta:
|
|
$ref: './extension/contact/conversation.yml#/properties/meta'
|
|
description: Meta information about the conversation
|
|
description: List of conversations for the contact |