summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/abstractSubstitute/abstractSubstitute.json
blob: 40f96f466e82d7ce3800a68251996c04f74c03a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "abstractSubstitute.yml",
  "contactId": "jh0003",
  "name": "AbstractSubstitute",
  "description": "Abstract node to be derived by nested elements.",
  "resourceIconPath": "defaulticon",
  "resourceType": "VFC",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Abstract"
      }
    ]
  }
],
  "tags": [
    "AbstractSubstitute"
  ]
}