diff --git a/helloworld/examples.json b/helloworld/examples.json new file mode 100644 index 0000000..325770b --- /dev/null +++ b/helloworld/examples.json @@ -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" + } + }] +}