Add missing info to swagger doc
[sdnc/northbound.git] / generic-resource-api / model / src / main / resources / generic-resource-api.20161111.json
index 163ea12..c448afa 100644 (file)
@@ -1,9 +1,17 @@
 {
   "swagger": "2.0",
   "info": {
-    "version": "1.0.0"
+    "version": "1.0.0",
+    "title" : "Generic Resource API",
+    "description" : "Generic Resource API",
+    "contact" : {
+        "name" : "ONAP SDNC team",
+        "email" : "onap-discuss@lists.onap.org",
+        "url" : "https://gerrit.onap.org/r/#/admin./projects/sdnc/sli/northbound"
+    }
   },
   "basePath": "/restconf",
+  "schemes" : [ "http" ],
   "paths": {
     "/config": {
       "post": {