aboutsummaryrefslogtreecommitdiffstats
path: root/applications/common/src/test/resources/test.policy.bad.json
blob: 6bc06c3b585d322d9e7127c7e9a63f9fbf693aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
    "topology_template": {
        "policies": [
            {
                "Test.policy": {
                    "type": "onap.policies.Test",
                    "type_version": "1.0.0",
                    "version": "1.0.0",
                    "properties": {
                        "foo": "bar"
                    }
                }
            }
        ]
    }
}