Reformat the JSON and fix checkstyle issue
[clamp.git] / src / test / resources / example / model-properties / modelBpmn.json
1 {
2   "collector": [
3     {
4       "id": "Collector_1c72ct5",
5       "from": "StartEvent_1"
6     }
7   ],
8   "stringMatch": [
9     {
10       "id": "StringMatch_05arstl",
11       "from": "Collector_1c72ct5"
12     }
13   ],
14   "policy": [
15     {
16       "id": "Policy_0honxgv",
17       "from": "TCA_1jy9to4"
18     }
19   ],
20   "tca": [
21     {
22       "id": "TCA_1jy9to4",
23       "from": "Holmes_0i4n2mm"
24     }
25   ],
26   "holmes": [
27     {
28       "id": "Holmes_0i4n2mm",
29       "from": "VesCollector_0orydnh"
30     }
31   ],
32   "vesCollector": [
33     {
34       "id": "VesCollector_0orydnh",
35       "from": "StringMatch_05arstl"
36     }
37   ]
38 }