-
Notifications
You must be signed in to change notification settings - Fork 0
/
database.json
47 lines (47 loc) · 1.61 KB
/
database.json
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
[
{
"ID": 1,
"BUSINESS": "Risk Advisory",
"AGENT": [
{
"FIRSTNAME": "Aline",
"LASTNAME": "Haiden"
},
{
"FIRSTNAME": "Rachel",
"LASTNAME": "Roth"
}
],
"DESCRIPTION": "is a professional who work with organizations to help them manage risk. They may provide advice on how to reduce the likelihood of a negative event occurring, or they may help an organization develop plans for responding to such events if they do occur."
},
{
"ID": 2,
"BUSINESS": "Investigations",
"AGENT": [
{
"FIRSTNAME": "Richard",
"LASTNAME": "Grayson"
},
{
"FIRSTNAME": "Mikron",
"LASTNAME": "Jeneus"
}
],
"DESCRIPTION": "Our investigators search for information about legal, financial, and personal matters. They offer many services, such as verifying company, organization, and people's backgrounds & statements, finding missing persons, and investigating computer crimes."
},
{
"ID": 3,
"BUSINESS": "Protection",
"AGENT": [
{
"FIRSTNAME": "Victor",
"LASTNAME": "Stone"
},
{
"FIRSTNAME": "Tara",
"LASTNAME": "Markov"
}
],
"DESCRIPTION": "For over 170 years, our highly trained agents have provided protection to clients around the world. Incident response to unforeseen emergencies, planning for future events, embedding security teams, and more. We are here to guide and support."
}
]