Files
services/helloworld/examples.json
Dominic Wong 5c998951a1 run check bool
2021-09-09 13:56:52 +01:00

15 lines
339 B
JSON

{
"call": [{
"title": "Call the helloworld service",
"description": "Helloworld is a simple example that takes a name and returns a personalised message",
"run_check": true,
"request": {
"name": "John"
},
"response": {
"message": "Hello John"
}
}]
}