-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemployee.json
More file actions
60 lines (58 loc) · 953 Bytes
/
employee.json
File metadata and controls
60 lines (58 loc) · 953 Bytes
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
{
"personalRecord":{
"name":"Alice",
"DOB":"1/1/1990",
"spouse":"smith",
"identification":
{
"dl":"xxx",
"ssn":"xxxx",
"eid":123,
"e_id":{
"label":"public",
"email":"prosun.csedu@gmil.com"
}
}
},
"employmentRecord":{
"employee_id":"id1",
"salary":60000,
"past_employment":{
"first_emp":{
"company":"cention AB",
"responsibility":"S.E."
},
"second_emp":{
"company":"UTSA",
"responsibility":"T.A"
},
"last_emp":{
"company":"UTSA",
"responsibility":"R.A"
}
}
},
"medical_record":{
"medical_record_no":"xxx",
"healthPlan_no":"xx"
},
"contact_information":[
{
"email":{
"gmail":"prosun.csedu@gmail.com",
"yahoo":"sonarbangla18@yahoo.com"
}
},
{
"phone": "210548883",
"email":{
"pc":[
{
"gmail":"prosun.csedu@gmail.com",
"yahoo":"sonarbangla18@yahoo.com"
}
]
}
}
]
}