summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-heat-lib/src/test/resources/mock/toscaTree/similarDirectoryName/out/expectedTree.json
blob: c6e5cded6f44ff5d20e23a54188d18bdb52b7f40 (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
{
  "heat": [],
  "nested": [
    {
      "fileName": "TOSCA-Metadata",
      "heat": [],
      "nested": [
        {
          "fileName": "TOSCA.meta",
          "heat": []
        }
      ]
    },
    {
      "fileName": "MainServiceTemplate.yaml",
      "heat": []
    },
    {
      "fileName": "Definitions",
      "heat": [],
      "nested": [
        {
          "fileName": "GlobalSubstitutionTypesServiceTemplate.yaml",
          "heat": []
        }
      ]
    },
    {
      "fileName": "Artifacts",
      "heat": [],
      "nested": [
        {
          "fileName": "OTHER",
          "heat": [],
          "nested": [
            {
              "fileName": "clearWaterIMSOTHER.zip",
              "heat": []
            }
          ]
        },
        {
          "fileName": "Deployment",
          "heat": [],
          "nested": [
            {
              "fileName": "OTHER",
              "heat": [],
              "nested": [
                {
                  "fileName": "clearWaterIMSOTHERDEPLOYMENT.zip",
                  "heat": []
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}