add helloworld example json

This commit is contained in:
Asim Aslam
2021-05-04 15:57:22 +01:00
parent 643685f7e9
commit 598d73a8d0

13
helloworld/examples.json Normal file
View File

@@ -0,0 +1,13 @@
{
"call": [{
"title": "Call the helloworld service",
"description": "Helloworld is a simple example that takes a name and returns a personalised message",
"request": {
"name": "John"
},
"response": {
"msg": "Hello John"
}
}]
}