Files
services/space/examples.json
2021-11-26 12:34:31 +00:00

15 lines
216 B
JSON

{
"vote": [
{
"title": "Vote for the API",
"run_check": false,
"request": {
"message": "Launch it!"
},
"response": {
"message": "Thanks for the vote!"
}
}
]
}