@pdtf/schemas 3.0.0-2 → 3.0.0-21
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/index.js +15 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +82 -75
- package/src/schemas/v2/overlays/baspi.json +510 -2331
- package/src/schemas/v2/overlays/con29DW.json +36 -125
- package/src/schemas/v2/overlays/con29R.json +5 -143
- package/src/schemas/v2/overlays/fme1.json +48 -233
- package/src/schemas/v2/overlays/lpe1.json +75 -367
- package/src/schemas/v2/overlays/nts.json +17 -103
- package/src/schemas/v2/overlays/piq.json +146 -693
- package/src/schemas/v2/overlays/rds.json +50 -316
- package/src/schemas/v2/overlays/ta10.json +540 -1755
- package/src/schemas/v2/overlays/ta6.json +241 -1193
- package/src/schemas/v2/overlays/ta7.json +106 -440
- package/src/schemas/v3/combined.json +2434 -2581
- package/src/schemas/v3/overlays/baspi.json +1360 -3480
- package/src/schemas/v3/overlays/con29DW.json +36 -125
- package/src/schemas/v3/overlays/con29R.json +5 -143
- package/src/schemas/v3/overlays/fme1.json +53 -233
- package/src/schemas/v3/overlays/lpe1.json +85 -367
- package/src/schemas/v3/overlays/nts.json +711 -634
- package/src/schemas/v3/overlays/piq.json +452 -1190
- package/src/schemas/v3/overlays/rds.json +500 -1059
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +787 -1678
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +1976 -2286
- package/src/schemas/v3/skeleton.json +248 -214
- package/src/tests/v3/transactionSchema.test.js +28 -18
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +5 -27
- package/src/tests/v2/transactionSchema.test.js +0 -361
- package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"properties": {
|
|
9
9
|
"propertyPack": {
|
|
10
10
|
"ta6Ref": "0",
|
|
11
|
-
"title": "Property Pack",
|
|
12
11
|
"required": [
|
|
13
12
|
"materialFacts",
|
|
14
13
|
"additionalLegalInfo"
|
|
@@ -25,7 +24,7 @@
|
|
|
25
24
|
"notices",
|
|
26
25
|
"specialistIssues",
|
|
27
26
|
"waterAndDrainage",
|
|
28
|
-
"
|
|
27
|
+
"electricity",
|
|
29
28
|
"heating",
|
|
30
29
|
"insurance",
|
|
31
30
|
"rightsAndInformalArrangements",
|
|
@@ -35,73 +34,53 @@
|
|
|
35
34
|
"properties": {
|
|
36
35
|
"address": {
|
|
37
36
|
"ta6Ref": "0.1",
|
|
38
|
-
"title": "Property Address",
|
|
39
37
|
"required": [
|
|
40
38
|
"line1",
|
|
41
39
|
"postcode"
|
|
42
40
|
],
|
|
43
41
|
"properties": {
|
|
44
42
|
"line1": {
|
|
45
|
-
"ta6Ref": "0.1.1"
|
|
46
|
-
"title": "Address line 1"
|
|
43
|
+
"ta6Ref": "0.1.1"
|
|
47
44
|
},
|
|
48
45
|
"line2": {
|
|
49
|
-
"ta6Ref": "0.1.2"
|
|
50
|
-
"title": "Address line 2"
|
|
46
|
+
"ta6Ref": "0.1.2"
|
|
51
47
|
},
|
|
52
48
|
"line3": {
|
|
53
|
-
"ta6Ref": "0.1.3"
|
|
54
|
-
"title": "Address line 3"
|
|
49
|
+
"ta6Ref": "0.1.3"
|
|
55
50
|
},
|
|
56
51
|
"town": {
|
|
57
|
-
"ta6Ref": "0.1.4"
|
|
58
|
-
"title": "Town"
|
|
52
|
+
"ta6Ref": "0.1.4"
|
|
59
53
|
},
|
|
60
54
|
"postcode": {
|
|
61
|
-
"ta6Ref": "0.1.5"
|
|
62
|
-
"title": "Postcode"
|
|
55
|
+
"ta6Ref": "0.1.5"
|
|
63
56
|
}
|
|
64
57
|
}
|
|
65
58
|
},
|
|
66
59
|
"parking": {
|
|
67
60
|
"ta6Ref": "9",
|
|
68
|
-
"title": "Parking",
|
|
69
61
|
"required": [
|
|
70
62
|
"parkingArrangements",
|
|
71
63
|
"controlledParking"
|
|
72
64
|
],
|
|
73
65
|
"properties": {
|
|
74
66
|
"parkingArrangements": {
|
|
75
|
-
"ta6Ref": "9.1"
|
|
76
|
-
"title": "Parking arrangements"
|
|
67
|
+
"ta6Ref": "9.1"
|
|
77
68
|
},
|
|
78
69
|
"controlledParking": {
|
|
79
70
|
"ta6Ref": "9.2",
|
|
80
|
-
"title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
|
|
81
71
|
"required": [
|
|
82
72
|
"yesNo"
|
|
83
73
|
],
|
|
84
74
|
"properties": {
|
|
85
75
|
"yesNo": {
|
|
86
|
-
"ta6Ref": "9.2.1"
|
|
87
|
-
"enum": [
|
|
88
|
-
"Yes",
|
|
89
|
-
"No",
|
|
90
|
-
"Not known"
|
|
91
|
-
]
|
|
76
|
+
"ta6Ref": "9.2.1"
|
|
92
77
|
}
|
|
93
78
|
}
|
|
94
|
-
},
|
|
95
|
-
"electricVehicleChargingPoint": {
|
|
96
|
-
"required": [
|
|
97
|
-
"yesNo"
|
|
98
|
-
]
|
|
99
79
|
}
|
|
100
80
|
}
|
|
101
81
|
},
|
|
102
82
|
"listingAndConservation": {
|
|
103
83
|
"ta6Ref": "4.7",
|
|
104
|
-
"title": "Listing and Conservation",
|
|
105
84
|
"required": [
|
|
106
85
|
"isListed",
|
|
107
86
|
"isConservationArea",
|
|
@@ -110,7 +89,6 @@
|
|
|
110
89
|
"properties": {
|
|
111
90
|
"isListed": {
|
|
112
91
|
"ta6Ref": "4.7a",
|
|
113
|
-
"title": "Is the property a listed building in England or Wales?",
|
|
114
92
|
"discriminator": {
|
|
115
93
|
"propertyName": "yesNo"
|
|
116
94
|
},
|
|
@@ -133,16 +111,10 @@
|
|
|
133
111
|
]
|
|
134
112
|
},
|
|
135
113
|
"details": {
|
|
136
|
-
"ta6Ref": "4.7a2"
|
|
137
|
-
"title": "Please provide details of the listing and any relevant documents"
|
|
114
|
+
"ta6Ref": "4.7a2"
|
|
138
115
|
},
|
|
139
116
|
"attachments": {
|
|
140
|
-
"ta6Ref": "4.7a3"
|
|
141
|
-
"title": "Attachments",
|
|
142
|
-
"enum": [
|
|
143
|
-
"Attached",
|
|
144
|
-
"To follow"
|
|
145
|
-
]
|
|
117
|
+
"ta6Ref": "4.7a3"
|
|
146
118
|
}
|
|
147
119
|
},
|
|
148
120
|
"required": [
|
|
@@ -156,18 +128,12 @@
|
|
|
156
128
|
],
|
|
157
129
|
"properties": {
|
|
158
130
|
"yesNo": {
|
|
159
|
-
"ta6Ref": "4.7a1"
|
|
160
|
-
"enum": [
|
|
161
|
-
"Yes",
|
|
162
|
-
"No",
|
|
163
|
-
"Not known"
|
|
164
|
-
]
|
|
131
|
+
"ta6Ref": "4.7a1"
|
|
165
132
|
}
|
|
166
133
|
}
|
|
167
134
|
},
|
|
168
135
|
"isConservationArea": {
|
|
169
136
|
"ta6Ref": "4.7b",
|
|
170
|
-
"title": "Is the property in a designated conservation area?",
|
|
171
137
|
"discriminator": {
|
|
172
138
|
"propertyName": "yesNo"
|
|
173
139
|
},
|
|
@@ -190,16 +156,10 @@
|
|
|
190
156
|
]
|
|
191
157
|
},
|
|
192
158
|
"details": {
|
|
193
|
-
"ta6Ref": "4.7b2"
|
|
194
|
-
"title": "Please provide details of the listing and any relevant documents"
|
|
159
|
+
"ta6Ref": "4.7b2"
|
|
195
160
|
},
|
|
196
161
|
"attachments": {
|
|
197
|
-
"ta6Ref": "4.7b3"
|
|
198
|
-
"title": "Attachments",
|
|
199
|
-
"enum": [
|
|
200
|
-
"Attached",
|
|
201
|
-
"To follow"
|
|
202
|
-
]
|
|
162
|
+
"ta6Ref": "4.7b3"
|
|
203
163
|
}
|
|
204
164
|
},
|
|
205
165
|
"required": [
|
|
@@ -213,18 +173,12 @@
|
|
|
213
173
|
],
|
|
214
174
|
"properties": {
|
|
215
175
|
"yesNo": {
|
|
216
|
-
"ta6Ref": "4.7b1"
|
|
217
|
-
"enum": [
|
|
218
|
-
"Yes",
|
|
219
|
-
"No",
|
|
220
|
-
"Not known"
|
|
221
|
-
]
|
|
176
|
+
"ta6Ref": "4.7b1"
|
|
222
177
|
}
|
|
223
178
|
}
|
|
224
179
|
},
|
|
225
180
|
"hasTreePreservationOrder": {
|
|
226
181
|
"ta6Ref": "4.8",
|
|
227
|
-
"title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
|
|
228
182
|
"discriminator": {
|
|
229
183
|
"propertyName": "yesNo"
|
|
230
184
|
},
|
|
@@ -248,7 +202,6 @@
|
|
|
248
202
|
},
|
|
249
203
|
"workCarriedOut": {
|
|
250
204
|
"ta6Ref": "4.8a",
|
|
251
|
-
"title": "Has work been carried out to any trees which are protected by the order?",
|
|
252
205
|
"discriminator": {
|
|
253
206
|
"propertyName": "yesNo"
|
|
254
207
|
},
|
|
@@ -270,21 +223,10 @@
|
|
|
270
223
|
]
|
|
271
224
|
},
|
|
272
225
|
"consentsObtained": {
|
|
273
|
-
"ta6Ref": "4.8a2"
|
|
274
|
-
"title": "Were the relevant consents obtained?",
|
|
275
|
-
"enum": [
|
|
276
|
-
"Yes",
|
|
277
|
-
"No",
|
|
278
|
-
"Not known"
|
|
279
|
-
]
|
|
226
|
+
"ta6Ref": "4.8a2"
|
|
280
227
|
},
|
|
281
228
|
"attachments": {
|
|
282
|
-
"ta6Ref": "4.8a3"
|
|
283
|
-
"title": "Provide any relevant documentation",
|
|
284
|
-
"enum": [
|
|
285
|
-
"Attached",
|
|
286
|
-
"To follow"
|
|
287
|
-
]
|
|
229
|
+
"ta6Ref": "4.8a3"
|
|
288
230
|
}
|
|
289
231
|
},
|
|
290
232
|
"required": [
|
|
@@ -297,11 +239,7 @@
|
|
|
297
239
|
],
|
|
298
240
|
"properties": {
|
|
299
241
|
"yesNo": {
|
|
300
|
-
"ta6Ref": "4.8a1"
|
|
301
|
-
"enum": [
|
|
302
|
-
"Yes",
|
|
303
|
-
"No"
|
|
304
|
-
]
|
|
242
|
+
"ta6Ref": "4.8a1"
|
|
305
243
|
}
|
|
306
244
|
}
|
|
307
245
|
}
|
|
@@ -316,12 +254,7 @@
|
|
|
316
254
|
],
|
|
317
255
|
"properties": {
|
|
318
256
|
"yesNo": {
|
|
319
|
-
"ta6Ref": "4.8.1"
|
|
320
|
-
"enum": [
|
|
321
|
-
"Yes",
|
|
322
|
-
"No",
|
|
323
|
-
"Not known"
|
|
324
|
-
]
|
|
257
|
+
"ta6Ref": "4.8.1"
|
|
325
258
|
}
|
|
326
259
|
}
|
|
327
260
|
}
|
|
@@ -329,31 +262,22 @@
|
|
|
329
262
|
},
|
|
330
263
|
"energyEfficiency": {
|
|
331
264
|
"ta6Ref": "7.6",
|
|
332
|
-
"title": "Energy Efficiency",
|
|
333
265
|
"required": [
|
|
334
266
|
"certificateIsSupplied",
|
|
335
267
|
"greenDealLoan"
|
|
336
268
|
],
|
|
337
269
|
"properties": {
|
|
338
270
|
"certificateIsSupplied": {
|
|
339
|
-
"ta6Ref": "7.6.1"
|
|
340
|
-
"title": "Please supply a copy of the EPC for the property",
|
|
341
|
-
"enum": [
|
|
342
|
-
"Attached",
|
|
343
|
-
"To follow",
|
|
344
|
-
"Already supplied"
|
|
345
|
-
]
|
|
271
|
+
"ta6Ref": "7.6.1"
|
|
346
272
|
},
|
|
347
273
|
"greenDealLoan": {
|
|
348
274
|
"ta6Ref": "7.7",
|
|
349
|
-
"title": "Green Deal Loan",
|
|
350
275
|
"required": [
|
|
351
276
|
"hasGreenDealLoan"
|
|
352
277
|
],
|
|
353
278
|
"properties": {
|
|
354
279
|
"hasGreenDealLoan": {
|
|
355
280
|
"ta6Ref": "7.7.0",
|
|
356
|
-
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
357
281
|
"discriminator": {
|
|
358
282
|
"propertyName": "yesNo"
|
|
359
283
|
},
|
|
@@ -375,16 +299,10 @@
|
|
|
375
299
|
]
|
|
376
300
|
},
|
|
377
301
|
"details": {
|
|
378
|
-
"ta6Ref": "7.7.2"
|
|
379
|
-
"title": "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill"
|
|
302
|
+
"ta6Ref": "7.7.2"
|
|
380
303
|
},
|
|
381
304
|
"attachments": {
|
|
382
|
-
"ta6Ref": "7.7.3"
|
|
383
|
-
"title": "Attachments",
|
|
384
|
-
"enum": [
|
|
385
|
-
"Attached",
|
|
386
|
-
"To follow"
|
|
387
|
-
]
|
|
305
|
+
"ta6Ref": "7.7.3"
|
|
388
306
|
}
|
|
389
307
|
},
|
|
390
308
|
"required": [
|
|
@@ -398,11 +316,7 @@
|
|
|
398
316
|
],
|
|
399
317
|
"properties": {
|
|
400
318
|
"yesNo": {
|
|
401
|
-
"ta6Ref": "7.7.1"
|
|
402
|
-
"enum": [
|
|
403
|
-
"Yes",
|
|
404
|
-
"No"
|
|
405
|
-
]
|
|
319
|
+
"ta6Ref": "7.7.1"
|
|
406
320
|
}
|
|
407
321
|
}
|
|
408
322
|
}
|
|
@@ -412,7 +326,6 @@
|
|
|
412
326
|
},
|
|
413
327
|
"disputesAndComplaints": {
|
|
414
328
|
"ta6Ref": "2",
|
|
415
|
-
"title": "Disputes and Complaints",
|
|
416
329
|
"required": [
|
|
417
330
|
"hasDisputesAndComplaints",
|
|
418
331
|
"leadingToDisputesAndComplaints"
|
|
@@ -420,8 +333,6 @@
|
|
|
420
333
|
"properties": {
|
|
421
334
|
"hasDisputesAndComplaints": {
|
|
422
335
|
"ta6Ref": "2.1",
|
|
423
|
-
"title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
|
|
424
|
-
"description": "E.g boundary disagreement, noise, trespass etc",
|
|
425
336
|
"discriminator": {
|
|
426
337
|
"propertyName": "yesNo"
|
|
427
338
|
},
|
|
@@ -443,8 +354,7 @@
|
|
|
443
354
|
]
|
|
444
355
|
},
|
|
445
356
|
"details": {
|
|
446
|
-
"ta6Ref": "2.1.2"
|
|
447
|
-
"title": "Please give details"
|
|
357
|
+
"ta6Ref": "2.1.2"
|
|
448
358
|
}
|
|
449
359
|
},
|
|
450
360
|
"required": [
|
|
@@ -457,17 +367,12 @@
|
|
|
457
367
|
],
|
|
458
368
|
"properties": {
|
|
459
369
|
"yesNo": {
|
|
460
|
-
"ta6Ref": "2.1.1"
|
|
461
|
-
"enum": [
|
|
462
|
-
"Yes",
|
|
463
|
-
"No"
|
|
464
|
-
]
|
|
370
|
+
"ta6Ref": "2.1.1"
|
|
465
371
|
}
|
|
466
372
|
}
|
|
467
373
|
},
|
|
468
374
|
"leadingToDisputesAndComplaints": {
|
|
469
375
|
"ta6Ref": "2.2",
|
|
470
|
-
"title": "Is the seller aware of anything which might lead to a dispute about the property or a property nearby?",
|
|
471
376
|
"discriminator": {
|
|
472
377
|
"propertyName": "yesNo"
|
|
473
378
|
},
|
|
@@ -489,8 +394,7 @@
|
|
|
489
394
|
]
|
|
490
395
|
},
|
|
491
396
|
"details": {
|
|
492
|
-
"ta6Ref": "2.2.2"
|
|
493
|
-
"title": "Please give details"
|
|
397
|
+
"ta6Ref": "2.2.2"
|
|
494
398
|
}
|
|
495
399
|
},
|
|
496
400
|
"required": [
|
|
@@ -503,11 +407,7 @@
|
|
|
503
407
|
],
|
|
504
408
|
"properties": {
|
|
505
409
|
"yesNo": {
|
|
506
|
-
"ta6Ref": "2.2.1"
|
|
507
|
-
"enum": [
|
|
508
|
-
"Yes",
|
|
509
|
-
"No"
|
|
510
|
-
]
|
|
410
|
+
"ta6Ref": "2.2.1"
|
|
511
411
|
}
|
|
512
412
|
}
|
|
513
413
|
}
|
|
@@ -515,8 +415,6 @@
|
|
|
515
415
|
},
|
|
516
416
|
"alterationsAndChanges": {
|
|
517
417
|
"ta6Ref": "4.1",
|
|
518
|
-
"title": "Alterations and Changes to the Property",
|
|
519
|
-
"description": "Have any of the following changes been made to the whole or any part of the property (including the garden)?",
|
|
520
418
|
"required": [
|
|
521
419
|
"hasStructuralAlterations",
|
|
522
420
|
"changeOfUse",
|
|
@@ -529,7 +427,6 @@
|
|
|
529
427
|
"properties": {
|
|
530
428
|
"hasStructuralAlterations": {
|
|
531
429
|
"ta6Ref": "4.1a",
|
|
532
|
-
"title": "Have there been any structural alterations, extensions, significant repairs or renewals to the property? (e.g. extensions, loft or garage conversion, removal of internal walls or chimneys)",
|
|
533
430
|
"discriminator": {
|
|
534
431
|
"propertyName": "yesNo"
|
|
535
432
|
},
|
|
@@ -551,12 +448,10 @@
|
|
|
551
448
|
]
|
|
552
449
|
},
|
|
553
450
|
"details": {
|
|
554
|
-
"ta6Ref": "4.1a2"
|
|
555
|
-
"title": "Please give details including dates of all work undertaken"
|
|
451
|
+
"ta6Ref": "4.1a2"
|
|
556
452
|
},
|
|
557
453
|
"buildingRegApproval": {
|
|
558
454
|
"ta6Ref": "4.2",
|
|
559
|
-
"title": "Was Building Regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
560
455
|
"discriminator": {
|
|
561
456
|
"propertyName": "yesNo"
|
|
562
457
|
},
|
|
@@ -569,12 +464,7 @@
|
|
|
569
464
|
]
|
|
570
465
|
},
|
|
571
466
|
"attachments": {
|
|
572
|
-
"ta6Ref": "4.2a"
|
|
573
|
-
"title": "Please provide a copy of the documents",
|
|
574
|
-
"enum": [
|
|
575
|
-
"Attached",
|
|
576
|
-
"To follow"
|
|
577
|
-
]
|
|
467
|
+
"ta6Ref": "4.2a"
|
|
578
468
|
}
|
|
579
469
|
},
|
|
580
470
|
"required": [
|
|
@@ -590,9 +480,7 @@
|
|
|
590
480
|
]
|
|
591
481
|
},
|
|
592
482
|
"details": {
|
|
593
|
-
"ta6Ref": "4.2b"
|
|
594
|
-
"title": "Please outline the reasons why",
|
|
595
|
-
"description": "e.g. the work was exempt from Building Regulations"
|
|
483
|
+
"ta6Ref": "4.2b"
|
|
596
484
|
}
|
|
597
485
|
},
|
|
598
486
|
"required": [
|
|
@@ -605,18 +493,12 @@
|
|
|
605
493
|
],
|
|
606
494
|
"properties": {
|
|
607
495
|
"yesNo": {
|
|
608
|
-
"ta6Ref": "4.2.1"
|
|
609
|
-
"enum": [
|
|
610
|
-
"Yes",
|
|
611
|
-
"No",
|
|
612
|
-
"Not required"
|
|
613
|
-
]
|
|
496
|
+
"ta6Ref": "4.2.1"
|
|
614
497
|
}
|
|
615
498
|
}
|
|
616
499
|
},
|
|
617
500
|
"planningPermission": {
|
|
618
501
|
"ta6Ref": "4.2.1",
|
|
619
|
-
"title": "Was planning permission obtained?",
|
|
620
502
|
"discriminator": {
|
|
621
503
|
"propertyName": "yesNo"
|
|
622
504
|
},
|
|
@@ -629,12 +511,7 @@
|
|
|
629
511
|
]
|
|
630
512
|
},
|
|
631
513
|
"attachments": {
|
|
632
|
-
"ta6Ref": "4.2a"
|
|
633
|
-
"title": "Please provide a copy of the documents",
|
|
634
|
-
"enum": [
|
|
635
|
-
"Attached",
|
|
636
|
-
"To follow"
|
|
637
|
-
]
|
|
514
|
+
"ta6Ref": "4.2a"
|
|
638
515
|
}
|
|
639
516
|
},
|
|
640
517
|
"required": [
|
|
@@ -650,9 +527,7 @@
|
|
|
650
527
|
]
|
|
651
528
|
},
|
|
652
529
|
"details": {
|
|
653
|
-
"ta6Ref": "4.2b"
|
|
654
|
-
"title": "Please outline the reasons why",
|
|
655
|
-
"description": "e.g. permitted development rights applied"
|
|
530
|
+
"ta6Ref": "4.2b"
|
|
656
531
|
}
|
|
657
532
|
},
|
|
658
533
|
"required": [
|
|
@@ -684,17 +559,12 @@
|
|
|
684
559
|
],
|
|
685
560
|
"properties": {
|
|
686
561
|
"yesNo": {
|
|
687
|
-
"ta6Ref": "4.1a1"
|
|
688
|
-
"enum": [
|
|
689
|
-
"Yes",
|
|
690
|
-
"No"
|
|
691
|
-
]
|
|
562
|
+
"ta6Ref": "4.1a1"
|
|
692
563
|
}
|
|
693
564
|
}
|
|
694
565
|
},
|
|
695
566
|
"changeOfUse": {
|
|
696
567
|
"ta6Ref": "4.1b",
|
|
697
|
-
"title": "Has there been any change of use (e.g. from an office to a residence)?",
|
|
698
568
|
"discriminator": {
|
|
699
569
|
"propertyName": "yesNo"
|
|
700
570
|
},
|
|
@@ -716,12 +586,10 @@
|
|
|
716
586
|
]
|
|
717
587
|
},
|
|
718
588
|
"yearCompleted": {
|
|
719
|
-
"ta6Ref": "4.1b2"
|
|
720
|
-
"title": "What year was the change completed?"
|
|
589
|
+
"ta6Ref": "4.1b2"
|
|
721
590
|
},
|
|
722
591
|
"buildingRegApproval": {
|
|
723
592
|
"ta6Ref": "4.2",
|
|
724
|
-
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
725
593
|
"discriminator": {
|
|
726
594
|
"propertyName": "yesNo"
|
|
727
595
|
},
|
|
@@ -734,12 +602,7 @@
|
|
|
734
602
|
]
|
|
735
603
|
},
|
|
736
604
|
"attachments": {
|
|
737
|
-
"ta6Ref": "4.2a"
|
|
738
|
-
"title": "Please provide a copy of the documents",
|
|
739
|
-
"enum": [
|
|
740
|
-
"Attached",
|
|
741
|
-
"To follow"
|
|
742
|
-
]
|
|
605
|
+
"ta6Ref": "4.2a"
|
|
743
606
|
}
|
|
744
607
|
},
|
|
745
608
|
"required": [
|
|
@@ -755,9 +618,7 @@
|
|
|
755
618
|
]
|
|
756
619
|
},
|
|
757
620
|
"details": {
|
|
758
|
-
"ta6Ref": "4.2b"
|
|
759
|
-
"title": "Please outline the reasons why",
|
|
760
|
-
"description": "e.g. the work was exempt from Building Regulations"
|
|
621
|
+
"ta6Ref": "4.2b"
|
|
761
622
|
}
|
|
762
623
|
},
|
|
763
624
|
"required": [
|
|
@@ -770,18 +631,12 @@
|
|
|
770
631
|
],
|
|
771
632
|
"properties": {
|
|
772
633
|
"yesNo": {
|
|
773
|
-
"ta6Ref": "4.2.1"
|
|
774
|
-
"enum": [
|
|
775
|
-
"Yes",
|
|
776
|
-
"No",
|
|
777
|
-
"Not required"
|
|
778
|
-
]
|
|
634
|
+
"ta6Ref": "4.2.1"
|
|
779
635
|
}
|
|
780
636
|
}
|
|
781
637
|
},
|
|
782
638
|
"planningPermission": {
|
|
783
639
|
"ta6Ref": "4.2",
|
|
784
|
-
"title": "Was planning permission obtained?",
|
|
785
640
|
"discriminator": {
|
|
786
641
|
"propertyName": "yesNo"
|
|
787
642
|
},
|
|
@@ -794,12 +649,7 @@
|
|
|
794
649
|
]
|
|
795
650
|
},
|
|
796
651
|
"attachments": {
|
|
797
|
-
"ta6Ref": "4.2a"
|
|
798
|
-
"title": "Please provide a copy of the documents",
|
|
799
|
-
"enum": [
|
|
800
|
-
"Attached",
|
|
801
|
-
"To follow"
|
|
802
|
-
]
|
|
652
|
+
"ta6Ref": "4.2a"
|
|
803
653
|
}
|
|
804
654
|
},
|
|
805
655
|
"required": [
|
|
@@ -815,9 +665,7 @@
|
|
|
815
665
|
]
|
|
816
666
|
},
|
|
817
667
|
"details": {
|
|
818
|
-
"ta6Ref": "4.2b"
|
|
819
|
-
"title": "Please outline the reasons why",
|
|
820
|
-
"description": "e.g. permitted development rights applied"
|
|
668
|
+
"ta6Ref": "4.2b"
|
|
821
669
|
}
|
|
822
670
|
},
|
|
823
671
|
"required": [
|
|
@@ -830,12 +678,7 @@
|
|
|
830
678
|
],
|
|
831
679
|
"properties": {
|
|
832
680
|
"yesNo": {
|
|
833
|
-
"ta6Ref": "4.2.1"
|
|
834
|
-
"enum": [
|
|
835
|
-
"Yes",
|
|
836
|
-
"No",
|
|
837
|
-
"Not required"
|
|
838
|
-
]
|
|
681
|
+
"ta6Ref": "4.2.1"
|
|
839
682
|
}
|
|
840
683
|
}
|
|
841
684
|
}
|
|
@@ -850,17 +693,12 @@
|
|
|
850
693
|
],
|
|
851
694
|
"properties": {
|
|
852
695
|
"yesNo": {
|
|
853
|
-
"ta6Ref": "4.1b1"
|
|
854
|
-
"enum": [
|
|
855
|
-
"Yes",
|
|
856
|
-
"No"
|
|
857
|
-
]
|
|
696
|
+
"ta6Ref": "4.1b1"
|
|
858
697
|
}
|
|
859
698
|
}
|
|
860
699
|
},
|
|
861
700
|
"windowReplacementsSince2002": {
|
|
862
701
|
"ta6Ref": "4.1c",
|
|
863
|
-
"title": "Since 1st April 2002 has replacement of any windows, roof windows, roof lights, glazed doors taken place?",
|
|
864
702
|
"discriminator": {
|
|
865
703
|
"propertyName": "yesNo"
|
|
866
704
|
},
|
|
@@ -882,12 +720,10 @@
|
|
|
882
720
|
]
|
|
883
721
|
},
|
|
884
722
|
"yearCompleted": {
|
|
885
|
-
"ta6Ref": "4.1c2"
|
|
886
|
-
"title": "What year was the installation completed?"
|
|
723
|
+
"ta6Ref": "4.1c2"
|
|
887
724
|
},
|
|
888
725
|
"buildingRegApproval": {
|
|
889
726
|
"ta6Ref": "4.2",
|
|
890
|
-
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
891
727
|
"discriminator": {
|
|
892
728
|
"propertyName": "yesNo"
|
|
893
729
|
},
|
|
@@ -900,12 +736,7 @@
|
|
|
900
736
|
]
|
|
901
737
|
},
|
|
902
738
|
"attachments": {
|
|
903
|
-
"ta6Ref": "4.2a"
|
|
904
|
-
"title": "Please provide a copy of the documents",
|
|
905
|
-
"enum": [
|
|
906
|
-
"Attached",
|
|
907
|
-
"To follow"
|
|
908
|
-
]
|
|
739
|
+
"ta6Ref": "4.2a"
|
|
909
740
|
}
|
|
910
741
|
},
|
|
911
742
|
"required": [
|
|
@@ -921,9 +752,7 @@
|
|
|
921
752
|
]
|
|
922
753
|
},
|
|
923
754
|
"details": {
|
|
924
|
-
"ta6Ref": "4.2b"
|
|
925
|
-
"title": "Please outline the reasons why",
|
|
926
|
-
"description": "e.g. the work was exempt from Building Regulations"
|
|
755
|
+
"ta6Ref": "4.2b"
|
|
927
756
|
}
|
|
928
757
|
},
|
|
929
758
|
"required": [
|
|
@@ -936,18 +765,12 @@
|
|
|
936
765
|
],
|
|
937
766
|
"properties": {
|
|
938
767
|
"yesNo": {
|
|
939
|
-
"ta6Ref": "4.2.1"
|
|
940
|
-
"enum": [
|
|
941
|
-
"Yes",
|
|
942
|
-
"No",
|
|
943
|
-
"Not required"
|
|
944
|
-
]
|
|
768
|
+
"ta6Ref": "4.2.1"
|
|
945
769
|
}
|
|
946
770
|
}
|
|
947
771
|
},
|
|
948
772
|
"planningPermission": {
|
|
949
773
|
"ta6Ref": "4.2",
|
|
950
|
-
"title": "Was planning permission obtained?",
|
|
951
774
|
"discriminator": {
|
|
952
775
|
"propertyName": "yesNo"
|
|
953
776
|
},
|
|
@@ -960,12 +783,7 @@
|
|
|
960
783
|
]
|
|
961
784
|
},
|
|
962
785
|
"attachments": {
|
|
963
|
-
"ta6Ref": "4.2a"
|
|
964
|
-
"title": "Please provide a copy of the documents",
|
|
965
|
-
"enum": [
|
|
966
|
-
"Attached",
|
|
967
|
-
"To follow"
|
|
968
|
-
]
|
|
786
|
+
"ta6Ref": "4.2a"
|
|
969
787
|
}
|
|
970
788
|
},
|
|
971
789
|
"required": [
|
|
@@ -981,9 +799,7 @@
|
|
|
981
799
|
]
|
|
982
800
|
},
|
|
983
801
|
"details": {
|
|
984
|
-
"ta6Ref": "4.2b"
|
|
985
|
-
"title": "Please outline the reasons why",
|
|
986
|
-
"description": "e.g. permitted development rights applied"
|
|
802
|
+
"ta6Ref": "4.2b"
|
|
987
803
|
}
|
|
988
804
|
},
|
|
989
805
|
"required": [
|
|
@@ -996,12 +812,7 @@
|
|
|
996
812
|
],
|
|
997
813
|
"properties": {
|
|
998
814
|
"yesNo": {
|
|
999
|
-
"ta6Ref": "4.2.1"
|
|
1000
|
-
"enum": [
|
|
1001
|
-
"Yes",
|
|
1002
|
-
"No",
|
|
1003
|
-
"Not required"
|
|
1004
|
-
]
|
|
815
|
+
"ta6Ref": "4.2.1"
|
|
1005
816
|
}
|
|
1006
817
|
}
|
|
1007
818
|
}
|
|
@@ -1016,17 +827,12 @@
|
|
|
1016
827
|
],
|
|
1017
828
|
"properties": {
|
|
1018
829
|
"yesNo": {
|
|
1019
|
-
"ta6Ref": "4.1c1"
|
|
1020
|
-
"enum": [
|
|
1021
|
-
"Yes",
|
|
1022
|
-
"No"
|
|
1023
|
-
]
|
|
830
|
+
"ta6Ref": "4.1c1"
|
|
1024
831
|
}
|
|
1025
832
|
}
|
|
1026
833
|
},
|
|
1027
834
|
"hasAddedConservatory": {
|
|
1028
835
|
"ta6Ref": "4.1d",
|
|
1029
|
-
"title": "Has a conservatory been added?",
|
|
1030
836
|
"discriminator": {
|
|
1031
837
|
"propertyName": "yesNo"
|
|
1032
838
|
},
|
|
@@ -1048,12 +854,10 @@
|
|
|
1048
854
|
]
|
|
1049
855
|
},
|
|
1050
856
|
"yearCompleted": {
|
|
1051
|
-
"ta6Ref": "4.1d2"
|
|
1052
|
-
"title": "What year was the installation completed?"
|
|
857
|
+
"ta6Ref": "4.1d2"
|
|
1053
858
|
},
|
|
1054
859
|
"buildingRegApproval": {
|
|
1055
860
|
"ta6Ref": "4.2",
|
|
1056
|
-
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
1057
861
|
"discriminator": {
|
|
1058
862
|
"propertyName": "yesNo"
|
|
1059
863
|
},
|
|
@@ -1066,12 +870,7 @@
|
|
|
1066
870
|
]
|
|
1067
871
|
},
|
|
1068
872
|
"attachments": {
|
|
1069
|
-
"ta6Ref": "4.2a"
|
|
1070
|
-
"title": "Please provide a copy of the documents",
|
|
1071
|
-
"enum": [
|
|
1072
|
-
"Attached",
|
|
1073
|
-
"To follow"
|
|
1074
|
-
]
|
|
873
|
+
"ta6Ref": "4.2a"
|
|
1075
874
|
}
|
|
1076
875
|
},
|
|
1077
876
|
"required": [
|
|
@@ -1087,9 +886,7 @@
|
|
|
1087
886
|
]
|
|
1088
887
|
},
|
|
1089
888
|
"details": {
|
|
1090
|
-
"ta6Ref": "4.2b"
|
|
1091
|
-
"title": "Please outline the reasons why",
|
|
1092
|
-
"description": "e.g. the work was exempt from Building Regulations"
|
|
889
|
+
"ta6Ref": "4.2b"
|
|
1093
890
|
}
|
|
1094
891
|
},
|
|
1095
892
|
"required": [
|
|
@@ -1102,18 +899,12 @@
|
|
|
1102
899
|
],
|
|
1103
900
|
"properties": {
|
|
1104
901
|
"yesNo": {
|
|
1105
|
-
"ta6Ref": "4.2.1"
|
|
1106
|
-
"enum": [
|
|
1107
|
-
"Yes",
|
|
1108
|
-
"No",
|
|
1109
|
-
"Not required"
|
|
1110
|
-
]
|
|
902
|
+
"ta6Ref": "4.2.1"
|
|
1111
903
|
}
|
|
1112
904
|
}
|
|
1113
905
|
},
|
|
1114
906
|
"planningPermission": {
|
|
1115
907
|
"ta6Ref": "4.2",
|
|
1116
|
-
"title": "Was planning permission obtained?",
|
|
1117
908
|
"discriminator": {
|
|
1118
909
|
"propertyName": "yesNo"
|
|
1119
910
|
},
|
|
@@ -1126,12 +917,7 @@
|
|
|
1126
917
|
]
|
|
1127
918
|
},
|
|
1128
919
|
"attachments": {
|
|
1129
|
-
"ta6Ref": "4.2a"
|
|
1130
|
-
"title": "Please provide a copy of the documents",
|
|
1131
|
-
"enum": [
|
|
1132
|
-
"Attached",
|
|
1133
|
-
"To follow"
|
|
1134
|
-
]
|
|
920
|
+
"ta6Ref": "4.2a"
|
|
1135
921
|
}
|
|
1136
922
|
},
|
|
1137
923
|
"required": [
|
|
@@ -1147,9 +933,7 @@
|
|
|
1147
933
|
]
|
|
1148
934
|
},
|
|
1149
935
|
"details": {
|
|
1150
|
-
"ta6Ref": "4.2b"
|
|
1151
|
-
"title": "Please outline the reasons why",
|
|
1152
|
-
"description": "e.g. permitted development rights applied"
|
|
936
|
+
"ta6Ref": "4.2b"
|
|
1153
937
|
}
|
|
1154
938
|
},
|
|
1155
939
|
"required": [
|
|
@@ -1162,12 +946,7 @@
|
|
|
1162
946
|
],
|
|
1163
947
|
"properties": {
|
|
1164
948
|
"yesNo": {
|
|
1165
|
-
"ta6Ref": "4.2.1"
|
|
1166
|
-
"enum": [
|
|
1167
|
-
"Yes",
|
|
1168
|
-
"No",
|
|
1169
|
-
"Not required"
|
|
1170
|
-
]
|
|
949
|
+
"ta6Ref": "4.2.1"
|
|
1171
950
|
}
|
|
1172
951
|
}
|
|
1173
952
|
}
|
|
@@ -1182,17 +961,12 @@
|
|
|
1182
961
|
],
|
|
1183
962
|
"properties": {
|
|
1184
963
|
"yesNo": {
|
|
1185
|
-
"ta6Ref": "4.1d1"
|
|
1186
|
-
"enum": [
|
|
1187
|
-
"Yes",
|
|
1188
|
-
"No"
|
|
1189
|
-
]
|
|
964
|
+
"ta6Ref": "4.1d1"
|
|
1190
965
|
}
|
|
1191
966
|
}
|
|
1192
967
|
},
|
|
1193
968
|
"worksUnfinished": {
|
|
1194
969
|
"ta6Ref": "4.3",
|
|
1195
|
-
"title": "Are any of the works listed above unfinished?",
|
|
1196
970
|
"discriminator": {
|
|
1197
971
|
"propertyName": "yesNo"
|
|
1198
972
|
},
|
|
@@ -1214,8 +988,7 @@
|
|
|
1214
988
|
]
|
|
1215
989
|
},
|
|
1216
990
|
"details": {
|
|
1217
|
-
"ta6Ref": "4.3.2"
|
|
1218
|
-
"title": "Please provide details and explain why"
|
|
991
|
+
"ta6Ref": "4.3.2"
|
|
1219
992
|
}
|
|
1220
993
|
},
|
|
1221
994
|
"required": [
|
|
@@ -1228,17 +1001,12 @@
|
|
|
1228
1001
|
],
|
|
1229
1002
|
"properties": {
|
|
1230
1003
|
"yesNo": {
|
|
1231
|
-
"ta6Ref": "4.3.1"
|
|
1232
|
-
"enum": [
|
|
1233
|
-
"Yes",
|
|
1234
|
-
"No"
|
|
1235
|
-
]
|
|
1004
|
+
"ta6Ref": "4.3.1"
|
|
1236
1005
|
}
|
|
1237
1006
|
}
|
|
1238
1007
|
},
|
|
1239
1008
|
"planningPermissionBreaches": {
|
|
1240
1009
|
"ta6Ref": "4.4",
|
|
1241
|
-
"title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions or work not having the necessary consents?",
|
|
1242
1010
|
"discriminator": {
|
|
1243
1011
|
"propertyName": "yesNo"
|
|
1244
1012
|
},
|
|
@@ -1260,8 +1028,7 @@
|
|
|
1260
1028
|
]
|
|
1261
1029
|
},
|
|
1262
1030
|
"details": {
|
|
1263
|
-
"ta6Ref": "4.4.2"
|
|
1264
|
-
"title": "Please give details"
|
|
1031
|
+
"ta6Ref": "4.4.2"
|
|
1265
1032
|
}
|
|
1266
1033
|
},
|
|
1267
1034
|
"required": [
|
|
@@ -1274,17 +1041,12 @@
|
|
|
1274
1041
|
],
|
|
1275
1042
|
"properties": {
|
|
1276
1043
|
"yesNo": {
|
|
1277
|
-
"ta6Ref": "4.4.1"
|
|
1278
|
-
"enum": [
|
|
1279
|
-
"Yes",
|
|
1280
|
-
"No"
|
|
1281
|
-
]
|
|
1044
|
+
"ta6Ref": "4.4.1"
|
|
1282
1045
|
}
|
|
1283
1046
|
}
|
|
1284
1047
|
},
|
|
1285
1048
|
"unresolvedPlanningIssues": {
|
|
1286
1049
|
"ta6Ref": "4.5",
|
|
1287
|
-
"title": "Are you aware of any unresolved planning or building control issues?",
|
|
1288
1050
|
"discriminator": {
|
|
1289
1051
|
"propertyName": "yesNo"
|
|
1290
1052
|
},
|
|
@@ -1306,8 +1068,7 @@
|
|
|
1306
1068
|
]
|
|
1307
1069
|
},
|
|
1308
1070
|
"details": {
|
|
1309
|
-
"ta6Ref": "4.5.2"
|
|
1310
|
-
"title": "Please give details"
|
|
1071
|
+
"ta6Ref": "4.5.2"
|
|
1311
1072
|
}
|
|
1312
1073
|
},
|
|
1313
1074
|
"required": [
|
|
@@ -1320,11 +1081,7 @@
|
|
|
1320
1081
|
],
|
|
1321
1082
|
"properties": {
|
|
1322
1083
|
"yesNo": {
|
|
1323
|
-
"ta6Ref": "4.5.1"
|
|
1324
|
-
"enum": [
|
|
1325
|
-
"Yes",
|
|
1326
|
-
"No"
|
|
1327
|
-
]
|
|
1084
|
+
"ta6Ref": "4.5.1"
|
|
1328
1085
|
}
|
|
1329
1086
|
}
|
|
1330
1087
|
}
|
|
@@ -1332,8 +1089,6 @@
|
|
|
1332
1089
|
},
|
|
1333
1090
|
"notices": {
|
|
1334
1091
|
"ta6Ref": "3",
|
|
1335
|
-
"title": "Notices which Affect the Property",
|
|
1336
|
-
"description": "Are you aware of, or have you received, any of the following notices?",
|
|
1337
1092
|
"required": [
|
|
1338
1093
|
"neighbourDevelopment",
|
|
1339
1094
|
"partyWallAct",
|
|
@@ -1342,7 +1097,6 @@
|
|
|
1342
1097
|
"properties": {
|
|
1343
1098
|
"neighbourDevelopment": {
|
|
1344
1099
|
"ta6Ref": "3.2",
|
|
1345
|
-
"title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
|
|
1346
1100
|
"discriminator": {
|
|
1347
1101
|
"propertyName": "yesNo"
|
|
1348
1102
|
},
|
|
@@ -1364,8 +1118,7 @@
|
|
|
1364
1118
|
]
|
|
1365
1119
|
},
|
|
1366
1120
|
"details": {
|
|
1367
|
-
"ta6Ref": "3.2.2"
|
|
1368
|
-
"title": "Details"
|
|
1121
|
+
"ta6Ref": "3.2.2"
|
|
1369
1122
|
}
|
|
1370
1123
|
},
|
|
1371
1124
|
"required": [
|
|
@@ -1378,17 +1131,12 @@
|
|
|
1378
1131
|
],
|
|
1379
1132
|
"properties": {
|
|
1380
1133
|
"yesNo": {
|
|
1381
|
-
"ta6Ref": "3.2.1"
|
|
1382
|
-
"enum": [
|
|
1383
|
-
"Yes",
|
|
1384
|
-
"No"
|
|
1385
|
-
]
|
|
1134
|
+
"ta6Ref": "3.2.1"
|
|
1386
1135
|
}
|
|
1387
1136
|
}
|
|
1388
1137
|
},
|
|
1389
1138
|
"planningApplication": {
|
|
1390
1139
|
"ta6Ref": "3.1",
|
|
1391
|
-
"title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
|
|
1392
1140
|
"discriminator": {
|
|
1393
1141
|
"propertyName": "yesNo"
|
|
1394
1142
|
},
|
|
@@ -1410,8 +1158,7 @@
|
|
|
1410
1158
|
]
|
|
1411
1159
|
},
|
|
1412
1160
|
"details": {
|
|
1413
|
-
"ta6Ref": "3.1.2"
|
|
1414
|
-
"title": "Details"
|
|
1161
|
+
"ta6Ref": "3.1.2"
|
|
1415
1162
|
}
|
|
1416
1163
|
},
|
|
1417
1164
|
"required": [
|
|
@@ -1424,17 +1171,12 @@
|
|
|
1424
1171
|
],
|
|
1425
1172
|
"properties": {
|
|
1426
1173
|
"yesNo": {
|
|
1427
|
-
"ta6Ref": "3.1.1"
|
|
1428
|
-
"enum": [
|
|
1429
|
-
"Yes",
|
|
1430
|
-
"No"
|
|
1431
|
-
]
|
|
1174
|
+
"ta6Ref": "3.1.1"
|
|
1432
1175
|
}
|
|
1433
1176
|
}
|
|
1434
1177
|
},
|
|
1435
1178
|
"requiredMaintenance": {
|
|
1436
1179
|
"ta6Ref": "3.1",
|
|
1437
|
-
"title": "Notice informing you that maintenance, repairs or improvements are required to your property?",
|
|
1438
1180
|
"discriminator": {
|
|
1439
1181
|
"propertyName": "yesNo"
|
|
1440
1182
|
},
|
|
@@ -1456,8 +1198,7 @@
|
|
|
1456
1198
|
]
|
|
1457
1199
|
},
|
|
1458
1200
|
"details": {
|
|
1459
|
-
"ta6Ref": "3.1.2"
|
|
1460
|
-
"title": "Details"
|
|
1201
|
+
"ta6Ref": "3.1.2"
|
|
1461
1202
|
}
|
|
1462
1203
|
},
|
|
1463
1204
|
"required": [
|
|
@@ -1470,17 +1211,12 @@
|
|
|
1470
1211
|
],
|
|
1471
1212
|
"properties": {
|
|
1472
1213
|
"yesNo": {
|
|
1473
|
-
"ta6Ref": "3.1.1"
|
|
1474
|
-
"enum": [
|
|
1475
|
-
"Yes",
|
|
1476
|
-
"No"
|
|
1477
|
-
]
|
|
1214
|
+
"ta6Ref": "3.1.1"
|
|
1478
1215
|
}
|
|
1479
1216
|
}
|
|
1480
1217
|
},
|
|
1481
1218
|
"listedBuildingApplication": {
|
|
1482
1219
|
"ta6Ref": "3.1",
|
|
1483
|
-
"title": "Listed building application",
|
|
1484
1220
|
"discriminator": {
|
|
1485
1221
|
"propertyName": "yesNo"
|
|
1486
1222
|
},
|
|
@@ -1502,8 +1238,7 @@
|
|
|
1502
1238
|
]
|
|
1503
1239
|
},
|
|
1504
1240
|
"details": {
|
|
1505
|
-
"ta6Ref": "3.1.2"
|
|
1506
|
-
"title": "Details"
|
|
1241
|
+
"ta6Ref": "3.1.2"
|
|
1507
1242
|
}
|
|
1508
1243
|
},
|
|
1509
1244
|
"required": [
|
|
@@ -1516,17 +1251,12 @@
|
|
|
1516
1251
|
],
|
|
1517
1252
|
"properties": {
|
|
1518
1253
|
"yesNo": {
|
|
1519
|
-
"ta6Ref": "3.1.1"
|
|
1520
|
-
"enum": [
|
|
1521
|
-
"Yes",
|
|
1522
|
-
"No"
|
|
1523
|
-
]
|
|
1254
|
+
"ta6Ref": "3.1.1"
|
|
1524
1255
|
}
|
|
1525
1256
|
}
|
|
1526
1257
|
},
|
|
1527
1258
|
"infrastructureProject": {
|
|
1528
1259
|
"ta6Ref": "3.1",
|
|
1529
|
-
"title": "Infrastructure project, proposed or in progress (i.e. wind turbine, railway, fracking, etc)",
|
|
1530
1260
|
"discriminator": {
|
|
1531
1261
|
"propertyName": "yesNo"
|
|
1532
1262
|
},
|
|
@@ -1548,8 +1278,7 @@
|
|
|
1548
1278
|
]
|
|
1549
1279
|
},
|
|
1550
1280
|
"details": {
|
|
1551
|
-
"ta6Ref": "3.1.2"
|
|
1552
|
-
"title": "Details"
|
|
1281
|
+
"ta6Ref": "3.1.2"
|
|
1553
1282
|
}
|
|
1554
1283
|
},
|
|
1555
1284
|
"required": [
|
|
@@ -1562,17 +1291,12 @@
|
|
|
1562
1291
|
],
|
|
1563
1292
|
"properties": {
|
|
1564
1293
|
"yesNo": {
|
|
1565
|
-
"ta6Ref": "3.1.1"
|
|
1566
|
-
"enum": [
|
|
1567
|
-
"Yes",
|
|
1568
|
-
"No"
|
|
1569
|
-
]
|
|
1294
|
+
"ta6Ref": "3.1.1"
|
|
1570
1295
|
}
|
|
1571
1296
|
}
|
|
1572
1297
|
},
|
|
1573
1298
|
"partyWallAct": {
|
|
1574
1299
|
"ta6Ref": "1.6",
|
|
1575
|
-
"title": "Notice under the Party Wall Act 1996 in respect of any shared or party boundaries?",
|
|
1576
1300
|
"discriminator": {
|
|
1577
1301
|
"propertyName": "yesNo"
|
|
1578
1302
|
},
|
|
@@ -1594,16 +1318,10 @@
|
|
|
1594
1318
|
]
|
|
1595
1319
|
},
|
|
1596
1320
|
"details": {
|
|
1597
|
-
"ta6Ref": "1.6.2"
|
|
1598
|
-
"title": "Details"
|
|
1321
|
+
"ta6Ref": "1.6.2"
|
|
1599
1322
|
},
|
|
1600
1323
|
"attachments": {
|
|
1601
|
-
"ta6Ref": "1.6.3"
|
|
1602
|
-
"title": "Attachments",
|
|
1603
|
-
"enum": [
|
|
1604
|
-
"Attached",
|
|
1605
|
-
"To follow"
|
|
1606
|
-
]
|
|
1324
|
+
"ta6Ref": "1.6.3"
|
|
1607
1325
|
}
|
|
1608
1326
|
},
|
|
1609
1327
|
"required": [
|
|
@@ -1616,17 +1334,12 @@
|
|
|
1616
1334
|
],
|
|
1617
1335
|
"properties": {
|
|
1618
1336
|
"yesNo": {
|
|
1619
|
-
"ta6Ref": "1.6.1"
|
|
1620
|
-
"enum": [
|
|
1621
|
-
"Yes",
|
|
1622
|
-
"No"
|
|
1623
|
-
]
|
|
1337
|
+
"ta6Ref": "1.6.1"
|
|
1624
1338
|
}
|
|
1625
1339
|
}
|
|
1626
1340
|
},
|
|
1627
1341
|
"otherNotices": {
|
|
1628
1342
|
"ta6Ref": "3.1",
|
|
1629
|
-
"title": "Any other type of notice?",
|
|
1630
1343
|
"discriminator": {
|
|
1631
1344
|
"propertyName": "yesNo"
|
|
1632
1345
|
},
|
|
@@ -1648,8 +1361,7 @@
|
|
|
1648
1361
|
]
|
|
1649
1362
|
},
|
|
1650
1363
|
"details": {
|
|
1651
|
-
"ta6Ref": "3.1.2"
|
|
1652
|
-
"title": "Details"
|
|
1364
|
+
"ta6Ref": "3.1.2"
|
|
1653
1365
|
}
|
|
1654
1366
|
},
|
|
1655
1367
|
"required": [
|
|
@@ -1662,11 +1374,7 @@
|
|
|
1662
1374
|
],
|
|
1663
1375
|
"properties": {
|
|
1664
1376
|
"yesNo": {
|
|
1665
|
-
"ta6Ref": "3.1.1"
|
|
1666
|
-
"enum": [
|
|
1667
|
-
"Yes",
|
|
1668
|
-
"No"
|
|
1669
|
-
]
|
|
1377
|
+
"ta6Ref": "3.1.1"
|
|
1670
1378
|
}
|
|
1671
1379
|
}
|
|
1672
1380
|
}
|
|
@@ -1679,7 +1387,6 @@
|
|
|
1679
1387
|
"properties": {
|
|
1680
1388
|
"japaneseKnotweed": {
|
|
1681
1389
|
"ta6Ref": "7.8",
|
|
1682
|
-
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
1683
1390
|
"discriminator": {
|
|
1684
1391
|
"propertyName": "yesNo"
|
|
1685
1392
|
},
|
|
@@ -1702,21 +1409,10 @@
|
|
|
1702
1409
|
]
|
|
1703
1410
|
},
|
|
1704
1411
|
"managementPlanInPlace": {
|
|
1705
|
-
"ta6Ref": "7.8.2"
|
|
1706
|
-
"title": "Is there a Japanese Knotweed management and treatment plan in place?",
|
|
1707
|
-
"enum": [
|
|
1708
|
-
"Yes",
|
|
1709
|
-
"No",
|
|
1710
|
-
"Not known"
|
|
1711
|
-
]
|
|
1412
|
+
"ta6Ref": "7.8.2"
|
|
1712
1413
|
},
|
|
1713
1414
|
"attachments": {
|
|
1714
|
-
"ta6Ref": "7.8.3"
|
|
1715
|
-
"title": "Please supply a copy with any insurance cover linked to the plan",
|
|
1716
|
-
"enum": [
|
|
1717
|
-
"Attached",
|
|
1718
|
-
"To follow"
|
|
1719
|
-
]
|
|
1415
|
+
"ta6Ref": "7.8.3"
|
|
1720
1416
|
}
|
|
1721
1417
|
},
|
|
1722
1418
|
"required": [
|
|
@@ -1729,31 +1425,21 @@
|
|
|
1729
1425
|
],
|
|
1730
1426
|
"properties": {
|
|
1731
1427
|
"yesNo": {
|
|
1732
|
-
"ta6Ref": "7.8.1"
|
|
1733
|
-
"enum": [
|
|
1734
|
-
"Yes",
|
|
1735
|
-
"No",
|
|
1736
|
-
"Not known"
|
|
1737
|
-
]
|
|
1428
|
+
"ta6Ref": "7.8.1"
|
|
1738
1429
|
}
|
|
1739
1430
|
}
|
|
1740
1431
|
}
|
|
1741
1432
|
}
|
|
1742
1433
|
},
|
|
1743
|
-
"
|
|
1744
|
-
"ta6Ref": "13",
|
|
1745
|
-
"title": "Connected utilities",
|
|
1746
|
-
"description": "Please indicate which utilities are are connected to the property.",
|
|
1434
|
+
"electricity": {
|
|
1435
|
+
"ta6Ref": "13.1",
|
|
1747
1436
|
"required": [
|
|
1748
1437
|
"mainsElectricity",
|
|
1749
|
-
"
|
|
1750
|
-
"telephone",
|
|
1751
|
-
"cableSatelliteTV"
|
|
1438
|
+
"solarPanels"
|
|
1752
1439
|
],
|
|
1753
1440
|
"properties": {
|
|
1754
1441
|
"mainsElectricity": {
|
|
1755
1442
|
"ta6Ref": "13.1",
|
|
1756
|
-
"title": "Mains electricity",
|
|
1757
1443
|
"discriminator": {
|
|
1758
1444
|
"propertyName": "yesNo"
|
|
1759
1445
|
},
|
|
@@ -1775,12 +1461,23 @@
|
|
|
1775
1461
|
]
|
|
1776
1462
|
},
|
|
1777
1463
|
"supplier": {
|
|
1778
|
-
"ta6Ref": "13.1.2"
|
|
1779
|
-
|
|
1464
|
+
"ta6Ref": "13.1.2"
|
|
1465
|
+
},
|
|
1466
|
+
"electricityMeter": {
|
|
1467
|
+
"ta6Ref": "13.1b",
|
|
1468
|
+
"required": [
|
|
1469
|
+
"location"
|
|
1470
|
+
],
|
|
1471
|
+
"properties": {
|
|
1472
|
+
"location": {
|
|
1473
|
+
"ta6Ref": "13.1b1"
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1780
1476
|
}
|
|
1781
1477
|
},
|
|
1782
1478
|
"required": [
|
|
1783
|
-
"supplier"
|
|
1479
|
+
"supplier",
|
|
1480
|
+
"electricityMeter"
|
|
1784
1481
|
]
|
|
1785
1482
|
},
|
|
1786
1483
|
{
|
|
@@ -1791,8 +1488,7 @@
|
|
|
1791
1488
|
]
|
|
1792
1489
|
},
|
|
1793
1490
|
"supplier": {
|
|
1794
|
-
"ta6Ref": "13.1.2"
|
|
1795
|
-
"title": "Supplier"
|
|
1491
|
+
"ta6Ref": "13.1.2"
|
|
1796
1492
|
}
|
|
1797
1493
|
}
|
|
1798
1494
|
}
|
|
@@ -1802,18 +1498,12 @@
|
|
|
1802
1498
|
],
|
|
1803
1499
|
"properties": {
|
|
1804
1500
|
"yesNo": {
|
|
1805
|
-
"ta6Ref": "13.1.1"
|
|
1806
|
-
"enum": [
|
|
1807
|
-
"Yes",
|
|
1808
|
-
"To be connected",
|
|
1809
|
-
"No"
|
|
1810
|
-
]
|
|
1501
|
+
"ta6Ref": "13.1.1"
|
|
1811
1502
|
}
|
|
1812
1503
|
}
|
|
1813
1504
|
},
|
|
1814
|
-
"
|
|
1815
|
-
"ta6Ref": "
|
|
1816
|
-
"title": "Mains gas",
|
|
1505
|
+
"solarPanels": {
|
|
1506
|
+
"ta6Ref": "4.6",
|
|
1817
1507
|
"discriminator": {
|
|
1818
1508
|
"propertyName": "yesNo"
|
|
1819
1509
|
},
|
|
@@ -1834,13 +1524,88 @@
|
|
|
1834
1524
|
"Yes"
|
|
1835
1525
|
]
|
|
1836
1526
|
},
|
|
1837
|
-
"
|
|
1838
|
-
"ta6Ref": "
|
|
1839
|
-
|
|
1527
|
+
"yearInstalled": {
|
|
1528
|
+
"ta6Ref": "4.6a"
|
|
1529
|
+
},
|
|
1530
|
+
"panelsOwnedOutright": {
|
|
1531
|
+
"ta6Ref": "4.6b",
|
|
1532
|
+
"discriminator": {
|
|
1533
|
+
"propertyName": "yesNo"
|
|
1534
|
+
},
|
|
1535
|
+
"oneOf": [
|
|
1536
|
+
{
|
|
1537
|
+
"properties": {
|
|
1538
|
+
"yesNo": {
|
|
1539
|
+
"enum": [
|
|
1540
|
+
"Yes"
|
|
1541
|
+
]
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
"properties": {
|
|
1547
|
+
"yesNo": {
|
|
1548
|
+
"enum": [
|
|
1549
|
+
"No"
|
|
1550
|
+
]
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
],
|
|
1555
|
+
"required": [
|
|
1556
|
+
"yesNo"
|
|
1557
|
+
],
|
|
1558
|
+
"properties": {
|
|
1559
|
+
"yesNo": {
|
|
1560
|
+
"ta6Ref": "4.6b1"
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1564
|
+
"panelProviderLease": {
|
|
1565
|
+
"ta6Ref": "4.6c",
|
|
1566
|
+
"discriminator": {
|
|
1567
|
+
"propertyName": "yesNo"
|
|
1568
|
+
},
|
|
1569
|
+
"oneOf": [
|
|
1570
|
+
{
|
|
1571
|
+
"properties": {
|
|
1572
|
+
"yesNo": {
|
|
1573
|
+
"enum": [
|
|
1574
|
+
"No"
|
|
1575
|
+
]
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"properties": {
|
|
1581
|
+
"yesNo": {
|
|
1582
|
+
"enum": [
|
|
1583
|
+
"Yes"
|
|
1584
|
+
]
|
|
1585
|
+
},
|
|
1586
|
+
"attachments": {
|
|
1587
|
+
"ta6Ref": "4.6c2"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
"required": [
|
|
1591
|
+
"attachments"
|
|
1592
|
+
]
|
|
1593
|
+
}
|
|
1594
|
+
],
|
|
1595
|
+
"required": [
|
|
1596
|
+
"yesNo"
|
|
1597
|
+
],
|
|
1598
|
+
"properties": {
|
|
1599
|
+
"yesNo": {
|
|
1600
|
+
"ta6Ref": "4.6c1"
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1840
1603
|
}
|
|
1841
1604
|
},
|
|
1842
1605
|
"required": [
|
|
1843
|
-
"
|
|
1606
|
+
"yearInstalled",
|
|
1607
|
+
"panelsOwnedOutright",
|
|
1608
|
+
"panelProviderLease"
|
|
1844
1609
|
]
|
|
1845
1610
|
},
|
|
1846
1611
|
{
|
|
@@ -1849,165 +1614,31 @@
|
|
|
1849
1614
|
"enum": [
|
|
1850
1615
|
"To be connected"
|
|
1851
1616
|
]
|
|
1852
|
-
},
|
|
1853
|
-
"supplier": {
|
|
1854
|
-
"ta6Ref": "13.2.2",
|
|
1855
|
-
"title": "Supplier"
|
|
1856
1617
|
}
|
|
1857
1618
|
}
|
|
1858
1619
|
}
|
|
1859
1620
|
],
|
|
1860
1621
|
"required": [
|
|
1861
1622
|
"yesNo"
|
|
1862
|
-
]
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
"
|
|
1876
|
-
|
|
1877
|
-
"discriminator": {
|
|
1878
|
-
"propertyName": "yesNo"
|
|
1879
|
-
},
|
|
1880
|
-
"oneOf": [
|
|
1881
|
-
{
|
|
1882
|
-
"properties": {
|
|
1883
|
-
"yesNo": {
|
|
1884
|
-
"enum": [
|
|
1885
|
-
"No"
|
|
1886
|
-
]
|
|
1887
|
-
}
|
|
1888
|
-
}
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"properties": {
|
|
1892
|
-
"yesNo": {
|
|
1893
|
-
"enum": [
|
|
1894
|
-
"Yes"
|
|
1895
|
-
]
|
|
1896
|
-
},
|
|
1897
|
-
"supplier": {
|
|
1898
|
-
"ta6Ref": "13.5.2",
|
|
1899
|
-
"title": "Supplier"
|
|
1900
|
-
}
|
|
1901
|
-
},
|
|
1902
|
-
"required": [
|
|
1903
|
-
"supplier"
|
|
1904
|
-
]
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
"properties": {
|
|
1908
|
-
"yesNo": {
|
|
1909
|
-
"enum": [
|
|
1910
|
-
"To be connected"
|
|
1911
|
-
]
|
|
1912
|
-
},
|
|
1913
|
-
"supplier": {
|
|
1914
|
-
"ta6Ref": "13.5.2",
|
|
1915
|
-
"title": "Supplier"
|
|
1916
|
-
}
|
|
1917
|
-
}
|
|
1918
|
-
}
|
|
1919
|
-
],
|
|
1920
|
-
"required": [
|
|
1921
|
-
"yesNo"
|
|
1922
|
-
],
|
|
1923
|
-
"properties": {
|
|
1924
|
-
"yesNo": {
|
|
1925
|
-
"ta6Ref": "13.5.1",
|
|
1926
|
-
"enum": [
|
|
1927
|
-
"Yes",
|
|
1928
|
-
"To be connected",
|
|
1929
|
-
"No"
|
|
1930
|
-
]
|
|
1931
|
-
}
|
|
1932
|
-
}
|
|
1933
|
-
},
|
|
1934
|
-
"cableSatelliteTV": {
|
|
1935
|
-
"ta6Ref": "13.6",
|
|
1936
|
-
"title": "Cable TV or satellite",
|
|
1937
|
-
"discriminator": {
|
|
1938
|
-
"propertyName": "yesNo"
|
|
1939
|
-
},
|
|
1940
|
-
"oneOf": [
|
|
1941
|
-
{
|
|
1942
|
-
"properties": {
|
|
1943
|
-
"yesNo": {
|
|
1944
|
-
"enum": [
|
|
1945
|
-
"No"
|
|
1946
|
-
]
|
|
1947
|
-
}
|
|
1948
|
-
}
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"properties": {
|
|
1952
|
-
"yesNo": {
|
|
1953
|
-
"enum": [
|
|
1954
|
-
"Yes"
|
|
1955
|
-
]
|
|
1956
|
-
},
|
|
1957
|
-
"supplier": {
|
|
1958
|
-
"ta6Ref": "13.6.2",
|
|
1959
|
-
"title": "Supplier"
|
|
1960
|
-
}
|
|
1961
|
-
},
|
|
1962
|
-
"required": [
|
|
1963
|
-
"supplier"
|
|
1964
|
-
]
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"properties": {
|
|
1968
|
-
"yesNo": {
|
|
1969
|
-
"enum": [
|
|
1970
|
-
"To be connected"
|
|
1971
|
-
]
|
|
1972
|
-
}
|
|
1973
|
-
}
|
|
1974
|
-
}
|
|
1975
|
-
],
|
|
1976
|
-
"required": [
|
|
1977
|
-
"yesNo"
|
|
1978
|
-
],
|
|
1979
|
-
"properties": {
|
|
1980
|
-
"yesNo": {
|
|
1981
|
-
"ta6Ref": "13.6.1",
|
|
1982
|
-
"enum": [
|
|
1983
|
-
"Yes",
|
|
1984
|
-
"To be connected",
|
|
1985
|
-
"No"
|
|
1986
|
-
]
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
1989
|
-
}
|
|
1990
|
-
}
|
|
1991
|
-
},
|
|
1992
|
-
"waterAndDrainage": {
|
|
1993
|
-
"ta6Ref": "13",
|
|
1994
|
-
"title": "Water and Drainage",
|
|
1995
|
-
"description": "Please describe the water and drainage services that are connected to the property.",
|
|
1996
|
-
"required": [
|
|
1997
|
-
"water",
|
|
1998
|
-
"drainage"
|
|
1999
|
-
],
|
|
2000
|
-
"properties": {
|
|
2001
|
-
"water": {
|
|
2002
|
-
"ta6Ref": "13",
|
|
2003
|
-
"title": "Water",
|
|
2004
|
-
"required": [
|
|
2005
|
-
"mainsWater"
|
|
1623
|
+
]
|
|
1624
|
+
}
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
"waterAndDrainage": {
|
|
1628
|
+
"ta6Ref": "13",
|
|
1629
|
+
"required": [
|
|
1630
|
+
"water",
|
|
1631
|
+
"drainage"
|
|
1632
|
+
],
|
|
1633
|
+
"properties": {
|
|
1634
|
+
"water": {
|
|
1635
|
+
"ta6Ref": "13",
|
|
1636
|
+
"required": [
|
|
1637
|
+
"mainsWater"
|
|
2006
1638
|
],
|
|
2007
1639
|
"properties": {
|
|
2008
1640
|
"mainsWater": {
|
|
2009
1641
|
"ta6Ref": "13.3",
|
|
2010
|
-
"title": "Mains water",
|
|
2011
1642
|
"discriminator": {
|
|
2012
1643
|
"propertyName": "yesNo"
|
|
2013
1644
|
},
|
|
@@ -2029,12 +1660,61 @@
|
|
|
2029
1660
|
]
|
|
2030
1661
|
},
|
|
2031
1662
|
"supplier": {
|
|
2032
|
-
"ta6Ref": "13.3.2"
|
|
2033
|
-
|
|
1663
|
+
"ta6Ref": "13.3.2"
|
|
1664
|
+
},
|
|
1665
|
+
"stopcock": {
|
|
1666
|
+
"ta6Ref": "13.3b",
|
|
1667
|
+
"properties": {
|
|
1668
|
+
"location": {
|
|
1669
|
+
"ta6Ref": "13.3b1"
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
"waterMeter": {
|
|
1674
|
+
"ta6Ref": "13.3b2",
|
|
1675
|
+
"discriminator": {
|
|
1676
|
+
"propertyName": "isSupplyMetered"
|
|
1677
|
+
},
|
|
1678
|
+
"oneOf": [
|
|
1679
|
+
{
|
|
1680
|
+
"properties": {
|
|
1681
|
+
"isSupplyMetered": {
|
|
1682
|
+
"enum": [
|
|
1683
|
+
"No"
|
|
1684
|
+
]
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"properties": {
|
|
1690
|
+
"isSupplyMetered": {
|
|
1691
|
+
"enum": [
|
|
1692
|
+
"Yes"
|
|
1693
|
+
]
|
|
1694
|
+
},
|
|
1695
|
+
"location": {
|
|
1696
|
+
"ta6Ref": "13.3b2.1"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
"required": [
|
|
1700
|
+
"location"
|
|
1701
|
+
]
|
|
1702
|
+
}
|
|
1703
|
+
],
|
|
1704
|
+
"required": [
|
|
1705
|
+
"isSupplyMetered"
|
|
1706
|
+
],
|
|
1707
|
+
"properties": {
|
|
1708
|
+
"isSupplyMetered": {
|
|
1709
|
+
"ta6Ref": "13.3b2"
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
2034
1712
|
}
|
|
2035
1713
|
},
|
|
2036
1714
|
"required": [
|
|
2037
|
-
"supplier"
|
|
1715
|
+
"supplier",
|
|
1716
|
+
"stopcock",
|
|
1717
|
+
"waterMeter"
|
|
2038
1718
|
]
|
|
2039
1719
|
},
|
|
2040
1720
|
{
|
|
@@ -2045,8 +1725,7 @@
|
|
|
2045
1725
|
]
|
|
2046
1726
|
},
|
|
2047
1727
|
"supplier": {
|
|
2048
|
-
"ta6Ref": "13.3.2"
|
|
2049
|
-
"title": "Supplier"
|
|
1728
|
+
"ta6Ref": "13.3.2"
|
|
2050
1729
|
}
|
|
2051
1730
|
}
|
|
2052
1731
|
}
|
|
@@ -2059,7 +1738,6 @@
|
|
|
2059
1738
|
"ta6Ref": "13.3.1",
|
|
2060
1739
|
"enum": [
|
|
2061
1740
|
"Yes",
|
|
2062
|
-
"To be connected",
|
|
2063
1741
|
"No"
|
|
2064
1742
|
]
|
|
2065
1743
|
}
|
|
@@ -2075,7 +1753,6 @@
|
|
|
2075
1753
|
"properties": {
|
|
2076
1754
|
"mainsSurfaceWaterDrainage": {
|
|
2077
1755
|
"ta6Ref": "12.4b",
|
|
2078
|
-
"title": "Mains surface water drainage",
|
|
2079
1756
|
"discriminator": {
|
|
2080
1757
|
"propertyName": "yesNo"
|
|
2081
1758
|
},
|
|
@@ -2117,7 +1794,6 @@
|
|
|
2117
1794
|
"ta6Ref": "12.4b1",
|
|
2118
1795
|
"enum": [
|
|
2119
1796
|
"Yes",
|
|
2120
|
-
"To be connected",
|
|
2121
1797
|
"No",
|
|
2122
1798
|
"Not known"
|
|
2123
1799
|
]
|
|
@@ -2126,7 +1802,6 @@
|
|
|
2126
1802
|
},
|
|
2127
1803
|
"mainsFoulDrainage": {
|
|
2128
1804
|
"ta6Ref": "12.4a",
|
|
2129
|
-
"title": "Mains foul drainage / sweerage",
|
|
2130
1805
|
"discriminator": {
|
|
2131
1806
|
"propertyName": "yesNo"
|
|
2132
1807
|
},
|
|
@@ -2137,10 +1812,6 @@
|
|
|
2137
1812
|
"enum": [
|
|
2138
1813
|
"Yes"
|
|
2139
1814
|
]
|
|
2140
|
-
},
|
|
2141
|
-
"supplier": {
|
|
2142
|
-
"ta6Ref": "12.4a2",
|
|
2143
|
-
"title": "Supplier"
|
|
2144
1815
|
}
|
|
2145
1816
|
}
|
|
2146
1817
|
},
|
|
@@ -2152,8 +1823,7 @@
|
|
|
2152
1823
|
]
|
|
2153
1824
|
},
|
|
2154
1825
|
"supplier": {
|
|
2155
|
-
"ta6Ref": "12.4a2"
|
|
2156
|
-
"title": "Supplier"
|
|
1826
|
+
"ta6Ref": "12.4a2"
|
|
2157
1827
|
}
|
|
2158
1828
|
}
|
|
2159
1829
|
},
|
|
@@ -2165,258 +1835,174 @@
|
|
|
2165
1835
|
"Not known"
|
|
2166
1836
|
]
|
|
2167
1837
|
},
|
|
2168
|
-
"
|
|
2169
|
-
"ta6Ref": "12.
|
|
2170
|
-
"title": "Septic tank",
|
|
1838
|
+
"offMainsDrainageSystem": {
|
|
1839
|
+
"ta6Ref": "12.4a",
|
|
2171
1840
|
"discriminator": {
|
|
2172
|
-
"propertyName": "
|
|
1841
|
+
"propertyName": "offMainsDrainageSystemType"
|
|
2173
1842
|
},
|
|
2174
1843
|
"oneOf": [
|
|
2175
1844
|
{
|
|
2176
1845
|
"properties": {
|
|
2177
|
-
"
|
|
1846
|
+
"offMainsDrainageSystemType": {
|
|
2178
1847
|
"enum": [
|
|
2179
|
-
"
|
|
1848
|
+
"Sustainable Drainage System"
|
|
2180
1849
|
]
|
|
2181
1850
|
}
|
|
2182
1851
|
}
|
|
2183
1852
|
},
|
|
2184
1853
|
{
|
|
2185
1854
|
"properties": {
|
|
2186
|
-
"
|
|
1855
|
+
"offMainsDrainageSystemType": {
|
|
2187
1856
|
"enum": [
|
|
2188
|
-
"
|
|
1857
|
+
"Septic tank"
|
|
2189
1858
|
]
|
|
2190
1859
|
},
|
|
2191
1860
|
"dateReplaced": {
|
|
2192
|
-
"ta6Ref": "12.5a2"
|
|
2193
|
-
"title": "Date replaced or upgraded"
|
|
1861
|
+
"ta6Ref": "12.5a2"
|
|
2194
1862
|
},
|
|
2195
1863
|
"dateLastEmptied": {
|
|
2196
|
-
"ta6Ref": "12.7"
|
|
2197
|
-
"title": "Date last emptied"
|
|
1864
|
+
"ta6Ref": "12.7"
|
|
2198
1865
|
}
|
|
2199
1866
|
},
|
|
2200
1867
|
"required": [
|
|
2201
1868
|
"dateReplaced",
|
|
2202
1869
|
"dateLastEmptied"
|
|
2203
1870
|
]
|
|
2204
|
-
}
|
|
2205
|
-
],
|
|
2206
|
-
"required": [
|
|
2207
|
-
"yesNo"
|
|
2208
|
-
],
|
|
2209
|
-
"properties": {
|
|
2210
|
-
"yesNo": {
|
|
2211
|
-
"ta6Ref": "12.5a1",
|
|
2212
|
-
"enum": [
|
|
2213
|
-
"Yes",
|
|
2214
|
-
"No"
|
|
2215
|
-
]
|
|
2216
|
-
}
|
|
2217
|
-
}
|
|
2218
|
-
},
|
|
2219
|
-
"cesspit": {
|
|
2220
|
-
"ta6Ref": "12.5b",
|
|
2221
|
-
"title": "Cesspit",
|
|
2222
|
-
"discriminator": {
|
|
2223
|
-
"propertyName": "yesNo"
|
|
2224
|
-
},
|
|
2225
|
-
"oneOf": [
|
|
2226
|
-
{
|
|
2227
|
-
"properties": {
|
|
2228
|
-
"yesNo": {
|
|
2229
|
-
"enum": [
|
|
2230
|
-
"No"
|
|
2231
|
-
]
|
|
2232
|
-
}
|
|
2233
|
-
}
|
|
2234
1871
|
},
|
|
2235
1872
|
{
|
|
2236
1873
|
"properties": {
|
|
2237
|
-
"
|
|
1874
|
+
"offMainsDrainageSystemType": {
|
|
2238
1875
|
"enum": [
|
|
2239
|
-
"
|
|
1876
|
+
"Cesspit"
|
|
2240
1877
|
]
|
|
2241
1878
|
},
|
|
2242
1879
|
"dateLastEmptied": {
|
|
2243
|
-
"ta6Ref": "12.7"
|
|
2244
|
-
"title": "Date last emptied"
|
|
1880
|
+
"ta6Ref": "12.7"
|
|
2245
1881
|
}
|
|
2246
1882
|
},
|
|
2247
1883
|
"required": [
|
|
2248
1884
|
"dateLastEmptied"
|
|
2249
1885
|
]
|
|
2250
|
-
}
|
|
2251
|
-
],
|
|
2252
|
-
"required": [
|
|
2253
|
-
"yesNo"
|
|
2254
|
-
],
|
|
2255
|
-
"properties": {
|
|
2256
|
-
"yesNo": {
|
|
2257
|
-
"ta6Ref": "12.5c1",
|
|
2258
|
-
"enum": [
|
|
2259
|
-
"Yes",
|
|
2260
|
-
"No"
|
|
2261
|
-
]
|
|
2262
|
-
}
|
|
2263
|
-
}
|
|
2264
|
-
},
|
|
2265
|
-
"sewerageTreatmentPlant": {
|
|
2266
|
-
"ta6Ref": "12.5b",
|
|
2267
|
-
"title": "Sewerage treatment plant",
|
|
2268
|
-
"discriminator": {
|
|
2269
|
-
"propertyName": "yesNo"
|
|
2270
|
-
},
|
|
2271
|
-
"oneOf": [
|
|
2272
|
-
{
|
|
2273
|
-
"properties": {
|
|
2274
|
-
"yesNo": {
|
|
2275
|
-
"enum": [
|
|
2276
|
-
"No"
|
|
2277
|
-
]
|
|
2278
|
-
}
|
|
2279
|
-
}
|
|
2280
1886
|
},
|
|
2281
1887
|
{
|
|
2282
1888
|
"properties": {
|
|
2283
|
-
"
|
|
1889
|
+
"offMainsDrainageSystemType": {
|
|
2284
1890
|
"enum": [
|
|
2285
|
-
"
|
|
1891
|
+
"Sewerage treatment plant"
|
|
2286
1892
|
]
|
|
2287
1893
|
},
|
|
2288
1894
|
"dateInstalled": {
|
|
2289
|
-
"ta6Ref": "12.9"
|
|
2290
|
-
"title": "Date installed"
|
|
1895
|
+
"ta6Ref": "12.9"
|
|
2291
1896
|
},
|
|
2292
1897
|
"dateLastServiced": {
|
|
2293
|
-
"ta6Ref": "12.8"
|
|
2294
|
-
"title": "Date last serviced"
|
|
1898
|
+
"ta6Ref": "12.8"
|
|
2295
1899
|
}
|
|
2296
1900
|
},
|
|
2297
1901
|
"required": [
|
|
2298
1902
|
"dateInstalled",
|
|
2299
1903
|
"dateLastServiced"
|
|
2300
1904
|
]
|
|
2301
|
-
}
|
|
2302
|
-
],
|
|
2303
|
-
"required": [
|
|
2304
|
-
"yesNo"
|
|
2305
|
-
],
|
|
2306
|
-
"properties": {
|
|
2307
|
-
"yesNo": {
|
|
2308
|
-
"ta6Ref": "12.5b1",
|
|
2309
|
-
"enum": [
|
|
2310
|
-
"Yes",
|
|
2311
|
-
"No"
|
|
2312
|
-
]
|
|
2313
|
-
}
|
|
2314
|
-
}
|
|
2315
|
-
},
|
|
2316
|
-
"otherConnectedProperties": {
|
|
2317
|
-
"ta6Ref": "12.6",
|
|
2318
|
-
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
2319
|
-
"discriminator": {
|
|
2320
|
-
"propertyName": "yesNo"
|
|
2321
|
-
},
|
|
2322
|
-
"oneOf": [
|
|
2323
|
-
{
|
|
2324
|
-
"properties": {
|
|
2325
|
-
"yesNo": {
|
|
2326
|
-
"enum": [
|
|
2327
|
-
"No"
|
|
2328
|
-
]
|
|
2329
|
-
}
|
|
2330
|
-
}
|
|
2331
1905
|
},
|
|
2332
1906
|
{
|
|
2333
1907
|
"properties": {
|
|
2334
|
-
"
|
|
1908
|
+
"offMainsDrainageSystemType": {
|
|
2335
1909
|
"enum": [
|
|
2336
|
-
"
|
|
1910
|
+
"Other",
|
|
1911
|
+
"Not known"
|
|
2337
1912
|
]
|
|
2338
|
-
},
|
|
2339
|
-
"numberOfPropertiesSharing": {
|
|
2340
|
-
"ta6Ref": "12.6.2",
|
|
2341
|
-
"title": "How many other properties?"
|
|
2342
1913
|
}
|
|
2343
|
-
}
|
|
2344
|
-
"required": [
|
|
2345
|
-
"numberOfPropertiesSharing"
|
|
2346
|
-
]
|
|
1914
|
+
}
|
|
2347
1915
|
}
|
|
2348
1916
|
],
|
|
2349
1917
|
"required": [
|
|
2350
|
-
"
|
|
1918
|
+
"offMainsDrainageSystemType",
|
|
1919
|
+
"otherConnectedProperties",
|
|
1920
|
+
"plantOnOtherLand"
|
|
2351
1921
|
],
|
|
2352
1922
|
"properties": {
|
|
2353
|
-
"
|
|
2354
|
-
"ta6Ref": "12.6
|
|
2355
|
-
"
|
|
2356
|
-
"
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
},
|
|
2368
|
-
"oneOf": [
|
|
2369
|
-
{
|
|
2370
|
-
"properties": {
|
|
2371
|
-
"yesNo": {
|
|
2372
|
-
"enum": [
|
|
2373
|
-
"No"
|
|
2374
|
-
]
|
|
2375
|
-
}
|
|
2376
|
-
}
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"properties": {
|
|
2380
|
-
"yesNo": {
|
|
2381
|
-
"enum": [
|
|
2382
|
-
"Yes"
|
|
2383
|
-
]
|
|
1923
|
+
"otherConnectedProperties": {
|
|
1924
|
+
"ta6Ref": "12.6",
|
|
1925
|
+
"discriminator": {
|
|
1926
|
+
"propertyName": "yesNo"
|
|
1927
|
+
},
|
|
1928
|
+
"oneOf": [
|
|
1929
|
+
{
|
|
1930
|
+
"properties": {
|
|
1931
|
+
"yesNo": {
|
|
1932
|
+
"enum": [
|
|
1933
|
+
"No"
|
|
1934
|
+
]
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
2384
1937
|
},
|
|
2385
|
-
|
|
2386
|
-
"
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
1938
|
+
{
|
|
1939
|
+
"properties": {
|
|
1940
|
+
"yesNo": {
|
|
1941
|
+
"enum": [
|
|
1942
|
+
"Yes"
|
|
1943
|
+
]
|
|
1944
|
+
},
|
|
1945
|
+
"numberOfPropertiesSharing": {
|
|
1946
|
+
"ta6Ref": "12.6.2"
|
|
1947
|
+
}
|
|
1948
|
+
},
|
|
1949
|
+
"required": [
|
|
1950
|
+
"numberOfPropertiesSharing"
|
|
2391
1951
|
]
|
|
2392
1952
|
}
|
|
1953
|
+
],
|
|
1954
|
+
"required": [
|
|
1955
|
+
"yesNo"
|
|
1956
|
+
],
|
|
1957
|
+
"properties": {
|
|
1958
|
+
"yesNo": {
|
|
1959
|
+
"ta6Ref": "12.6.1"
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
"plantOnOtherLand": {
|
|
1964
|
+
"ta6Ref": "12.10",
|
|
1965
|
+
"discriminator": {
|
|
1966
|
+
"propertyName": "yesNo"
|
|
2393
1967
|
},
|
|
1968
|
+
"oneOf": [
|
|
1969
|
+
{
|
|
1970
|
+
"properties": {
|
|
1971
|
+
"yesNo": {
|
|
1972
|
+
"enum": [
|
|
1973
|
+
"No"
|
|
1974
|
+
]
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"properties": {
|
|
1980
|
+
"yesNo": {
|
|
1981
|
+
"enum": [
|
|
1982
|
+
"Yes"
|
|
1983
|
+
]
|
|
1984
|
+
},
|
|
1985
|
+
"attachments": {
|
|
1986
|
+
"ta6Ref": "12.10.2"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
"required": [
|
|
1990
|
+
"attachments"
|
|
1991
|
+
]
|
|
1992
|
+
}
|
|
1993
|
+
],
|
|
2394
1994
|
"required": [
|
|
2395
|
-
"
|
|
2396
|
-
]
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
"properties": {
|
|
2403
|
-
"yesNo": {
|
|
2404
|
-
"ta6Ref": "12.10.1",
|
|
2405
|
-
"enum": [
|
|
2406
|
-
"Yes",
|
|
2407
|
-
"No"
|
|
2408
|
-
]
|
|
1995
|
+
"yesNo"
|
|
1996
|
+
],
|
|
1997
|
+
"properties": {
|
|
1998
|
+
"yesNo": {
|
|
1999
|
+
"ta6Ref": "12.10.1"
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2409
2002
|
}
|
|
2410
2003
|
}
|
|
2411
2004
|
}
|
|
2412
|
-
}
|
|
2413
|
-
"required": [
|
|
2414
|
-
"septicTank",
|
|
2415
|
-
"cesspit",
|
|
2416
|
-
"sewerageTreatmentPlant",
|
|
2417
|
-
"otherConnectedProperties",
|
|
2418
|
-
"plantOnOtherLand"
|
|
2419
|
-
]
|
|
2005
|
+
}
|
|
2420
2006
|
}
|
|
2421
2007
|
],
|
|
2422
2008
|
"required": [
|
|
@@ -2427,7 +2013,6 @@
|
|
|
2427
2013
|
"ta6Ref": "12.4a1",
|
|
2428
2014
|
"enum": [
|
|
2429
2015
|
"Yes",
|
|
2430
|
-
"To be connected",
|
|
2431
2016
|
"No",
|
|
2432
2017
|
"Not known"
|
|
2433
2018
|
]
|
|
@@ -2440,234 +2025,339 @@
|
|
|
2440
2025
|
},
|
|
2441
2026
|
"heating": {
|
|
2442
2027
|
"ta6Ref": "12.3",
|
|
2443
|
-
"
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
"
|
|
2450
|
-
"
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
]
|
|
2028
|
+
"required": [
|
|
2029
|
+
"heatingSystem"
|
|
2030
|
+
],
|
|
2031
|
+
"properties": {
|
|
2032
|
+
"heatingSystem": {
|
|
2033
|
+
"ta6Ref": "12.3.1",
|
|
2034
|
+
"discriminator": {
|
|
2035
|
+
"propertyName": "heatingType"
|
|
2036
|
+
},
|
|
2037
|
+
"oneOf": [
|
|
2038
|
+
{
|
|
2039
|
+
"properties": {
|
|
2040
|
+
"heatingType": {
|
|
2041
|
+
"enum": [
|
|
2042
|
+
"None",
|
|
2043
|
+
"Room heaters only"
|
|
2044
|
+
]
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2463
2047
|
},
|
|
2464
|
-
|
|
2465
|
-
"ta6Ref": "12.3.2",
|
|
2466
|
-
"title": "Central Heating Details",
|
|
2467
|
-
"required": [
|
|
2468
|
-
"centralHeatingFuel",
|
|
2469
|
-
"centralHeatingInstalled",
|
|
2470
|
-
"boilerInstallationCertificate",
|
|
2471
|
-
"heatingLastServicedDate",
|
|
2472
|
-
"heatingLastServicedReport",
|
|
2473
|
-
"heatingInGoodWorkingOrder"
|
|
2474
|
-
],
|
|
2048
|
+
{
|
|
2475
2049
|
"properties": {
|
|
2476
|
-
"
|
|
2477
|
-
"
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
"
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
"
|
|
2498
|
-
|
|
2499
|
-
"
|
|
2500
|
-
"
|
|
2050
|
+
"heatingType": {
|
|
2051
|
+
"enum": [
|
|
2052
|
+
"Central heating"
|
|
2053
|
+
]
|
|
2054
|
+
},
|
|
2055
|
+
"centralHeatingDetails": {
|
|
2056
|
+
"ta6Ref": "12.3.2",
|
|
2057
|
+
"required": [
|
|
2058
|
+
"centralHeatingFuel",
|
|
2059
|
+
"centralHeatingInstalled",
|
|
2060
|
+
"boilerInstallationCertificate",
|
|
2061
|
+
"heatingLastServicedDate",
|
|
2062
|
+
"heatingLastServicedReport",
|
|
2063
|
+
"heatingInGoodWorkingOrder"
|
|
2064
|
+
],
|
|
2065
|
+
"properties": {
|
|
2066
|
+
"centralHeatingFuel": {
|
|
2067
|
+
"ta6Ref": "12.3.3",
|
|
2068
|
+
"discriminator": {
|
|
2069
|
+
"propertyName": "centralHeatingFuelType"
|
|
2070
|
+
},
|
|
2071
|
+
"oneOf": [
|
|
2072
|
+
{
|
|
2073
|
+
"properties": {
|
|
2074
|
+
"centralHeatingFuelType": {
|
|
2075
|
+
"enum": [
|
|
2076
|
+
"Mains gas"
|
|
2077
|
+
]
|
|
2078
|
+
},
|
|
2079
|
+
"gasMeter": {
|
|
2080
|
+
"ta6Ref": "13.2b",
|
|
2081
|
+
"properties": {
|
|
2082
|
+
"location": {
|
|
2083
|
+
"ta6Ref": "13.2b1"
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2088
|
+
"required": [
|
|
2089
|
+
"supplier",
|
|
2090
|
+
"gasMeter"
|
|
2501
2091
|
]
|
|
2502
2092
|
},
|
|
2503
|
-
|
|
2504
|
-
"
|
|
2505
|
-
|
|
2093
|
+
{
|
|
2094
|
+
"properties": {
|
|
2095
|
+
"centralHeatingFuelType": {
|
|
2096
|
+
"enum": [
|
|
2097
|
+
"Electricity"
|
|
2098
|
+
]
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"properties": {
|
|
2104
|
+
"centralHeatingFuelType": {
|
|
2105
|
+
"enum": [
|
|
2106
|
+
"Oil",
|
|
2107
|
+
"LPG",
|
|
2108
|
+
"Biomass"
|
|
2109
|
+
]
|
|
2110
|
+
}
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"properties": {
|
|
2115
|
+
"centralHeatingFuelType": {
|
|
2116
|
+
"enum": [
|
|
2117
|
+
"Other"
|
|
2118
|
+
]
|
|
2119
|
+
},
|
|
2120
|
+
"otherCentralHeatingFuelType": {
|
|
2121
|
+
"ta6Ref": "12.3a2"
|
|
2122
|
+
}
|
|
2123
|
+
},
|
|
2124
|
+
"required": [
|
|
2125
|
+
"otherCentralHeatingFuelType"
|
|
2126
|
+
]
|
|
2506
2127
|
}
|
|
2507
|
-
|
|
2128
|
+
],
|
|
2508
2129
|
"required": [
|
|
2509
|
-
"
|
|
2510
|
-
]
|
|
2511
|
-
}
|
|
2512
|
-
],
|
|
2513
|
-
"required": [
|
|
2514
|
-
"centralHeatingFuelType"
|
|
2515
|
-
],
|
|
2516
|
-
"properties": {
|
|
2517
|
-
"centralHeatingFuelType": {
|
|
2518
|
-
"ta6Ref": "12.3a1",
|
|
2519
|
-
"title": "What type of fuel does the system run on?",
|
|
2520
|
-
"enum": [
|
|
2521
|
-
"Mains gas",
|
|
2522
|
-
"Electricity",
|
|
2523
|
-
"Oil",
|
|
2524
|
-
"LPG",
|
|
2525
|
-
"Other"
|
|
2526
|
-
]
|
|
2527
|
-
}
|
|
2528
|
-
}
|
|
2529
|
-
},
|
|
2530
|
-
"centralHeatingInstalled": {
|
|
2531
|
-
"ta6Ref": "12.3b1",
|
|
2532
|
-
"title": "When was the heating system installed?"
|
|
2533
|
-
},
|
|
2534
|
-
"boilerInstallationCertificate": {
|
|
2535
|
-
"ta6Ref": "12.3b2",
|
|
2536
|
-
"title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
|
|
2537
|
-
"discriminator": {
|
|
2538
|
-
"propertyName": "yesNo"
|
|
2539
|
-
},
|
|
2540
|
-
"oneOf": [
|
|
2541
|
-
{
|
|
2130
|
+
"centralHeatingFuelType"
|
|
2131
|
+
],
|
|
2542
2132
|
"properties": {
|
|
2543
|
-
"
|
|
2544
|
-
"
|
|
2545
|
-
"No"
|
|
2546
|
-
]
|
|
2133
|
+
"centralHeatingFuelType": {
|
|
2134
|
+
"ta6Ref": "12.3a1"
|
|
2547
2135
|
}
|
|
2548
2136
|
}
|
|
2549
2137
|
},
|
|
2550
|
-
{
|
|
2551
|
-
"
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2138
|
+
"centralHeatingInstalled": {
|
|
2139
|
+
"ta6Ref": "12.3b1"
|
|
2140
|
+
},
|
|
2141
|
+
"boilerInstallationCertificate": {
|
|
2142
|
+
"ta6Ref": "12.3b2",
|
|
2143
|
+
"discriminator": {
|
|
2144
|
+
"propertyName": "yesNo"
|
|
2145
|
+
},
|
|
2146
|
+
"oneOf": [
|
|
2147
|
+
{
|
|
2148
|
+
"properties": {
|
|
2149
|
+
"yesNo": {
|
|
2150
|
+
"enum": [
|
|
2151
|
+
"No"
|
|
2152
|
+
]
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2556
2155
|
},
|
|
2557
|
-
|
|
2558
|
-
"
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2156
|
+
{
|
|
2157
|
+
"properties": {
|
|
2158
|
+
"yesNo": {
|
|
2159
|
+
"enum": [
|
|
2160
|
+
"Yes"
|
|
2161
|
+
]
|
|
2162
|
+
},
|
|
2163
|
+
"attachments": {
|
|
2164
|
+
"ta6Ref": "12.3b4"
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2167
|
+
"required": [
|
|
2168
|
+
"attachments"
|
|
2563
2169
|
]
|
|
2564
2170
|
}
|
|
2565
|
-
|
|
2171
|
+
],
|
|
2566
2172
|
"required": [
|
|
2567
|
-
"
|
|
2568
|
-
]
|
|
2569
|
-
}
|
|
2570
|
-
],
|
|
2571
|
-
"required": [
|
|
2572
|
-
"yesNo"
|
|
2573
|
-
],
|
|
2574
|
-
"properties": {
|
|
2575
|
-
"yesNo": {
|
|
2576
|
-
"ta6Ref": "12.3b3",
|
|
2577
|
-
"enum": [
|
|
2578
|
-
"Yes",
|
|
2579
|
-
"No"
|
|
2580
|
-
]
|
|
2581
|
-
}
|
|
2582
|
-
}
|
|
2583
|
-
},
|
|
2584
|
-
"heatingLastServicedDate": {
|
|
2585
|
-
"ta6Ref": "12.3d1",
|
|
2586
|
-
"title": "When was the heating system last serviced or maintained?"
|
|
2587
|
-
},
|
|
2588
|
-
"heatingLastServicedReport": {
|
|
2589
|
-
"ta6Ref": "12.3d2",
|
|
2590
|
-
"title": "Please provide a copy of the service or maintenance works report.",
|
|
2591
|
-
"enum": [
|
|
2592
|
-
"Attached",
|
|
2593
|
-
"To follow",
|
|
2594
|
-
"Not available"
|
|
2595
|
-
]
|
|
2596
|
-
},
|
|
2597
|
-
"heatingInGoodWorkingOrder": {
|
|
2598
|
-
"ta6Ref": "12.3c",
|
|
2599
|
-
"title": "Is the heating system in good working order to your satisfaction?",
|
|
2600
|
-
"discriminator": {
|
|
2601
|
-
"propertyName": "yesNo"
|
|
2602
|
-
},
|
|
2603
|
-
"oneOf": [
|
|
2604
|
-
{
|
|
2173
|
+
"yesNo"
|
|
2174
|
+
],
|
|
2605
2175
|
"properties": {
|
|
2606
2176
|
"yesNo": {
|
|
2607
|
-
"
|
|
2608
|
-
"Yes"
|
|
2609
|
-
]
|
|
2177
|
+
"ta6Ref": "12.3b3"
|
|
2610
2178
|
}
|
|
2611
2179
|
}
|
|
2612
2180
|
},
|
|
2613
|
-
{
|
|
2181
|
+
"heatingLastServicedDate": {
|
|
2182
|
+
"ta6Ref": "12.3d1"
|
|
2183
|
+
},
|
|
2184
|
+
"heatingLastServicedReport": {
|
|
2185
|
+
"ta6Ref": "12.3d2"
|
|
2186
|
+
},
|
|
2187
|
+
"heatingInGoodWorkingOrder": {
|
|
2188
|
+
"ta6Ref": "12.3c",
|
|
2189
|
+
"discriminator": {
|
|
2190
|
+
"propertyName": "yesNo"
|
|
2191
|
+
},
|
|
2192
|
+
"oneOf": [
|
|
2193
|
+
{
|
|
2194
|
+
"properties": {
|
|
2195
|
+
"yesNo": {
|
|
2196
|
+
"enum": [
|
|
2197
|
+
"Yes"
|
|
2198
|
+
]
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"properties": {
|
|
2204
|
+
"yesNo": {
|
|
2205
|
+
"enum": [
|
|
2206
|
+
"No"
|
|
2207
|
+
]
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
],
|
|
2212
|
+
"required": [
|
|
2213
|
+
"yesNo"
|
|
2214
|
+
],
|
|
2614
2215
|
"properties": {
|
|
2615
2216
|
"yesNo": {
|
|
2616
|
-
"
|
|
2617
|
-
"No"
|
|
2618
|
-
]
|
|
2217
|
+
"ta6Ref": "12.3c1"
|
|
2619
2218
|
}
|
|
2620
2219
|
}
|
|
2621
2220
|
}
|
|
2622
|
-
],
|
|
2623
|
-
"required": [
|
|
2624
|
-
"yesNo"
|
|
2625
|
-
],
|
|
2626
|
-
"properties": {
|
|
2627
|
-
"yesNo": {
|
|
2628
|
-
"ta6Ref": "12.3c1",
|
|
2629
|
-
"enum": [
|
|
2630
|
-
"Yes",
|
|
2631
|
-
"No"
|
|
2632
|
-
]
|
|
2633
|
-
}
|
|
2634
2221
|
}
|
|
2635
2222
|
}
|
|
2223
|
+
},
|
|
2224
|
+
"required": [
|
|
2225
|
+
"centralHeatingDetails"
|
|
2226
|
+
]
|
|
2227
|
+
},
|
|
2228
|
+
{
|
|
2229
|
+
"properties": {
|
|
2230
|
+
"heatingType": {
|
|
2231
|
+
"enum": [
|
|
2232
|
+
"Community heating system"
|
|
2233
|
+
]
|
|
2234
|
+
}
|
|
2636
2235
|
}
|
|
2637
2236
|
}
|
|
2638
|
-
|
|
2237
|
+
],
|
|
2639
2238
|
"required": [
|
|
2640
|
-
"
|
|
2641
|
-
]
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2239
|
+
"heatingType"
|
|
2240
|
+
],
|
|
2644
2241
|
"properties": {
|
|
2645
2242
|
"heatingType": {
|
|
2646
|
-
"
|
|
2647
|
-
"Community heating system"
|
|
2648
|
-
]
|
|
2243
|
+
"ta6Ref": "12.3.1"
|
|
2649
2244
|
}
|
|
2650
2245
|
}
|
|
2651
2246
|
}
|
|
2652
|
-
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
"connectivity": {
|
|
2250
|
+
"ta6Ref": "13",
|
|
2653
2251
|
"required": [
|
|
2654
|
-
"
|
|
2252
|
+
"telephone",
|
|
2253
|
+
"cableSatelliteTV"
|
|
2655
2254
|
],
|
|
2656
2255
|
"properties": {
|
|
2657
|
-
"
|
|
2658
|
-
"ta6Ref": "
|
|
2659
|
-
"
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2256
|
+
"telephone": {
|
|
2257
|
+
"ta6Ref": "13.5",
|
|
2258
|
+
"discriminator": {
|
|
2259
|
+
"propertyName": "yesNo"
|
|
2260
|
+
},
|
|
2261
|
+
"oneOf": [
|
|
2262
|
+
{
|
|
2263
|
+
"properties": {
|
|
2264
|
+
"yesNo": {
|
|
2265
|
+
"enum": [
|
|
2266
|
+
"No"
|
|
2267
|
+
]
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"properties": {
|
|
2273
|
+
"yesNo": {
|
|
2274
|
+
"enum": [
|
|
2275
|
+
"Yes"
|
|
2276
|
+
]
|
|
2277
|
+
},
|
|
2278
|
+
"supplier": {
|
|
2279
|
+
"ta6Ref": "13.5.2"
|
|
2280
|
+
}
|
|
2281
|
+
},
|
|
2282
|
+
"required": [
|
|
2283
|
+
"supplier"
|
|
2284
|
+
]
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"properties": {
|
|
2288
|
+
"yesNo": {
|
|
2289
|
+
"enum": [
|
|
2290
|
+
"To be connected"
|
|
2291
|
+
]
|
|
2292
|
+
},
|
|
2293
|
+
"supplier": {
|
|
2294
|
+
"ta6Ref": "13.5.2"
|
|
2295
|
+
}
|
|
2296
|
+
}
|
|
2297
|
+
}
|
|
2298
|
+
],
|
|
2299
|
+
"required": [
|
|
2300
|
+
"yesNo"
|
|
2301
|
+
],
|
|
2302
|
+
"properties": {
|
|
2303
|
+
"yesNo": {
|
|
2304
|
+
"ta6Ref": "13.5.1"
|
|
2305
|
+
}
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
"cableSatelliteTV": {
|
|
2309
|
+
"ta6Ref": "13.6",
|
|
2310
|
+
"discriminator": {
|
|
2311
|
+
"propertyName": "yesNo"
|
|
2312
|
+
},
|
|
2313
|
+
"oneOf": [
|
|
2314
|
+
{
|
|
2315
|
+
"properties": {
|
|
2316
|
+
"yesNo": {
|
|
2317
|
+
"enum": [
|
|
2318
|
+
"No"
|
|
2319
|
+
]
|
|
2320
|
+
}
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"properties": {
|
|
2325
|
+
"yesNo": {
|
|
2326
|
+
"enum": [
|
|
2327
|
+
"Yes"
|
|
2328
|
+
]
|
|
2329
|
+
},
|
|
2330
|
+
"supplier": {
|
|
2331
|
+
"ta6Ref": "13.6.2"
|
|
2332
|
+
}
|
|
2333
|
+
},
|
|
2334
|
+
"required": [
|
|
2335
|
+
"supplier"
|
|
2336
|
+
]
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"properties": {
|
|
2340
|
+
"yesNo": {
|
|
2341
|
+
"enum": [
|
|
2342
|
+
"To be connected"
|
|
2343
|
+
]
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2346
|
+
}
|
|
2347
|
+
],
|
|
2348
|
+
"required": [
|
|
2349
|
+
"yesNo"
|
|
2350
|
+
],
|
|
2351
|
+
"properties": {
|
|
2352
|
+
"yesNo": {
|
|
2353
|
+
"ta6Ref": "13.6.1"
|
|
2354
|
+
}
|
|
2355
|
+
}
|
|
2665
2356
|
}
|
|
2666
2357
|
}
|
|
2667
2358
|
},
|
|
2668
2359
|
"insurance": {
|
|
2669
2360
|
"ta6Ref": "6",
|
|
2670
|
-
"title": "Insurance",
|
|
2671
2361
|
"discriminator": {
|
|
2672
2362
|
"propertyName": "isInsured"
|
|
2673
2363
|
},
|
|
@@ -2680,17 +2370,10 @@
|
|
|
2680
2370
|
]
|
|
2681
2371
|
},
|
|
2682
2372
|
"details": {
|
|
2683
|
-
"ta6Ref": "6.2"
|
|
2684
|
-
"title": "Why not?"
|
|
2373
|
+
"ta6Ref": "6.2"
|
|
2685
2374
|
},
|
|
2686
2375
|
"landlordInsuresIfFlat": {
|
|
2687
|
-
"ta6Ref": "6.3"
|
|
2688
|
-
"title": "If the property is a flat, does the landlord insure the building?",
|
|
2689
|
-
"enum": [
|
|
2690
|
-
"Yes",
|
|
2691
|
-
"No",
|
|
2692
|
-
"Not applicable"
|
|
2693
|
-
]
|
|
2376
|
+
"ta6Ref": "6.3"
|
|
2694
2377
|
}
|
|
2695
2378
|
},
|
|
2696
2379
|
"required": [
|
|
@@ -2707,7 +2390,6 @@
|
|
|
2707
2390
|
},
|
|
2708
2391
|
"difficultiesObtainingInsurance": {
|
|
2709
2392
|
"ta6Ref": "6.4",
|
|
2710
|
-
"title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
|
|
2711
2393
|
"required": [
|
|
2712
2394
|
"abnormalRiseInPremiums",
|
|
2713
2395
|
"subjectToHighExcesses",
|
|
@@ -2717,7 +2399,6 @@
|
|
|
2717
2399
|
"properties": {
|
|
2718
2400
|
"abnormalRiseInPremiums": {
|
|
2719
2401
|
"ta6Ref": "6.4a",
|
|
2720
|
-
"title": "Subject to abnormal rise in premiums?",
|
|
2721
2402
|
"discriminator": {
|
|
2722
2403
|
"propertyName": "yesNo"
|
|
2723
2404
|
},
|
|
@@ -2739,8 +2420,7 @@
|
|
|
2739
2420
|
]
|
|
2740
2421
|
},
|
|
2741
2422
|
"details": {
|
|
2742
|
-
"ta6Ref": "6.4.2"
|
|
2743
|
-
"title": "Provide details"
|
|
2423
|
+
"ta6Ref": "6.4.2"
|
|
2744
2424
|
}
|
|
2745
2425
|
},
|
|
2746
2426
|
"required": [
|
|
@@ -2753,17 +2433,12 @@
|
|
|
2753
2433
|
],
|
|
2754
2434
|
"properties": {
|
|
2755
2435
|
"yesNo": {
|
|
2756
|
-
"ta6Ref": "6.4a1"
|
|
2757
|
-
"enum": [
|
|
2758
|
-
"Yes",
|
|
2759
|
-
"No"
|
|
2760
|
-
]
|
|
2436
|
+
"ta6Ref": "6.4a1"
|
|
2761
2437
|
}
|
|
2762
2438
|
}
|
|
2763
2439
|
},
|
|
2764
2440
|
"subjectToHighExcesses": {
|
|
2765
2441
|
"ta6Ref": "6.4b",
|
|
2766
|
-
"title": "Subject to high excesses?",
|
|
2767
2442
|
"discriminator": {
|
|
2768
2443
|
"propertyName": "yesNo"
|
|
2769
2444
|
},
|
|
@@ -2785,8 +2460,7 @@
|
|
|
2785
2460
|
]
|
|
2786
2461
|
},
|
|
2787
2462
|
"details": {
|
|
2788
|
-
"ta6Ref": "6.4.2"
|
|
2789
|
-
"title": "Provide details"
|
|
2463
|
+
"ta6Ref": "6.4.2"
|
|
2790
2464
|
}
|
|
2791
2465
|
},
|
|
2792
2466
|
"required": [
|
|
@@ -2799,17 +2473,12 @@
|
|
|
2799
2473
|
],
|
|
2800
2474
|
"properties": {
|
|
2801
2475
|
"yesNo": {
|
|
2802
|
-
"ta6Ref": "6.4b1"
|
|
2803
|
-
"enum": [
|
|
2804
|
-
"Yes",
|
|
2805
|
-
"No"
|
|
2806
|
-
]
|
|
2476
|
+
"ta6Ref": "6.4b1"
|
|
2807
2477
|
}
|
|
2808
2478
|
}
|
|
2809
2479
|
},
|
|
2810
2480
|
"subjectToUnusualConditions": {
|
|
2811
2481
|
"ta6Ref": "6.4c",
|
|
2812
|
-
"title": "Subject to unusual conditions?",
|
|
2813
2482
|
"discriminator": {
|
|
2814
2483
|
"propertyName": "yesNo"
|
|
2815
2484
|
},
|
|
@@ -2831,8 +2500,7 @@
|
|
|
2831
2500
|
]
|
|
2832
2501
|
},
|
|
2833
2502
|
"details": {
|
|
2834
|
-
"ta6Ref": "6.4.2"
|
|
2835
|
-
"title": "Provide details"
|
|
2503
|
+
"ta6Ref": "6.4.2"
|
|
2836
2504
|
}
|
|
2837
2505
|
},
|
|
2838
2506
|
"required": [
|
|
@@ -2845,17 +2513,12 @@
|
|
|
2845
2513
|
],
|
|
2846
2514
|
"properties": {
|
|
2847
2515
|
"yesNo": {
|
|
2848
|
-
"ta6Ref": "6.4c1"
|
|
2849
|
-
"enum": [
|
|
2850
|
-
"Yes",
|
|
2851
|
-
"No"
|
|
2852
|
-
]
|
|
2516
|
+
"ta6Ref": "6.4c1"
|
|
2853
2517
|
}
|
|
2854
2518
|
}
|
|
2855
2519
|
},
|
|
2856
2520
|
"refused": {
|
|
2857
2521
|
"ta6Ref": "6.4d",
|
|
2858
|
-
"title": "Refused?",
|
|
2859
2522
|
"discriminator": {
|
|
2860
2523
|
"propertyName": "yesNo"
|
|
2861
2524
|
},
|
|
@@ -2877,8 +2540,7 @@
|
|
|
2877
2540
|
]
|
|
2878
2541
|
},
|
|
2879
2542
|
"details": {
|
|
2880
|
-
"ta6Ref": "6.4.2"
|
|
2881
|
-
"title": "Provide details"
|
|
2543
|
+
"ta6Ref": "6.4.2"
|
|
2882
2544
|
}
|
|
2883
2545
|
},
|
|
2884
2546
|
"required": [
|
|
@@ -2891,11 +2553,7 @@
|
|
|
2891
2553
|
],
|
|
2892
2554
|
"properties": {
|
|
2893
2555
|
"yesNo": {
|
|
2894
|
-
"ta6Ref": "6.4d1"
|
|
2895
|
-
"enum": [
|
|
2896
|
-
"Yes",
|
|
2897
|
-
"No"
|
|
2898
|
-
]
|
|
2556
|
+
"ta6Ref": "6.4d1"
|
|
2899
2557
|
}
|
|
2900
2558
|
}
|
|
2901
2559
|
}
|
|
@@ -2903,7 +2561,6 @@
|
|
|
2903
2561
|
},
|
|
2904
2562
|
"insuranceClaims": {
|
|
2905
2563
|
"ta6Ref": "6.5",
|
|
2906
|
-
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
2907
2564
|
"discriminator": {
|
|
2908
2565
|
"propertyName": "yesNo"
|
|
2909
2566
|
},
|
|
@@ -2925,8 +2582,7 @@
|
|
|
2925
2582
|
]
|
|
2926
2583
|
},
|
|
2927
2584
|
"details": {
|
|
2928
|
-
"ta6Ref": "6.5.2"
|
|
2929
|
-
"title": "Provide details"
|
|
2585
|
+
"ta6Ref": "6.5.2"
|
|
2930
2586
|
}
|
|
2931
2587
|
},
|
|
2932
2588
|
"required": [
|
|
@@ -2939,11 +2595,7 @@
|
|
|
2939
2595
|
],
|
|
2940
2596
|
"properties": {
|
|
2941
2597
|
"yesNo": {
|
|
2942
|
-
"ta6Ref": "6.5.1"
|
|
2943
|
-
"enum": [
|
|
2944
|
-
"Yes",
|
|
2945
|
-
"No"
|
|
2946
|
-
]
|
|
2598
|
+
"ta6Ref": "6.5.1"
|
|
2947
2599
|
}
|
|
2948
2600
|
}
|
|
2949
2601
|
}
|
|
@@ -2959,18 +2611,12 @@
|
|
|
2959
2611
|
],
|
|
2960
2612
|
"properties": {
|
|
2961
2613
|
"isInsured": {
|
|
2962
|
-
"ta6Ref": "6.1"
|
|
2963
|
-
"title": "Do you insure the property?",
|
|
2964
|
-
"enum": [
|
|
2965
|
-
"Yes",
|
|
2966
|
-
"No"
|
|
2967
|
-
]
|
|
2614
|
+
"ta6Ref": "6.1"
|
|
2968
2615
|
}
|
|
2969
2616
|
}
|
|
2970
2617
|
},
|
|
2971
2618
|
"rightsAndInformalArrangements": {
|
|
2972
2619
|
"ta6Ref": "8",
|
|
2973
|
-
"title": "Rights and Informal Arrangements",
|
|
2974
2620
|
"required": [
|
|
2975
2621
|
"sharedContributions",
|
|
2976
2622
|
"neighbouringLandRights",
|
|
@@ -2980,7 +2626,6 @@
|
|
|
2980
2626
|
"properties": {
|
|
2981
2627
|
"sharedContributions": {
|
|
2982
2628
|
"ta6Ref": "8.1",
|
|
2983
|
-
"title": "Other than service charges and estate rentcharges, do you have to contribute towards the shared cost of a jointly-used service such as a shared driveway, road, parking area, garden or drain?",
|
|
2984
2629
|
"discriminator": {
|
|
2985
2630
|
"propertyName": "yesNo"
|
|
2986
2631
|
},
|
|
@@ -3002,8 +2647,7 @@
|
|
|
3002
2647
|
]
|
|
3003
2648
|
},
|
|
3004
2649
|
"details": {
|
|
3005
|
-
"ta6Ref": "8.1.2"
|
|
3006
|
-
"title": "Please give details including who collects payments and organises the work, the amount of the payments in the last year and whether they are regular payments or only when maintenance work is required"
|
|
2650
|
+
"ta6Ref": "8.1.2"
|
|
3007
2651
|
}
|
|
3008
2652
|
},
|
|
3009
2653
|
"required": [
|
|
@@ -3016,17 +2660,12 @@
|
|
|
3016
2660
|
],
|
|
3017
2661
|
"properties": {
|
|
3018
2662
|
"yesNo": {
|
|
3019
|
-
"ta6Ref": "8.1.1"
|
|
3020
|
-
"enum": [
|
|
3021
|
-
"Yes",
|
|
3022
|
-
"No"
|
|
3023
|
-
]
|
|
2663
|
+
"ta6Ref": "8.1.1"
|
|
3024
2664
|
}
|
|
3025
2665
|
}
|
|
3026
2666
|
},
|
|
3027
2667
|
"neighbouringLandRights": {
|
|
3028
2668
|
"ta6Ref": "8.2",
|
|
3029
|
-
"title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
|
|
3030
2669
|
"discriminator": {
|
|
3031
2670
|
"propertyName": "yesNo"
|
|
3032
2671
|
},
|
|
@@ -3048,8 +2687,7 @@
|
|
|
3048
2687
|
]
|
|
3049
2688
|
},
|
|
3050
2689
|
"details": {
|
|
3051
|
-
"ta6Ref": "8.2.2"
|
|
3052
|
-
"title": "Please give details and provide a plan showing the route of the access, parking etc"
|
|
2690
|
+
"ta6Ref": "8.2.2"
|
|
3053
2691
|
}
|
|
3054
2692
|
},
|
|
3055
2693
|
"required": [
|
|
@@ -3062,17 +2700,12 @@
|
|
|
3062
2700
|
],
|
|
3063
2701
|
"properties": {
|
|
3064
2702
|
"yesNo": {
|
|
3065
|
-
"ta6Ref": "8.2.1"
|
|
3066
|
-
"enum": [
|
|
3067
|
-
"Yes",
|
|
3068
|
-
"No"
|
|
3069
|
-
]
|
|
2703
|
+
"ta6Ref": "8.2.1"
|
|
3070
2704
|
}
|
|
3071
2705
|
}
|
|
3072
2706
|
},
|
|
3073
2707
|
"accessRestrictionAttempts": {
|
|
3074
2708
|
"ta6Ref": "8.3",
|
|
3075
|
-
"title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
|
|
3076
2709
|
"discriminator": {
|
|
3077
2710
|
"propertyName": "yesNo"
|
|
3078
2711
|
},
|
|
@@ -3094,8 +2727,7 @@
|
|
|
3094
2727
|
]
|
|
3095
2728
|
},
|
|
3096
2729
|
"details": {
|
|
3097
|
-
"ta6Ref": "8.3.2"
|
|
3098
|
-
"title": "Details"
|
|
2730
|
+
"ta6Ref": "8.3.2"
|
|
3099
2731
|
}
|
|
3100
2732
|
},
|
|
3101
2733
|
"required": [
|
|
@@ -3108,17 +2740,12 @@
|
|
|
3108
2740
|
],
|
|
3109
2741
|
"properties": {
|
|
3110
2742
|
"yesNo": {
|
|
3111
|
-
"ta6Ref": "8.3.1"
|
|
3112
|
-
"enum": [
|
|
3113
|
-
"Yes",
|
|
3114
|
-
"No"
|
|
3115
|
-
]
|
|
2743
|
+
"ta6Ref": "8.3.1"
|
|
3116
2744
|
}
|
|
3117
2745
|
}
|
|
3118
2746
|
},
|
|
3119
2747
|
"rightsOrArrangements": {
|
|
3120
2748
|
"ta6Ref": "8.4",
|
|
3121
|
-
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
3122
2749
|
"required": [
|
|
3123
2750
|
"rightsOfLight",
|
|
3124
2751
|
"rightsOfSupport",
|
|
@@ -3131,7 +2758,6 @@
|
|
|
3131
2758
|
"properties": {
|
|
3132
2759
|
"publicRightOfWay": {
|
|
3133
2760
|
"ta6Ref": "8.6",
|
|
3134
|
-
"title": "A public right of way through and/or across your property, buildings or land",
|
|
3135
2761
|
"discriminator": {
|
|
3136
2762
|
"propertyName": "yesNo"
|
|
3137
2763
|
},
|
|
@@ -3153,8 +2779,7 @@
|
|
|
3153
2779
|
]
|
|
3154
2780
|
},
|
|
3155
2781
|
"details": {
|
|
3156
|
-
"ta6Ref": "8.6.2"
|
|
3157
|
-
"title": "Please provide details and mark the route on a plan of the property"
|
|
2782
|
+
"ta6Ref": "8.6.2"
|
|
3158
2783
|
}
|
|
3159
2784
|
},
|
|
3160
2785
|
"required": [
|
|
@@ -3167,17 +2792,12 @@
|
|
|
3167
2792
|
],
|
|
3168
2793
|
"properties": {
|
|
3169
2794
|
"yesNo": {
|
|
3170
|
-
"ta6Ref": "8.6.1"
|
|
3171
|
-
"enum": [
|
|
3172
|
-
"Yes",
|
|
3173
|
-
"No"
|
|
3174
|
-
]
|
|
2795
|
+
"ta6Ref": "8.6.1"
|
|
3175
2796
|
}
|
|
3176
2797
|
}
|
|
3177
2798
|
},
|
|
3178
2799
|
"rightsOfLight": {
|
|
3179
2800
|
"ta6Ref": "8.4a",
|
|
3180
|
-
"title": "Rights of light",
|
|
3181
2801
|
"discriminator": {
|
|
3182
2802
|
"propertyName": "yesNo"
|
|
3183
2803
|
},
|
|
@@ -3206,17 +2826,12 @@
|
|
|
3206
2826
|
],
|
|
3207
2827
|
"properties": {
|
|
3208
2828
|
"yesNo": {
|
|
3209
|
-
"ta6Ref": "8.4a1"
|
|
3210
|
-
"enum": [
|
|
3211
|
-
"Yes",
|
|
3212
|
-
"No"
|
|
3213
|
-
]
|
|
2829
|
+
"ta6Ref": "8.4a1"
|
|
3214
2830
|
}
|
|
3215
2831
|
}
|
|
3216
2832
|
},
|
|
3217
2833
|
"rightsOfSupport": {
|
|
3218
2834
|
"ta6Ref": "8.4b",
|
|
3219
|
-
"title": "Rights of support from ajoining properties",
|
|
3220
2835
|
"discriminator": {
|
|
3221
2836
|
"propertyName": "yesNo"
|
|
3222
2837
|
},
|
|
@@ -3245,17 +2860,12 @@
|
|
|
3245
2860
|
],
|
|
3246
2861
|
"properties": {
|
|
3247
2862
|
"yesNo": {
|
|
3248
|
-
"ta6Ref": "8.4b1"
|
|
3249
|
-
"enum": [
|
|
3250
|
-
"Yes",
|
|
3251
|
-
"No"
|
|
3252
|
-
]
|
|
2863
|
+
"ta6Ref": "8.4b1"
|
|
3253
2864
|
}
|
|
3254
2865
|
}
|
|
3255
2866
|
},
|
|
3256
2867
|
"rightsCreatedThroughCustom": {
|
|
3257
2868
|
"ta6Ref": "8.4c",
|
|
3258
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
3259
2869
|
"discriminator": {
|
|
3260
2870
|
"propertyName": "yesNo"
|
|
3261
2871
|
},
|
|
@@ -3284,17 +2894,12 @@
|
|
|
3284
2894
|
],
|
|
3285
2895
|
"properties": {
|
|
3286
2896
|
"yesNo": {
|
|
3287
|
-
"ta6Ref": "8.4c1"
|
|
3288
|
-
"enum": [
|
|
3289
|
-
"Yes",
|
|
3290
|
-
"No"
|
|
3291
|
-
]
|
|
2897
|
+
"ta6Ref": "8.4c1"
|
|
3292
2898
|
}
|
|
3293
2899
|
}
|
|
3294
2900
|
},
|
|
3295
2901
|
"rightsToTakeFromLand": {
|
|
3296
2902
|
"ta6Ref": "8.5c",
|
|
3297
|
-
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
3298
2903
|
"discriminator": {
|
|
3299
2904
|
"propertyName": "yesNo"
|
|
3300
2905
|
},
|
|
@@ -3316,8 +2921,7 @@
|
|
|
3316
2921
|
]
|
|
3317
2922
|
},
|
|
3318
2923
|
"details": {
|
|
3319
|
-
"ta6Ref": "8.5c2"
|
|
3320
|
-
"title": "Details"
|
|
2924
|
+
"ta6Ref": "8.5c2"
|
|
3321
2925
|
}
|
|
3322
2926
|
},
|
|
3323
2927
|
"required": [
|
|
@@ -3330,17 +2934,12 @@
|
|
|
3330
2934
|
],
|
|
3331
2935
|
"properties": {
|
|
3332
2936
|
"yesNo": {
|
|
3333
|
-
"ta6Ref": "8.5c1"
|
|
3334
|
-
"enum": [
|
|
3335
|
-
"Yes",
|
|
3336
|
-
"No"
|
|
3337
|
-
]
|
|
2937
|
+
"ta6Ref": "8.5c1"
|
|
3338
2938
|
}
|
|
3339
2939
|
}
|
|
3340
2940
|
},
|
|
3341
2941
|
"minesAndMinerals": {
|
|
3342
2942
|
"ta6Ref": "8.5a",
|
|
3343
|
-
"title": "Mines and minerals under the property",
|
|
3344
2943
|
"discriminator": {
|
|
3345
2944
|
"propertyName": "yesNo"
|
|
3346
2945
|
},
|
|
@@ -3369,17 +2968,12 @@
|
|
|
3369
2968
|
],
|
|
3370
2969
|
"properties": {
|
|
3371
2970
|
"yesNo": {
|
|
3372
|
-
"ta6Ref": "8.5a1"
|
|
3373
|
-
"enum": [
|
|
3374
|
-
"Yes",
|
|
3375
|
-
"No"
|
|
3376
|
-
]
|
|
2971
|
+
"ta6Ref": "8.5a1"
|
|
3377
2972
|
}
|
|
3378
2973
|
}
|
|
3379
2974
|
},
|
|
3380
2975
|
"churchChancel": {
|
|
3381
2976
|
"ta6Ref": "8.5b",
|
|
3382
|
-
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
3383
2977
|
"discriminator": {
|
|
3384
2978
|
"propertyName": "yesNo"
|
|
3385
2979
|
},
|
|
@@ -3408,17 +3002,12 @@
|
|
|
3408
3002
|
],
|
|
3409
3003
|
"properties": {
|
|
3410
3004
|
"yesNo": {
|
|
3411
|
-
"ta6Ref": "8.5b1"
|
|
3412
|
-
"enum": [
|
|
3413
|
-
"Yes",
|
|
3414
|
-
"No"
|
|
3415
|
-
]
|
|
3005
|
+
"ta6Ref": "8.5b1"
|
|
3416
3006
|
}
|
|
3417
3007
|
}
|
|
3418
3008
|
},
|
|
3419
3009
|
"otherRights": {
|
|
3420
3010
|
"ta6Ref": "8.6",
|
|
3421
|
-
"title": "Any other rights or arrangements affecting the property?",
|
|
3422
3011
|
"discriminator": {
|
|
3423
3012
|
"propertyName": "yesNo"
|
|
3424
3013
|
},
|
|
@@ -3440,8 +3029,7 @@
|
|
|
3440
3029
|
]
|
|
3441
3030
|
},
|
|
3442
3031
|
"details": {
|
|
3443
|
-
"ta6Ref": "8.6.2"
|
|
3444
|
-
"title": "Details"
|
|
3032
|
+
"ta6Ref": "8.6.2"
|
|
3445
3033
|
}
|
|
3446
3034
|
},
|
|
3447
3035
|
"required": [
|
|
@@ -3454,11 +3042,7 @@
|
|
|
3454
3042
|
],
|
|
3455
3043
|
"properties": {
|
|
3456
3044
|
"yesNo": {
|
|
3457
|
-
"ta6Ref": "8.6.1"
|
|
3458
|
-
"enum": [
|
|
3459
|
-
"Yes",
|
|
3460
|
-
"No"
|
|
3461
|
-
]
|
|
3045
|
+
"ta6Ref": "8.6.1"
|
|
3462
3046
|
}
|
|
3463
3047
|
}
|
|
3464
3048
|
}
|
|
@@ -3468,7 +3052,6 @@
|
|
|
3468
3052
|
},
|
|
3469
3053
|
"environmentalIssues": {
|
|
3470
3054
|
"ta6Ref": "7",
|
|
3471
|
-
"title": "Environmental Issues Affecting the Property",
|
|
3472
3055
|
"required": [
|
|
3473
3056
|
"flooding",
|
|
3474
3057
|
"radon"
|
|
@@ -3476,59 +3059,58 @@
|
|
|
3476
3059
|
"properties": {
|
|
3477
3060
|
"flooding": {
|
|
3478
3061
|
"ta6Ref": "7.1.0",
|
|
3479
|
-
"
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
"
|
|
3486
|
-
"
|
|
3487
|
-
|
|
3488
|
-
|
|
3062
|
+
"required": [
|
|
3063
|
+
"historicalFlooding"
|
|
3064
|
+
],
|
|
3065
|
+
"properties": {
|
|
3066
|
+
"historicalFlooding": {
|
|
3067
|
+
"ta6Ref": "7.1.1",
|
|
3068
|
+
"discriminator": {
|
|
3069
|
+
"propertyName": "hasBeenFlooded"
|
|
3070
|
+
},
|
|
3071
|
+
"oneOf": [
|
|
3072
|
+
{
|
|
3073
|
+
"properties": {
|
|
3074
|
+
"hasBeenFlooded": {
|
|
3075
|
+
"enum": [
|
|
3076
|
+
"No"
|
|
3077
|
+
]
|
|
3078
|
+
}
|
|
3079
|
+
}
|
|
3080
|
+
},
|
|
3081
|
+
{
|
|
3082
|
+
"properties": {
|
|
3083
|
+
"hasBeenFlooded": {
|
|
3084
|
+
"enum": [
|
|
3085
|
+
"Yes"
|
|
3086
|
+
]
|
|
3087
|
+
},
|
|
3088
|
+
"typeOfFlooding": {
|
|
3089
|
+
"ta6Ref": "7.2"
|
|
3090
|
+
},
|
|
3091
|
+
"details": {
|
|
3092
|
+
"ta6Ref": "7.1.2"
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
3095
|
+
"required": [
|
|
3096
|
+
"typeOfFlooding",
|
|
3097
|
+
"details"
|
|
3489
3098
|
]
|
|
3490
3099
|
}
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3100
|
+
],
|
|
3101
|
+
"required": [
|
|
3102
|
+
"hasBeenFlooded"
|
|
3103
|
+
],
|
|
3494
3104
|
"properties": {
|
|
3495
3105
|
"hasBeenFlooded": {
|
|
3496
|
-
"
|
|
3497
|
-
"Yes"
|
|
3498
|
-
]
|
|
3499
|
-
},
|
|
3500
|
-
"typeOfFlooding": {
|
|
3501
|
-
"ta6Ref": "7.2",
|
|
3502
|
-
"title": "What type of flooding occurred?"
|
|
3503
|
-
},
|
|
3504
|
-
"details": {
|
|
3505
|
-
"ta6Ref": "7.1.2",
|
|
3506
|
-
"title": "Please state when the flooding occurred and identify the parts that flooded"
|
|
3106
|
+
"ta6Ref": "7.1.1.1"
|
|
3507
3107
|
}
|
|
3508
|
-
}
|
|
3509
|
-
"required": [
|
|
3510
|
-
"typeOfFlooding",
|
|
3511
|
-
"details"
|
|
3512
|
-
]
|
|
3513
|
-
}
|
|
3514
|
-
],
|
|
3515
|
-
"required": [
|
|
3516
|
-
"hasBeenFlooded"
|
|
3517
|
-
],
|
|
3518
|
-
"properties": {
|
|
3519
|
-
"hasBeenFlooded": {
|
|
3520
|
-
"ta6Ref": "7.1.1",
|
|
3521
|
-
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
3522
|
-
"enum": [
|
|
3523
|
-
"Yes",
|
|
3524
|
-
"No"
|
|
3525
|
-
]
|
|
3108
|
+
}
|
|
3526
3109
|
}
|
|
3527
3110
|
}
|
|
3528
3111
|
},
|
|
3529
3112
|
"radon": {
|
|
3530
3113
|
"ta6Ref": "7.4",
|
|
3531
|
-
"title": "Radon",
|
|
3532
3114
|
"required": [
|
|
3533
3115
|
"remedialMeasuresOnConstruction",
|
|
3534
3116
|
"radonTest"
|
|
@@ -3536,7 +3118,6 @@
|
|
|
3536
3118
|
"properties": {
|
|
3537
3119
|
"radonTest": {
|
|
3538
3120
|
"ta6Ref": "7.4",
|
|
3539
|
-
"title": "Has a Radon test been carried out on the property?",
|
|
3540
3121
|
"discriminator": {
|
|
3541
3122
|
"propertyName": "yesNo"
|
|
3542
3123
|
},
|
|
@@ -3558,20 +3139,10 @@
|
|
|
3558
3139
|
]
|
|
3559
3140
|
},
|
|
3560
3141
|
"details": {
|
|
3561
|
-
"ta6Ref": "7.4b"
|
|
3562
|
-
"title": "Was the test result was below the recommended action level?",
|
|
3563
|
-
"enum": [
|
|
3564
|
-
"Yes",
|
|
3565
|
-
"No"
|
|
3566
|
-
]
|
|
3142
|
+
"ta6Ref": "7.4b"
|
|
3567
3143
|
},
|
|
3568
3144
|
"attachments": {
|
|
3569
|
-
"ta6Ref": "7.4a"
|
|
3570
|
-
"title": "Please supply a copy of the report",
|
|
3571
|
-
"enum": [
|
|
3572
|
-
"Attached",
|
|
3573
|
-
"To follow"
|
|
3574
|
-
]
|
|
3145
|
+
"ta6Ref": "7.4a"
|
|
3575
3146
|
}
|
|
3576
3147
|
},
|
|
3577
3148
|
"required": [
|
|
@@ -3585,28 +3156,18 @@
|
|
|
3585
3156
|
],
|
|
3586
3157
|
"properties": {
|
|
3587
3158
|
"yesNo": {
|
|
3588
|
-
"ta6Ref": "7.4.1"
|
|
3589
|
-
"enum": [
|
|
3590
|
-
"Yes",
|
|
3591
|
-
"No"
|
|
3592
|
-
]
|
|
3159
|
+
"ta6Ref": "7.4.1"
|
|
3593
3160
|
}
|
|
3594
3161
|
}
|
|
3595
3162
|
},
|
|
3596
3163
|
"remedialMeasuresOnConstruction": {
|
|
3597
3164
|
"ta6Ref": "7.5",
|
|
3598
|
-
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
|
|
3599
3165
|
"required": [
|
|
3600
3166
|
"yesNo"
|
|
3601
3167
|
],
|
|
3602
|
-
"properties": {
|
|
3603
|
-
"yesNo": {
|
|
3604
|
-
"ta6Ref": "7.5.1"
|
|
3605
|
-
"enum": [
|
|
3606
|
-
"Yes",
|
|
3607
|
-
"No",
|
|
3608
|
-
"Not known"
|
|
3609
|
-
]
|
|
3168
|
+
"properties": {
|
|
3169
|
+
"yesNo": {
|
|
3170
|
+
"ta6Ref": "7.5.1"
|
|
3610
3171
|
}
|
|
3611
3172
|
}
|
|
3612
3173
|
}
|
|
@@ -3616,14 +3177,12 @@
|
|
|
3616
3177
|
},
|
|
3617
3178
|
"additionalInformation": {
|
|
3618
3179
|
"ta6Ref": "10",
|
|
3619
|
-
"title": "Additional Information",
|
|
3620
3180
|
"required": [
|
|
3621
3181
|
"otherCharges"
|
|
3622
3182
|
],
|
|
3623
3183
|
"properties": {
|
|
3624
3184
|
"otherCharges": {
|
|
3625
3185
|
"ta6Ref": "10.1",
|
|
3626
|
-
"title": "Does the seller have to pay any charges relating to the property (excluding any payments such as council tax, utility charges, etc.), for example payments to a management company?",
|
|
3627
3186
|
"discriminator": {
|
|
3628
3187
|
"propertyName": "yesNo"
|
|
3629
3188
|
},
|
|
@@ -3645,8 +3204,7 @@
|
|
|
3645
3204
|
]
|
|
3646
3205
|
},
|
|
3647
3206
|
"details": {
|
|
3648
|
-
"ta6Ref": "10.1.2"
|
|
3649
|
-
"title": "Please give details"
|
|
3207
|
+
"ta6Ref": "10.1.2"
|
|
3650
3208
|
}
|
|
3651
3209
|
},
|
|
3652
3210
|
"required": [
|
|
@@ -3659,11 +3217,7 @@
|
|
|
3659
3217
|
],
|
|
3660
3218
|
"properties": {
|
|
3661
3219
|
"yesNo": {
|
|
3662
|
-
"ta6Ref": "10.1.1"
|
|
3663
|
-
"enum": [
|
|
3664
|
-
"Yes",
|
|
3665
|
-
"No"
|
|
3666
|
-
]
|
|
3220
|
+
"ta6Ref": "10.1.1"
|
|
3667
3221
|
}
|
|
3668
3222
|
}
|
|
3669
3223
|
}
|
|
@@ -3673,12 +3227,10 @@
|
|
|
3673
3227
|
},
|
|
3674
3228
|
"additionalLegalInfo": {
|
|
3675
3229
|
"ta6Ref": "0",
|
|
3676
|
-
"title": "Additional information required for the legal process",
|
|
3677
|
-
"description": "Supporting mapping to BASPI, Law Society and RICS Data Schema elements.",
|
|
3678
3230
|
"required": [
|
|
3679
3231
|
"legalBoundaries",
|
|
3680
3232
|
"servicesCrossing",
|
|
3681
|
-
"
|
|
3233
|
+
"electricalWorks",
|
|
3682
3234
|
"guaranteesWarrantiesAndIndemnityInsurances",
|
|
3683
3235
|
"occupiers",
|
|
3684
3236
|
"completionAndMoving",
|
|
@@ -3687,7 +3239,6 @@
|
|
|
3687
3239
|
"properties": {
|
|
3688
3240
|
"legalBoundaries": {
|
|
3689
3241
|
"ta6Ref": "1",
|
|
3690
|
-
"title": "Legal Boundaries",
|
|
3691
3242
|
"required": [
|
|
3692
3243
|
"ownership",
|
|
3693
3244
|
"haveBoundaryFeaturesMoved",
|
|
@@ -3701,13 +3252,7 @@
|
|
|
3701
3252
|
],
|
|
3702
3253
|
"properties": {
|
|
3703
3254
|
"areBoundariesUniform": {
|
|
3704
|
-
"ta6Ref": "1.2"
|
|
3705
|
-
"title": "Are the boundaries uniform?",
|
|
3706
|
-
"enum": [
|
|
3707
|
-
"Yes",
|
|
3708
|
-
"No",
|
|
3709
|
-
"Not applicable"
|
|
3710
|
-
]
|
|
3255
|
+
"ta6Ref": "1.2"
|
|
3711
3256
|
}
|
|
3712
3257
|
},
|
|
3713
3258
|
"oneOf": [
|
|
@@ -3722,44 +3267,16 @@
|
|
|
3722
3267
|
],
|
|
3723
3268
|
"properties": {
|
|
3724
3269
|
"left": {
|
|
3725
|
-
"ta6Ref": "1.1a"
|
|
3726
|
-
"title": "On the left",
|
|
3727
|
-
"enum": [
|
|
3728
|
-
"Seller",
|
|
3729
|
-
"Shared",
|
|
3730
|
-
"Neighbour",
|
|
3731
|
-
"Not known"
|
|
3732
|
-
]
|
|
3270
|
+
"ta6Ref": "1.1a"
|
|
3733
3271
|
},
|
|
3734
3272
|
"right": {
|
|
3735
|
-
"ta6Ref": "1.1b"
|
|
3736
|
-
"title": "On the right",
|
|
3737
|
-
"enum": [
|
|
3738
|
-
"Seller",
|
|
3739
|
-
"Shared",
|
|
3740
|
-
"Neighbour",
|
|
3741
|
-
"Not known"
|
|
3742
|
-
]
|
|
3273
|
+
"ta6Ref": "1.1b"
|
|
3743
3274
|
},
|
|
3744
3275
|
"rear": {
|
|
3745
|
-
"ta6Ref": "1.1c"
|
|
3746
|
-
"title": "At the rear",
|
|
3747
|
-
"enum": [
|
|
3748
|
-
"Seller",
|
|
3749
|
-
"Shared",
|
|
3750
|
-
"Neighbour",
|
|
3751
|
-
"Not known"
|
|
3752
|
-
]
|
|
3276
|
+
"ta6Ref": "1.1c"
|
|
3753
3277
|
},
|
|
3754
3278
|
"front": {
|
|
3755
|
-
"ta6Ref": "1.1d"
|
|
3756
|
-
"title": "At the front",
|
|
3757
|
-
"enum": [
|
|
3758
|
-
"Seller",
|
|
3759
|
-
"Shared",
|
|
3760
|
-
"Neighbour",
|
|
3761
|
-
"Not known"
|
|
3762
|
-
]
|
|
3279
|
+
"ta6Ref": "1.1d"
|
|
3763
3280
|
}
|
|
3764
3281
|
}
|
|
3765
3282
|
}
|
|
@@ -3772,16 +3289,10 @@
|
|
|
3772
3289
|
],
|
|
3773
3290
|
"properties": {
|
|
3774
3291
|
"details": {
|
|
3775
|
-
"ta6Ref": "1.2.1"
|
|
3776
|
-
"title": "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property"
|
|
3292
|
+
"ta6Ref": "1.2.1"
|
|
3777
3293
|
},
|
|
3778
3294
|
"attachments": {
|
|
3779
|
-
"ta6Ref": "1.2.2"
|
|
3780
|
-
"title": "Attachments",
|
|
3781
|
-
"enum": [
|
|
3782
|
-
"Attached",
|
|
3783
|
-
"To follow"
|
|
3784
|
-
]
|
|
3295
|
+
"ta6Ref": "1.2.2"
|
|
3785
3296
|
}
|
|
3786
3297
|
}
|
|
3787
3298
|
}
|
|
@@ -3789,7 +3300,6 @@
|
|
|
3789
3300
|
},
|
|
3790
3301
|
"haveBoundaryFeaturesMoved": {
|
|
3791
3302
|
"ta6Ref": "1.3",
|
|
3792
|
-
"title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
|
|
3793
3303
|
"discriminator": {
|
|
3794
3304
|
"propertyName": "yesNo"
|
|
3795
3305
|
},
|
|
@@ -3812,8 +3322,7 @@
|
|
|
3812
3322
|
]
|
|
3813
3323
|
},
|
|
3814
3324
|
"details": {
|
|
3815
|
-
"ta6Ref": "1.3.2"
|
|
3816
|
-
"title": "Details"
|
|
3325
|
+
"ta6Ref": "1.3.2"
|
|
3817
3326
|
}
|
|
3818
3327
|
},
|
|
3819
3328
|
"required": [
|
|
@@ -3826,18 +3335,12 @@
|
|
|
3826
3335
|
],
|
|
3827
3336
|
"properties": {
|
|
3828
3337
|
"yesNo": {
|
|
3829
|
-
"ta6Ref": "1.3.1"
|
|
3830
|
-
"enum": [
|
|
3831
|
-
"Yes",
|
|
3832
|
-
"No",
|
|
3833
|
-
"Not applicable"
|
|
3834
|
-
]
|
|
3338
|
+
"ta6Ref": "1.3.1"
|
|
3835
3339
|
}
|
|
3836
3340
|
}
|
|
3837
3341
|
},
|
|
3838
3342
|
"adjacentLandIncluded": {
|
|
3839
3343
|
"ta6Ref": "1.4",
|
|
3840
|
-
"title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
|
|
3841
3344
|
"discriminator": {
|
|
3842
3345
|
"propertyName": "yesNo"
|
|
3843
3346
|
},
|
|
@@ -3860,8 +3363,7 @@
|
|
|
3860
3363
|
]
|
|
3861
3364
|
},
|
|
3862
3365
|
"details": {
|
|
3863
|
-
"ta6Ref": "1.4.2"
|
|
3864
|
-
"title": "Details"
|
|
3366
|
+
"ta6Ref": "1.4.2"
|
|
3865
3367
|
}
|
|
3866
3368
|
},
|
|
3867
3369
|
"required": [
|
|
@@ -3874,19 +3376,12 @@
|
|
|
3874
3376
|
],
|
|
3875
3377
|
"properties": {
|
|
3876
3378
|
"yesNo": {
|
|
3877
|
-
"ta6Ref": "1.4.1"
|
|
3878
|
-
"enum": [
|
|
3879
|
-
"Yes",
|
|
3880
|
-
"No",
|
|
3881
|
-
"Not applicable"
|
|
3882
|
-
]
|
|
3379
|
+
"ta6Ref": "1.4.1"
|
|
3883
3380
|
}
|
|
3884
3381
|
}
|
|
3885
3382
|
},
|
|
3886
3383
|
"flyingFreehold": {
|
|
3887
3384
|
"ta6Ref": "1.5",
|
|
3888
|
-
"title": "Is there a flying freehold?",
|
|
3889
|
-
"description": "NOTE: a flying freehold is when part of the property overhangs a neighbour's property or an accessway - e.g. a terrace house where part of the upstairs is over an accessway which belongs to someone else.",
|
|
3890
3385
|
"discriminator": {
|
|
3891
3386
|
"propertyName": "yesNo"
|
|
3892
3387
|
},
|
|
@@ -3909,8 +3404,7 @@
|
|
|
3909
3404
|
]
|
|
3910
3405
|
},
|
|
3911
3406
|
"details": {
|
|
3912
|
-
"ta6Ref": "1.5.2"
|
|
3913
|
-
"title": "Details"
|
|
3407
|
+
"ta6Ref": "1.5.2"
|
|
3914
3408
|
}
|
|
3915
3409
|
},
|
|
3916
3410
|
"required": [
|
|
@@ -3923,12 +3417,7 @@
|
|
|
3923
3417
|
],
|
|
3924
3418
|
"properties": {
|
|
3925
3419
|
"yesNo": {
|
|
3926
|
-
"ta6Ref": "1.5.1"
|
|
3927
|
-
"enum": [
|
|
3928
|
-
"Yes",
|
|
3929
|
-
"No",
|
|
3930
|
-
"Not applicable"
|
|
3931
|
-
]
|
|
3420
|
+
"ta6Ref": "1.5.1"
|
|
3932
3421
|
}
|
|
3933
3422
|
}
|
|
3934
3423
|
}
|
|
@@ -3936,7 +3425,6 @@
|
|
|
3936
3425
|
},
|
|
3937
3426
|
"servicesCrossing": {
|
|
3938
3427
|
"ta6Ref": "8",
|
|
3939
|
-
"title": "Services Crossing Other Property",
|
|
3940
3428
|
"required": [
|
|
3941
3429
|
"pipesWiresCablesDrainsToProperty",
|
|
3942
3430
|
"pipesWiresCablesDrainsFromProperty",
|
|
@@ -3945,7 +3433,6 @@
|
|
|
3945
3433
|
"properties": {
|
|
3946
3434
|
"pipesWiresCablesDrainsToProperty": {
|
|
3947
3435
|
"ta6Ref": "8.7",
|
|
3948
|
-
"title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
|
|
3949
3436
|
"discriminator": {
|
|
3950
3437
|
"propertyName": "yesNo"
|
|
3951
3438
|
},
|
|
@@ -3975,18 +3462,12 @@
|
|
|
3975
3462
|
],
|
|
3976
3463
|
"properties": {
|
|
3977
3464
|
"yesNo": {
|
|
3978
|
-
"ta6Ref": "8.7.1"
|
|
3979
|
-
"enum": [
|
|
3980
|
-
"Yes",
|
|
3981
|
-
"No",
|
|
3982
|
-
"Not known"
|
|
3983
|
-
]
|
|
3465
|
+
"ta6Ref": "8.7.1"
|
|
3984
3466
|
}
|
|
3985
3467
|
}
|
|
3986
3468
|
},
|
|
3987
3469
|
"pipesWiresCablesDrainsFromProperty": {
|
|
3988
3470
|
"ta6Ref": "8.8",
|
|
3989
|
-
"title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
|
|
3990
3471
|
"discriminator": {
|
|
3991
3472
|
"propertyName": "yesNo"
|
|
3992
3473
|
},
|
|
@@ -4016,18 +3497,12 @@
|
|
|
4016
3497
|
],
|
|
4017
3498
|
"properties": {
|
|
4018
3499
|
"yesNo": {
|
|
4019
|
-
"ta6Ref": "8.8.1"
|
|
4020
|
-
"enum": [
|
|
4021
|
-
"Yes",
|
|
4022
|
-
"No",
|
|
4023
|
-
"Not known"
|
|
4024
|
-
]
|
|
3500
|
+
"ta6Ref": "8.8.1"
|
|
4025
3501
|
}
|
|
4026
3502
|
}
|
|
4027
3503
|
},
|
|
4028
3504
|
"formalOrInformalAgreements": {
|
|
4029
3505
|
"ta6Ref": "8.9",
|
|
4030
|
-
"title": "Are you aware of any formal or informal agreements or arrangements for pipes, wires cables or drains to cross either your property or neighbouring property?",
|
|
4031
3506
|
"discriminator": {
|
|
4032
3507
|
"propertyName": "yesNo"
|
|
4033
3508
|
},
|
|
@@ -4050,16 +3525,10 @@
|
|
|
4050
3525
|
]
|
|
4051
3526
|
},
|
|
4052
3527
|
"details": {
|
|
4053
|
-
"ta6Ref": "8.9.2"
|
|
4054
|
-
"title": "Please provide details"
|
|
3528
|
+
"ta6Ref": "8.9.2"
|
|
4055
3529
|
},
|
|
4056
3530
|
"attachments": {
|
|
4057
|
-
"ta6Ref": "8.9.3"
|
|
4058
|
-
"title": "Attachments",
|
|
4059
|
-
"enum": [
|
|
4060
|
-
"Attached",
|
|
4061
|
-
"To follow"
|
|
4062
|
-
]
|
|
3531
|
+
"ta6Ref": "8.9.3"
|
|
4063
3532
|
}
|
|
4064
3533
|
},
|
|
4065
3534
|
"required": [
|
|
@@ -4072,29 +3541,21 @@
|
|
|
4072
3541
|
],
|
|
4073
3542
|
"properties": {
|
|
4074
3543
|
"yesNo": {
|
|
4075
|
-
"ta6Ref": "8.9.1"
|
|
4076
|
-
"enum": [
|
|
4077
|
-
"Yes",
|
|
4078
|
-
"No",
|
|
4079
|
-
"Not known"
|
|
4080
|
-
]
|
|
3544
|
+
"ta6Ref": "8.9.1"
|
|
4081
3545
|
}
|
|
4082
3546
|
}
|
|
4083
3547
|
}
|
|
4084
3548
|
}
|
|
4085
3549
|
},
|
|
4086
|
-
"
|
|
3550
|
+
"electricalWorks": {
|
|
4087
3551
|
"ta6Ref": "12",
|
|
4088
|
-
"title": "Energy and Meters",
|
|
4089
3552
|
"required": [
|
|
4090
3553
|
"testedByQualifiedElectrician",
|
|
4091
|
-
"electricalWorkSince2005"
|
|
4092
|
-
"solarPanels"
|
|
3554
|
+
"electricalWorkSince2005"
|
|
4093
3555
|
],
|
|
4094
3556
|
"properties": {
|
|
4095
3557
|
"testedByQualifiedElectrician": {
|
|
4096
3558
|
"ta6Ref": "12.1",
|
|
4097
|
-
"title": "Have the electrics at the property been tested by a qualified electrician?",
|
|
4098
3559
|
"discriminator": {
|
|
4099
3560
|
"propertyName": "yesNo"
|
|
4100
3561
|
},
|
|
@@ -4116,16 +3577,10 @@
|
|
|
4116
3577
|
]
|
|
4117
3578
|
},
|
|
4118
3579
|
"yearTested": {
|
|
4119
|
-
"ta6Ref": "12.1.2"
|
|
4120
|
-
"title": "State the year they were last tested"
|
|
3580
|
+
"ta6Ref": "12.1.2"
|
|
4121
3581
|
},
|
|
4122
3582
|
"attachments": {
|
|
4123
|
-
"ta6Ref": "12.1.3"
|
|
4124
|
-
"title": "Please upload the test certificate.",
|
|
4125
|
-
"enum": [
|
|
4126
|
-
"Attached",
|
|
4127
|
-
"To follow"
|
|
4128
|
-
]
|
|
3583
|
+
"ta6Ref": "12.1.3"
|
|
4129
3584
|
}
|
|
4130
3585
|
},
|
|
4131
3586
|
"required": [
|
|
@@ -4139,17 +3594,12 @@
|
|
|
4139
3594
|
],
|
|
4140
3595
|
"properties": {
|
|
4141
3596
|
"yesNo": {
|
|
4142
|
-
"ta6Ref": "12.1.1"
|
|
4143
|
-
"enum": [
|
|
4144
|
-
"Yes",
|
|
4145
|
-
"No"
|
|
4146
|
-
]
|
|
3597
|
+
"ta6Ref": "12.1.1"
|
|
4147
3598
|
}
|
|
4148
3599
|
}
|
|
4149
3600
|
},
|
|
4150
3601
|
"electricalWorkSince2005": {
|
|
4151
3602
|
"ta6Ref": "12.2",
|
|
4152
|
-
"title": "Since 1st January 2005, has any electrical work been carried out to the property?",
|
|
4153
3603
|
"discriminator": {
|
|
4154
3604
|
"propertyName": "yesNo"
|
|
4155
3605
|
},
|
|
@@ -4172,28 +3622,13 @@
|
|
|
4172
3622
|
]
|
|
4173
3623
|
},
|
|
4174
3624
|
"electricalSafetyCertificate": {
|
|
4175
|
-
"ta6Ref": "12.2.2a"
|
|
4176
|
-
"title": "Please provide a signed Electrical Safety Certificate (BS7671)",
|
|
4177
|
-
"enum": [
|
|
4178
|
-
"Attached",
|
|
4179
|
-
"To follow"
|
|
4180
|
-
]
|
|
3625
|
+
"ta6Ref": "12.2.2a"
|
|
4181
3626
|
},
|
|
4182
3627
|
"buildingRegulationsComplianceCertificate": {
|
|
4183
|
-
"ta6Ref": "12.2.2b"
|
|
4184
|
-
"title": "or a Building Regulations Compliance Certificate (or equivalent)",
|
|
4185
|
-
"enum": [
|
|
4186
|
-
"Attached",
|
|
4187
|
-
"To follow"
|
|
4188
|
-
]
|
|
3628
|
+
"ta6Ref": "12.2.2b"
|
|
4189
3629
|
},
|
|
4190
3630
|
"buildingControlCompletionCertificate": {
|
|
4191
|
-
"ta6Ref": "12.2.2c"
|
|
4192
|
-
"title": "or a Building Control Completion Certificate",
|
|
4193
|
-
"enum": [
|
|
4194
|
-
"Attached",
|
|
4195
|
-
"To follow"
|
|
4196
|
-
]
|
|
3631
|
+
"ta6Ref": "12.2.2c"
|
|
4197
3632
|
}
|
|
4198
3633
|
}
|
|
4199
3634
|
}
|
|
@@ -4203,172 +3638,7 @@
|
|
|
4203
3638
|
],
|
|
4204
3639
|
"properties": {
|
|
4205
3640
|
"yesNo": {
|
|
4206
|
-
"ta6Ref": "12.2.1"
|
|
4207
|
-
"enum": [
|
|
4208
|
-
"Yes",
|
|
4209
|
-
"No",
|
|
4210
|
-
"Not known"
|
|
4211
|
-
]
|
|
4212
|
-
}
|
|
4213
|
-
}
|
|
4214
|
-
},
|
|
4215
|
-
"solarPanels": {
|
|
4216
|
-
"required": [
|
|
4217
|
-
"hasSolarPanels"
|
|
4218
|
-
],
|
|
4219
|
-
"properties": {
|
|
4220
|
-
"hasSolarPanels": {
|
|
4221
|
-
"ta6Ref": "4.6",
|
|
4222
|
-
"title": "Are there solar or photovoltaic panels installed at the property?",
|
|
4223
|
-
"enum": [
|
|
4224
|
-
"Yes",
|
|
4225
|
-
"No"
|
|
4226
|
-
]
|
|
4227
|
-
}
|
|
4228
|
-
},
|
|
4229
|
-
"oneOf": [
|
|
4230
|
-
null,
|
|
4231
|
-
{
|
|
4232
|
-
"required": [
|
|
4233
|
-
"yearInstalled",
|
|
4234
|
-
"panelsOwnedOutright",
|
|
4235
|
-
"panelProviderLease"
|
|
4236
|
-
],
|
|
4237
|
-
"properties": {
|
|
4238
|
-
"yearInstalled": {
|
|
4239
|
-
"ta6Ref": "4.6a",
|
|
4240
|
-
"title": "What year were they installed?"
|
|
4241
|
-
},
|
|
4242
|
-
"panelsOwnedOutright": {
|
|
4243
|
-
"ta6Ref": "4.6b",
|
|
4244
|
-
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
4245
|
-
"discriminator": {
|
|
4246
|
-
"propertyName": "yesNo"
|
|
4247
|
-
},
|
|
4248
|
-
"oneOf": [
|
|
4249
|
-
{
|
|
4250
|
-
"properties": {
|
|
4251
|
-
"yesNo": {
|
|
4252
|
-
"enum": [
|
|
4253
|
-
"Yes"
|
|
4254
|
-
]
|
|
4255
|
-
}
|
|
4256
|
-
}
|
|
4257
|
-
},
|
|
4258
|
-
{
|
|
4259
|
-
"properties": {
|
|
4260
|
-
"yesNo": {
|
|
4261
|
-
"enum": [
|
|
4262
|
-
"No"
|
|
4263
|
-
]
|
|
4264
|
-
}
|
|
4265
|
-
}
|
|
4266
|
-
}
|
|
4267
|
-
],
|
|
4268
|
-
"required": [
|
|
4269
|
-
"yesNo"
|
|
4270
|
-
],
|
|
4271
|
-
"properties": {
|
|
4272
|
-
"yesNo": {
|
|
4273
|
-
"ta6Ref": "4.6b1",
|
|
4274
|
-
"enum": [
|
|
4275
|
-
"Yes",
|
|
4276
|
-
"No"
|
|
4277
|
-
]
|
|
4278
|
-
}
|
|
4279
|
-
}
|
|
4280
|
-
},
|
|
4281
|
-
"panelProviderLease": {
|
|
4282
|
-
"ta6Ref": "4.6c",
|
|
4283
|
-
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
4284
|
-
"discriminator": {
|
|
4285
|
-
"propertyName": "yesNo"
|
|
4286
|
-
},
|
|
4287
|
-
"oneOf": [
|
|
4288
|
-
{
|
|
4289
|
-
"properties": {
|
|
4290
|
-
"yesNo": {
|
|
4291
|
-
"enum": [
|
|
4292
|
-
"No"
|
|
4293
|
-
]
|
|
4294
|
-
}
|
|
4295
|
-
}
|
|
4296
|
-
},
|
|
4297
|
-
{
|
|
4298
|
-
"properties": {
|
|
4299
|
-
"yesNo": {
|
|
4300
|
-
"enum": [
|
|
4301
|
-
"Yes"
|
|
4302
|
-
]
|
|
4303
|
-
},
|
|
4304
|
-
"attachments": {
|
|
4305
|
-
"ta6Ref": "4.6c2",
|
|
4306
|
-
"title": "Please supply copies of the relevant documents",
|
|
4307
|
-
"enum": [
|
|
4308
|
-
"Attached",
|
|
4309
|
-
"To follow"
|
|
4310
|
-
]
|
|
4311
|
-
}
|
|
4312
|
-
},
|
|
4313
|
-
"required": [
|
|
4314
|
-
"attachments"
|
|
4315
|
-
]
|
|
4316
|
-
}
|
|
4317
|
-
],
|
|
4318
|
-
"required": [
|
|
4319
|
-
"yesNo"
|
|
4320
|
-
],
|
|
4321
|
-
"properties": {
|
|
4322
|
-
"yesNo": {
|
|
4323
|
-
"ta6Ref": "4.6c1",
|
|
4324
|
-
"enum": [
|
|
4325
|
-
"Yes",
|
|
4326
|
-
"No"
|
|
4327
|
-
]
|
|
4328
|
-
}
|
|
4329
|
-
}
|
|
4330
|
-
}
|
|
4331
|
-
}
|
|
4332
|
-
}
|
|
4333
|
-
]
|
|
4334
|
-
},
|
|
4335
|
-
"electricityMeterLocation": {
|
|
4336
|
-
"ta6Ref": "13.1b",
|
|
4337
|
-
"title": "Location of electricity meter (if any)",
|
|
4338
|
-
"properties": {
|
|
4339
|
-
"description": {
|
|
4340
|
-
"ta6Ref": "13.1b1",
|
|
4341
|
-
"title": "Describe the location of the meter"
|
|
4342
|
-
}
|
|
4343
|
-
}
|
|
4344
|
-
},
|
|
4345
|
-
"gasMeterLocation": {
|
|
4346
|
-
"ta6Ref": "13.2b",
|
|
4347
|
-
"title": "Location of gas meter (if any)",
|
|
4348
|
-
"properties": {
|
|
4349
|
-
"description": {
|
|
4350
|
-
"ta6Ref": "13.2b1",
|
|
4351
|
-
"title": "Describe the location of the meter"
|
|
4352
|
-
}
|
|
4353
|
-
}
|
|
4354
|
-
},
|
|
4355
|
-
"stopcockLocation": {
|
|
4356
|
-
"ta6Ref": "13.3b",
|
|
4357
|
-
"title": "Location of stopcock (if any)",
|
|
4358
|
-
"properties": {
|
|
4359
|
-
"description": {
|
|
4360
|
-
"ta6Ref": "13.3b1",
|
|
4361
|
-
"title": "Describe the location of the stopcock"
|
|
4362
|
-
}
|
|
4363
|
-
}
|
|
4364
|
-
},
|
|
4365
|
-
"waterMeterLocation": {
|
|
4366
|
-
"ta6Ref": "13.3b",
|
|
4367
|
-
"title": "Location of water meter (if any)",
|
|
4368
|
-
"properties": {
|
|
4369
|
-
"description": {
|
|
4370
|
-
"ta6Ref": "13.3b2",
|
|
4371
|
-
"title": "Describe the location of the meter"
|
|
3641
|
+
"ta6Ref": "12.2.1"
|
|
4372
3642
|
}
|
|
4373
3643
|
}
|
|
4374
3644
|
}
|
|
@@ -4376,7 +3646,6 @@
|
|
|
4376
3646
|
},
|
|
4377
3647
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
4378
3648
|
"ta6Ref": "5",
|
|
4379
|
-
"title": "Guarantees, Warranties and Indemnity Insurances",
|
|
4380
3649
|
"discriminator": {
|
|
4381
3650
|
"propertyName": "hasValidGuaranteesOrWarranties"
|
|
4382
3651
|
},
|
|
@@ -4399,7 +3668,6 @@
|
|
|
4399
3668
|
},
|
|
4400
3669
|
"newHomeWarranty": {
|
|
4401
3670
|
"ta6Ref": "5.1a",
|
|
4402
|
-
"title": "New Home Warranty (NHBC or similar)",
|
|
4403
3671
|
"discriminator": {
|
|
4404
3672
|
"propertyName": "yesNo"
|
|
4405
3673
|
},
|
|
@@ -4421,15 +3689,10 @@
|
|
|
4421
3689
|
]
|
|
4422
3690
|
},
|
|
4423
3691
|
"details": {
|
|
4424
|
-
"ta6Ref": "5.1a2"
|
|
4425
|
-
"title": "Please confirm the name of the warranty provider and the date of the warranty"
|
|
3692
|
+
"ta6Ref": "5.1a2"
|
|
4426
3693
|
},
|
|
4427
3694
|
"attachments": {
|
|
4428
|
-
"ta6Ref": "5.1a3"
|
|
4429
|
-
"enum": [
|
|
4430
|
-
"Attached",
|
|
4431
|
-
"To follow"
|
|
4432
|
-
]
|
|
3695
|
+
"ta6Ref": "5.1a3"
|
|
4433
3696
|
}
|
|
4434
3697
|
},
|
|
4435
3698
|
"required": [
|
|
@@ -4442,17 +3705,12 @@
|
|
|
4442
3705
|
],
|
|
4443
3706
|
"properties": {
|
|
4444
3707
|
"yesNo": {
|
|
4445
|
-
"ta6Ref": "5.1a1"
|
|
4446
|
-
"enum": [
|
|
4447
|
-
"Yes",
|
|
4448
|
-
"No"
|
|
4449
|
-
]
|
|
3708
|
+
"ta6Ref": "5.1a1"
|
|
4450
3709
|
}
|
|
4451
3710
|
}
|
|
4452
3711
|
},
|
|
4453
3712
|
"roofingWork": {
|
|
4454
3713
|
"ta6Ref": "5.1f",
|
|
4455
|
-
"title": "Roofing work",
|
|
4456
3714
|
"discriminator": {
|
|
4457
3715
|
"propertyName": "yesNo"
|
|
4458
3716
|
},
|
|
@@ -4474,11 +3732,7 @@
|
|
|
4474
3732
|
]
|
|
4475
3733
|
},
|
|
4476
3734
|
"attachments": {
|
|
4477
|
-
"ta6Ref": "5.1f2"
|
|
4478
|
-
"enum": [
|
|
4479
|
-
"Attached",
|
|
4480
|
-
"To follow"
|
|
4481
|
-
]
|
|
3735
|
+
"ta6Ref": "5.1f2"
|
|
4482
3736
|
}
|
|
4483
3737
|
},
|
|
4484
3738
|
"required": [
|
|
@@ -4491,17 +3745,12 @@
|
|
|
4491
3745
|
],
|
|
4492
3746
|
"properties": {
|
|
4493
3747
|
"yesNo": {
|
|
4494
|
-
"ta6Ref": "5.1f1"
|
|
4495
|
-
"enum": [
|
|
4496
|
-
"Yes",
|
|
4497
|
-
"No"
|
|
4498
|
-
]
|
|
3748
|
+
"ta6Ref": "5.1f1"
|
|
4499
3749
|
}
|
|
4500
3750
|
}
|
|
4501
3751
|
},
|
|
4502
3752
|
"dampProofingTreatment": {
|
|
4503
3753
|
"ta6Ref": "5.1b",
|
|
4504
|
-
"title": "Damp proofing treatment",
|
|
4505
3754
|
"discriminator": {
|
|
4506
3755
|
"propertyName": "yesNo"
|
|
4507
3756
|
},
|
|
@@ -4523,11 +3772,7 @@
|
|
|
4523
3772
|
]
|
|
4524
3773
|
},
|
|
4525
3774
|
"attachments": {
|
|
4526
|
-
"ta6Ref": "5.1b2"
|
|
4527
|
-
"enum": [
|
|
4528
|
-
"Attached",
|
|
4529
|
-
"To follow"
|
|
4530
|
-
]
|
|
3775
|
+
"ta6Ref": "5.1b2"
|
|
4531
3776
|
}
|
|
4532
3777
|
},
|
|
4533
3778
|
"required": [
|
|
@@ -4540,17 +3785,12 @@
|
|
|
4540
3785
|
],
|
|
4541
3786
|
"properties": {
|
|
4542
3787
|
"yesNo": {
|
|
4543
|
-
"ta6Ref": "5.1b1"
|
|
4544
|
-
"enum": [
|
|
4545
|
-
"Yes",
|
|
4546
|
-
"No"
|
|
4547
|
-
]
|
|
3788
|
+
"ta6Ref": "5.1b1"
|
|
4548
3789
|
}
|
|
4549
3790
|
}
|
|
4550
3791
|
},
|
|
4551
3792
|
"timberRotOrInfestationTreatment": {
|
|
4552
3793
|
"ta6Ref": "5.1c",
|
|
4553
|
-
"title": "Timber rot or infestation treatment",
|
|
4554
3794
|
"discriminator": {
|
|
4555
3795
|
"propertyName": "yesNo"
|
|
4556
3796
|
},
|
|
@@ -4572,11 +3812,7 @@
|
|
|
4572
3812
|
]
|
|
4573
3813
|
},
|
|
4574
3814
|
"attachments": {
|
|
4575
|
-
"ta6Ref": "5.1c2"
|
|
4576
|
-
"enum": [
|
|
4577
|
-
"Attached",
|
|
4578
|
-
"To follow"
|
|
4579
|
-
]
|
|
3815
|
+
"ta6Ref": "5.1c2"
|
|
4580
3816
|
}
|
|
4581
3817
|
},
|
|
4582
3818
|
"required": [
|
|
@@ -4589,17 +3825,12 @@
|
|
|
4589
3825
|
],
|
|
4590
3826
|
"properties": {
|
|
4591
3827
|
"yesNo": {
|
|
4592
|
-
"ta6Ref": "5.1c1"
|
|
4593
|
-
"enum": [
|
|
4594
|
-
"Yes",
|
|
4595
|
-
"No"
|
|
4596
|
-
]
|
|
3828
|
+
"ta6Ref": "5.1c1"
|
|
4597
3829
|
}
|
|
4598
3830
|
}
|
|
4599
3831
|
},
|
|
4600
3832
|
"centralHeatingAndorPlumbing": {
|
|
4601
3833
|
"ta6Ref": "5.1g",
|
|
4602
|
-
"title": "Central heating and/or plumbing",
|
|
4603
3834
|
"discriminator": {
|
|
4604
3835
|
"propertyName": "yesNo"
|
|
4605
3836
|
},
|
|
@@ -4621,11 +3852,7 @@
|
|
|
4621
3852
|
]
|
|
4622
3853
|
},
|
|
4623
3854
|
"attachments": {
|
|
4624
|
-
"ta6Ref": "5.1g2"
|
|
4625
|
-
"enum": [
|
|
4626
|
-
"Attached",
|
|
4627
|
-
"To follow"
|
|
4628
|
-
]
|
|
3855
|
+
"ta6Ref": "5.1g2"
|
|
4629
3856
|
}
|
|
4630
3857
|
},
|
|
4631
3858
|
"required": [
|
|
@@ -4638,17 +3865,12 @@
|
|
|
4638
3865
|
],
|
|
4639
3866
|
"properties": {
|
|
4640
3867
|
"yesNo": {
|
|
4641
|
-
"ta6Ref": "5.1g1"
|
|
4642
|
-
"enum": [
|
|
4643
|
-
"Yes",
|
|
4644
|
-
"No"
|
|
4645
|
-
]
|
|
3868
|
+
"ta6Ref": "5.1g1"
|
|
4646
3869
|
}
|
|
4647
3870
|
}
|
|
4648
3871
|
},
|
|
4649
3872
|
"doubleGlazing": {
|
|
4650
3873
|
"ta6Ref": "5.1d",
|
|
4651
|
-
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
4652
3874
|
"discriminator": {
|
|
4653
3875
|
"propertyName": "yesNo"
|
|
4654
3876
|
},
|
|
@@ -4670,11 +3892,7 @@
|
|
|
4670
3892
|
]
|
|
4671
3893
|
},
|
|
4672
3894
|
"attachments": {
|
|
4673
|
-
"ta6Ref": "5.1d2"
|
|
4674
|
-
"enum": [
|
|
4675
|
-
"Attached",
|
|
4676
|
-
"To follow"
|
|
4677
|
-
]
|
|
3895
|
+
"ta6Ref": "5.1d2"
|
|
4678
3896
|
}
|
|
4679
3897
|
},
|
|
4680
3898
|
"required": [
|
|
@@ -4687,17 +3905,12 @@
|
|
|
4687
3905
|
],
|
|
4688
3906
|
"properties": {
|
|
4689
3907
|
"yesNo": {
|
|
4690
|
-
"ta6Ref": "5.1d1"
|
|
4691
|
-
"enum": [
|
|
4692
|
-
"Yes",
|
|
4693
|
-
"No"
|
|
4694
|
-
]
|
|
3908
|
+
"ta6Ref": "5.1d1"
|
|
4695
3909
|
}
|
|
4696
3910
|
}
|
|
4697
3911
|
},
|
|
4698
3912
|
"electricalRepairOrInstallation": {
|
|
4699
3913
|
"ta6Ref": "5.1e",
|
|
4700
|
-
"title": "Electrical repair or installation",
|
|
4701
3914
|
"discriminator": {
|
|
4702
3915
|
"propertyName": "yesNo"
|
|
4703
3916
|
},
|
|
@@ -4719,11 +3932,7 @@
|
|
|
4719
3932
|
]
|
|
4720
3933
|
},
|
|
4721
3934
|
"attachments": {
|
|
4722
|
-
"ta6Ref": "5.1e2"
|
|
4723
|
-
"enum": [
|
|
4724
|
-
"Attached",
|
|
4725
|
-
"To follow"
|
|
4726
|
-
]
|
|
3935
|
+
"ta6Ref": "5.1e2"
|
|
4727
3936
|
}
|
|
4728
3937
|
},
|
|
4729
3938
|
"required": [
|
|
@@ -4736,17 +3945,12 @@
|
|
|
4736
3945
|
],
|
|
4737
3946
|
"properties": {
|
|
4738
3947
|
"yesNo": {
|
|
4739
|
-
"ta6Ref": "5.1e1"
|
|
4740
|
-
"enum": [
|
|
4741
|
-
"Yes",
|
|
4742
|
-
"No"
|
|
4743
|
-
]
|
|
3948
|
+
"ta6Ref": "5.1e1"
|
|
4744
3949
|
}
|
|
4745
3950
|
}
|
|
4746
3951
|
},
|
|
4747
3952
|
"subsidenceWork": {
|
|
4748
3953
|
"ta6Ref": "5.1h",
|
|
4749
|
-
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
4750
3954
|
"discriminator": {
|
|
4751
3955
|
"propertyName": "yesNo"
|
|
4752
3956
|
},
|
|
@@ -4768,11 +3972,7 @@
|
|
|
4768
3972
|
]
|
|
4769
3973
|
},
|
|
4770
3974
|
"attachments": {
|
|
4771
|
-
"ta6Ref": "5.1h2"
|
|
4772
|
-
"enum": [
|
|
4773
|
-
"Attached",
|
|
4774
|
-
"To follow"
|
|
4775
|
-
]
|
|
3975
|
+
"ta6Ref": "5.1h2"
|
|
4776
3976
|
}
|
|
4777
3977
|
},
|
|
4778
3978
|
"required": [
|
|
@@ -4785,17 +3985,12 @@
|
|
|
4785
3985
|
],
|
|
4786
3986
|
"properties": {
|
|
4787
3987
|
"yesNo": {
|
|
4788
|
-
"ta6Ref": "5.1h1"
|
|
4789
|
-
"enum": [
|
|
4790
|
-
"Yes",
|
|
4791
|
-
"No"
|
|
4792
|
-
]
|
|
3988
|
+
"ta6Ref": "5.1h1"
|
|
4793
3989
|
}
|
|
4794
3990
|
}
|
|
4795
3991
|
},
|
|
4796
3992
|
"otherGuarantees": {
|
|
4797
3993
|
"ta6Ref": "5.1i",
|
|
4798
|
-
"title": "Other Guarantees or warranties",
|
|
4799
3994
|
"discriminator": {
|
|
4800
3995
|
"propertyName": "yesNo"
|
|
4801
3996
|
},
|
|
@@ -4817,15 +4012,10 @@
|
|
|
4817
4012
|
]
|
|
4818
4013
|
},
|
|
4819
4014
|
"details": {
|
|
4820
|
-
"ta6Ref": "5.1i2"
|
|
4821
|
-
"title": "Please provide details"
|
|
4015
|
+
"ta6Ref": "5.1i2"
|
|
4822
4016
|
},
|
|
4823
4017
|
"attachments": {
|
|
4824
|
-
"ta6Ref": "5.1i3"
|
|
4825
|
-
"enum": [
|
|
4826
|
-
"Attached",
|
|
4827
|
-
"To follow"
|
|
4828
|
-
]
|
|
4018
|
+
"ta6Ref": "5.1i3"
|
|
4829
4019
|
}
|
|
4830
4020
|
},
|
|
4831
4021
|
"required": [
|
|
@@ -4839,17 +4029,12 @@
|
|
|
4839
4029
|
],
|
|
4840
4030
|
"properties": {
|
|
4841
4031
|
"yesNo": {
|
|
4842
|
-
"ta6Ref": "5.1i1"
|
|
4843
|
-
"enum": [
|
|
4844
|
-
"Yes",
|
|
4845
|
-
"No"
|
|
4846
|
-
]
|
|
4032
|
+
"ta6Ref": "5.1i1"
|
|
4847
4033
|
}
|
|
4848
4034
|
}
|
|
4849
4035
|
},
|
|
4850
4036
|
"outstandingClaimsOrApplications": {
|
|
4851
4037
|
"ta6Ref": "5.2",
|
|
4852
|
-
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
4853
4038
|
"discriminator": {
|
|
4854
4039
|
"propertyName": "yesNo"
|
|
4855
4040
|
},
|
|
@@ -4871,15 +4056,10 @@
|
|
|
4871
4056
|
]
|
|
4872
4057
|
},
|
|
4873
4058
|
"details": {
|
|
4874
|
-
"ta6Ref": "5.2.2"
|
|
4875
|
-
"title": "Please provide details"
|
|
4059
|
+
"ta6Ref": "5.2.2"
|
|
4876
4060
|
},
|
|
4877
4061
|
"attachments": {
|
|
4878
|
-
"ta6Ref": "5.2.3"
|
|
4879
|
-
"enum": [
|
|
4880
|
-
"Attached",
|
|
4881
|
-
"To follow"
|
|
4882
|
-
]
|
|
4062
|
+
"ta6Ref": "5.2.3"
|
|
4883
4063
|
}
|
|
4884
4064
|
},
|
|
4885
4065
|
"required": [
|
|
@@ -4892,11 +4072,7 @@
|
|
|
4892
4072
|
],
|
|
4893
4073
|
"properties": {
|
|
4894
4074
|
"yesNo": {
|
|
4895
|
-
"ta6Ref": "5.2.1"
|
|
4896
|
-
"enum": [
|
|
4897
|
-
"Yes",
|
|
4898
|
-
"No"
|
|
4899
|
-
]
|
|
4075
|
+
"ta6Ref": "5.2.1"
|
|
4900
4076
|
}
|
|
4901
4077
|
}
|
|
4902
4078
|
}
|
|
@@ -4920,18 +4096,12 @@
|
|
|
4920
4096
|
],
|
|
4921
4097
|
"properties": {
|
|
4922
4098
|
"hasValidGuaranteesOrWarranties": {
|
|
4923
|
-
"ta6Ref": "5.1"
|
|
4924
|
-
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
4925
|
-
"enum": [
|
|
4926
|
-
"Yes",
|
|
4927
|
-
"No"
|
|
4928
|
-
]
|
|
4099
|
+
"ta6Ref": "5.1"
|
|
4929
4100
|
}
|
|
4930
4101
|
}
|
|
4931
4102
|
},
|
|
4932
4103
|
"occupiers": {
|
|
4933
4104
|
"ta6Ref": "11",
|
|
4934
|
-
"title": "Occupiers",
|
|
4935
4105
|
"required": [
|
|
4936
4106
|
"sellerLivesAtProperty",
|
|
4937
4107
|
"othersAged17OrOver"
|
|
@@ -4939,17 +4109,12 @@
|
|
|
4939
4109
|
"properties": {
|
|
4940
4110
|
"sellerLivesAtProperty": {
|
|
4941
4111
|
"ta6Ref": "11.1",
|
|
4942
|
-
"title": "Does the seller live at the property?",
|
|
4943
4112
|
"required": [
|
|
4944
4113
|
"yesNo"
|
|
4945
4114
|
],
|
|
4946
4115
|
"properties": {
|
|
4947
4116
|
"yesNo": {
|
|
4948
|
-
"ta6Ref": "11.1.1"
|
|
4949
|
-
"enum": [
|
|
4950
|
-
"Yes",
|
|
4951
|
-
"No"
|
|
4952
|
-
]
|
|
4117
|
+
"ta6Ref": "11.1.1"
|
|
4953
4118
|
}
|
|
4954
4119
|
}
|
|
4955
4120
|
},
|
|
@@ -4976,22 +4141,16 @@
|
|
|
4976
4141
|
]
|
|
4977
4142
|
},
|
|
4978
4143
|
"aged17OrOverNames": {
|
|
4979
|
-
"ta6Ref": "11.3"
|
|
4980
|
-
"title": "Please provide their full names and ages."
|
|
4144
|
+
"ta6Ref": "11.3"
|
|
4981
4145
|
},
|
|
4982
4146
|
"aged17OrOverTenantsOrLodgers": {
|
|
4983
4147
|
"ta6Ref": "11.4",
|
|
4984
|
-
"title": "Are any of them tenants or lodgers?",
|
|
4985
4148
|
"required": [
|
|
4986
4149
|
"yesNo"
|
|
4987
4150
|
],
|
|
4988
4151
|
"properties": {
|
|
4989
4152
|
"yesNo": {
|
|
4990
|
-
"ta6Ref": "11.4.1"
|
|
4991
|
-
"enum": [
|
|
4992
|
-
"Yes",
|
|
4993
|
-
"No"
|
|
4994
|
-
]
|
|
4153
|
+
"ta6Ref": "11.4.1"
|
|
4995
4154
|
}
|
|
4996
4155
|
}
|
|
4997
4156
|
},
|
|
@@ -5019,23 +4178,17 @@
|
|
|
5019
4178
|
},
|
|
5020
4179
|
"aged17OrOverAgreedToLeave": {
|
|
5021
4180
|
"ta6Ref": "11.5a",
|
|
5022
|
-
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
|
|
5023
4181
|
"required": [
|
|
5024
4182
|
"yesNo"
|
|
5025
4183
|
],
|
|
5026
4184
|
"properties": {
|
|
5027
4185
|
"yesNo": {
|
|
5028
|
-
"ta6Ref": "11.5a1"
|
|
5029
|
-
"enum": [
|
|
5030
|
-
"Yes",
|
|
5031
|
-
"No"
|
|
5032
|
-
]
|
|
4186
|
+
"ta6Ref": "11.5a1"
|
|
5033
4187
|
}
|
|
5034
4188
|
}
|
|
5035
4189
|
},
|
|
5036
4190
|
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
5037
4191
|
"ta6Ref": "11.5b",
|
|
5038
|
-
"title": "Have all occupiers aged 17 or over, agreed to sign the sale contract to confirm that they will vacate the property prior to completion of the sale?",
|
|
5039
4192
|
"discriminator": {
|
|
5040
4193
|
"propertyName": "yesNo"
|
|
5041
4194
|
},
|
|
@@ -5057,12 +4210,7 @@
|
|
|
5057
4210
|
]
|
|
5058
4211
|
},
|
|
5059
4212
|
"attachments": {
|
|
5060
|
-
"ta6Ref": "11.5b2"
|
|
5061
|
-
"title": "Please supply other evidence that the property will be vacant on completion (a copy of the tenancy agreement together with a copy of any notice to quit which has been served upon them).",
|
|
5062
|
-
"enum": [
|
|
5063
|
-
"Attached",
|
|
5064
|
-
"To follow"
|
|
5065
|
-
]
|
|
4213
|
+
"ta6Ref": "11.5b2"
|
|
5066
4214
|
}
|
|
5067
4215
|
},
|
|
5068
4216
|
"required": [
|
|
@@ -5075,11 +4223,7 @@
|
|
|
5075
4223
|
],
|
|
5076
4224
|
"properties": {
|
|
5077
4225
|
"yesNo": {
|
|
5078
|
-
"ta6Ref": "11.5b1"
|
|
5079
|
-
"enum": [
|
|
5080
|
-
"Yes",
|
|
5081
|
-
"No"
|
|
5082
|
-
]
|
|
4226
|
+
"ta6Ref": "11.5b1"
|
|
5083
4227
|
}
|
|
5084
4228
|
}
|
|
5085
4229
|
}
|
|
@@ -5095,12 +4239,7 @@
|
|
|
5095
4239
|
],
|
|
5096
4240
|
"properties": {
|
|
5097
4241
|
"soldWithVacantPossession": {
|
|
5098
|
-
"ta6Ref": "11.5.1"
|
|
5099
|
-
"title": "Is the property being sold with vacant possession?",
|
|
5100
|
-
"enum": [
|
|
5101
|
-
"Yes",
|
|
5102
|
-
"No"
|
|
5103
|
-
]
|
|
4242
|
+
"ta6Ref": "11.5.1"
|
|
5104
4243
|
}
|
|
5105
4244
|
}
|
|
5106
4245
|
}
|
|
@@ -5117,12 +4256,7 @@
|
|
|
5117
4256
|
],
|
|
5118
4257
|
"properties": {
|
|
5119
4258
|
"hasOthersAged17OrOver": {
|
|
5120
|
-
"ta6Ref": "11.2.1"
|
|
5121
|
-
"title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
|
|
5122
|
-
"enum": [
|
|
5123
|
-
"Yes",
|
|
5124
|
-
"No"
|
|
5125
|
-
]
|
|
4259
|
+
"ta6Ref": "11.2.1"
|
|
5126
4260
|
}
|
|
5127
4261
|
}
|
|
5128
4262
|
}
|
|
@@ -5130,7 +4264,6 @@
|
|
|
5130
4264
|
},
|
|
5131
4265
|
"completionAndMoving": {
|
|
5132
4266
|
"ta6Ref": "14",
|
|
5133
|
-
"title": "Completion and Moving",
|
|
5134
4267
|
"required": [
|
|
5135
4268
|
"sellerWillEnsure",
|
|
5136
4269
|
"otherPropertyInChain",
|
|
@@ -5140,29 +4273,23 @@
|
|
|
5140
4273
|
"properties": {
|
|
5141
4274
|
"sellerWillEnsure": {
|
|
5142
4275
|
"ta6Ref": "14.4",
|
|
5143
|
-
"title": "Please confirm that on completion you will:",
|
|
5144
4276
|
"properties": {
|
|
5145
4277
|
"removeRubbish": {
|
|
5146
|
-
"ta6Ref": "14.4a"
|
|
5147
|
-
"title": "Remove all rubbish and items not included in the sale from the property (including its garden, loft and any sheds or outbuildings) and leave the property in a clean and tidy condition."
|
|
4278
|
+
"ta6Ref": "14.4a"
|
|
5148
4279
|
},
|
|
5149
4280
|
"replaceLightFittings": {
|
|
5150
|
-
"ta6Ref": "14.4b"
|
|
5151
|
-
"title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb."
|
|
4281
|
+
"ta6Ref": "14.4b"
|
|
5152
4282
|
},
|
|
5153
4283
|
"takeReasonableCare": {
|
|
5154
|
-
"ta6Ref": "14.4c"
|
|
5155
|
-
"title": "Take reasonable care when removing any other fittings or contents."
|
|
4284
|
+
"ta6Ref": "14.4c"
|
|
5156
4285
|
},
|
|
5157
4286
|
"leaveKeys": {
|
|
5158
|
-
"ta6Ref": "14.4d"
|
|
5159
|
-
"title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion."
|
|
4287
|
+
"ta6Ref": "14.4d"
|
|
5160
4288
|
}
|
|
5161
4289
|
}
|
|
5162
4290
|
},
|
|
5163
4291
|
"otherPropertyInChain": {
|
|
5164
4292
|
"ta6Ref": "14.1",
|
|
5165
|
-
"title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
|
|
5166
4293
|
"discriminator": {
|
|
5167
4294
|
"propertyName": "yesNo"
|
|
5168
4295
|
},
|
|
@@ -5191,18 +4318,12 @@
|
|
|
5191
4318
|
],
|
|
5192
4319
|
"properties": {
|
|
5193
4320
|
"yesNo": {
|
|
5194
|
-
"ta6Ref": "14.1.1"
|
|
5195
|
-
"enum": [
|
|
5196
|
-
"Yes",
|
|
5197
|
-
"No"
|
|
5198
|
-
]
|
|
4321
|
+
"ta6Ref": "14.1.1"
|
|
5199
4322
|
}
|
|
5200
4323
|
}
|
|
5201
4324
|
},
|
|
5202
4325
|
"moveRestrictionDates": {
|
|
5203
4326
|
"ta6Ref": "14.2",
|
|
5204
|
-
"title": "Are there any dates on which you cannot move?",
|
|
5205
|
-
"description": "Note that: the moving date will not be fixed until contracts are exchanged i.e. have become binding, until then you should only make provisional removal arrangements; you do not need to be physically present on the day of completion so long as the property is cleared; timescales to completion vary depending on the complexity of the transaction, length of the chain and requirements of the people involved.",
|
|
5206
4327
|
"discriminator": {
|
|
5207
4328
|
"propertyName": "yesNo"
|
|
5208
4329
|
},
|
|
@@ -5237,28 +4358,18 @@
|
|
|
5237
4358
|
],
|
|
5238
4359
|
"properties": {
|
|
5239
4360
|
"yesNo": {
|
|
5240
|
-
"ta6Ref": "14.2.1"
|
|
5241
|
-
"enum": [
|
|
5242
|
-
"Yes",
|
|
5243
|
-
"No"
|
|
5244
|
-
]
|
|
4361
|
+
"ta6Ref": "14.2.1"
|
|
5245
4362
|
}
|
|
5246
4363
|
}
|
|
5247
4364
|
},
|
|
5248
4365
|
"sufficientToRepayAllMortgages": {
|
|
5249
4366
|
"ta6Ref": "14.3",
|
|
5250
|
-
"title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
|
|
5251
4367
|
"required": [
|
|
5252
4368
|
"yesNo"
|
|
5253
4369
|
],
|
|
5254
4370
|
"properties": {
|
|
5255
4371
|
"yesNo": {
|
|
5256
|
-
"ta6Ref": "14.3.1"
|
|
5257
|
-
"enum": [
|
|
5258
|
-
"Yes",
|
|
5259
|
-
"No",
|
|
5260
|
-
"No mortgage"
|
|
5261
|
-
]
|
|
4372
|
+
"ta6Ref": "14.3.1"
|
|
5262
4373
|
}
|
|
5263
4374
|
}
|
|
5264
4375
|
}
|
|
@@ -5266,14 +4377,12 @@
|
|
|
5266
4377
|
},
|
|
5267
4378
|
"confirmationOfAccuracyByOwners": {
|
|
5268
4379
|
"ta6Ref": "14.5",
|
|
5269
|
-
"title": "Confirmation to be supplied by all owners or their representative",
|
|
5270
4380
|
"required": [
|
|
5271
4381
|
"confirmInformationIsAccurate"
|
|
5272
4382
|
],
|
|
5273
4383
|
"properties": {
|
|
5274
4384
|
"confirmInformationIsAccurate": {
|
|
5275
|
-
"ta6Ref": "14.5.1"
|
|
5276
|
-
"title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer"
|
|
4385
|
+
"ta6Ref": "14.5.1"
|
|
5277
4386
|
}
|
|
5278
4387
|
}
|
|
5279
4388
|
}
|