-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
41 lines (41 loc) · 1.1 KB
/
data.json
File metadata and controls
41 lines (41 loc) · 1.1 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
[
{
"firstname": "Judy",
"lastname": "Doe",
"dateofbirth": "1997-01-01",
"guest_title": "Guest",
"phone": "123-456-7890",
"host_name": "Jane Smith",
"host_id_number": "987654",
"host_email": "jane@example.com",
"guest_email": "judy.doe@elementcorp.com",
"building_location": "Building A",
"access_expiration": "2023-12-31"
},
{
"firstname": "Regina",
"lastname": "Ranoa",
"dateofbirth": "1961-06-21",
"guest_title": "Guest",
"phone": "555-123-4567",
"host_name": "John Doe",
"host_id_number": "123456",
"host_email": "john@example.com",
"guest_email": "regina.ranoa@mycorp.com",
"building_location": "Building A",
"access_expiration": "2023-10-31"
},
{
"firstname": "Ashley",
"lastname": "Burney",
"dateofbirth": "1984-01-25",
"guest_title": "Guest",
"phone": "555-123-4567",
"host_name": "John Doe",
"host_id_number": "123456",
"host_email": "john@example.com",
"guest_email": "ashley.burney@mycorpabc.com",
"building_location": "Building AZ",
"access_expiration": "2023-11-11"
}
]