marvel_datagraph / data /fraud.json
eaglelandsonce's picture
Update data/fraud.json
f24c172 verified
raw
history blame
1.7 kB
{
"name": "Operation Phantom Claims",
"img": "images/operations.png",
"children": [
{
"name": "Lawyers",
"children": [
{
"role": "Lead Lawyer",
"name": "Jonathan Smith",
"link": "http://operationphantomclaims.chart/lawyers/jonathan_smith",
"img": "images/LeadLawyer.png",
"size": 50000
},
{
"role": "Legal Advisor",
"name": "Emily Johnson",
"link": "http://operationphantomclaims.chart/lawyers/emily_johnson",
"img": "images/LegalAdvisor.png",
"size": 45000
},
{
"role": "Case Manager",
"name": "Michael Davis",
"link": "http://operationphantomclaims.chart/lawyers/michael_davis",
"img": "CaseManager.png",
"size": 40000
}
]
},
{
"name": "Actors",
"children": [
{
"role": "Lead Actor",
"name": "Alex Martinez",
"link": "http://operationphantomclaims.chart/actors/alex_martinez",
"img": "LeadActor.png",
"size": 45000
},
{
"role": "Supporting Actor",
"name": "Rachel Green",
"link": "http://operationphantomclaims.chart/actors/rachel_green",
"img": "SupportingActor.png",
"size": 40000
}
]
},
{
"name": "Insiders",
"children": [
{
"role": "Insurance Agent",
"name": "David Lee",
"link": "http://operationphantomclaims.chart/insiders/david_lee",
"img": "images/InsuranceAgent",
"size": 40000
},
{
"role": "Claims Processor",
"name": "Sophia Turner",
"link": "http://operationphantomclaims.chart/insiders/sophia_turner",
"img": "images/ClaimsProcessor.png",
"size": 38000
}
]
}
]
}