17 lines
409 B
JSON
17 lines
409 B
JSON
{
|
|
"swagger": "2.0",
|
|
"info": {
|
|
"description": "# Introduction\nIntroduction to the API, included in the swagger docs",
|
|
"title": "Template API",
|
|
"contact": {
|
|
"name": "Lars Scheibling",
|
|
"email": "it@scheibling.se"
|
|
},
|
|
"license": {
|
|
"name": "AGPLv3"
|
|
},
|
|
"version": "0.1"
|
|
},
|
|
"basePath": "/",
|
|
"paths": {}
|
|
} |