aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/getAttrDynamicParam/inputfiles/MANIFEST.json
blob: 875549f43f97f092b45dd868af893026a5d7bc7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "",
    "description": "",
    "data": [
        {
            "file": "base_firstnet_fgi_frwl.yml",
            "type": "HEAT",
            "isBase": "true",
            "data": [
                {
                    "file": "base_firstnet_fgi_frwl.env",
                    "type": "HEAT_ENV"
                }
            ]
        },
        {
            "file": "firstnet_fgi_frwl.yml",
            "type": "HEAT",
            "isBase": "false"
        }
    ]
}