From: Dan Timoney Date: Tue, 10 Oct 2017 20:00:59 +0000 (-0400) Subject: Add missing info to swagger doc X-Git-Tag: v1.2.1~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=sdnc%2Fnorthbound.git;a=commitdiff_plain;h=63bd422e64eb8c90167ef43bce9ef17d68dc45f3 Add missing info to swagger doc 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 --- diff --git a/generic-resource-api/model/src/main/resources/generic-resource-api.20161111.json b/generic-resource-api/model/src/main/resources/generic-resource-api.20161111.json index 163ea126..c448afa8 100644 --- a/generic-resource-api/model/src/main/resources/generic-resource-api.20161111.json +++ b/generic-resource-api/model/src/main/resources/generic-resource-api.20161111.json @@ -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": {