blob: fc58e920cf461ecc07deca4c0d9ad7af772518b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"swagger": "2.0",
"host": "localhost:9998",
"basePath": "",
"schemes": ["http"],
"info": {
"description": "TBD",
"version": "0.1.0",
"title": "Sirius Server",
"termsOfService": "TBD",
"contact": {"email": "TBD"},
"license": {
"name": "TBD",
"url": "http://TDB"
}
},
"paths": {
}
}
|