mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add example json for app
This commit is contained in:
20
app/examples.json
Normal file
20
app/examples.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user