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