Remove dead code
[clamp.git] / src / main / resources / clds / templates / tca-policy-template.json
1 {
2         "service": "tca_policy",
3         "version": "1.1.0",
4         "location": "SampleServiceLocation",
5         "configName": "SampleConfigName",
6         "uuid": "test",
7         "policyScope":"CLAMP",
8         "templateVersion": "OpenSource.version.1",
9         "policyName": "???",
10         "description": "MicroService Policy",
11         "priority": "1",
12         "riskType": "SampleRiskType",
13         "riskLevel": "1",
14         "guard": "False",
15         "content": {
16                 "tca_policy": {
17                 }
18         }
19 }