From a3a6b394f5e4c24b49ac57c013f9e28d5e1c576b Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Wed, 3 Jan 2018 10:17:42 +0100 Subject: [PATCH] add description to the additional data section Change-Id: Ieda370a57d53848867282885874b61c841fd0cc8 Issue-ID: VFC-604 Signed-off-by: Denes Nemeth --- lcm/swagger/vfc.vnfdriver.swagger.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lcm/swagger/vfc.vnfdriver.swagger.json b/lcm/swagger/vfc.vnfdriver.swagger.json index 49d032ef..52f94c5e 100644 --- a/lcm/swagger/vfc.vnfdriver.swagger.json +++ b/lcm/swagger/vfc.vnfdriver.swagger.json @@ -683,7 +683,7 @@ }, "additionalParam": { "type": "object", - "description": "The data type is KeyValuePair. Additional parameters passed by the NFVO, specific to the VNF and the LCM operation." + "description": "Additional parameters passed to the NFVO, specific to the VNF and the LCM operation. The currently interpreted keys are the following: vimId" } } }, @@ -701,7 +701,7 @@ "properties": { "tenant": { "type": "string", - "description": "Tenant Name of tenant" + "description": "The name of the tenant" } } } @@ -943,7 +943,8 @@ } }, "additionalParam": { - "type": "object" + "type": "object", + "description": "Additional parameters passed to the VNFM. The vimId may be passed in the additional parameter section by the NFVO to VNFM." } } }, @@ -964,7 +965,6 @@ } } }, - "VnfInstantiateResponse": { "type": "object", "properties": { -- 2.16.6