diff options
author | Jerry Flood <jf9860@att.com> | 2017-06-21 15:06:29 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-06-21 15:10:39 -0400 |
commit | e2a48d77875821fc4786b33f8a96d41c79d71224 (patch) | |
tree | b19dadd1885030935263d69a4b14d4ae69fd5531 /robot/assets/templates | |
parent | 46a20553fed5b238da1b27e6bc051dc825d77598 (diff) |
Updated SDC onboarding API to 1.1
Issue: TEST-41
Change-Id: I00d18239a2d96b8c4ea53d45a7fcfef2753fbc12
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/assets/templates')
-rw-r--r-- | robot/assets/templates/asdc/software_product.template | 5 |
1 files changed, 4 insertions, 1 deletions
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", |