Merge "Improve test coverage in UserJsonDecoder"
[clamp.git] / src / test / resources / tosca / guard2-policy-payload.json
1 {
2         "policy-id": "guard2",
3         "content": {
4                 "recipe": "Migrate",
5                 "actor": "SO",
6                 "clname": "testloop",
7                 "targets": ".*",
8                 "min": "1",
9                 "max": "2",
10                 "limit": "",
11                 "timeUnits": "",
12                 "timeWindow": "",
13                 "guardActiveStart": "00:00:01-05:00",
14                 "guardActiveEnd": "23:59:01-05:00"
15         }
16 }