aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.json
blob: b9423bc14814f7a81d6df845d7d1be46b0f752d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "Generic_Service.yml",
  "contactId": "jh0003",
  "name": "Generic_Service",
  "description": "Represents a generic Service.",
  "resourceIconPath": "defaulticon",
  "resourceType": "ABSTRACT",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Abstract"
      }
    ]
  }
],
  "tags": [
    "Generic_Service"
  ]
}