Swagger template
This commit is contained in:
parent
545b231692
commit
8fac881482
24
swagger.in.json
Normal file
24
swagger.in.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"swagger": "2.0",
|
||||||
|
"info": {
|
||||||
|
"title": "@TARGET@",
|
||||||
|
"description": "@TARGET@",
|
||||||
|
"license": {
|
||||||
|
"name": "ISC license",
|
||||||
|
"url": "https://opensource.org/licenses/ISC"
|
||||||
|
},
|
||||||
|
"contact": {
|
||||||
|
"name": "yourname",
|
||||||
|
"email": "you@localhost"
|
||||||
|
},
|
||||||
|
"version": "@VERSION@"
|
||||||
|
},
|
||||||
|
"paths": {},
|
||||||
|
"definitions": {
|
||||||
|
"empty": {
|
||||||
|
"description": "An empty JSON document",
|
||||||
|
"type": "object",
|
||||||
|
"properties": { }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user