summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importResource/webApplication/webApplication.json
blob: fc25c6966bb7f5a8982c8f9c1401405faf1126a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "payloadName": "normative-types-new-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"
  ]
}