summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/normative-types/network/network.json
blob: 4ba8311ce48e7e15b50fca8bc6a3be31aead195a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "network.yml",
  "contactId": "jh0003",
  "name": "Network",
  "description": "Represents a simple , logical network service.",
  "resourceIconPath": "network",
  "resourceType": "VL",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Infrastructure"
      }
    ]
  }
],
  "tags": [
    "Network"
  ]
}