-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproperty-data.json
More file actions
267 lines (267 loc) · 7.04 KB
/
property-data.json
File metadata and controls
267 lines (267 loc) · 7.04 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
{
"properties": [{
"id": 1,
"price": 1000000,
"bedrooms": 7,
"bathrooms": 2,
"houseNumber": "12",
"address": "Richard Lane",
"region": "London",
"postcode": "W1F 3FT",
"type": "DETACHED"
},
{
"id": 2,
"price": 100000,
"bedrooms": 2,
"bathrooms": 1,
"houseNumber": "22",
"address": "Brick Road",
"region": "Sheffield",
"postcode": "SH1 1AW",
"type": "TERRACED"
},
{
"id": 3,
"price": 225000,
"bedrooms": 5,
"bathrooms": 0,
"houseNumber": "40",
"address": "Yellow Lane",
"region": "Manchester",
"postcode": "MA12 3ZY",
"type": "DETACHED"
},
{
"id": 4,
"price": 150000,
"bedrooms": 1,
"bathrooms": 1,
"houseNumber": "3B",
"address": "Red Admiral Court",
"region": "Essex",
"postcode": "RM2 6ET",
"type": "FLAT"
},
{
"id": 5,
"price": 222250,
"bedrooms": 3,
"bathrooms": 1,
"houseNumber": "36",
"address": "Bear Road",
"region": "Winchester",
"postcode": "WI3 9TT",
"type": "DETACHED"
},
{
"id": 6,
"price": 750000,
"bedrooms": 10,
"bathrooms": 4,
"houseNumber": "",
"address": "Country House",
"region": "Surrey",
"postcode": "GU13 9DD",
"type": "SEMI_DETACHED"
},
{
"id": 7,
"price": 125000,
"bedrooms": 2,
"bathrooms": 2,
"houseNumber": "44",
"address": "New Road",
"region": "London",
"postcode": "W1F 4DQ",
"type": "SEMI_DETACHED"
},
{
"id": 8,
"price": 545444,
"bedrooms": 4,
"bathrooms": 1,
"houseNumber": "55",
"address": "Straight Road",
"region": "Sheffield",
"postcode": "SH1 8FG",
"type": "TERRACED"
},
{
"id": 9,
"price": 574833,
"bedrooms": 4,
"bathrooms": 3,
"houseNumber": "23",
"address": "Curved Lane",
"region": "Manchester",
"postcode": "MA12 3AS",
"type": "DETACHED"
},
{
"id": 10,
"price": 999999,
"bedrooms": 5,
"bathrooms": 1,
"houseNumber": "101",
"address": "Catherine House",
"region": "Essex",
"postcode": "RM2 0TY",
"type": "FLAT"
},
{
"id": 11,
"price": 550000,
"bedrooms": 2,
"bathrooms": 1,
"houseNumber": "15",
"address": "Compton Avenue ",
"region": "Winchester",
"postcode": "WI3 7KL",
"type": "DETACHED"
},
{
"id": 12,
"price": 7500000,
"bedrooms": 11,
"bathrooms": 4,
"houseNumber": "",
"address": "Brighton Road ",
"region": "Surrey",
"postcode": "GU13 4DD",
"type": "SEMI_DETACHED"
},
{
"id": 13,
"price": 2500000,
"bedrooms": 7,
"bathrooms": 2,
"houseNumber": "1",
"address": "Station Road",
"region": "London",
"postcode": "W1F 3UT",
"type": "SEMI_DETACHED"
},
{
"id": 14,
"price": 123000,
"bedrooms": 1,
"bathrooms": 1,
"houseNumber": "22a",
"address": "High Street",
"region": "Sheffield",
"postcode": "SH1 7AA",
"type": "TERRACED"
},
{
"id": 15,
"price": 275000,
"bedrooms": 3,
"bathrooms": 1,
"houseNumber": "78",
"address": "The Approach ",
"region": "Manchester",
"postcode": "MA12 9DF",
"type": "DETACHED"
},
{
"id": 16,
"price": 150000,
"bedrooms": 1,
"bathrooms": 1,
"houseNumber": "Flat 12b",
"address": "Windsor Court",
"region": "Essex",
"postcode": "RM2 7YA",
"type": "FLAT"
},
{
"id": 17,
"price": 250000,
"bedrooms": 2,
"bathrooms": 1,
"houseNumber": "23",
"address": "Soho Road ",
"region": "Winchester",
"postcode": "WI3 7YI",
"type": "DETACHED"
},
{
"id": 18,
"price": 755000,
"bedrooms": 4,
"bathrooms": 0,
"houseNumber": "7",
"address": "Park Lane",
"region": "Surrey",
"postcode": "GU13 3AS",
"type": "SEMI_DETACHED"
},
{
"id": 19,
"price": 1010000,
"bedrooms": 6,
"bathrooms": 6,
"houseNumber": "6",
"address": "Value Road",
"region": "London",
"postcode": "W1F 3ER",
"type": "SEMI_DETACHED"
},
{
"id": 20,
"price": 155000,
"bedrooms": 3,
"bathrooms": 1,
"houseNumber": "1",
"address": "Church Road",
"region": "Sheffield",
"postcode": "SH1 8KK",
"type": "TERRACED"
},
{
"id": 21,
"price": 245000,
"bedrooms": 2,
"bathrooms": 2,
"houseNumber": "40",
"address": "Salmons Lane ",
"region": "Manchester",
"postcode": "MA12 4IJ",
"type": "DETACHED"
},
{
"id": 22,
"price": 156000,
"bedrooms": 3,
"bathrooms": 1,
"houseNumber": "9a",
"address": "Red Admiral Court",
"region": "Essex",
"postcode": "RM2 6ET",
"type": "FLAT"
},
{
"id": 23,
"price": 222550,
"bedrooms": 2,
"bathrooms": 2,
"houseNumber": "90",
"address": "Cedar Park",
"region": "Winchester",
"postcode": "WI3 2BO",
"type": "DETACHED"
},
{
"id": 24,
"price": 755000,
"bedrooms": 5,
"bathrooms": 5,
"houseNumber": "122",
"address": "Jeff Street",
"region": "Surrey",
"postcode": "GU13 9OB",
"type": "SEMI_DETACHED"
}
]
}