-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfakeData.json
More file actions
79 lines (79 loc) · 1.64 KB
/
fakeData.json
File metadata and controls
79 lines (79 loc) · 1.64 KB
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
72
73
74
75
76
77
78
79
[
{
"email": "alex@mail.com",
"status": ["open"],
"formData": {
"firstName": "Alex",
"secondName": "Newman",
"employeePosition": "Lawyer",
"company": "Microsoft",
"phone":"8945"
}
},
{
"email": "tom@mail.com",
"status": ["inWork"],
"formData": {
"firstName": "Tom",
"secondName": "Taylar",
"employeePosition": "Booker",
"company": "Wood and rock",
"phone":"7857"
}
},
{
"email": "bob@mail.com",
"status": ["approved"],
"formData": {
"firstName": "Bob",
"secondName": "Fisher",
"employeePosition": "Cashier",
"company": "Hardhead",
"phone":"7724"
}
},
{
"email": "tim@mail.com",
"status": ["canceled"],
"formData": {
"firstName": "Tim",
"secondName": "Freeman",
"employeePosition": "Cleaner",
"company": "Goldtown",
"phone":"4466"
}
},
{
"email": "jack@mail.com",
"status": ["open"],
"formData": {
"firstName": "Jack",
"secondName": "Warfun",
"employeePosition": "Teacher",
"company": "Blacktree",
"phone":"2109"
}
},
{
"email": "denis@mail.com",
"status": ["inWork"],
"formData": {
"firstName": "Denis",
"secondName": "Grand",
"employeePosition": "Security guard",
"company": "Hotel love",
"phone":"0024"
}
},
{
"email": "boris@mail.com",
"status": ["approved"],
"formData": {
"firstName": "Boris",
"secondName": "Ivanov",
"employeePosition": "Carpenter",
"company": "Stolnavek",
"phone":"3334"
}
}
]