summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importResourceTests/empty_category/empty_category.json
blob: 7ce1fd5e5f54a7a9466002a8dc322aca1de01c3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "payloadName": "normative-types-new-empty_category.yml",
  "contactId": "adminid",
  "name": "tosca.nodes.empty_category",
  "description": "Represents a server-local block storage device (i.e., not shared) offering evenly sized blocks of data from which raw storage volumes can be created.",
  "resourceIconPath": "defaulticon",
  "categories": [
  {
    "name": "",
    "subcategories": [
      {
        "name": "Infrastructure"
      }
    ]
  }
], 
  "tags": [
    "tosca.nodes.empty_category"
  ],
  "vendorName": "ATT (Tosca)",
  "vendorRelease": "1.0.0.wd03"
}