-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjson.txt
34 lines (34 loc) · 933 Bytes
/
json.txt
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
{
"name":"new room without id",
"description":"super extra room",
"roomArrangementsCapabilitiesDescription":"movable walls, floor power sockets",
"price":10.0,
"area":50,
"capacity":20,
"parkingSpace":true,
"photos":[
{
"photoUrl":"https://res.cloudinary.com/abbw/image/upload/v1584643642/room3/oi73xpwohpok2yno9tst.jpg"}],
"roomequipments":[
{"equipmentid":"equipment1"},
{"equipmentid":"equipment2"}],
"roomAddress":
{
"street":"Grojecka",
"buildingNumber":10,
"apartmentNumber":22,
"otherAddressInformation":null,
"city":"Warsaw",
"country":"Poland",
"postalCode":12100,
"directions":"just around the corner",
"phoneNumber1":"500014125",
"phoneNumber2":null,
"emailAddress":"[email protected]",
"webPage":null},
"roomactivities":[
{"activitiesid":"activity3"},
{"activitiesid":"activity4"}],
"roomamenitiesForDisabled":[
{"amenitiesfordisabledid":"amenity3"},
{"amenitiesfordisabledid":"amenity5"}]}