Add missing info to swagger doc 37/18037/2
authorDan Timoney <dtimoney@att.com>
Tue, 10 Oct 2017 20:00:59 +0000 (16:00 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 10 Oct 2017 20:13:59 +0000 (16:13 -0400)
Add missing required sections of info in swagger doc for
generic-resource-api

Change-Id: Iea25ce95d6bc0ae0d0edb7ad9a4f71be0669f231
Issue-ID: SDNC-72
Signed-off-by: Dan Timoney <dtimoney@att.com>
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": {