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