Files
services/helloworld/examples.json
2021-05-19 15:35:34 +01:00

14 lines
312 B
JSON

{
"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": {
"message": "Hello John"
}
}]
}