summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/normative-types/DBMS/DBMS.json
blob: addef2ae4b9426c558b9ba7aa6ea3f751ece8370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "payloadName": "DBMS.yml",
  "contactId": "jh0003",
  "name": "DBMS",
  "description": "Represents a typical relational, SQL Database Management System software component or service.",
  "resourceIconPath": "defaulticon",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Abstract"
      }
    ]
  }
],
  "tags": [
    "DBMS"
  ]
}