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