25 lines
418 B
JSON
25 lines
418 B
JSON
|
{
|
||
|
"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": { }
|
||
|
}
|
||
|
}
|
||
|
}
|