aboutsummaryrefslogtreecommitdiffstats
path: root/example/src/main/resources/swagger.json
blob: cd66074ef08f047c3f86f5b5293e019e4f076306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "swagger" : "2.0",
  "info" : {
    "description" : "MicroService Bus rest API Sample",
    "version" : "1.0.0",
    "title" : "MicroService Bus rest API Sample",
    "license" : {
      "name" : "https://wiki.onap.org/display/DW/Apache+2.0+License"
    }
  },
  "host" : "127.0.0.1:80",
  "basePath" : "/api/microservices/v1",
  "schemes" : [ "http", "https" ]
}