Add ETSI SOL001 v2.5.1 model types to backend init
[sdc.git] / catalog-be / src / main / resources / import / tosca / models / init / etsi-SOL001-v2.5.1 / tosca / node-types / root / root.json
1 {
2   "payloadName": "root.yml",
3   "contactId": "jh0003",
4   "name": "Root",
5   "description": "Represents a generic software component that can be managed and run by a Compute Node Type.",
6   "resourceIconPath": "defaulticon",
7   "model": "ETSI SOL001 v2.5.1",
8   "categories": [
9   {
10     "name": "Generic",
11     "subcategories": [
12       {
13         "name": "Abstract"
14       }
15     ]
16   }
17 ],
18   "tags": [
19     "Root"
20   ]
21 }