diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-21 12:56:39 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-21 18:48:36 +0530 |
commit | ff8d695d686c7f8f9dba746f8c7ee2233f46fddb (patch) | |
tree | 8169a51296b65ff2222af7dbc50cbe64ee577f1c /example/src/main/resources/swagger.json | |
parent | aea8b935854fda34d7d63a5b86bf32ef38f385ee (diff) |
Add sample swagger.json for msb
MSB-78
Change-Id: I0be949bb24d4ecc3a8fc55c808f848ecb8f74171
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'example/src/main/resources/swagger.json')
-rw-r--r-- | example/src/main/resources/swagger.json | 14 |
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 |