aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/node-types/metadata.json
blob: e38dd6cf82664604c43154ea4f598e102a95a374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "nodeMetadataList": [
    {
      "contactId": "jh0003",
      "toscaName": "tosca.nodes.Root",
      "name": "Root",
      "model": "TEST MODEL",
      "description": "The TOSCA Node Type all other TOSCA base Node Types derive from",
      "resourceIconPath": "defaulticon",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Abstract"
            }
          ]
        }
      ],
      "tags": [
        "Root",
        "tosca.nodes.Root"
      ]
    },
    {
      "contactId": "jh0003",
      "toscaName": "tosca.nodes.test.testWithConstraints",
      "name": "TestWithConstraints",
      "model": "TEST MODEL",
      "description": "A vfc used for testing constraints",
      "resourceIconPath": "defaulticon",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "TestWithConstraints"
      ]
    },
    {
      "payloadName": "testNodeSimple.yml",
      "contactId": "jh0003",
      "toscaName": "tosca.nodes.test.testNodeSimple",
      "name": "TestNodeSimple",
      "model": "TEST MODEL",
      "description": "A vfc used for testing simple data types",
      "resourceIconPath": "defaulticon",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "TestNodeSimple"
      ]
    },
    {
      "payloadName": "testNodeComplex.yml",
      "contactId": "jh0003",
      "toscaName": "tosca.nodes.test.testNodeComplex",
      "name": "TestNodeComplex",
      "model": "TEST MODEL",
      "description": "A vfc used for testing complex data types",
      "resourceIconPath": "defaulticon",
      "categories": [
        {
          "name": "Generic",
          "subcategories": [
            {
              "name": "Infrastructure"
            }
          ]
        }
      ],
      "tags": [
        "TestNodeComplex"
      ]
    }
  ]
}