summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-heat-lib/src/test/resources/mock/toscaTree/twoFilesUnderSameDirectory/out/expectedTree.json
blob: c73b6b9e7ea58836e552bc3725d81ff954158949 (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
{
  "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": "clearWaterIMSOTHERDEPLOYMENT.zip",
              "heat": []
            },
            {
              "fileName": "clearWaterIMSOTHER.zip",
              "heat": []
            }
          ]
        }
      ]
    }
  ]
}