mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
19 lines
312 B
JSON
19 lines
312 B
JSON
{
|
|
"title": "Waku Message",
|
|
"description": "Send a waku message.",
|
|
"type": "object",
|
|
"required": [
|
|
"address",
|
|
"message"
|
|
],
|
|
"properties": {
|
|
"address": {
|
|
"type": "string",
|
|
"title": "Address"
|
|
},
|
|
"message": {
|
|
"type": "string",
|
|
"title": "Message"
|
|
}
|
|
}
|
|
} |