aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-sdk/src/test/resources/InvalidResourceType/MANIFEST.json
blob: c541783b0688ad9aff25dc0db2b96bd4402707e1 (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": "firstVol.yaml",
          "type": "HEAT_VOL"
        }
      ]
    }
  ]
}