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'
|