diff --git a/swagger.in.json b/swagger.in.json new file mode 100644 index 0000000..944f33a --- /dev/null +++ b/swagger.in.json @@ -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": { } + } + } +}