{ "tosca_definitions_version": "tosca_simple_yaml_1_0_0", "topology_template": { "policies": [ { "foo.artifact": { "type": "onap.policies.native.drools.Artifact", "type_version": "1.0.0", "version": "1.0.0", "name": "foo.artifact", "metadata": { "policy-id": "foo.artifact" }, "properties": { "rulesArtifact": { "groupId": "org.onap.policy.drools.test", "artifactId": "echo", "version": "1.0.0" }, "controller": { "name": "foo" } } } } ] } }