-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrooms.json
59 lines (59 loc) · 1.2 KB
/
rooms.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
47
48
49
50
51
52
53
54
55
56
57
58
59
[
{
"id": "79ca06f8-1163-48e8-b279-23fca5669623",
"name": "Green",
"cost": 12.5,
"number_of_seats": 4,
"category": "Open Space",
"main_photo": "/green_0001.jpg",
"IsAvailable": false,
"photos": [
{
"Url": "/green_0002.jpg",
"RoomId": "79ca06f8-1163-48e8-b279-23fca5669623"
},
{
"Url": "/green_0003.jpg",
"RoomId": "79ca06f8-1163-48e8-b279-23fca5669623"
}
]
},
{
"id": "e6cc9546-52a1-45bc-8e0c-9af9a2b235c1",
"name": "Red",
"cost": 100,
"number_of_seats": 50,
"category": "Conference Hall",
"main_photo": "/red_0001.jpg",
"IsAvailable": false,
"photos": [
{
"Url": "/red_0002.jpg",
"RoomId": "e6cc9546-52a1-45bc-8e0c-9af9a2b235c1"
}
]
},
{
"id": "2b34dd2e-7ea4-45f8-a330-30e3fcaf3cc2",
"name": "Yellow",
"cost": 4.5,
"number_of_seats": 1,
"category": "Shared Desk",
"main_photo": "/yellow_0001.jpg",
"IsAvailable": false,
"photos": [
{
"Url": "/yellow_0002.jpg",
"RoomId": "2b34dd2e-7ea4-45f8-a330-30e3fcaf3cc2"
},
{
"Url": "/yellow_0003.jpg",
"RoomId": "2b34dd2e-7ea4-45f8-a330-30e3fcaf3cc2"
},
{
"Url": "/yellow_0004.jpg",
"RoomId": "2b34dd2e-7ea4-45f8-a330-30e3fcaf3cc2"
}
]
}
]