aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/manifestValidator/missingFileInManifest/MANIFEST.json
blob: fd2b2c3f6dbb072638467c1b15082fea4fad983d (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",
  "invalidField":"value",
  "data": [
    {
      "file": "single.yaml",
      "type": "HEAT",
      "data": [
        {
          "file": "single.env",
          "type": "HEAT_ENV"
        },
        {
          "file": "singleVol.yaml",
          "type": "HEAT_VOL"
        }
      ]
    }
  ]
}