aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/manifestValidator/envInRoot/MANIFEST.json
blob: 5524f47fa8ce7567ea7ef839ed80aefc08ea7e9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "validTest",
  "description": "Valid Test",
  "version": "1610",
  "data": [
    {
      "file": "first.yaml",
      "type": "HEAT",
      "isBase": true,
      "data": [
        {
          "file": "first.env",
          "type": "HEAT_ENV"
        }
      ]
    },
    {
      "file": "second.env",
      "type": "HEAT_ENV"
    }
  ]
}