Reformat the JSON and fix checkstyle issue
[clamp.git] / src / test / resources / example / dao / bpmn-prop.json
1 {
2   "Holmes_1m8n1s9": [
3     {
4       "name": "correlationalLogic",
5       "value": "uktukk"
6     }
7   ],
8   "Policy_19c1hms": {
9     "policy1": [
10       {
11         "name": "pname",
12         "value": "policy1"
13       },
14       {
15         "name": "pid",
16         "value": "0"
17       },
18       {
19         "name": "timeout",
20         "value": "345"
21       },
22       {
23         "policyConfigurations": [
24           [
25             {
26               "name": "maxRetries",
27               "value": [
28                 "3"
29               ]
30             },
31             {
32               "name": "retryTimeLimit",
33               "value": [
34                 "180"
35               ]
36             },
37             {
38               "name": "_id",
39               "value": [
40                 "JmAZRQx"
41               ]
42             },
43             {
44               "name": "parentPolicy",
45               "value": [
46                 ""
47               ]
48             }
49           ]
50         ]
51       }
52     ]
53   }
54 }