summaryrefslogtreecommitdiffstats
path: root/feature-lifecycle/src/test/resources/tosca-policy-other-validated.json
blob: e79435c679244d2576e2ae22a88041f97912ef65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
    "topology_template": {
        "policies": [
            {
                "other-validated": {
                    "type": "onap.policies.typeA",
                    "type_version": "1.0.0",
                    "name": "other-validated",
                    "version": "1.0.0",
                    "metadata": {
                        "policy-id": "other-validated"
                    },
                    "properties": {
                        "fieldA": "abc",
                        "fieldB": 2
                    }
                }
            }
        ]
    }
}