summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/normative-types/objectStorage/objectStorage.json
blob: dca5a4b89d1c536cf9868a952c67856902c6dde1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "payloadName": "objectStorage.yml",
  "contactId": "jh0003",
  "name": "ObjectStorage",
  "description": "Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.",
  "resourceIconPath": "objectStorage",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Infrastructure"
      }
    ]
  }
],
 "tags": [
    "ObjectStorage"
  ]
}