add example json for app

This commit is contained in:
Asim Aslam
2021-11-26 10:44:03 +00:00
parent efe7ad6ee8
commit 405a6a7a71

20
app/examples.json Normal file
View File

@@ -0,0 +1,20 @@
{
"reserve": [
{
"title": "Reserve App Name",
"run_check": false,
"request": {
"name": "helloworld"
},
"response": {
"reservation": {
"name": "helloworld",
"owner": "3143bf6a-ced5-4589-b9b3-bb87cc476301",
"token": "a990be106204d103df461bb3a3075aefedda5z10",
"created": "2021-11-26T10:41:59.851107343Z",
"expires": "2022-11-26T10:41:59.851107422Z"
}
}
}
]
}