Spaces:
Sleeping
Sleeping
File size: 1,665 Bytes
2798e35 32dd0ff 2798e35 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
{
"name": "Operation Phantom Claims",
"img": "operations.png",
"children": [
{
"name": "Lawyers",
"children": [
{
"role": "Lead Lawyer",
"name": "Jonathan Smith",
"link": "http://operationphantomclaims.chart/lawyers/jonathan_smith",
"img": "LeadLawyer.png",
"size": 50000
},
{
"role": "Legal Advisor",
"name": "Emily Johnson",
"link": "http://operationphantomclaims.chart/lawyers/emily_johnson",
"img": "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": "InsuranceAgent.png",
"size": 40000
},
{
"role": "Claims Processor",
"name": "Sophia Turner",
"link": "http://operationphantomclaims.chart/insiders/sophia_turner",
"img": "ClaimsProcessor.png",
"size": 38000
}
]
}
]
}
|