[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / src / test / resources / openecomp / org / validation / validators / manifestValidator / invalidManifest / MANIFEST.json
1 {
2   "name": "inValidTest",
3   "description": "inValid Test",
4   "version": [{"v": "1.0"}],
5   "data": [
6     {
7       "file": "single.yaml",
8       "type": "HEAT",
9       "data": [
10         {
11           "file": "single.env",
12           "type": "HEAT_ENV"
13         },
14         {
15           "file": "singleVol.yaml",
16           "type": "HEAT_VOL"
17         }
18       ]
19     }
20   ]
21 }