aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-impl/src/test/resources/openecomp/org/validation/validators/heat_validator/resource_references_exist_in_heat/negative_test/input/MANIFEST.json
blob: 3a4d09caa96f56b145a64e2c1f3a951f2c9b9b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "hot-mog",
  "description": "HOT template to create hot mog server",
  "version": "2013-05-23",
  "data": [
    {
      "file": "hot-nimbus-pps_v1.0.yaml",
      "type": "HEAT"
    },
    {
      "file": "nested-pps_v1.0.yaml",
      "type": "HEAT"
    }
  ]
}