mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
11 lines
269 B
YAML
11 lines
269 B
YAML
type: object
|
|
properties:
|
|
content:
|
|
type: string
|
|
description: Content for the message
|
|
example: 'Hello, how can I help you?'
|
|
echo_id:
|
|
type: string
|
|
description: Temporary identifier which will be passed back via websockets
|
|
example: '1234567890'
|