File size: 537 Bytes
79c7b05
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "swagger": "2.0",
    "info": {
        "description": "This is the API for the RAGTAG system.",
        "title": "RAGTAG API",
        "termsOfService": "http://swagger.io/terms/",
        "contact": {
            "name": "James Campbell",
            "email": "[email protected]"
        },
        "license": {
            "name": "Apache 2.0",
            "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
        },
        "version": "1.0"
    },
    "host": "localhost:8080",
    "basePath": "/",
    "paths": {}
}