From e2a48d77875821fc4786b33f8a96d41c79d71224 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Wed, 21 Jun 2017 15:06:29 -0400 Subject: Updated SDC onboarding API to 1.1 Issue: TEST-41 Change-Id: I00d18239a2d96b8c4ea53d45a7fcfef2753fbc12 Signed-off-by: Jerry Flood --- robot/assets/templates/asdc/software_product.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'robot/assets/templates/asdc') diff --git a/robot/assets/templates/asdc/software_product.template b/robot/assets/templates/asdc/software_product.template index f8a47521..a5938f2c 100644 --- a/robot/assets/templates/asdc/software_product.template +++ b/robot/assets/templates/asdc/software_product.template @@ -3,7 +3,10 @@ "description": "vendor software product", "category": "resourceNewCategory.generic", "subCategory": "resourceNewCategory.generic.abstract", - "licensingVersion": "1.0", + "licensingVersion": { + "id" : "1.0", + "label" : "1.0" + }, "vendorName": "${vendor_name}", "vendorId": "${vendor_id}", "icon": "icon", -- cgit 1.2.3-korg