summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/org/openecomp/validation/validators/manifestValidator/missingFileTypeInManifest/MANIFEST.json
blob: ce7f17dbaeae244ae654d31209de8b72cb90581d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "validTest",
  "description": "Valid Test",
  "version": "1610",
  "data": [
    {
      "type": "HEAT",
      "data": [
        {
          "file": "single.env.illegalSuffix",
          "type": "HEAT_ENV"
        },
        {
          "file": "singleVol.yaml.illegalSuffix",
          "type": "HEAT_VOL"
        }
      ]
    },{
      "file": "illegalTypeFile.yaml",
      "type": "ILLEGAL_TYPE"
    }
  ]
}