replace aai, closeloop, sdc with jinja
[testsuite.git] / robot / assets / templates / asdc / catalog_resource_alloted_resource.jinja
1 {
2   "artifacts": {},
3   "toscaArtifacts": {},
4   "contactId": "cs0008",
5   "categories": [
6     {
7       "name": "Allotted Resource",
8       "normalizedName": "allotted resource",
9       "uniqueId": "resourceNewCategory.allotted resource",
10       "subcategories": [
11         {
12           "name": "{{subcategory}}",
13           "normalizedName": "{{subcategory}}",
14           "uniqueId": "resourceNewCategory.allotted resource.{{subcategory}}",
15           "icons": [
16             "allotted_resource"
17           ]
18         }
19       ]
20     }
21   ],
22   "description": "Alloted Resource {{subcategory}}",
23   "icon": "defaulticon",
24   "componentInstancesProperties": {},
25   "componentInstancesAttributes": {},
26   "name": "{{software_product_name}}",
27   "tags": [
28     "{{software_product_name}}"
29   ],
30   "capabilities": {},
31   "requirements": {},
32   "deploymentArtifacts": {},
33   "componentType": "RESOURCE",
34   "vendorName": "{{vendor_name}}",
35   "vendorRelease": "1.0",
36   "componentInstances": [],
37   "properties": [],
38   "attributes": [],
39   "groups": [],
40   "resourceType": "VF"
41 }