From: maopengzhang Date: Wed, 1 Nov 2017 02:44:42 +0000 (+0800) Subject: modify the interfaceInfo type in the swagger X-Git-Tag: v1.0.1~21 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8ef8e0696d5e9598012363f780d722f90e9d06e2;p=vfc%2Fnfvo%2Flcm.git modify the interfaceInfo type in the swagger update interfaceInfo data type string to object. Change-Id: I6f0519458b511344594a662d4590ef43395b7949 Issue-ID: VFC-572 Signed-off-by: maopengzhang --- diff --git a/lcm/swagger/vfc.vnfdriver.swagger.json b/lcm/swagger/vfc.vnfdriver.swagger.json index e6fa0bdc..bf529995 100644 --- a/lcm/swagger/vfc.vnfdriver.swagger.json +++ b/lcm/swagger/vfc.vnfdriver.swagger.json @@ -687,7 +687,7 @@ } }, "accessInfo": { - "type": "string", + "type": "object", "properties": { "tenant": { "type": "string", @@ -1041,7 +1041,7 @@ "$ref": "#/definitions/VnfTerminationType" }, "gracefulTerminationTimeout": { - "desciption" : "The time interval(second) to wait for the VNF to be taken out of service during graceful termination.", + "description": "The time interval(second) to wait for the VNF to be taken out of service during graceful termination.", "type": "string" } } @@ -1113,7 +1113,7 @@ } }, "accessInfo": { - "type": "string", + "type": "object", "properties": { "tenant": { "type": "string",