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