Swagger template

This commit is contained in:
Meutel 2016-12-18 16:51:09 +01:00
parent 545b231692
commit 8fac881482
1 changed files with 24 additions and 0 deletions

24
swagger.in.json Normal file
View 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": { }
}
}
}