aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/heat/nested/single/inputs/MANIFEST.json
blob: 345ca77b2a3a4306f8a8f0b94253e16f703bf6e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "vEP_JSA_Net",
  "description": "Version 2.0 02-09-2016 (Authors: John Doe, user PROD)",
  "version": "2013-05-23",
  "data": [
    {
      "file": "hot-nimbus-pcm_v0.4.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "hot-nimbus-pcm_v0.4.env",
          "type": "HEAT_ENV"
        }
        ]
    },{
      "file": "nested-pcm_v0.1.yaml",
      "type": "HEAT"
    }
  ]
}