Remove legacy operational policy type from apex-pdp
[policy/apex-pdp.git] / auth / cli-editor / src / test / resources / tosca / ToscaTemplate.json
1 {
2   "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
3   "topology_template": {
4     "policies": [
5       {
6         "native.sampledomain": {
7           "type": "onap.policies.native.Apex",
8           "type_version": "1.0.0",
9           "name": "native.sampledomain",
10           "version": "1.0.0",
11           "properties": {
12           }
13         }
14       }
15     ]
16   }
17 }