modify the interfaceInfo type in the swagger 71/21571/1
authormaopengzhang <zhang.maopeng1@zte.com.cn>
Wed, 1 Nov 2017 02:44:42 +0000 (10:44 +0800)
committermaopengzhang <zhang.maopeng1@zte.com.cn>
Wed, 1 Nov 2017 02:44:42 +0000 (10:44 +0800)
update interfaceInfo data type string to object.

Change-Id: I6f0519458b511344594a662d4590ef43395b7949
Issue-ID: VFC-572
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
lcm/swagger/vfc.vnfdriver.swagger.json

index e6fa0bd..bf52999 100644 (file)
               }
             },
             "accessInfo": {
-              "type": "string",
+              "type": "object",
               "properties": {
                 "tenant": {
                   "type": "string",
           "$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"
         }
       }      
               }
             },
             "accessInfo": {
-              "type": "string",
+              "type": "object",
               "properties": {
                 "tenant": {
                   "type": "string",