10 lines
204 B
YAML
10 lines
204 B
YAML
|
|
||
|
type: object
|
||
|
properties:
|
||
|
content:
|
||
|
type: string
|
||
|
description: Content for the message
|
||
|
echo_id:
|
||
|
type: string
|
||
|
description: Temporary identifier which will be passed back via websockets
|
||
|
|