summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/normative-types/webApplication/webApplication.json
blob: 63c2936648a6163537cf5fc2bdc5770622b0f731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "payloadName": "webApplication.yml",
  "contactId": "jh0003",
  "name": "WebApplication",
  "description": "Represents a software application that can be managed and run by a Web Server node.  Specific types of web applications such as Java, etc. could be derived from this type.",
  "resourceIconPath": "defaulticon",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Abstract"
      }
    ]
  }
],
  "tags": [
    "WebApplication"
  ]
}