-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdb.json
46 lines (46 loc) · 1.44 KB
/
db.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
{
"meetingRooms":[
{
"id": "84D649B8-4CB6-11EE-BE56-0242AC120002",
"meetingRoomName": "Van gogh",
"rentDateFromUNIXTime": 1694006100,
"rentBy": "AVAILABLE",
"rentHourAndMinute": 0
},
{
"id": "84D64C74-4CB6-11EE-BE56-0242AC120002",
"meetingRoomName": "Rembrandt",
"rentDateFromUNIXTime": 1694006000,
"rentBy": "AVAILABLE",
"rentHourAndMinute": 0
},
{
"id": "84D6500C-4CB6-11EE-BE56-0242AC120002",
"meetingRoomName": "Monet",
"rentDateFromUNIXTime": 1694003100,
"rentBy": "OTHERS",
"rentHourAndMinute": 2
},
{
"id": "84D65160-4CB6-11EE-BE56-0242AC120002",
"meetingRoomName": "Salvado,r Dali",
"rentDateFromUNIXTime": 1694004100,
"rentBy": "OTHERS",
"rentHourAndMinute": 2
},
{
"id": "84D65296-4CB6-11EE-BE56-0242AC120002",
"meetingRoomName": "Da Vinci",
"rentDateFromUNIXTime": 1694005132,
"rentBy": "CURRENT_USER",
"rentHourAndMinute": 3
},
{
"id": "84D653FE-4CB6-11EE-BE56-0242AC120002",
"meetingRoomName": "Picasso",
"rentDateFromUNIXTime": 1694004911,
"rentBy": "CURRENT_USER",
"rentHourAndMinute": 0
}
]
}