eaglelandsonce
commited on
Commit
•
9988c28
1
Parent(s):
06dc611
Create fraud.json
Browse files- data/fraud.json +70 -0
data/fraud.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Operation Phantom Claims",
|
3 |
+
"img": "http://operationphantomclaims.chart/operation_phantom_claims_img/operation.png",
|
4 |
+
"children": [
|
5 |
+
{
|
6 |
+
"name": "Lawyers",
|
7 |
+
"children": [
|
8 |
+
{
|
9 |
+
"role": "Lead Lawyer",
|
10 |
+
"name": "Jonathan Smith",
|
11 |
+
"link": "http://operationphantomclaims.chart/lawyers/jonathan_smith",
|
12 |
+
"img": "http://operationphantomclaims.chart/img/jonathan_smith.png",
|
13 |
+
"size": 50000
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"role": "Legal Advisor",
|
17 |
+
"name": "Emily Johnson",
|
18 |
+
"link": "http://operationphantomclaims.chart/lawyers/emily_johnson",
|
19 |
+
"img": "http://operationphantomclaims.chart/img/emily_johnson.png",
|
20 |
+
"size": 45000
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"role": "Case Manager",
|
24 |
+
"name": "Michael Davis",
|
25 |
+
"link": "http://operationphantomclaims.chart/lawyers/michael_davis",
|
26 |
+
"img": "http://operationphantomclaims.chart/img/michael_davis.png",
|
27 |
+
"size": 40000
|
28 |
+
}
|
29 |
+
]
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"name": "Actors",
|
33 |
+
"children": [
|
34 |
+
{
|
35 |
+
"role": "Lead Actor",
|
36 |
+
"name": "Alex Martinez",
|
37 |
+
"link": "http://operationphantomclaims.chart/actors/alex_martinez",
|
38 |
+
"img": "http://operationphantomclaims.chart/img/alex_martinez.png",
|
39 |
+
"size": 45000
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"role": "Supporting Actor",
|
43 |
+
"name": "Rachel Green",
|
44 |
+
"link": "http://operationphantomclaims.chart/actors/rachel_green",
|
45 |
+
"img": "http://operationphantomclaims.chart/img/rachel_green.png",
|
46 |
+
"size": 40000
|
47 |
+
}
|
48 |
+
]
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"name": "Insiders",
|
52 |
+
"children": [
|
53 |
+
{
|
54 |
+
"role": "Insurance Agent",
|
55 |
+
"name": "David Lee",
|
56 |
+
"link": "http://operationphantomclaims.chart/insiders/david_lee",
|
57 |
+
"img": "http://operationphantomclaims.chart/img/david_lee.png",
|
58 |
+
"size": 40000
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"role": "Claims Processor",
|
62 |
+
"name": "Sophia Turner",
|
63 |
+
"link": "http://operationphantomclaims.chart/insiders/sophia_turner",
|
64 |
+
"img": "http://operationphantomclaims.chart/img/sophia_turner.png",
|
65 |
+
"size": 38000
|
66 |
+
}
|
67 |
+
]
|
68 |
+
}
|
69 |
+
]
|
70 |
+
}
|