aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/Files/imports/tosca/node-types/Network/network.json
blob: 25dbb725447d415df54602382c25a0fdb3690339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "payloadName": "network.yml",
  "contactId": "jh0003",
  "name": "Network",
  "model": "ETSI SOL001 v2.5.1",
  "description": "Represents a simple , logical network service.",
  "resourceIconPath": "network",
  "resourceType": "VL",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Infrastructure"
      }
    ]
  }
],
  "tags": [
    "Network"
  ]
}