-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacs.json
More file actions
73 lines (72 loc) · 1.75 KB
/
facs.json
File metadata and controls
73 lines (72 loc) · 1.75 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
[
{
"_id": {"$oid": "61fd4b2c1bf4e51c9f8a0fe1"},
"name": "Sports Room",
"email": "sportsroom@facility.com",
"password": "password123",
"type": "Facility"
},
{
"_id": {"$oid": "61fd4b2c1bf4e51c9f8a0fe2"},
"name": "Arts Room",
"email": "artsroom@facility.com",
"password": "password123",
"type": "Facility"
},
{
"_id": {"$oid": "61fd4b2c1bf4e51c9f8a0fe3"},
"name": "Auditorium",
"email": "auditorium@facility.com",
"password": "password123",
"type": "Facility"
},
{
"_id": {"$oid": "61fd4b2c1bf4e51c9f8a0fe4"},
"name": "Class F103",
"email": "classf103@facility.com",
"password": "password123",
"type": "Facility"
},
{
"_id": {"$oid": "61fd4b2c1bf4e51c9f8a0fe5"},
"name": "Computer Lab",
"email": "computerlab@facility.com",
"password": "password123",
"type": "Facility"
},
{
"_id": {"$oid": "61fd4b2c1bf4e51c9f8a0fe6"},
"name": "Library",
"email": "library@facility.com",
"password": "password123",
"type": "Facility"
},
{
"_id": {"$oid": "61fd4b2c1bf4e51c9f8a0fe7"},
"name": "Gymnasium",
"email": "gymnasium@facility.com",
"password": "password123",
"type": "Facility"
},
{
"_id": {"$oid": "61fd4b2c1bf4e51c9f8a0fe8"},
"name": "Conference Room",
"email": "conferenceroom@facility.com",
"password": "password123",
"type": "Facility"
},
{
"_id": {"$oid": "61fd4b2c1bf4e51c9f8a0fe9"},
"name": "Swimming Pool",
"email": "swimmingpool@facility.com",
"password": "password123",
"type": "Facility"
},
{
"_id": {"$oid": "61fd4b2c1bf4e51c9f8a0fea"},
"name": "Cafeteria",
"email": "cafeteria@facility.com",
"password": "password123",
"type": "Facility"
}
]