@pdtf/schemas 3.6.0-dev.7 → 3.6.0-dev.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/busy-spence-79c6bf/CLAUDE.md +101 -0
- package/busy-spence-79c6bf/LICENSE +21 -0
- package/busy-spence-79c6bf/README.md +435 -0
- package/busy-spence-79c6bf/docs/branch-release-workflow.md +138 -0
- package/busy-spence-79c6bf/docs/sef25-extensions-ui-spec.md +355 -0
- package/busy-spence-79c6bf/index.js +654 -0
- package/busy-spence-79c6bf/package-lock.json +7299 -0
- package/busy-spence-79c6bf/package.json +44 -0
- package/busy-spence-79c6bf/scripts/ta6ed6-titles.js +403 -0
- package/busy-spence-79c6bf/scripts/ta7ed5-titles.js +183 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleAddParticipantVouch.json +32 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleDocumentedVouch.json +40 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleElectronicRecord.json +30 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleTransaction.json +878 -0
- package/busy-spence-79c6bf/src/examples/v1/exampleVouch.json +25 -0
- package/busy-spence-79c6bf/src/examples/v2/exampleTransaction.json +901 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleAddParticipantVouch.json +38 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleCustomOverlay.json +55 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleCustomOverlay2.json +93 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleDocumentedVouch.json +47 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleElectronicRecord.json +36 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleTransaction.json +1038 -0
- package/busy-spence-79c6bf/src/examples/v3/exampleVouch.json +32 -0
- package/busy-spence-79c6bf/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
- package/busy-spence-79c6bf/src/mappings/adf.js +198 -0
- package/busy-spence-79c6bf/src/schemas/v1/GeoJSON.json +1279 -0
- package/busy-spence-79c6bf/src/schemas/v1/baspiNotes.html +102 -0
- package/busy-spence-79c6bf/src/schemas/v1/energy-performance-certificate.json +124 -0
- package/busy-spence-79c6bf/src/schemas/v1/freehold-information.json +2051 -0
- package/busy-spence-79c6bf/src/schemas/v1/leasehold-information.json +2064 -0
- package/busy-spence-79c6bf/src/schemas/v1/legal-information.json +1045 -0
- package/busy-spence-79c6bf/src/schemas/v1/material-facts.json +2109 -0
- package/busy-spence-79c6bf/src/schemas/v1/pdtf-transaction-search-results.json +40 -0
- package/busy-spence-79c6bf/src/schemas/v1/pdtf-transaction.json +191 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches/drainage-and-water.json +261 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches/local-land-charges.json +69 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches/local-searches-required.json +857 -0
- package/busy-spence-79c6bf/src/schemas/v1/searches.json +237 -0
- package/busy-spence-79c6bf/src/schemas/v1/title-deed.json +841 -0
- package/busy-spence-79c6bf/src/schemas/v2/baspiNotes.html +102 -0
- package/busy-spence-79c6bf/src/schemas/v2/combined.json +37731 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/baspi.json +8132 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/con29DW.json +705 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/con29R.json +2956 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/fme1.json +1259 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/llc1.json +25 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/lpe1.json +2171 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/nts.json +326 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/oc1.json +2799 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/piq.json +3419 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/rds.json +3736 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/ta10.json +5306 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/ta6.json +4533 -0
- package/busy-spence-79c6bf/src/schemas/v2/overlays/ta7.json +1045 -0
- package/busy-spence-79c6bf/src/schemas/v2/pdtf-transaction.json +34351 -0
- package/busy-spence-79c6bf/src/schemas/v2/skeleton.json +3973 -0
- package/busy-spence-79c6bf/src/schemas/v3/combined.json +48643 -0
- package/busy-spence-79c6bf/src/schemas/v3/compactSkeleton.txt +4519 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/README.md +299 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/baspi4.json +8030 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/baspi5.json +8180 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/con29DW.json +716 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/con29R.json +2981 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ac.json +334 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/as.json +74 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/dk.json +33 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/dr.json +73 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/er.json +85 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/fd.json +75 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/hi.json +51 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/hs.json +73 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ic.json +94 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/jk.json +96 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/la.json +85 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/lc.json +76 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ma.json +90 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/mc.json +38 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/mi.json +70 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/nd.json +44 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/oa.json +24 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/oc.json +57 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/pc.json +38 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ph.json +195 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/rw.json +69 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sb.json +73 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sc.json +133 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sd.json +64 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sf.json +74 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/sl.json +68 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/ta.json +204 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/tf.json +103 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/tr.json +74 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/extensions/wg.json +351 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/fme1.json +1266 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/llc1.json +25 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/lpe1.json +2199 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/nts.json +2159 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/nts2.json +2744 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ntsl.json +1815 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ntsl2.json +2219 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/oc1.json +2817 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/piq.json +3324 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/rds.json +3668 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/sef25.json +1653 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/sr24.json +38 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta10.json +4645 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta6.json +4572 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta6ed6.json +6665 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta7.json +1537 -0
- package/busy-spence-79c6bf/src/schemas/v3/overlays/ta7ed5.json +1585 -0
- package/busy-spence-79c6bf/src/schemas/v3/pdtf-transaction.json +41570 -0
- package/busy-spence-79c6bf/src/schemas/v3/skeleton.json +5767 -0
- package/busy-spence-79c6bf/src/schemas/verifiedClaims/README.md +21 -0
- package/busy-spence-79c6bf/src/schemas/verifiedClaims/pdtf-verified-claims.json +447 -0
- package/busy-spence-79c6bf/src/utils/compactSkeleton.js +84 -0
- package/busy-spence-79c6bf/src/utils/countTokens.js +67 -0
- package/busy-spence-79c6bf/src/utils/extractExtensionOverlays.js +633 -0
- package/busy-spence-79c6bf/src/utils/extractOverlay.js +381 -0
- package/busy-spence-79c6bf/src/utils/extractProperties.js +44 -0
- package/busy-spence-79c6bf/src/utils/listPathTitles.js +36 -0
- package/busy-spence-79c6bf/src/utils/minimalSkeleton.js +85 -0
- package/busy-spence-79c6bf/src/utils/pathList.csv +903 -0
- package/busy-spence-79c6bf/src/utils/pathSkeleton.js +181 -0
- package/busy-spence-79c6bf/ta6ed6-titles-plan.md +118 -0
- package/busy-spence-79c6bf/ta7ed5-titles-spec.md +89 -0
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +225 -47
- package/src/schemas/v3/overlays/llc1.json +1 -2
- package/src/schemas/v3/overlays/ta6ed6.json +204 -75
- package/src/schemas/v3/overlays/ta7ed5.json +54 -20
|
@@ -0,0 +1,1588 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-03/schema#",
|
|
3
|
+
"description": "Rightmove Realtime Datafeed Json Schema for send property request",
|
|
4
|
+
"type": "object",
|
|
5
|
+
"properties": {
|
|
6
|
+
"network": {
|
|
7
|
+
"type": "object",
|
|
8
|
+
"id": "network",
|
|
9
|
+
"required": true,
|
|
10
|
+
"description": "Information about the network calling the API",
|
|
11
|
+
"properties": {
|
|
12
|
+
"network_id": {
|
|
13
|
+
"type": "integer",
|
|
14
|
+
"id": "network_id",
|
|
15
|
+
"required": true,
|
|
16
|
+
"description": "Unique Rightmove reference for this network"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"additionalProperties": false
|
|
20
|
+
},
|
|
21
|
+
"branch": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"id": "branch",
|
|
24
|
+
"required": true,
|
|
25
|
+
"description": "Information about the branch loading this property",
|
|
26
|
+
"properties": {
|
|
27
|
+
"branch_id": {
|
|
28
|
+
"type": "integer",
|
|
29
|
+
"id": "branch_id",
|
|
30
|
+
"required": true,
|
|
31
|
+
"description": "Unique Rightmove reference for this branch"
|
|
32
|
+
},
|
|
33
|
+
"channel": {
|
|
34
|
+
"type": "integer",
|
|
35
|
+
"id": "channel",
|
|
36
|
+
"required": true,
|
|
37
|
+
"enum": [
|
|
38
|
+
1,
|
|
39
|
+
2
|
|
40
|
+
],
|
|
41
|
+
"description": "Defines whether this is the sales or lettings channel for a branch: 1 Sales 2 Lettings"
|
|
42
|
+
},
|
|
43
|
+
"overseas": {
|
|
44
|
+
"type": [
|
|
45
|
+
"boolean",
|
|
46
|
+
"null"
|
|
47
|
+
],
|
|
48
|
+
"id": "overseas",
|
|
49
|
+
"required": false,
|
|
50
|
+
"description": "Flag to identify whether a property is UK or Overseas"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"additionalProperties": false
|
|
54
|
+
},
|
|
55
|
+
"property": {
|
|
56
|
+
"type": "object",
|
|
57
|
+
"id": "property",
|
|
58
|
+
"required": true,
|
|
59
|
+
"description": "Information about the property being sent",
|
|
60
|
+
"properties": {
|
|
61
|
+
"agent_ref": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"id": "agent_ref",
|
|
64
|
+
"required": true,
|
|
65
|
+
"minLength": 1,
|
|
66
|
+
"maxLength": 80,
|
|
67
|
+
"description": "Agent's unique reference for this property"
|
|
68
|
+
},
|
|
69
|
+
"published": {
|
|
70
|
+
"type": "boolean",
|
|
71
|
+
"id": "published",
|
|
72
|
+
"required": true,
|
|
73
|
+
"description": "Defines whether this property should be visible on Rightmove"
|
|
74
|
+
},
|
|
75
|
+
"property_type": {
|
|
76
|
+
"type": "integer",
|
|
77
|
+
"id": "property_type",
|
|
78
|
+
"required": true,
|
|
79
|
+
"enum": [
|
|
80
|
+
0,
|
|
81
|
+
1,
|
|
82
|
+
2,
|
|
83
|
+
3,
|
|
84
|
+
4,
|
|
85
|
+
5,
|
|
86
|
+
6,
|
|
87
|
+
7,
|
|
88
|
+
8,
|
|
89
|
+
9,
|
|
90
|
+
10,
|
|
91
|
+
11,
|
|
92
|
+
12,
|
|
93
|
+
13,
|
|
94
|
+
14,
|
|
95
|
+
15,
|
|
96
|
+
16,
|
|
97
|
+
20,
|
|
98
|
+
21,
|
|
99
|
+
22,
|
|
100
|
+
23,
|
|
101
|
+
24,
|
|
102
|
+
25,
|
|
103
|
+
26,
|
|
104
|
+
27,
|
|
105
|
+
28,
|
|
106
|
+
29,
|
|
107
|
+
30,
|
|
108
|
+
43,
|
|
109
|
+
44,
|
|
110
|
+
45,
|
|
111
|
+
46,
|
|
112
|
+
47,
|
|
113
|
+
48,
|
|
114
|
+
49,
|
|
115
|
+
50,
|
|
116
|
+
51,
|
|
117
|
+
52,
|
|
118
|
+
53,
|
|
119
|
+
56,
|
|
120
|
+
59,
|
|
121
|
+
62,
|
|
122
|
+
65,
|
|
123
|
+
68,
|
|
124
|
+
71,
|
|
125
|
+
74,
|
|
126
|
+
77,
|
|
127
|
+
80,
|
|
128
|
+
83,
|
|
129
|
+
86,
|
|
130
|
+
92,
|
|
131
|
+
95,
|
|
132
|
+
101,
|
|
133
|
+
104,
|
|
134
|
+
107,
|
|
135
|
+
110,
|
|
136
|
+
113,
|
|
137
|
+
116,
|
|
138
|
+
117,
|
|
139
|
+
118,
|
|
140
|
+
119,
|
|
141
|
+
120,
|
|
142
|
+
121,
|
|
143
|
+
125,
|
|
144
|
+
128,
|
|
145
|
+
131,
|
|
146
|
+
134,
|
|
147
|
+
137,
|
|
148
|
+
140,
|
|
149
|
+
141,
|
|
150
|
+
142,
|
|
151
|
+
143,
|
|
152
|
+
144,
|
|
153
|
+
178,
|
|
154
|
+
181,
|
|
155
|
+
184,
|
|
156
|
+
187,
|
|
157
|
+
190,
|
|
158
|
+
193,
|
|
159
|
+
196,
|
|
160
|
+
199,
|
|
161
|
+
202,
|
|
162
|
+
205,
|
|
163
|
+
208,
|
|
164
|
+
211,
|
|
165
|
+
214,
|
|
166
|
+
217,
|
|
167
|
+
220,
|
|
168
|
+
223,
|
|
169
|
+
226,
|
|
170
|
+
229,
|
|
171
|
+
232,
|
|
172
|
+
235,
|
|
173
|
+
238,
|
|
174
|
+
241,
|
|
175
|
+
244,
|
|
176
|
+
247,
|
|
177
|
+
250,
|
|
178
|
+
253,
|
|
179
|
+
256,
|
|
180
|
+
259,
|
|
181
|
+
262,
|
|
182
|
+
265,
|
|
183
|
+
268,
|
|
184
|
+
271,
|
|
185
|
+
274,
|
|
186
|
+
277,
|
|
187
|
+
280,
|
|
188
|
+
283,
|
|
189
|
+
298,
|
|
190
|
+
301,
|
|
191
|
+
304,
|
|
192
|
+
307,
|
|
193
|
+
310,
|
|
194
|
+
511,
|
|
195
|
+
512,
|
|
196
|
+
535,
|
|
197
|
+
538,
|
|
198
|
+
541,
|
|
199
|
+
544,
|
|
200
|
+
547,
|
|
201
|
+
550
|
|
202
|
+
],
|
|
203
|
+
"description": "The type of the property being sent in this message: 0 Not Specified, 1 Terraced House, 2 End of terrace house, 3 Semi-detached house, 4 Detached house, 5 Mews house, 6 Cluster house, 7 Ground floor flat, 8 Flat, 9 Studio flat, 10 Ground floor maisonette, 11 Maisonette, 12 Bungalow, 13 Terraced bungalow, 14 Semi-detached bungalow, 15 Detached bungalow, 16 Mobile home, 20 Land (Residential), 21 Link detached house, 22 Town house, 23 Cottage, 24 Chalet, 25 Character Property, 26 House (unspecified), 27 Villa, 28 Apartment, 29 Penthouse, 30 Finca, 43 Barn Conversion, 44 Serviced apartment, 45 Parking, 46 Sheltered Housing, 47 Reteirment property, 48 House share, 49 Flat share, 50 Park home, 51 Garages, 52 Farm House, 53 Equestrian facility, 56 Duplex, 59 Triplex, 62 Longere, 65 Gite, 68 Barn, 71 Trulli, 74 Mill, 77 Ruins, 80 Restaurant, 83 Cafe, 86 Mill, 92 Castle, 95 Village House, 101 Cave House, 104 Cortijo, 107 Farm Land, 110 Plot, 113 Country House, 116 Stone House, 117 Caravan, 118 Lodge, 119 Log Cabin, 120 Manor House, 121 Stately Home, 125 Off-Plan, 128 Semi-detached Villa, 131 Detached Villa, 134 Bar/Nightclub, 137 Shop, 140 Riad, 141 House Boat, 142 Hotel Room, 143 Block of Apartments, 144 Private Halls, 178 Office, 181 Business Park, 184 Serviced Office, 187 Retail Property (High Street), 190 Retail Property (Out of Town), 193 Convenience Store, 196 Garages, 199 Hairdresser/Barber Shop, 202 Hotel, 205 Petrol Station, 208 Post Office, 211 Pub, 214 Workshop & Retail Space, 217 Distribution Warehouse, 220 Factory, 223 Heavy Industrial, 226 Industrial Park, 229 Light Industrial, 232 Storage, 235 Showroom, 238 Warehouse, 241 Land (Commercial), 244 Commercial Development, 247 Industrial Development, 250 Residential Development, 253 Commercial Property, 256 Data Centre, 259 Farm, 262 Healthcare Facility, 265 Marine Property, 268 Mixed Use, 271 Research & Development Facility, 274 Science Park, 277 Guest House, 280 Hospitality, 283 Leisure Facility, 298 Takeaway, 301 Childcare Facility, 304 Smallholding, 307 Place of Worship, 310 Trade Counter, 511 Coach House, 512 House of Multiple Occupation, 535 Sports facilities, 538 Spa, 541 Campsite & Holiday Village, 544 Retail Property (Shopping Centre), 547 Retail Property (Park), 550 Retail Property (Pop Up)"
|
|
204
|
+
},
|
|
205
|
+
"status": {
|
|
206
|
+
"type": "integer",
|
|
207
|
+
"id": "status",
|
|
208
|
+
"required": true,
|
|
209
|
+
"enum": [
|
|
210
|
+
1,
|
|
211
|
+
2,
|
|
212
|
+
3,
|
|
213
|
+
4,
|
|
214
|
+
5,
|
|
215
|
+
6
|
|
216
|
+
],
|
|
217
|
+
"description": "The current transaction status for this property: 1 Available, 2 SSTC (sales only), 3 SSTCM (Scottish sales only), 4 Under Offer (sales only), 5 Reserved (sales only), 6 Let Agreed (lettings only)"
|
|
218
|
+
},
|
|
219
|
+
"new_home": {
|
|
220
|
+
"type": [
|
|
221
|
+
"boolean",
|
|
222
|
+
"null"
|
|
223
|
+
],
|
|
224
|
+
"id": "new_home",
|
|
225
|
+
"required": false,
|
|
226
|
+
"description": "Defines whether this property is a new build"
|
|
227
|
+
},
|
|
228
|
+
"student_property": {
|
|
229
|
+
"type": [
|
|
230
|
+
"boolean",
|
|
231
|
+
"null"
|
|
232
|
+
],
|
|
233
|
+
"id": "student_property",
|
|
234
|
+
"required": false,
|
|
235
|
+
"description": "Defines whether this property is available for student lettings"
|
|
236
|
+
},
|
|
237
|
+
"house_flat_share": {
|
|
238
|
+
"type": [
|
|
239
|
+
"boolean",
|
|
240
|
+
"null"
|
|
241
|
+
],
|
|
242
|
+
"id": "house_flat_share",
|
|
243
|
+
"required": false,
|
|
244
|
+
"description": "Defines whether this advert is for a house/flat share"
|
|
245
|
+
},
|
|
246
|
+
"create_date": {
|
|
247
|
+
"type": [
|
|
248
|
+
"string",
|
|
249
|
+
"null"
|
|
250
|
+
],
|
|
251
|
+
"id": "create_date",
|
|
252
|
+
"required": false,
|
|
253
|
+
"description": "Date this property was created in the format: dd-MM-yyyy HH:mm:ss"
|
|
254
|
+
},
|
|
255
|
+
"update_date": {
|
|
256
|
+
"type": [
|
|
257
|
+
"string",
|
|
258
|
+
"null"
|
|
259
|
+
],
|
|
260
|
+
"id": "update_date",
|
|
261
|
+
"required": false,
|
|
262
|
+
"description": "Date this property was last updated in the feed provider's software, in the format: dd-MM-yyyy HH:mm:ss"
|
|
263
|
+
},
|
|
264
|
+
"date_available": {
|
|
265
|
+
"type": [
|
|
266
|
+
"string",
|
|
267
|
+
"null"
|
|
268
|
+
],
|
|
269
|
+
"id": "date_available",
|
|
270
|
+
"required": false,
|
|
271
|
+
"description": "Date a rental property is available in the format: dd-MM-yyyy"
|
|
272
|
+
},
|
|
273
|
+
"contract_months": {
|
|
274
|
+
"type": [
|
|
275
|
+
"integer",
|
|
276
|
+
"null"
|
|
277
|
+
],
|
|
278
|
+
"id": "contract_months",
|
|
279
|
+
"required": false,
|
|
280
|
+
"minimum": 0,
|
|
281
|
+
"description": "Length of rental contract in months"
|
|
282
|
+
},
|
|
283
|
+
"minimum_term": {
|
|
284
|
+
"type": [
|
|
285
|
+
"integer",
|
|
286
|
+
"null"
|
|
287
|
+
],
|
|
288
|
+
"id": "minimum_term",
|
|
289
|
+
"required": false,
|
|
290
|
+
"minimum": 0,
|
|
291
|
+
"description": "Minimum term for the rental contract in months"
|
|
292
|
+
},
|
|
293
|
+
"let_type": {
|
|
294
|
+
"type": [
|
|
295
|
+
"integer",
|
|
296
|
+
"null"
|
|
297
|
+
],
|
|
298
|
+
"id": "let_type",
|
|
299
|
+
"required": false,
|
|
300
|
+
"enum": [
|
|
301
|
+
1,
|
|
302
|
+
2,
|
|
303
|
+
4,
|
|
304
|
+
0,
|
|
305
|
+
null
|
|
306
|
+
],
|
|
307
|
+
"description": "The type of rental contract available for this property: 1 Long term, 2 Short term, 4 Commercial, 0 Not specified"
|
|
308
|
+
},
|
|
309
|
+
"address": {
|
|
310
|
+
"type": "object",
|
|
311
|
+
"id": "address",
|
|
312
|
+
"required": true,
|
|
313
|
+
"description": "Information about the address of the property being sent",
|
|
314
|
+
"properties": {
|
|
315
|
+
"house_name_number": {
|
|
316
|
+
"type": "string",
|
|
317
|
+
"id": "house_name_number",
|
|
318
|
+
"required": true,
|
|
319
|
+
"minLength": 1,
|
|
320
|
+
"maxLength": 60,
|
|
321
|
+
"description": "The first line of the address including the property name or number"
|
|
322
|
+
},
|
|
323
|
+
"address_2": {
|
|
324
|
+
"type": [
|
|
325
|
+
"string",
|
|
326
|
+
"null"
|
|
327
|
+
],
|
|
328
|
+
"id": "address_2",
|
|
329
|
+
"required": false,
|
|
330
|
+
"maxLength": 60,
|
|
331
|
+
"description": "The second line of the address for this property"
|
|
332
|
+
},
|
|
333
|
+
"address_3": {
|
|
334
|
+
"type": [
|
|
335
|
+
"string",
|
|
336
|
+
"null"
|
|
337
|
+
],
|
|
338
|
+
"id": "address_3",
|
|
339
|
+
"required": false,
|
|
340
|
+
"maxLength": 60,
|
|
341
|
+
"description": "The third line of the address for this property"
|
|
342
|
+
},
|
|
343
|
+
"address_4": {
|
|
344
|
+
"type": [
|
|
345
|
+
"string",
|
|
346
|
+
"null"
|
|
347
|
+
],
|
|
348
|
+
"id": "address_4",
|
|
349
|
+
"required": false,
|
|
350
|
+
"maxLength": 60,
|
|
351
|
+
"description": "The fourth line of the address for this property"
|
|
352
|
+
},
|
|
353
|
+
"town": {
|
|
354
|
+
"type": "string",
|
|
355
|
+
"id": "town",
|
|
356
|
+
"required": true,
|
|
357
|
+
"minLength": 1,
|
|
358
|
+
"maxLength": 60,
|
|
359
|
+
"description": "The town in which the property is located"
|
|
360
|
+
},
|
|
361
|
+
"postcode_1": {
|
|
362
|
+
"type": "string",
|
|
363
|
+
"id": "postcode_1",
|
|
364
|
+
"required": true,
|
|
365
|
+
"minLength": 1,
|
|
366
|
+
"maxLength": 4,
|
|
367
|
+
"description": "The first half of the post code for the property being sent"
|
|
368
|
+
},
|
|
369
|
+
"postcode_2": {
|
|
370
|
+
"type": "string",
|
|
371
|
+
"id": "postcode_2",
|
|
372
|
+
"required": true,
|
|
373
|
+
"minLength": 1,
|
|
374
|
+
"maxLength": 3,
|
|
375
|
+
"description": "The second half of the post code for the property being sent"
|
|
376
|
+
},
|
|
377
|
+
"display_address": {
|
|
378
|
+
"type": "string",
|
|
379
|
+
"id": "display_address",
|
|
380
|
+
"required": true,
|
|
381
|
+
"minLength": 1,
|
|
382
|
+
"maxLength": 120,
|
|
383
|
+
"description": "The address which should be displayed for the property being sent"
|
|
384
|
+
},
|
|
385
|
+
"latitude": {
|
|
386
|
+
"type": [
|
|
387
|
+
"number",
|
|
388
|
+
"null"
|
|
389
|
+
],
|
|
390
|
+
"id": "latitude",
|
|
391
|
+
"required": false,
|
|
392
|
+
"minimum": -90,
|
|
393
|
+
"maximum": 90,
|
|
394
|
+
"description": "The exact latitude of the property"
|
|
395
|
+
},
|
|
396
|
+
"longitude": {
|
|
397
|
+
"type": [
|
|
398
|
+
"number",
|
|
399
|
+
"null"
|
|
400
|
+
],
|
|
401
|
+
"id": "longitude",
|
|
402
|
+
"required": false,
|
|
403
|
+
"minimum": -180,
|
|
404
|
+
"maximum": 180,
|
|
405
|
+
"description": "The exact longitude of the property"
|
|
406
|
+
},
|
|
407
|
+
"pov_latitude": {
|
|
408
|
+
"type": [
|
|
409
|
+
"number",
|
|
410
|
+
"null"
|
|
411
|
+
],
|
|
412
|
+
"id": "pov_latitude",
|
|
413
|
+
"required": false,
|
|
414
|
+
"minimum": -90,
|
|
415
|
+
"maximum": 90,
|
|
416
|
+
"description": "The latitude for the google streetview camera"
|
|
417
|
+
},
|
|
418
|
+
"pov_longitude": {
|
|
419
|
+
"type": [
|
|
420
|
+
"number",
|
|
421
|
+
"null"
|
|
422
|
+
],
|
|
423
|
+
"id": "pov_longitude",
|
|
424
|
+
"required": false,
|
|
425
|
+
"minimum": -180,
|
|
426
|
+
"maximum": 180,
|
|
427
|
+
"description": "The longitude for the google streetview camera"
|
|
428
|
+
},
|
|
429
|
+
"pov_pitch": {
|
|
430
|
+
"type": [
|
|
431
|
+
"number",
|
|
432
|
+
"null"
|
|
433
|
+
],
|
|
434
|
+
"id": "pov_pitch",
|
|
435
|
+
"required": false,
|
|
436
|
+
"minimum": -180,
|
|
437
|
+
"maximum": 180,
|
|
438
|
+
"description": "The pitch for the google streetview camera"
|
|
439
|
+
},
|
|
440
|
+
"pov_heading": {
|
|
441
|
+
"type": [
|
|
442
|
+
"number",
|
|
443
|
+
"null"
|
|
444
|
+
],
|
|
445
|
+
"id": "pov_heading",
|
|
446
|
+
"required": false,
|
|
447
|
+
"minimum": -360,
|
|
448
|
+
"maximum": 360,
|
|
449
|
+
"description": "The heading for the google streetview camera"
|
|
450
|
+
},
|
|
451
|
+
"pov_zoom": {
|
|
452
|
+
"type": [
|
|
453
|
+
"integer",
|
|
454
|
+
"null"
|
|
455
|
+
],
|
|
456
|
+
"id": "pov_zoom",
|
|
457
|
+
"required": false,
|
|
458
|
+
"description": "The zoom level for the google streetview camera"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
"additionalProperties": false
|
|
462
|
+
},
|
|
463
|
+
"price_information": {
|
|
464
|
+
"type": "object",
|
|
465
|
+
"id": "price",
|
|
466
|
+
"required": true,
|
|
467
|
+
"description": "Information about the price of the property being sent",
|
|
468
|
+
"properties": {
|
|
469
|
+
"price": {
|
|
470
|
+
"type": "number",
|
|
471
|
+
"id": "price",
|
|
472
|
+
"minimum": 1,
|
|
473
|
+
"required": true,
|
|
474
|
+
"description": "The price of the property being sent"
|
|
475
|
+
},
|
|
476
|
+
"price_qualifier": {
|
|
477
|
+
"type": [
|
|
478
|
+
"integer",
|
|
479
|
+
"null"
|
|
480
|
+
],
|
|
481
|
+
"id": "price_qualifier",
|
|
482
|
+
"required": false,
|
|
483
|
+
"enum": [
|
|
484
|
+
0,
|
|
485
|
+
1,
|
|
486
|
+
2,
|
|
487
|
+
3,
|
|
488
|
+
4,
|
|
489
|
+
5,
|
|
490
|
+
6,
|
|
491
|
+
7,
|
|
492
|
+
9,
|
|
493
|
+
10,
|
|
494
|
+
11,
|
|
495
|
+
12,
|
|
496
|
+
15,
|
|
497
|
+
16,
|
|
498
|
+
null
|
|
499
|
+
],
|
|
500
|
+
"description": "The qualifier on the advertised price of the property being sent: 0 Default, 1 POA, 2 Guide Price, 3 Fixed Price, 4 Offers in excess of, 5 OIRO, 6 Sale by Tender, 7 From, 9 Shared Ownership, 10 Offers over, 11 Part Buy, Part Rent, 12 Shared Equity, 15 Offers Invited, 16 Coming Soon"
|
|
501
|
+
},
|
|
502
|
+
"deposit": {
|
|
503
|
+
"type": [
|
|
504
|
+
"integer",
|
|
505
|
+
"null"
|
|
506
|
+
],
|
|
507
|
+
"id": "deposit",
|
|
508
|
+
"required": false,
|
|
509
|
+
"minimum": 0,
|
|
510
|
+
"description": "The deposit required for rental of the property being sent"
|
|
511
|
+
},
|
|
512
|
+
"administration_fee": {
|
|
513
|
+
"type": [
|
|
514
|
+
"string",
|
|
515
|
+
"null"
|
|
516
|
+
],
|
|
517
|
+
"id": "administration_fee",
|
|
518
|
+
"required": false,
|
|
519
|
+
"maxLength": 4000,
|
|
520
|
+
"description": "The admin fee required for the rental contract of the property being sent"
|
|
521
|
+
},
|
|
522
|
+
"rent_frequency": {
|
|
523
|
+
"type": [
|
|
524
|
+
"integer",
|
|
525
|
+
"null"
|
|
526
|
+
],
|
|
527
|
+
"id": "rent_frequency",
|
|
528
|
+
"required": false,
|
|
529
|
+
"enum": [
|
|
530
|
+
1,
|
|
531
|
+
4,
|
|
532
|
+
12,
|
|
533
|
+
52,
|
|
534
|
+
365,
|
|
535
|
+
null
|
|
536
|
+
],
|
|
537
|
+
"description": "The frequency of rental payments for the property being sent: 1 Yearly, 4 Quarterly, 12 Monthly, 52 Weekly, 365 Daily"
|
|
538
|
+
},
|
|
539
|
+
"tenure_type": {
|
|
540
|
+
"type": [
|
|
541
|
+
"integer",
|
|
542
|
+
"null"
|
|
543
|
+
],
|
|
544
|
+
"id": "tenure_type",
|
|
545
|
+
"required": false,
|
|
546
|
+
"enum": [
|
|
547
|
+
1,
|
|
548
|
+
2,
|
|
549
|
+
3,
|
|
550
|
+
4,
|
|
551
|
+
5,
|
|
552
|
+
6,
|
|
553
|
+
null
|
|
554
|
+
],
|
|
555
|
+
"description": "The tenure type for the sale of the property being sent: 1 Freehold, 2 Leasehold, 3 Feudal, 4 Commonhold, 5 Share of Freehold, 6 Non-Traditional"
|
|
556
|
+
},
|
|
557
|
+
"auction": {
|
|
558
|
+
"type": [
|
|
559
|
+
"boolean",
|
|
560
|
+
"null"
|
|
561
|
+
],
|
|
562
|
+
"id": "auction",
|
|
563
|
+
"required": false,
|
|
564
|
+
"description": "Indicates if this property is being sold at auction"
|
|
565
|
+
},
|
|
566
|
+
"tenure_unexpired_years": {
|
|
567
|
+
"type": [
|
|
568
|
+
"integer",
|
|
569
|
+
"null"
|
|
570
|
+
],
|
|
571
|
+
"id": "tenure_unexpired_years",
|
|
572
|
+
"minimum": 0,
|
|
573
|
+
"required": false,
|
|
574
|
+
"description": "The number of years left on the tenure of this property"
|
|
575
|
+
},
|
|
576
|
+
"price_per_unit_area": {
|
|
577
|
+
"type": [
|
|
578
|
+
"number",
|
|
579
|
+
"null"
|
|
580
|
+
],
|
|
581
|
+
"id": "price_per_unit_area",
|
|
582
|
+
"minimum": 0,
|
|
583
|
+
"required": false,
|
|
584
|
+
"description": "The price per unit area of the property being sent"
|
|
585
|
+
},
|
|
586
|
+
"price_per_unit_per_annum": {
|
|
587
|
+
"type": [
|
|
588
|
+
"number",
|
|
589
|
+
"null"
|
|
590
|
+
],
|
|
591
|
+
"id": "price_per_unit_per_annum",
|
|
592
|
+
"minimum": 0,
|
|
593
|
+
"required": false,
|
|
594
|
+
"description": "The price per unit area per annum of the commercial property being sent"
|
|
595
|
+
},
|
|
596
|
+
"shared_ownership": {
|
|
597
|
+
"type": [
|
|
598
|
+
"boolean",
|
|
599
|
+
"null"
|
|
600
|
+
],
|
|
601
|
+
"id": "shared_ownership",
|
|
602
|
+
"required": false,
|
|
603
|
+
"description": "Whether the property listing is shared ownership"
|
|
604
|
+
},
|
|
605
|
+
"shared_ownership_percentage": {
|
|
606
|
+
"type": [
|
|
607
|
+
"number",
|
|
608
|
+
"null"
|
|
609
|
+
],
|
|
610
|
+
"id": "shared_ownership_percentage",
|
|
611
|
+
"minimum": 1,
|
|
612
|
+
"maximum": 99,
|
|
613
|
+
"required": false,
|
|
614
|
+
"description": "The percentage share being sold"
|
|
615
|
+
},
|
|
616
|
+
"shared_ownership_rent": {
|
|
617
|
+
"type": [
|
|
618
|
+
"number",
|
|
619
|
+
"null"
|
|
620
|
+
],
|
|
621
|
+
"id": "shared_ownership_rent",
|
|
622
|
+
"required": false,
|
|
623
|
+
"description": "Price of rent due for the unowned percentage of property"
|
|
624
|
+
},
|
|
625
|
+
"shared_ownership_rent_frequency": {
|
|
626
|
+
"type": [
|
|
627
|
+
"integer",
|
|
628
|
+
"null"
|
|
629
|
+
],
|
|
630
|
+
"id": "shared_ownership_rent_frequency",
|
|
631
|
+
"required": false,
|
|
632
|
+
"enum": [
|
|
633
|
+
1,
|
|
634
|
+
4,
|
|
635
|
+
12,
|
|
636
|
+
52,
|
|
637
|
+
365,
|
|
638
|
+
null
|
|
639
|
+
],
|
|
640
|
+
"description": "The frequency of rental payments for the unowned percentage of property being sent: 1 Yearly, 4 Quarterly, 12 Monthly, 52 Weekly, 365 Daily"
|
|
641
|
+
},
|
|
642
|
+
"annual_ground_rent": {
|
|
643
|
+
"type": [
|
|
644
|
+
"number",
|
|
645
|
+
"null"
|
|
646
|
+
],
|
|
647
|
+
"minimum": 0,
|
|
648
|
+
"id": "annual_ground_rent",
|
|
649
|
+
"required": false,
|
|
650
|
+
"description": "The annual cost for ground rent for the property (for resale leasehold properties)"
|
|
651
|
+
},
|
|
652
|
+
"ground_rent_review_period_years": {
|
|
653
|
+
"type": [
|
|
654
|
+
"number",
|
|
655
|
+
"null"
|
|
656
|
+
],
|
|
657
|
+
"minimum": 0,
|
|
658
|
+
"id": "ground_rent_review_period_years",
|
|
659
|
+
"required": false,
|
|
660
|
+
"description": "The review period for ground rent for the property in years (for resale leasehold properties)"
|
|
661
|
+
},
|
|
662
|
+
"ground_rent_percentage_increase": {
|
|
663
|
+
"type": [
|
|
664
|
+
"number",
|
|
665
|
+
"null"
|
|
666
|
+
],
|
|
667
|
+
"minimum": 0,
|
|
668
|
+
"id": "ground_rent_percentage_increase",
|
|
669
|
+
"required": false,
|
|
670
|
+
"description": "Ground rent increase amount as a percentage (for resale leasehold properties)"
|
|
671
|
+
},
|
|
672
|
+
"annual_service_charge": {
|
|
673
|
+
"type": [
|
|
674
|
+
"number",
|
|
675
|
+
"null"
|
|
676
|
+
],
|
|
677
|
+
"minimum": 0,
|
|
678
|
+
"id": "annual_service_charge",
|
|
679
|
+
"required": false,
|
|
680
|
+
"description": "The annual service charge for the property"
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
"additionalProperties": false
|
|
684
|
+
},
|
|
685
|
+
"details": {
|
|
686
|
+
"type": "object",
|
|
687
|
+
"id": "details",
|
|
688
|
+
"required": true,
|
|
689
|
+
"description": "The details about the property being sent",
|
|
690
|
+
"properties": {
|
|
691
|
+
"summary": {
|
|
692
|
+
"type": "string",
|
|
693
|
+
"id": "summary",
|
|
694
|
+
"required": true,
|
|
695
|
+
"minLength": 1,
|
|
696
|
+
"maxLength": 1000,
|
|
697
|
+
"description": "The summary description of the property being sent"
|
|
698
|
+
},
|
|
699
|
+
"description": {
|
|
700
|
+
"type": "string",
|
|
701
|
+
"id": "description",
|
|
702
|
+
"required": true,
|
|
703
|
+
"minLength": 1,
|
|
704
|
+
"maxLength": 32000,
|
|
705
|
+
"description": "The full description of the property being sent"
|
|
706
|
+
},
|
|
707
|
+
"features": {
|
|
708
|
+
"type": [
|
|
709
|
+
"array",
|
|
710
|
+
"null"
|
|
711
|
+
],
|
|
712
|
+
"id": "features",
|
|
713
|
+
"required": false,
|
|
714
|
+
"uniqueItems": true,
|
|
715
|
+
"maxItems": 10,
|
|
716
|
+
"description": "Features of the property being sent",
|
|
717
|
+
"items": {
|
|
718
|
+
"type": [
|
|
719
|
+
"string"
|
|
720
|
+
],
|
|
721
|
+
"minLength": 1,
|
|
722
|
+
"maxLength": 200
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
"bedrooms": {
|
|
726
|
+
"type": "integer",
|
|
727
|
+
"id": "bedrooms",
|
|
728
|
+
"required": true,
|
|
729
|
+
"minimum": 0,
|
|
730
|
+
"description": "The number of bedrooms for the property being sent"
|
|
731
|
+
},
|
|
732
|
+
"bathrooms": {
|
|
733
|
+
"type": [
|
|
734
|
+
"integer",
|
|
735
|
+
"null"
|
|
736
|
+
],
|
|
737
|
+
"id": "bathrooms",
|
|
738
|
+
"required": false,
|
|
739
|
+
"minimum": 0,
|
|
740
|
+
"description": "The number of bathrooms for the property being sent"
|
|
741
|
+
},
|
|
742
|
+
"reception_rooms": {
|
|
743
|
+
"type": [
|
|
744
|
+
"integer",
|
|
745
|
+
"null"
|
|
746
|
+
],
|
|
747
|
+
"id": "reception_rooms",
|
|
748
|
+
"required": false,
|
|
749
|
+
"minimum": 0,
|
|
750
|
+
"description": "The number of reception rooms for the property being sent"
|
|
751
|
+
},
|
|
752
|
+
"parking": {
|
|
753
|
+
"type": [
|
|
754
|
+
"array",
|
|
755
|
+
"null"
|
|
756
|
+
],
|
|
757
|
+
"items": {
|
|
758
|
+
"enum": [
|
|
759
|
+
13,
|
|
760
|
+
14,
|
|
761
|
+
15,
|
|
762
|
+
16,
|
|
763
|
+
17,
|
|
764
|
+
18,
|
|
765
|
+
19,
|
|
766
|
+
20,
|
|
767
|
+
21,
|
|
768
|
+
22,
|
|
769
|
+
23,
|
|
770
|
+
24,
|
|
771
|
+
54,
|
|
772
|
+
55,
|
|
773
|
+
56,
|
|
774
|
+
57,
|
|
775
|
+
58,
|
|
776
|
+
59,
|
|
777
|
+
60,
|
|
778
|
+
null
|
|
779
|
+
]
|
|
780
|
+
},
|
|
781
|
+
"uniqueItems": true,
|
|
782
|
+
"id": "parking",
|
|
783
|
+
"required": false,
|
|
784
|
+
"description": "Parking options available for the property being sent: 13 Allocated, 14 Communal, 15 Covered, 16 Garage, 17 Driveway, 18 Gated, 19 Off Street, 20 On Street, 21 Rear, 22 Permit, 23 Private, 24 Residents, 54 No Permit, 55 Not Allocated, 56 No Parking Available, 57 EV Charging, 58 Disabled Parking Available, 69 No Disabled Parking Available, 60 Garage En Bloc"
|
|
785
|
+
},
|
|
786
|
+
"outside_space": {
|
|
787
|
+
"type": [
|
|
788
|
+
"array",
|
|
789
|
+
"null"
|
|
790
|
+
],
|
|
791
|
+
"items": {
|
|
792
|
+
"enum": [
|
|
793
|
+
29,
|
|
794
|
+
30,
|
|
795
|
+
31,
|
|
796
|
+
32,
|
|
797
|
+
33,
|
|
798
|
+
34,
|
|
799
|
+
35,
|
|
800
|
+
36,
|
|
801
|
+
null
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
"uniqueItems": true,
|
|
805
|
+
"id": "outside_space",
|
|
806
|
+
"required": false,
|
|
807
|
+
"description": "Outside spaces associated with the property being sent: 29 Back Garden, 30 Communal Garden, 31 Enclosed Garden, 32 Front Garden, 33 Private Garden, 34 Rear Garden, 35 Terrace, 36 Patio"
|
|
808
|
+
},
|
|
809
|
+
"year_built": {
|
|
810
|
+
"type": [
|
|
811
|
+
"integer",
|
|
812
|
+
"null"
|
|
813
|
+
],
|
|
814
|
+
"id": "year_built",
|
|
815
|
+
"required": false,
|
|
816
|
+
"minimum": 0,
|
|
817
|
+
"description": "The year in which the property being sent was built"
|
|
818
|
+
},
|
|
819
|
+
"internal_area": {
|
|
820
|
+
"type": [
|
|
821
|
+
"number",
|
|
822
|
+
"null"
|
|
823
|
+
],
|
|
824
|
+
"id": "internal_area",
|
|
825
|
+
"required": false,
|
|
826
|
+
"minimum": 0,
|
|
827
|
+
"description": "Total internal area of the property being sent"
|
|
828
|
+
},
|
|
829
|
+
"internal_area_unit": {
|
|
830
|
+
"type": [
|
|
831
|
+
"integer",
|
|
832
|
+
"null"
|
|
833
|
+
],
|
|
834
|
+
"id": "internal_area_unit",
|
|
835
|
+
"required": false,
|
|
836
|
+
"enum": [
|
|
837
|
+
1,
|
|
838
|
+
2,
|
|
839
|
+
3,
|
|
840
|
+
4,
|
|
841
|
+
null
|
|
842
|
+
],
|
|
843
|
+
"description": "Units which the internal area is sent in: 1 sq ft 2 sq m 3 acre 4 hectares"
|
|
844
|
+
},
|
|
845
|
+
"land_area": {
|
|
846
|
+
"type": [
|
|
847
|
+
"number",
|
|
848
|
+
"null"
|
|
849
|
+
],
|
|
850
|
+
"id": "land_area",
|
|
851
|
+
"required": false,
|
|
852
|
+
"minimum": 0,
|
|
853
|
+
"description": "Total land area of the property being sent"
|
|
854
|
+
},
|
|
855
|
+
"land_area_unit": {
|
|
856
|
+
"type": [
|
|
857
|
+
"integer",
|
|
858
|
+
"null"
|
|
859
|
+
],
|
|
860
|
+
"id": "land_area_unit",
|
|
861
|
+
"required": false,
|
|
862
|
+
"enum": [
|
|
863
|
+
1,
|
|
864
|
+
2,
|
|
865
|
+
3,
|
|
866
|
+
4,
|
|
867
|
+
null
|
|
868
|
+
],
|
|
869
|
+
"description": "Units which the land area is sent in: 1 sq ft 2 sq m 3 acre 4 hectares"
|
|
870
|
+
},
|
|
871
|
+
"sizing": {
|
|
872
|
+
"type": "object",
|
|
873
|
+
"id": "sizing",
|
|
874
|
+
"required": false,
|
|
875
|
+
"description": "The size details about the property being be sent",
|
|
876
|
+
"properties": {
|
|
877
|
+
"minimum": {
|
|
878
|
+
"type": [
|
|
879
|
+
"number",
|
|
880
|
+
"null"
|
|
881
|
+
],
|
|
882
|
+
"id": "minimum",
|
|
883
|
+
"required": false,
|
|
884
|
+
"minimum": 0,
|
|
885
|
+
"description": "The minimum size of the property being sent"
|
|
886
|
+
},
|
|
887
|
+
"maximum": {
|
|
888
|
+
"type": [
|
|
889
|
+
"number",
|
|
890
|
+
"null"
|
|
891
|
+
],
|
|
892
|
+
"id": "maximum",
|
|
893
|
+
"required": false,
|
|
894
|
+
"minimum": 0,
|
|
895
|
+
"description": "The maximum size of the property being sent"
|
|
896
|
+
},
|
|
897
|
+
"area_unit": {
|
|
898
|
+
"type": [
|
|
899
|
+
"integer",
|
|
900
|
+
"null"
|
|
901
|
+
],
|
|
902
|
+
"id": "area_unit",
|
|
903
|
+
"required": false,
|
|
904
|
+
"enum": [
|
|
905
|
+
1,
|
|
906
|
+
2,
|
|
907
|
+
3,
|
|
908
|
+
4,
|
|
909
|
+
null
|
|
910
|
+
],
|
|
911
|
+
"description": "Units which the property size is sent in: 1 sq ft 2 sq m 3 acre 4 hectares"
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"floors": {
|
|
916
|
+
"type": [
|
|
917
|
+
"integer",
|
|
918
|
+
"null"
|
|
919
|
+
],
|
|
920
|
+
"id": "floors",
|
|
921
|
+
"required": false,
|
|
922
|
+
"minimum": 0,
|
|
923
|
+
"description": "Number of floors in the property being sent"
|
|
924
|
+
},
|
|
925
|
+
"entrance_floor": {
|
|
926
|
+
"type": [
|
|
927
|
+
"integer",
|
|
928
|
+
"null"
|
|
929
|
+
],
|
|
930
|
+
"id": "entrance_floor",
|
|
931
|
+
"required": false,
|
|
932
|
+
"enum": [
|
|
933
|
+
1,
|
|
934
|
+
2,
|
|
935
|
+
3,
|
|
936
|
+
4,
|
|
937
|
+
5,
|
|
938
|
+
6,
|
|
939
|
+
null
|
|
940
|
+
],
|
|
941
|
+
"description": "Floor which the entrance to the property being sent is on: 1 Basement, 2 Ground Floor, 3 1st Floor, 4 2nd Floor, 5 Higher than 2nd floor (no lift), 6 Higher than 2nd floor (with lift)"
|
|
942
|
+
},
|
|
943
|
+
"condition": {
|
|
944
|
+
"type": [
|
|
945
|
+
"integer",
|
|
946
|
+
"null"
|
|
947
|
+
],
|
|
948
|
+
"id": "condition",
|
|
949
|
+
"required": false,
|
|
950
|
+
"enum": [
|
|
951
|
+
1,
|
|
952
|
+
2,
|
|
953
|
+
3,
|
|
954
|
+
4,
|
|
955
|
+
null
|
|
956
|
+
],
|
|
957
|
+
"description": "Condition of the property being sent: 1 Good, 2 Some work needed, 3 Work required throughout, 4 Major renovation required"
|
|
958
|
+
},
|
|
959
|
+
"accessibility": {
|
|
960
|
+
"type": [
|
|
961
|
+
"array",
|
|
962
|
+
"null"
|
|
963
|
+
],
|
|
964
|
+
"items": {
|
|
965
|
+
"enum": [
|
|
966
|
+
42,
|
|
967
|
+
37,
|
|
968
|
+
38,
|
|
969
|
+
39,
|
|
970
|
+
40,
|
|
971
|
+
41,
|
|
972
|
+
43,
|
|
973
|
+
44,
|
|
974
|
+
45,
|
|
975
|
+
null
|
|
976
|
+
]
|
|
977
|
+
},
|
|
978
|
+
"uniqueItems": true,
|
|
979
|
+
"id": "accessibility",
|
|
980
|
+
"required": false,
|
|
981
|
+
"description": "Accessibility measures in place in the property being sent: 42 Not suitable for wheelchair users, 37 Level access, 38 Lift access, 39 Ramped access, 40 Wet room, 41 Wide doorways, 43 Step Free Access, 44 Level Access Shower, 45 Lateral Living"
|
|
982
|
+
},
|
|
983
|
+
"heating": {
|
|
984
|
+
"type": [
|
|
985
|
+
"array",
|
|
986
|
+
"null"
|
|
987
|
+
],
|
|
988
|
+
"items": {
|
|
989
|
+
"enum": [
|
|
990
|
+
1,
|
|
991
|
+
2,
|
|
992
|
+
3,
|
|
993
|
+
4,
|
|
994
|
+
5,
|
|
995
|
+
6,
|
|
996
|
+
7,
|
|
997
|
+
8,
|
|
998
|
+
9,
|
|
999
|
+
10,
|
|
1000
|
+
11,
|
|
1001
|
+
12,
|
|
1002
|
+
46,
|
|
1003
|
+
47,
|
|
1004
|
+
48,
|
|
1005
|
+
49,
|
|
1006
|
+
50,
|
|
1007
|
+
51,
|
|
1008
|
+
52,
|
|
1009
|
+
53,
|
|
1010
|
+
null
|
|
1011
|
+
]
|
|
1012
|
+
},
|
|
1013
|
+
"uniqueItems": true,
|
|
1014
|
+
"id": "heating",
|
|
1015
|
+
"required": false,
|
|
1016
|
+
"description": "Heating related features of the property being sent: 1 Air Conditioning, 2 Central, 3 Double Glazing, 4 Eco-Friendly, 5 Electric, 6 Gas, 7 Gas Central, 8 Night Storage, 9 Oil, 10 Solar, 11 Solar Water, 12 Under Floor, 46 Wood Burner, 47 Open Fire, 48 Biomass Boiler, 49 Ground Source Heat Pump, 50 Air Source Heat Pump, 51 Solar Photovoltaic Thermal, 52 Underfloor Heating, 53 Solar Thermal"
|
|
1017
|
+
},
|
|
1018
|
+
"sewerage": {
|
|
1019
|
+
"type": [
|
|
1020
|
+
"string",
|
|
1021
|
+
"null"
|
|
1022
|
+
],
|
|
1023
|
+
"enum": [
|
|
1024
|
+
"mains_supply",
|
|
1025
|
+
"private_supply"
|
|
1026
|
+
],
|
|
1027
|
+
"id": "sewerage",
|
|
1028
|
+
"required": false,
|
|
1029
|
+
"description": "Primary sewerage arrangements at the property: mains_supply, private_supply"
|
|
1030
|
+
},
|
|
1031
|
+
"water": {
|
|
1032
|
+
"type": [
|
|
1033
|
+
"string",
|
|
1034
|
+
"null"
|
|
1035
|
+
],
|
|
1036
|
+
"enum": [
|
|
1037
|
+
"mains_supply",
|
|
1038
|
+
"private_supply"
|
|
1039
|
+
],
|
|
1040
|
+
"id": "water",
|
|
1041
|
+
"required": false,
|
|
1042
|
+
"description": "Primary supply of water to the property: mains_supply, private_supply"
|
|
1043
|
+
},
|
|
1044
|
+
"electricity": {
|
|
1045
|
+
"type": [
|
|
1046
|
+
"array",
|
|
1047
|
+
"null"
|
|
1048
|
+
],
|
|
1049
|
+
"items": {
|
|
1050
|
+
"enum": [
|
|
1051
|
+
"mains_supply",
|
|
1052
|
+
"wind_turbine",
|
|
1053
|
+
"solar_pv_panels",
|
|
1054
|
+
"private_supply"
|
|
1055
|
+
]
|
|
1056
|
+
},
|
|
1057
|
+
"uniqueItems": true,
|
|
1058
|
+
"id": "electricity",
|
|
1059
|
+
"required": false,
|
|
1060
|
+
"description": "Primary supply of electricity to the property: mains_supply, private_supply "
|
|
1061
|
+
},
|
|
1062
|
+
"broadband": {
|
|
1063
|
+
"type": [
|
|
1064
|
+
"array",
|
|
1065
|
+
"null"
|
|
1066
|
+
],
|
|
1067
|
+
"items": {
|
|
1068
|
+
"enum": [
|
|
1069
|
+
"adsl",
|
|
1070
|
+
"cable",
|
|
1071
|
+
"fttc",
|
|
1072
|
+
"fttp",
|
|
1073
|
+
"none"
|
|
1074
|
+
]
|
|
1075
|
+
},
|
|
1076
|
+
"uniqueItems": true,
|
|
1077
|
+
"id": "broadband",
|
|
1078
|
+
"required": false,
|
|
1079
|
+
"description": "Current supply of broadband to the property: adsl (Copper wire), cable, fttc (fibre to cabinet) , fttp (fibre to the premises), none"
|
|
1080
|
+
},
|
|
1081
|
+
"furnished_type": {
|
|
1082
|
+
"type": [
|
|
1083
|
+
"integer",
|
|
1084
|
+
"null"
|
|
1085
|
+
],
|
|
1086
|
+
"enum": [
|
|
1087
|
+
0,
|
|
1088
|
+
1,
|
|
1089
|
+
2,
|
|
1090
|
+
4,
|
|
1091
|
+
null
|
|
1092
|
+
],
|
|
1093
|
+
"id": "furnished_type",
|
|
1094
|
+
"required": false,
|
|
1095
|
+
"description": "Is furnishing included in the rental of the property being sent: 0 Furnished, 1 Part-furnished, 2 Unfurnished, 4 Furnished/Unfurnished"
|
|
1096
|
+
},
|
|
1097
|
+
"pets_allowed": {
|
|
1098
|
+
"type": [
|
|
1099
|
+
"boolean",
|
|
1100
|
+
"null"
|
|
1101
|
+
],
|
|
1102
|
+
"id": "pets_allowed",
|
|
1103
|
+
"required": false,
|
|
1104
|
+
"description": "Are pets permitted in the property being sent"
|
|
1105
|
+
},
|
|
1106
|
+
"smokers_considered": {
|
|
1107
|
+
"type": [
|
|
1108
|
+
"boolean",
|
|
1109
|
+
"null"
|
|
1110
|
+
],
|
|
1111
|
+
"id": "smokers_considered",
|
|
1112
|
+
"required": false,
|
|
1113
|
+
"description": "Are smokers considered for the property being sent"
|
|
1114
|
+
},
|
|
1115
|
+
"sharers_considered": {
|
|
1116
|
+
"type": [
|
|
1117
|
+
"boolean",
|
|
1118
|
+
"null"
|
|
1119
|
+
],
|
|
1120
|
+
"id": "sharers_considered",
|
|
1121
|
+
"required": false,
|
|
1122
|
+
"description": "Are sharers considered for the property being sent"
|
|
1123
|
+
},
|
|
1124
|
+
"burglar_alarm": {
|
|
1125
|
+
"type": [
|
|
1126
|
+
"boolean",
|
|
1127
|
+
"null"
|
|
1128
|
+
],
|
|
1129
|
+
"id": "burglar_alarm",
|
|
1130
|
+
"required": false,
|
|
1131
|
+
"description": "Is there a burglar alarm in the property being sent"
|
|
1132
|
+
},
|
|
1133
|
+
"washing_machine": {
|
|
1134
|
+
"type": [
|
|
1135
|
+
"boolean",
|
|
1136
|
+
"null"
|
|
1137
|
+
],
|
|
1138
|
+
"id": "washing_machine",
|
|
1139
|
+
"required": false,
|
|
1140
|
+
"description": "Is there a washing machine in the property being sent"
|
|
1141
|
+
},
|
|
1142
|
+
"dishwasher": {
|
|
1143
|
+
"type": [
|
|
1144
|
+
"boolean",
|
|
1145
|
+
"null"
|
|
1146
|
+
],
|
|
1147
|
+
"id": "dishwasher",
|
|
1148
|
+
"required": false,
|
|
1149
|
+
"description": "Is there a dishwasher in the property being sent"
|
|
1150
|
+
},
|
|
1151
|
+
"all_bills_inc": {
|
|
1152
|
+
"type": [
|
|
1153
|
+
"boolean",
|
|
1154
|
+
"null"
|
|
1155
|
+
],
|
|
1156
|
+
"id": "all_bills_inc",
|
|
1157
|
+
"required": false,
|
|
1158
|
+
"description": "Are bills included in the rental price of the property being sent"
|
|
1159
|
+
},
|
|
1160
|
+
"water_bill_inc": {
|
|
1161
|
+
"type": [
|
|
1162
|
+
"boolean",
|
|
1163
|
+
"null"
|
|
1164
|
+
],
|
|
1165
|
+
"id": "water_bill_inc",
|
|
1166
|
+
"required": false,
|
|
1167
|
+
"description": "Is the water bill included in the rental price of the property being sent"
|
|
1168
|
+
},
|
|
1169
|
+
"gas_bill_inc": {
|
|
1170
|
+
"type": [
|
|
1171
|
+
"boolean",
|
|
1172
|
+
"null"
|
|
1173
|
+
],
|
|
1174
|
+
"id": "gas_bill_inc",
|
|
1175
|
+
"required": false,
|
|
1176
|
+
"description": "Is the gas bill included in the rental price of the property being sent"
|
|
1177
|
+
},
|
|
1178
|
+
"electricity_bill_inc": {
|
|
1179
|
+
"type": [
|
|
1180
|
+
"boolean",
|
|
1181
|
+
"null"
|
|
1182
|
+
],
|
|
1183
|
+
"id": "electricity_bill_inc",
|
|
1184
|
+
"required": false,
|
|
1185
|
+
"description": "Is the electricity bill included in the rental price of the property being sent"
|
|
1186
|
+
},
|
|
1187
|
+
"oil_bill_inc": {
|
|
1188
|
+
"type": [
|
|
1189
|
+
"boolean",
|
|
1190
|
+
"null"
|
|
1191
|
+
],
|
|
1192
|
+
"id": "oil_bill_inc",
|
|
1193
|
+
"required": false,
|
|
1194
|
+
"description": "Is the oil bill included in the rental price of the property being sent"
|
|
1195
|
+
},
|
|
1196
|
+
"council_tax_inc": {
|
|
1197
|
+
"type": [
|
|
1198
|
+
"boolean",
|
|
1199
|
+
"null"
|
|
1200
|
+
],
|
|
1201
|
+
"id": "council_tax_inc",
|
|
1202
|
+
"required": false,
|
|
1203
|
+
"description": "Is council tax included in the rental price of the property being sent"
|
|
1204
|
+
},
|
|
1205
|
+
"council_tax_exempt": {
|
|
1206
|
+
"type": [
|
|
1207
|
+
"boolean",
|
|
1208
|
+
"null"
|
|
1209
|
+
],
|
|
1210
|
+
"id": "council_tax_exempt",
|
|
1211
|
+
"required": false,
|
|
1212
|
+
"description": "Is the property listing exempt from council tax"
|
|
1213
|
+
},
|
|
1214
|
+
"tv_licence_inc": {
|
|
1215
|
+
"type": [
|
|
1216
|
+
"boolean",
|
|
1217
|
+
"null"
|
|
1218
|
+
],
|
|
1219
|
+
"id": "tv_licence_inc",
|
|
1220
|
+
"required": false,
|
|
1221
|
+
"description": "Is the tv licence included in the rental price of the property being sent"
|
|
1222
|
+
},
|
|
1223
|
+
"sat_cable_tv_bill_inc": {
|
|
1224
|
+
"type": [
|
|
1225
|
+
"boolean",
|
|
1226
|
+
"null"
|
|
1227
|
+
],
|
|
1228
|
+
"id": "sat_cable_tv_bill_inc",
|
|
1229
|
+
"required": false,
|
|
1230
|
+
"description": "Is satellite or cable TV included in the rental price of the property being sent"
|
|
1231
|
+
},
|
|
1232
|
+
"internet_bill_inc": {
|
|
1233
|
+
"type": [
|
|
1234
|
+
"boolean",
|
|
1235
|
+
"null"
|
|
1236
|
+
],
|
|
1237
|
+
"id": "internet_bill_inc",
|
|
1238
|
+
"required": false,
|
|
1239
|
+
"description": "Is the internet bill included in the rental price of the property being sent"
|
|
1240
|
+
},
|
|
1241
|
+
"business_for_sale": {
|
|
1242
|
+
"type": [
|
|
1243
|
+
"boolean",
|
|
1244
|
+
"null"
|
|
1245
|
+
],
|
|
1246
|
+
"id": "business_for_sale",
|
|
1247
|
+
"required": false,
|
|
1248
|
+
"description": "Is there a business for sale with the commercial property being sent"
|
|
1249
|
+
},
|
|
1250
|
+
"comm_use_class": {
|
|
1251
|
+
"type": [
|
|
1252
|
+
"array",
|
|
1253
|
+
"null"
|
|
1254
|
+
],
|
|
1255
|
+
"items": {
|
|
1256
|
+
"enum": [
|
|
1257
|
+
1,
|
|
1258
|
+
4,
|
|
1259
|
+
7,
|
|
1260
|
+
10,
|
|
1261
|
+
13,
|
|
1262
|
+
16,
|
|
1263
|
+
19,
|
|
1264
|
+
22,
|
|
1265
|
+
25,
|
|
1266
|
+
28,
|
|
1267
|
+
31,
|
|
1268
|
+
34,
|
|
1269
|
+
37,
|
|
1270
|
+
40,
|
|
1271
|
+
43,
|
|
1272
|
+
46,
|
|
1273
|
+
null
|
|
1274
|
+
]
|
|
1275
|
+
},
|
|
1276
|
+
"uniqueItems": true,
|
|
1277
|
+
"maxItems": 6,
|
|
1278
|
+
"id": "comm_use_class",
|
|
1279
|
+
"required": false,
|
|
1280
|
+
"description": "The commercial use class(es) of the property being sent: 1 A1 Shops, 4 A2 Financial and Professional Services, 7 A3 Restaurants and Cafes, 10 A4 Drinking Establishments, 13 A5 Hot Food Take away, 16 B1 Business, 19 B2 General Industrial, 22 B8 Storage and Distribution, 25 C1 Hotels, 28 C2 Residential Institutions, 31 C2A Secure Residential Institution, 34 C3 Dwelling Houses, 37 D1 Non-Residential Institutions, 40 D2 Assembly and Leisure, 43 Sui_generis_1, 46 Sui_generis_2"
|
|
1281
|
+
},
|
|
1282
|
+
"council_tax_band": {
|
|
1283
|
+
"type": [
|
|
1284
|
+
"string",
|
|
1285
|
+
"null"
|
|
1286
|
+
],
|
|
1287
|
+
"enum": [
|
|
1288
|
+
"A",
|
|
1289
|
+
"B",
|
|
1290
|
+
"C",
|
|
1291
|
+
"D",
|
|
1292
|
+
"E",
|
|
1293
|
+
"F",
|
|
1294
|
+
"G",
|
|
1295
|
+
"H",
|
|
1296
|
+
"I",
|
|
1297
|
+
"TBC",
|
|
1298
|
+
"DELETED"
|
|
1299
|
+
],
|
|
1300
|
+
"id": "council_tax_band",
|
|
1301
|
+
"required": false,
|
|
1302
|
+
"description": "The council tax band of the property: A, B, C, D, E, F, G, H, I, TBC, DELETED. TBC should only be used where the property is a new build and has yet to have a band assigned"
|
|
1303
|
+
},
|
|
1304
|
+
"domestic_rates": {
|
|
1305
|
+
"type": [
|
|
1306
|
+
"number",
|
|
1307
|
+
"null"
|
|
1308
|
+
],
|
|
1309
|
+
"id": "domestic_rates",
|
|
1310
|
+
"required": false,
|
|
1311
|
+
"description": "Annual total rates for the property (Northern Ireland only)",
|
|
1312
|
+
"minimum": 0
|
|
1313
|
+
},
|
|
1314
|
+
"rooms": {
|
|
1315
|
+
"type": [
|
|
1316
|
+
"array",
|
|
1317
|
+
"null"
|
|
1318
|
+
],
|
|
1319
|
+
"id": "rooms",
|
|
1320
|
+
"required": false,
|
|
1321
|
+
"uniqueItems": true,
|
|
1322
|
+
"maxItems": 99,
|
|
1323
|
+
"description": "Room data for the property being sent",
|
|
1324
|
+
"items": {
|
|
1325
|
+
"type": [
|
|
1326
|
+
"object",
|
|
1327
|
+
"null"
|
|
1328
|
+
],
|
|
1329
|
+
"properties": {
|
|
1330
|
+
"room_name": {
|
|
1331
|
+
"type": "string",
|
|
1332
|
+
"id": "room_name",
|
|
1333
|
+
"description": "The name of the room",
|
|
1334
|
+
"required": true,
|
|
1335
|
+
"minLength": 1,
|
|
1336
|
+
"maxLength": 120
|
|
1337
|
+
},
|
|
1338
|
+
"room_description": {
|
|
1339
|
+
"type": [
|
|
1340
|
+
"string",
|
|
1341
|
+
"null"
|
|
1342
|
+
],
|
|
1343
|
+
"id": "room_description",
|
|
1344
|
+
"required": false,
|
|
1345
|
+
"description": "The specific description of that room",
|
|
1346
|
+
"maxLength": 1000
|
|
1347
|
+
},
|
|
1348
|
+
"room_length": {
|
|
1349
|
+
"type": [
|
|
1350
|
+
"number",
|
|
1351
|
+
"null"
|
|
1352
|
+
],
|
|
1353
|
+
"id": "room_length",
|
|
1354
|
+
"required": false,
|
|
1355
|
+
"minimum": 0,
|
|
1356
|
+
"description": "The length of the room"
|
|
1357
|
+
},
|
|
1358
|
+
"room_width": {
|
|
1359
|
+
"type": [
|
|
1360
|
+
"number",
|
|
1361
|
+
"null"
|
|
1362
|
+
],
|
|
1363
|
+
"id": "room_width",
|
|
1364
|
+
"required": false,
|
|
1365
|
+
"minimum": 0,
|
|
1366
|
+
"description": "The width of the room"
|
|
1367
|
+
},
|
|
1368
|
+
"room_dimension_unit": {
|
|
1369
|
+
"type": [
|
|
1370
|
+
"integer",
|
|
1371
|
+
"null"
|
|
1372
|
+
],
|
|
1373
|
+
"id": "room_dimension_unit",
|
|
1374
|
+
"required": false,
|
|
1375
|
+
"enum": [
|
|
1376
|
+
5,
|
|
1377
|
+
6,
|
|
1378
|
+
7,
|
|
1379
|
+
8,
|
|
1380
|
+
9,
|
|
1381
|
+
null
|
|
1382
|
+
],
|
|
1383
|
+
"description": "The units which the length and width of the room have been provided in: 5 Metres, 6 Centimetres, 7 Millimetres, 8 Feet, 9 Inches"
|
|
1384
|
+
},
|
|
1385
|
+
"room_dimension_text": {
|
|
1386
|
+
"type": [
|
|
1387
|
+
"string",
|
|
1388
|
+
"null"
|
|
1389
|
+
],
|
|
1390
|
+
"id": "room_dimension_text",
|
|
1391
|
+
"description": "Any additional description or clarification of the room dimensions",
|
|
1392
|
+
"required": false,
|
|
1393
|
+
"minLength": 1,
|
|
1394
|
+
"maxLength": 120
|
|
1395
|
+
},
|
|
1396
|
+
"room_photo_urls": {
|
|
1397
|
+
"type": [
|
|
1398
|
+
"array",
|
|
1399
|
+
"null"
|
|
1400
|
+
],
|
|
1401
|
+
"id": "room_photo_urls",
|
|
1402
|
+
"required": false,
|
|
1403
|
+
"uniqueItems": true,
|
|
1404
|
+
"maxItems": 10,
|
|
1405
|
+
"description": "The URLs of images which should be associated with this room",
|
|
1406
|
+
"items": {
|
|
1407
|
+
"type": [
|
|
1408
|
+
"string",
|
|
1409
|
+
"null"
|
|
1410
|
+
],
|
|
1411
|
+
"maxLength": 250
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
"additionalProperties": false
|
|
1416
|
+
}
|
|
1417
|
+
},
|
|
1418
|
+
"risks": {
|
|
1419
|
+
"type": "object",
|
|
1420
|
+
"id": "risks",
|
|
1421
|
+
"required": true,
|
|
1422
|
+
"description": "Information about risks for the property",
|
|
1423
|
+
"properties": {
|
|
1424
|
+
"flooded_in_last_five_years": {
|
|
1425
|
+
"type": [
|
|
1426
|
+
"boolean",
|
|
1427
|
+
"null"
|
|
1428
|
+
],
|
|
1429
|
+
"id": "flooded_in_last_five_years",
|
|
1430
|
+
"required": false,
|
|
1431
|
+
"description": "Has property been flooded in last 5 years"
|
|
1432
|
+
},
|
|
1433
|
+
"sources_of_flooding" : {
|
|
1434
|
+
"type": [
|
|
1435
|
+
"array",
|
|
1436
|
+
"null"
|
|
1437
|
+
],
|
|
1438
|
+
"items": {
|
|
1439
|
+
"enum": [
|
|
1440
|
+
"river",
|
|
1441
|
+
"sea",
|
|
1442
|
+
"groundwater",
|
|
1443
|
+
"lake",
|
|
1444
|
+
"reservoir",
|
|
1445
|
+
"other"
|
|
1446
|
+
]
|
|
1447
|
+
},
|
|
1448
|
+
"id": "sources_of_flooding",
|
|
1449
|
+
"required": false,
|
|
1450
|
+
"uniqueItems": true,
|
|
1451
|
+
"description": "Types of flooding sources affecting the property"
|
|
1452
|
+
},
|
|
1453
|
+
"flood_defences": {
|
|
1454
|
+
"type": [
|
|
1455
|
+
"boolean",
|
|
1456
|
+
"null"
|
|
1457
|
+
],
|
|
1458
|
+
"id": "flood_defences",
|
|
1459
|
+
"required": false,
|
|
1460
|
+
"description": "Any flood defences at the property"
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
"additionalProperties": false
|
|
1464
|
+
},
|
|
1465
|
+
"obligations": {
|
|
1466
|
+
"type": "object",
|
|
1467
|
+
"id": "obligations",
|
|
1468
|
+
"required": true,
|
|
1469
|
+
"description": "Any statutory or contractual provisions which restrict or require the use of land or restrictions on resale, or which require it to be used, preserved or maintained in a specified manner",
|
|
1470
|
+
"properties": {
|
|
1471
|
+
"listed": {
|
|
1472
|
+
"type": [
|
|
1473
|
+
"boolean",
|
|
1474
|
+
"null"
|
|
1475
|
+
],
|
|
1476
|
+
"id": "listed",
|
|
1477
|
+
"required": false,
|
|
1478
|
+
"description": "Is the property listed"
|
|
1479
|
+
},
|
|
1480
|
+
"restrictions": {
|
|
1481
|
+
"type": [
|
|
1482
|
+
"boolean",
|
|
1483
|
+
"null"
|
|
1484
|
+
],
|
|
1485
|
+
"id": "restrictions",
|
|
1486
|
+
"required": false,
|
|
1487
|
+
"description": "Are there any restrictions associated with the property"
|
|
1488
|
+
},
|
|
1489
|
+
"required_access": {
|
|
1490
|
+
"type": [
|
|
1491
|
+
"boolean",
|
|
1492
|
+
"null"
|
|
1493
|
+
],
|
|
1494
|
+
"id": "required_access",
|
|
1495
|
+
"required": false,
|
|
1496
|
+
"description": "Any easements, servitudes, or wayleaves"
|
|
1497
|
+
},
|
|
1498
|
+
"rights_of_way": {
|
|
1499
|
+
"type": [
|
|
1500
|
+
"boolean",
|
|
1501
|
+
"null"
|
|
1502
|
+
],
|
|
1503
|
+
"id": "rights_of_way",
|
|
1504
|
+
"required": false,
|
|
1505
|
+
"description": "The existence of any public or private right of way"
|
|
1506
|
+
}
|
|
1507
|
+
},
|
|
1508
|
+
"additionalProperties": false
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
"additionalProperties": false
|
|
1512
|
+
},
|
|
1513
|
+
"media": {
|
|
1514
|
+
"type": [
|
|
1515
|
+
"array",
|
|
1516
|
+
"null"
|
|
1517
|
+
],
|
|
1518
|
+
"id": "media",
|
|
1519
|
+
"description": "The media for the property being sent",
|
|
1520
|
+
"required": false,
|
|
1521
|
+
"uniqueItems": true,
|
|
1522
|
+
"maxItems": 999,
|
|
1523
|
+
"items": {
|
|
1524
|
+
"type": "object",
|
|
1525
|
+
"id": "media_detail",
|
|
1526
|
+
"required": true,
|
|
1527
|
+
"properties": {
|
|
1528
|
+
"media_type": {
|
|
1529
|
+
"type": "integer",
|
|
1530
|
+
"id": "media_type",
|
|
1531
|
+
"required": true,
|
|
1532
|
+
"enum": [
|
|
1533
|
+
1,
|
|
1534
|
+
2,
|
|
1535
|
+
3,
|
|
1536
|
+
4,
|
|
1537
|
+
5,
|
|
1538
|
+
6,
|
|
1539
|
+
7
|
|
1540
|
+
],
|
|
1541
|
+
"description": "The type of media which is being sent: 1 Image, 2 Floorplan, 3 Brochure, 4 Virtual Tour, 5 Audio Tour, 6 EPC, 7 EPC Graph"
|
|
1542
|
+
},
|
|
1543
|
+
"media_url": {
|
|
1544
|
+
"type": "string",
|
|
1545
|
+
"minLength": 1,
|
|
1546
|
+
"maxLength": 250,
|
|
1547
|
+
"id": "media_url",
|
|
1548
|
+
"required": true,
|
|
1549
|
+
"description": "The URL to retrieve this piece of media from"
|
|
1550
|
+
},
|
|
1551
|
+
"caption": {
|
|
1552
|
+
"type": [
|
|
1553
|
+
"string",
|
|
1554
|
+
"null"
|
|
1555
|
+
],
|
|
1556
|
+
"maxLength": 50,
|
|
1557
|
+
"id": "caption",
|
|
1558
|
+
"required": false,
|
|
1559
|
+
"description": "The caption to be displayed for this piece of media"
|
|
1560
|
+
},
|
|
1561
|
+
"sort_order": {
|
|
1562
|
+
"type": [
|
|
1563
|
+
"integer",
|
|
1564
|
+
"null"
|
|
1565
|
+
],
|
|
1566
|
+
"id": "sort_order",
|
|
1567
|
+
"required": false,
|
|
1568
|
+
"minimum": 0,
|
|
1569
|
+
"description": "The display order for this piece of media"
|
|
1570
|
+
},
|
|
1571
|
+
"media_update_date": {
|
|
1572
|
+
"type": [
|
|
1573
|
+
"string",
|
|
1574
|
+
"null"
|
|
1575
|
+
],
|
|
1576
|
+
"id": "media_update_date",
|
|
1577
|
+
"required": false,
|
|
1578
|
+
"description": "The date the media at this URL was last updated in the format: dd-MM-yyyy HH:mm:ss"
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1581
|
+
"additionalProperties": false
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"additionalProperties": false
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
}
|