-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdata.json
31 lines (31 loc) · 994 Bytes
/
data.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
{
"firstName": "John",
"lastName": "Doe",
"fullName": "John Doe",
"email": "[email protected]",
"phone": "4089102345",
"location": "San Francisco, California, United States",
"currentCompany": "X Company",
"website": "https://www.x.com",
"linkedin": "https://www.linkedin.com/in/x/",
"github": "https://github.com/x",
"twitter": "https://twitter.com/x",
"blog": "https://blog.x.com",
"school": "",
"discipline": "",
"education_start_date_month": "",
"education_start_date_year": "",
"education_end_date_month": "",
"education_end_date_year": "",
"company_name": "",
"employment_title": "",
"employment_start_date_month": "",
"employment_start_date_year": "",
"employment_end_date_month": "",
"employment_end_date_year": "",
"gender": "Male",
"hispanic_ethnicity": "No",
"race": "Asian",
"disability_status": "No, I don't have a disability, or a history/record of having a disability",
"veteran_status": "I am not a protected veteran"
}