aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/pm_dictionary_validator/wrong_file_type/MANIFEST.json
blob: a1feefdf5f363652ce1c6d90881929028618b935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Health VNF",
    "description": "Health VNF onboarding package.",
    "data": [
        {
            "file": "health_base_node.yaml",
            "type": "HEAT",
            "isBase": "true",
            "data": [
                {
                    "file": "health_base_node.env",
                    "type": "HEAT_ENV"
                }
            ]
        },
        {
            "file": "pmdict.yaml",
            "type": "OTHER"
        }
    ]
}