aboutsummaryrefslogtreecommitdiffstats
path: root/example/src/main/resources/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/main/resources/swagger.json')
-rw-r--r--example/src/main/resources/swagger.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/example/src/main/resources/swagger.json b/example/src/main/resources/swagger.json
new file mode 100644
index 0000000..cd66074
--- /dev/null
+++ b/example/src/main/resources/swagger.json
@@ -0,0 +1,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" ]
+} \ No newline at end of file