User: mike@sartography.com added process model file misc/mike/send-waku-message/send_waky_message.json
This commit is contained in:
parent
f9d44e8b3c
commit
3de6965c04
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"title": "Waku Message",
|
||||||
|
"description": "Send a waku message.",
|
||||||
|
"type": "object",
|
||||||
|
"required": [
|
||||||
|
"address",
|
||||||
|
"message"
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"address": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Address"
|
||||||
|
},
|
||||||
|
"message": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Message"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue