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
|
{
"name": "validTest",
"description": "Valid Test",
"version": "1610",
"data": [
{
"file": "first.yaml",
"type": "HEAT",
"isBase": true,
"data": [
{
"file": "first.env",
"type": "HEAT_ENV"
},
{
"file": "base_cscf_volume.yaml",
"type": "HEAT_VOL",
"data": [
{
"file": "base_cscf_volume.env",
"type": "HEAT_ENV"
}
]
}
]
},
{
"file": "nested.yml",
"type": "HEAT",
"isBase": false
},
{
"file": "network.yml",
"type": "HEAT_NET"
},
{
"file": "testHeat.yml",
"type": "OTHER"
},
{
"file": "testHeat.yml",
"type": "VF_LICENSE"
},
{
"file": "envSettings.env"
}
]
}
|