@pdtf/schemas 3.0.0-2 → 3.0.0-20
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 +71 -71
- 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 +2073 -2229
- package/src/schemas/v3/overlays/baspi.json +1065 -3215
- 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 +674 -644
- package/src/schemas/v3/overlays/piq.json +369 -1076
- package/src/schemas/v3/overlays/rds.json +299 -866
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +712 -1669
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +1469 -1788
- package/src/schemas/v3/skeleton.json +216 -180
- 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,20 @@
|
|
|
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
|
-
"mainsElectricity"
|
|
1749
|
-
"mainsGas",
|
|
1750
|
-
"telephone",
|
|
1751
|
-
"cableSatelliteTV"
|
|
1437
|
+
"mainsElectricity"
|
|
1752
1438
|
],
|
|
1753
1439
|
"properties": {
|
|
1754
1440
|
"mainsElectricity": {
|
|
1755
1441
|
"ta6Ref": "13.1",
|
|
1756
|
-
"title": "Mains electricity",
|
|
1757
1442
|
"discriminator": {
|
|
1758
1443
|
"propertyName": "yesNo"
|
|
1759
1444
|
},
|
|
@@ -1775,8 +1460,7 @@
|
|
|
1775
1460
|
]
|
|
1776
1461
|
},
|
|
1777
1462
|
"supplier": {
|
|
1778
|
-
"ta6Ref": "13.1.2"
|
|
1779
|
-
"title": "Supplier"
|
|
1463
|
+
"ta6Ref": "13.1.2"
|
|
1780
1464
|
}
|
|
1781
1465
|
},
|
|
1782
1466
|
"required": [
|
|
@@ -1791,8 +1475,7 @@
|
|
|
1791
1475
|
]
|
|
1792
1476
|
},
|
|
1793
1477
|
"supplier": {
|
|
1794
|
-
"ta6Ref": "13.1.2"
|
|
1795
|
-
"title": "Supplier"
|
|
1478
|
+
"ta6Ref": "13.1.2"
|
|
1796
1479
|
}
|
|
1797
1480
|
}
|
|
1798
1481
|
}
|
|
@@ -1802,280 +1485,87 @@
|
|
|
1802
1485
|
],
|
|
1803
1486
|
"properties": {
|
|
1804
1487
|
"yesNo": {
|
|
1805
|
-
"ta6Ref": "13.1.1"
|
|
1806
|
-
"enum": [
|
|
1807
|
-
"Yes",
|
|
1808
|
-
"To be connected",
|
|
1809
|
-
"No"
|
|
1810
|
-
]
|
|
1488
|
+
"ta6Ref": "13.1.1"
|
|
1811
1489
|
}
|
|
1812
1490
|
}
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1833
|
-
|
|
1834
|
-
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
"waterAndDrainage": {
|
|
1495
|
+
"ta6Ref": "13",
|
|
1496
|
+
"required": [
|
|
1497
|
+
"water",
|
|
1498
|
+
"drainage"
|
|
1499
|
+
],
|
|
1500
|
+
"properties": {
|
|
1501
|
+
"water": {
|
|
1502
|
+
"ta6Ref": "13",
|
|
1503
|
+
"required": [
|
|
1504
|
+
"mainsWater"
|
|
1505
|
+
],
|
|
1506
|
+
"properties": {
|
|
1507
|
+
"mainsWater": {
|
|
1508
|
+
"ta6Ref": "13.3",
|
|
1509
|
+
"discriminator": {
|
|
1510
|
+
"propertyName": "yesNo"
|
|
1511
|
+
},
|
|
1512
|
+
"oneOf": [
|
|
1513
|
+
{
|
|
1514
|
+
"properties": {
|
|
1515
|
+
"yesNo": {
|
|
1516
|
+
"enum": [
|
|
1517
|
+
"No"
|
|
1518
|
+
]
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"properties": {
|
|
1524
|
+
"yesNo": {
|
|
1525
|
+
"enum": [
|
|
1526
|
+
"Yes"
|
|
1527
|
+
]
|
|
1528
|
+
},
|
|
1529
|
+
"supplier": {
|
|
1530
|
+
"ta6Ref": "13.3.2"
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
"required": [
|
|
1534
|
+
"supplier"
|
|
1835
1535
|
]
|
|
1836
1536
|
},
|
|
1837
|
-
|
|
1838
|
-
"
|
|
1839
|
-
|
|
1537
|
+
{
|
|
1538
|
+
"properties": {
|
|
1539
|
+
"yesNo": {
|
|
1540
|
+
"enum": [
|
|
1541
|
+
"To be connected"
|
|
1542
|
+
]
|
|
1543
|
+
},
|
|
1544
|
+
"supplier": {
|
|
1545
|
+
"ta6Ref": "13.3.2"
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1840
1548
|
}
|
|
1841
|
-
|
|
1549
|
+
],
|
|
1842
1550
|
"required": [
|
|
1843
|
-
"
|
|
1844
|
-
]
|
|
1845
|
-
},
|
|
1846
|
-
{
|
|
1551
|
+
"yesNo"
|
|
1552
|
+
],
|
|
1847
1553
|
"properties": {
|
|
1848
1554
|
"yesNo": {
|
|
1849
|
-
"
|
|
1850
|
-
"To be connected"
|
|
1851
|
-
]
|
|
1852
|
-
},
|
|
1853
|
-
"supplier": {
|
|
1854
|
-
"ta6Ref": "13.2.2",
|
|
1855
|
-
"title": "Supplier"
|
|
1555
|
+
"ta6Ref": "13.3.1"
|
|
1856
1556
|
}
|
|
1857
1557
|
}
|
|
1858
1558
|
}
|
|
1859
|
-
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
"drainage": {
|
|
1860
1562
|
"required": [
|
|
1861
|
-
"
|
|
1862
|
-
|
|
1863
|
-
"properties": {
|
|
1864
|
-
"yesNo": {
|
|
1865
|
-
"ta6Ref": "13.2.1",
|
|
1866
|
-
"enum": [
|
|
1867
|
-
"Yes",
|
|
1868
|
-
"To be connected",
|
|
1869
|
-
"No"
|
|
1870
|
-
]
|
|
1871
|
-
}
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1874
|
-
"telephone": {
|
|
1875
|
-
"ta6Ref": "13.5",
|
|
1876
|
-
"title": "Telephone",
|
|
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"
|
|
2006
|
-
],
|
|
2007
|
-
"properties": {
|
|
2008
|
-
"mainsWater": {
|
|
2009
|
-
"ta6Ref": "13.3",
|
|
2010
|
-
"title": "Mains water",
|
|
2011
|
-
"discriminator": {
|
|
2012
|
-
"propertyName": "yesNo"
|
|
2013
|
-
},
|
|
2014
|
-
"oneOf": [
|
|
2015
|
-
{
|
|
2016
|
-
"properties": {
|
|
2017
|
-
"yesNo": {
|
|
2018
|
-
"enum": [
|
|
2019
|
-
"No"
|
|
2020
|
-
]
|
|
2021
|
-
}
|
|
2022
|
-
}
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
"properties": {
|
|
2026
|
-
"yesNo": {
|
|
2027
|
-
"enum": [
|
|
2028
|
-
"Yes"
|
|
2029
|
-
]
|
|
2030
|
-
},
|
|
2031
|
-
"supplier": {
|
|
2032
|
-
"ta6Ref": "13.3.2",
|
|
2033
|
-
"title": "Supplier"
|
|
2034
|
-
}
|
|
2035
|
-
},
|
|
2036
|
-
"required": [
|
|
2037
|
-
"supplier"
|
|
2038
|
-
]
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"properties": {
|
|
2042
|
-
"yesNo": {
|
|
2043
|
-
"enum": [
|
|
2044
|
-
"To be connected"
|
|
2045
|
-
]
|
|
2046
|
-
},
|
|
2047
|
-
"supplier": {
|
|
2048
|
-
"ta6Ref": "13.3.2",
|
|
2049
|
-
"title": "Supplier"
|
|
2050
|
-
}
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2053
|
-
],
|
|
2054
|
-
"required": [
|
|
2055
|
-
"yesNo"
|
|
2056
|
-
],
|
|
2057
|
-
"properties": {
|
|
2058
|
-
"yesNo": {
|
|
2059
|
-
"ta6Ref": "13.3.1",
|
|
2060
|
-
"enum": [
|
|
2061
|
-
"Yes",
|
|
2062
|
-
"To be connected",
|
|
2063
|
-
"No"
|
|
2064
|
-
]
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
}
|
|
2069
|
-
},
|
|
2070
|
-
"drainage": {
|
|
2071
|
-
"required": [
|
|
2072
|
-
"mainsSurfaceWaterDrainage",
|
|
2073
|
-
"mainsFoulDrainage"
|
|
1563
|
+
"mainsSurfaceWaterDrainage",
|
|
1564
|
+
"mainsFoulDrainage"
|
|
2074
1565
|
],
|
|
2075
1566
|
"properties": {
|
|
2076
1567
|
"mainsSurfaceWaterDrainage": {
|
|
2077
1568
|
"ta6Ref": "12.4b",
|
|
2078
|
-
"title": "Mains surface water drainage",
|
|
2079
1569
|
"discriminator": {
|
|
2080
1570
|
"propertyName": "yesNo"
|
|
2081
1571
|
},
|
|
@@ -2117,7 +1607,6 @@
|
|
|
2117
1607
|
"ta6Ref": "12.4b1",
|
|
2118
1608
|
"enum": [
|
|
2119
1609
|
"Yes",
|
|
2120
|
-
"To be connected",
|
|
2121
1610
|
"No",
|
|
2122
1611
|
"Not known"
|
|
2123
1612
|
]
|
|
@@ -2126,7 +1615,6 @@
|
|
|
2126
1615
|
},
|
|
2127
1616
|
"mainsFoulDrainage": {
|
|
2128
1617
|
"ta6Ref": "12.4a",
|
|
2129
|
-
"title": "Mains foul drainage / sweerage",
|
|
2130
1618
|
"discriminator": {
|
|
2131
1619
|
"propertyName": "yesNo"
|
|
2132
1620
|
},
|
|
@@ -2137,10 +1625,6 @@
|
|
|
2137
1625
|
"enum": [
|
|
2138
1626
|
"Yes"
|
|
2139
1627
|
]
|
|
2140
|
-
},
|
|
2141
|
-
"supplier": {
|
|
2142
|
-
"ta6Ref": "12.4a2",
|
|
2143
|
-
"title": "Supplier"
|
|
2144
1628
|
}
|
|
2145
1629
|
}
|
|
2146
1630
|
},
|
|
@@ -2152,8 +1636,7 @@
|
|
|
2152
1636
|
]
|
|
2153
1637
|
},
|
|
2154
1638
|
"supplier": {
|
|
2155
|
-
"ta6Ref": "12.4a2"
|
|
2156
|
-
"title": "Supplier"
|
|
1639
|
+
"ta6Ref": "12.4a2"
|
|
2157
1640
|
}
|
|
2158
1641
|
}
|
|
2159
1642
|
},
|
|
@@ -2165,203 +1648,283 @@
|
|
|
2165
1648
|
"Not known"
|
|
2166
1649
|
]
|
|
2167
1650
|
},
|
|
2168
|
-
"
|
|
2169
|
-
"ta6Ref": "12.
|
|
2170
|
-
"title": "Septic tank",
|
|
1651
|
+
"offMainsDrainageSystem": {
|
|
1652
|
+
"ta6Ref": "12.4a",
|
|
2171
1653
|
"discriminator": {
|
|
2172
|
-
"propertyName": "
|
|
1654
|
+
"propertyName": "offMainsDrainageSystemType"
|
|
2173
1655
|
},
|
|
2174
1656
|
"oneOf": [
|
|
2175
1657
|
{
|
|
2176
1658
|
"properties": {
|
|
2177
|
-
"
|
|
1659
|
+
"offMainsDrainageSystemType": {
|
|
2178
1660
|
"enum": [
|
|
2179
|
-
"
|
|
1661
|
+
"Sustainable Drainage System"
|
|
2180
1662
|
]
|
|
2181
1663
|
}
|
|
2182
1664
|
}
|
|
2183
1665
|
},
|
|
2184
1666
|
{
|
|
2185
1667
|
"properties": {
|
|
2186
|
-
"
|
|
1668
|
+
"offMainsDrainageSystemType": {
|
|
2187
1669
|
"enum": [
|
|
2188
|
-
"
|
|
1670
|
+
"Septic tank"
|
|
2189
1671
|
]
|
|
2190
1672
|
},
|
|
2191
1673
|
"dateReplaced": {
|
|
2192
|
-
"ta6Ref": "12.5a2"
|
|
2193
|
-
"title": "Date replaced or upgraded"
|
|
1674
|
+
"ta6Ref": "12.5a2"
|
|
2194
1675
|
},
|
|
2195
1676
|
"dateLastEmptied": {
|
|
2196
|
-
"ta6Ref": "12.7"
|
|
2197
|
-
"title": "Date last emptied"
|
|
1677
|
+
"ta6Ref": "12.7"
|
|
2198
1678
|
}
|
|
2199
1679
|
},
|
|
2200
1680
|
"required": [
|
|
2201
1681
|
"dateReplaced",
|
|
2202
1682
|
"dateLastEmptied"
|
|
2203
1683
|
]
|
|
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
1684
|
},
|
|
2235
1685
|
{
|
|
2236
1686
|
"properties": {
|
|
2237
|
-
"
|
|
1687
|
+
"offMainsDrainageSystemType": {
|
|
2238
1688
|
"enum": [
|
|
2239
|
-
"
|
|
1689
|
+
"Cesspit"
|
|
2240
1690
|
]
|
|
2241
1691
|
},
|
|
2242
1692
|
"dateLastEmptied": {
|
|
2243
|
-
"ta6Ref": "12.7"
|
|
2244
|
-
"title": "Date last emptied"
|
|
1693
|
+
"ta6Ref": "12.7"
|
|
2245
1694
|
}
|
|
2246
1695
|
},
|
|
2247
1696
|
"required": [
|
|
2248
1697
|
"dateLastEmptied"
|
|
2249
1698
|
]
|
|
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
1699
|
},
|
|
2281
1700
|
{
|
|
2282
1701
|
"properties": {
|
|
2283
|
-
"
|
|
1702
|
+
"offMainsDrainageSystemType": {
|
|
2284
1703
|
"enum": [
|
|
2285
|
-
"
|
|
1704
|
+
"Sewerage treatment plant"
|
|
2286
1705
|
]
|
|
2287
1706
|
},
|
|
2288
1707
|
"dateInstalled": {
|
|
2289
|
-
"ta6Ref": "12.9"
|
|
2290
|
-
"title": "Date installed"
|
|
1708
|
+
"ta6Ref": "12.9"
|
|
2291
1709
|
},
|
|
2292
1710
|
"dateLastServiced": {
|
|
2293
|
-
"ta6Ref": "12.8"
|
|
2294
|
-
"title": "Date last serviced"
|
|
1711
|
+
"ta6Ref": "12.8"
|
|
2295
1712
|
}
|
|
2296
1713
|
},
|
|
2297
1714
|
"required": [
|
|
2298
1715
|
"dateInstalled",
|
|
2299
1716
|
"dateLastServiced"
|
|
2300
1717
|
]
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"properties": {
|
|
1721
|
+
"offMainsDrainageSystemType": {
|
|
1722
|
+
"enum": [
|
|
1723
|
+
"Other",
|
|
1724
|
+
"Not known"
|
|
1725
|
+
]
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
2301
1728
|
}
|
|
2302
1729
|
],
|
|
2303
1730
|
"required": [
|
|
2304
|
-
"
|
|
1731
|
+
"offMainsDrainageSystemType",
|
|
1732
|
+
"otherConnectedProperties",
|
|
1733
|
+
"plantOnOtherLand"
|
|
2305
1734
|
],
|
|
2306
1735
|
"properties": {
|
|
2307
|
-
"
|
|
2308
|
-
"ta6Ref": "12.
|
|
2309
|
-
"
|
|
2310
|
-
"
|
|
2311
|
-
|
|
2312
|
-
|
|
1736
|
+
"otherConnectedProperties": {
|
|
1737
|
+
"ta6Ref": "12.6",
|
|
1738
|
+
"discriminator": {
|
|
1739
|
+
"propertyName": "yesNo"
|
|
1740
|
+
},
|
|
1741
|
+
"oneOf": [
|
|
1742
|
+
{
|
|
1743
|
+
"properties": {
|
|
1744
|
+
"yesNo": {
|
|
1745
|
+
"enum": [
|
|
1746
|
+
"No"
|
|
1747
|
+
]
|
|
1748
|
+
}
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"properties": {
|
|
1753
|
+
"yesNo": {
|
|
1754
|
+
"enum": [
|
|
1755
|
+
"Yes"
|
|
1756
|
+
]
|
|
1757
|
+
},
|
|
1758
|
+
"numberOfPropertiesSharing": {
|
|
1759
|
+
"ta6Ref": "12.6.2"
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
"required": [
|
|
1763
|
+
"numberOfPropertiesSharing"
|
|
1764
|
+
]
|
|
1765
|
+
}
|
|
1766
|
+
],
|
|
1767
|
+
"required": [
|
|
1768
|
+
"yesNo"
|
|
1769
|
+
],
|
|
1770
|
+
"properties": {
|
|
1771
|
+
"yesNo": {
|
|
1772
|
+
"ta6Ref": "12.6.1"
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
"plantOnOtherLand": {
|
|
1777
|
+
"ta6Ref": "12.10",
|
|
1778
|
+
"discriminator": {
|
|
1779
|
+
"propertyName": "yesNo"
|
|
1780
|
+
},
|
|
1781
|
+
"oneOf": [
|
|
1782
|
+
{
|
|
1783
|
+
"properties": {
|
|
1784
|
+
"yesNo": {
|
|
1785
|
+
"enum": [
|
|
1786
|
+
"No"
|
|
1787
|
+
]
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"properties": {
|
|
1793
|
+
"yesNo": {
|
|
1794
|
+
"enum": [
|
|
1795
|
+
"Yes"
|
|
1796
|
+
]
|
|
1797
|
+
},
|
|
1798
|
+
"attachments": {
|
|
1799
|
+
"ta6Ref": "12.10.2"
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"required": [
|
|
1803
|
+
"attachments"
|
|
1804
|
+
]
|
|
1805
|
+
}
|
|
1806
|
+
],
|
|
1807
|
+
"required": [
|
|
1808
|
+
"yesNo"
|
|
1809
|
+
],
|
|
1810
|
+
"properties": {
|
|
1811
|
+
"yesNo": {
|
|
1812
|
+
"ta6Ref": "12.10.1"
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
2313
1815
|
}
|
|
2314
1816
|
}
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
1817
|
+
}
|
|
1818
|
+
}
|
|
1819
|
+
}
|
|
1820
|
+
],
|
|
1821
|
+
"required": [
|
|
1822
|
+
"yesNo"
|
|
1823
|
+
],
|
|
1824
|
+
"properties": {
|
|
1825
|
+
"yesNo": {
|
|
1826
|
+
"ta6Ref": "12.4a1",
|
|
1827
|
+
"enum": [
|
|
1828
|
+
"Yes",
|
|
1829
|
+
"No",
|
|
1830
|
+
"Not known"
|
|
1831
|
+
]
|
|
1832
|
+
}
|
|
1833
|
+
}
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
"heating": {
|
|
1840
|
+
"ta6Ref": "12.3",
|
|
1841
|
+
"required": [
|
|
1842
|
+
"heatingSystem"
|
|
1843
|
+
],
|
|
1844
|
+
"properties": {
|
|
1845
|
+
"heatingSystem": {
|
|
1846
|
+
"ta6Ref": "12.3.1",
|
|
1847
|
+
"discriminator": {
|
|
1848
|
+
"propertyName": "heatingType"
|
|
1849
|
+
},
|
|
1850
|
+
"oneOf": [
|
|
1851
|
+
{
|
|
1852
|
+
"properties": {
|
|
1853
|
+
"heatingType": {
|
|
1854
|
+
"enum": [
|
|
1855
|
+
"None",
|
|
1856
|
+
"Room heaters only"
|
|
1857
|
+
]
|
|
1858
|
+
}
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"properties": {
|
|
1863
|
+
"heatingType": {
|
|
1864
|
+
"enum": [
|
|
1865
|
+
"Central heating"
|
|
1866
|
+
]
|
|
1867
|
+
},
|
|
1868
|
+
"centralHeatingDetails": {
|
|
1869
|
+
"ta6Ref": "12.3.2",
|
|
1870
|
+
"required": [
|
|
1871
|
+
"centralHeatingFuel",
|
|
1872
|
+
"centralHeatingInstalled",
|
|
1873
|
+
"boilerInstallationCertificate",
|
|
1874
|
+
"heatingLastServicedDate",
|
|
1875
|
+
"heatingLastServicedReport",
|
|
1876
|
+
"heatingInGoodWorkingOrder"
|
|
1877
|
+
],
|
|
1878
|
+
"properties": {
|
|
1879
|
+
"centralHeatingFuel": {
|
|
1880
|
+
"ta6Ref": "12.3.3",
|
|
2319
1881
|
"discriminator": {
|
|
2320
|
-
"propertyName": "
|
|
1882
|
+
"propertyName": "centralHeatingFuelType"
|
|
2321
1883
|
},
|
|
2322
1884
|
"oneOf": [
|
|
2323
1885
|
{
|
|
2324
1886
|
"properties": {
|
|
2325
|
-
"
|
|
1887
|
+
"centralHeatingFuelType": {
|
|
2326
1888
|
"enum": [
|
|
2327
|
-
"
|
|
1889
|
+
"Mains gas",
|
|
1890
|
+
"Electricity",
|
|
1891
|
+
"Oil",
|
|
1892
|
+
"LPG",
|
|
1893
|
+
"Biomass"
|
|
2328
1894
|
]
|
|
2329
1895
|
}
|
|
2330
1896
|
}
|
|
2331
1897
|
},
|
|
2332
1898
|
{
|
|
2333
1899
|
"properties": {
|
|
2334
|
-
"
|
|
1900
|
+
"centralHeatingFuelType": {
|
|
2335
1901
|
"enum": [
|
|
2336
|
-
"
|
|
1902
|
+
"Other"
|
|
2337
1903
|
]
|
|
2338
1904
|
},
|
|
2339
|
-
"
|
|
2340
|
-
"ta6Ref": "12.
|
|
2341
|
-
"title": "How many other properties?"
|
|
1905
|
+
"otherCentralHeatingFuelType": {
|
|
1906
|
+
"ta6Ref": "12.3a2"
|
|
2342
1907
|
}
|
|
2343
1908
|
},
|
|
2344
1909
|
"required": [
|
|
2345
|
-
"
|
|
1910
|
+
"otherCentralHeatingFuelType"
|
|
2346
1911
|
]
|
|
2347
1912
|
}
|
|
2348
1913
|
],
|
|
2349
1914
|
"required": [
|
|
2350
|
-
"
|
|
1915
|
+
"centralHeatingFuelType"
|
|
2351
1916
|
],
|
|
2352
1917
|
"properties": {
|
|
2353
|
-
"
|
|
2354
|
-
"ta6Ref": "12.
|
|
2355
|
-
"enum": [
|
|
2356
|
-
"Yes",
|
|
2357
|
-
"No"
|
|
2358
|
-
]
|
|
1918
|
+
"centralHeatingFuelType": {
|
|
1919
|
+
"ta6Ref": "12.3a1"
|
|
2359
1920
|
}
|
|
2360
1921
|
}
|
|
2361
1922
|
},
|
|
2362
|
-
"
|
|
2363
|
-
"ta6Ref": "12.
|
|
2364
|
-
|
|
1923
|
+
"centralHeatingInstalled": {
|
|
1924
|
+
"ta6Ref": "12.3b1"
|
|
1925
|
+
},
|
|
1926
|
+
"boilerInstallationCertificate": {
|
|
1927
|
+
"ta6Ref": "12.3b2",
|
|
2365
1928
|
"discriminator": {
|
|
2366
1929
|
"propertyName": "yesNo"
|
|
2367
1930
|
},
|
|
@@ -2383,12 +1946,7 @@
|
|
|
2383
1946
|
]
|
|
2384
1947
|
},
|
|
2385
1948
|
"attachments": {
|
|
2386
|
-
"ta6Ref": "12.
|
|
2387
|
-
"title": "Please supply a plan showing the location of the system and how access is obtained.",
|
|
2388
|
-
"enum": [
|
|
2389
|
-
"Attached",
|
|
2390
|
-
"To follow"
|
|
2391
|
-
]
|
|
1949
|
+
"ta6Ref": "12.3b4"
|
|
2392
1950
|
}
|
|
2393
1951
|
},
|
|
2394
1952
|
"required": [
|
|
@@ -2401,273 +1959,190 @@
|
|
|
2401
1959
|
],
|
|
2402
1960
|
"properties": {
|
|
2403
1961
|
"yesNo": {
|
|
2404
|
-
"ta6Ref": "12.
|
|
2405
|
-
"enum": [
|
|
2406
|
-
"Yes",
|
|
2407
|
-
"No"
|
|
2408
|
-
]
|
|
2409
|
-
}
|
|
2410
|
-
}
|
|
2411
|
-
}
|
|
2412
|
-
},
|
|
2413
|
-
"required": [
|
|
2414
|
-
"septicTank",
|
|
2415
|
-
"cesspit",
|
|
2416
|
-
"sewerageTreatmentPlant",
|
|
2417
|
-
"otherConnectedProperties",
|
|
2418
|
-
"plantOnOtherLand"
|
|
2419
|
-
]
|
|
2420
|
-
}
|
|
2421
|
-
],
|
|
2422
|
-
"required": [
|
|
2423
|
-
"yesNo"
|
|
2424
|
-
],
|
|
2425
|
-
"properties": {
|
|
2426
|
-
"yesNo": {
|
|
2427
|
-
"ta6Ref": "12.4a1",
|
|
2428
|
-
"enum": [
|
|
2429
|
-
"Yes",
|
|
2430
|
-
"To be connected",
|
|
2431
|
-
"No",
|
|
2432
|
-
"Not known"
|
|
2433
|
-
]
|
|
2434
|
-
}
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
}
|
|
2438
|
-
}
|
|
2439
|
-
}
|
|
2440
|
-
},
|
|
2441
|
-
"heating": {
|
|
2442
|
-
"ta6Ref": "12.3",
|
|
2443
|
-
"title": "Heating",
|
|
2444
|
-
"discriminator": {
|
|
2445
|
-
"propertyName": "heatingType"
|
|
2446
|
-
},
|
|
2447
|
-
"oneOf": [
|
|
2448
|
-
{
|
|
2449
|
-
"properties": {
|
|
2450
|
-
"heatingType": {
|
|
2451
|
-
"enum": [
|
|
2452
|
-
"None"
|
|
2453
|
-
]
|
|
2454
|
-
}
|
|
2455
|
-
}
|
|
2456
|
-
},
|
|
2457
|
-
{
|
|
2458
|
-
"properties": {
|
|
2459
|
-
"heatingType": {
|
|
2460
|
-
"enum": [
|
|
2461
|
-
"Central heating"
|
|
2462
|
-
]
|
|
2463
|
-
},
|
|
2464
|
-
"centralHeatingDetails": {
|
|
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
|
-
],
|
|
2475
|
-
"properties": {
|
|
2476
|
-
"centralHeatingFuel": {
|
|
2477
|
-
"ta6Ref": "12.3.3",
|
|
2478
|
-
"title": "Central Heating Fuel",
|
|
2479
|
-
"discriminator": {
|
|
2480
|
-
"propertyName": "centralHeatingFuelType"
|
|
2481
|
-
},
|
|
2482
|
-
"oneOf": [
|
|
2483
|
-
{
|
|
2484
|
-
"properties": {
|
|
2485
|
-
"centralHeatingFuelType": {
|
|
2486
|
-
"enum": [
|
|
2487
|
-
"Mains gas",
|
|
2488
|
-
"Electricity",
|
|
2489
|
-
"Oil",
|
|
2490
|
-
"LPG",
|
|
2491
|
-
"Biomass boiler"
|
|
2492
|
-
]
|
|
1962
|
+
"ta6Ref": "12.3b3"
|
|
2493
1963
|
}
|
|
2494
1964
|
}
|
|
2495
1965
|
},
|
|
2496
|
-
{
|
|
2497
|
-
"
|
|
2498
|
-
"centralHeatingFuelType": {
|
|
2499
|
-
"enum": [
|
|
2500
|
-
"Other"
|
|
2501
|
-
]
|
|
2502
|
-
},
|
|
2503
|
-
"otherCentralHeatingFuelType": {
|
|
2504
|
-
"ta6Ref": "12.3a2",
|
|
2505
|
-
"title": "Please describe the other fuel type"
|
|
2506
|
-
}
|
|
2507
|
-
},
|
|
2508
|
-
"required": [
|
|
2509
|
-
"otherCentralHeatingFuelType"
|
|
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
|
-
{
|
|
2542
|
-
"properties": {
|
|
2543
|
-
"yesNo": {
|
|
2544
|
-
"enum": [
|
|
2545
|
-
"No"
|
|
2546
|
-
]
|
|
2547
|
-
}
|
|
2548
|
-
}
|
|
1966
|
+
"heatingLastServicedDate": {
|
|
1967
|
+
"ta6Ref": "12.3d1"
|
|
2549
1968
|
},
|
|
2550
|
-
{
|
|
2551
|
-
"
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
"attachments": {
|
|
2558
|
-
"ta6Ref": "12.3b4",
|
|
2559
|
-
"title": "Please supply a copy of the installation completion certificate from a competent person qualified under the relevant self-certification scheme e.g. HETAS etc",
|
|
2560
|
-
"enum": [
|
|
2561
|
-
"Attached",
|
|
2562
|
-
"To follow"
|
|
2563
|
-
]
|
|
2564
|
-
}
|
|
1969
|
+
"heatingLastServicedReport": {
|
|
1970
|
+
"ta6Ref": "12.3d2"
|
|
1971
|
+
},
|
|
1972
|
+
"heatingInGoodWorkingOrder": {
|
|
1973
|
+
"ta6Ref": "12.3c",
|
|
1974
|
+
"discriminator": {
|
|
1975
|
+
"propertyName": "yesNo"
|
|
2565
1976
|
},
|
|
2566
|
-
"
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
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
|
-
{
|
|
2605
|
-
"properties": {
|
|
2606
|
-
"yesNo": {
|
|
2607
|
-
"enum": [
|
|
2608
|
-
"Yes"
|
|
2609
|
-
]
|
|
1977
|
+
"oneOf": [
|
|
1978
|
+
{
|
|
1979
|
+
"properties": {
|
|
1980
|
+
"yesNo": {
|
|
1981
|
+
"enum": [
|
|
1982
|
+
"Yes"
|
|
1983
|
+
]
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
"properties": {
|
|
1989
|
+
"yesNo": {
|
|
1990
|
+
"enum": [
|
|
1991
|
+
"No"
|
|
1992
|
+
]
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
2610
1995
|
}
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
1996
|
+
],
|
|
1997
|
+
"required": [
|
|
1998
|
+
"yesNo"
|
|
1999
|
+
],
|
|
2614
2000
|
"properties": {
|
|
2615
2001
|
"yesNo": {
|
|
2616
|
-
"
|
|
2617
|
-
"No"
|
|
2618
|
-
]
|
|
2002
|
+
"ta6Ref": "12.3c1"
|
|
2619
2003
|
}
|
|
2620
2004
|
}
|
|
2621
2005
|
}
|
|
2622
|
-
],
|
|
2623
|
-
"required": [
|
|
2624
|
-
"yesNo"
|
|
2625
|
-
],
|
|
2626
|
-
"properties": {
|
|
2627
|
-
"yesNo": {
|
|
2628
|
-
"ta6Ref": "12.3c1",
|
|
2629
|
-
"enum": [
|
|
2630
|
-
"Yes",
|
|
2631
|
-
"No"
|
|
2632
|
-
]
|
|
2633
|
-
}
|
|
2634
2006
|
}
|
|
2635
2007
|
}
|
|
2008
|
+
},
|
|
2009
|
+
"required": [
|
|
2010
|
+
"centralHeatingDetails"
|
|
2011
|
+
]
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"properties": {
|
|
2015
|
+
"heatingType": {
|
|
2016
|
+
"enum": [
|
|
2017
|
+
"Community heating system"
|
|
2018
|
+
]
|
|
2019
|
+
}
|
|
2636
2020
|
}
|
|
2637
2021
|
}
|
|
2638
|
-
|
|
2022
|
+
],
|
|
2639
2023
|
"required": [
|
|
2640
|
-
"
|
|
2641
|
-
]
|
|
2642
|
-
},
|
|
2643
|
-
{
|
|
2024
|
+
"heatingType"
|
|
2025
|
+
],
|
|
2644
2026
|
"properties": {
|
|
2645
2027
|
"heatingType": {
|
|
2646
|
-
"
|
|
2647
|
-
"Community heating system"
|
|
2648
|
-
]
|
|
2028
|
+
"ta6Ref": "12.3.1"
|
|
2649
2029
|
}
|
|
2650
2030
|
}
|
|
2651
2031
|
}
|
|
2652
|
-
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
"connectivity": {
|
|
2035
|
+
"ta6Ref": "13",
|
|
2653
2036
|
"required": [
|
|
2654
|
-
"
|
|
2037
|
+
"telephone",
|
|
2038
|
+
"cableSatelliteTV"
|
|
2655
2039
|
],
|
|
2656
2040
|
"properties": {
|
|
2657
|
-
"
|
|
2658
|
-
"ta6Ref": "
|
|
2659
|
-
"
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2041
|
+
"telephone": {
|
|
2042
|
+
"ta6Ref": "13.5",
|
|
2043
|
+
"discriminator": {
|
|
2044
|
+
"propertyName": "yesNo"
|
|
2045
|
+
},
|
|
2046
|
+
"oneOf": [
|
|
2047
|
+
{
|
|
2048
|
+
"properties": {
|
|
2049
|
+
"yesNo": {
|
|
2050
|
+
"enum": [
|
|
2051
|
+
"No"
|
|
2052
|
+
]
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"properties": {
|
|
2058
|
+
"yesNo": {
|
|
2059
|
+
"enum": [
|
|
2060
|
+
"Yes"
|
|
2061
|
+
]
|
|
2062
|
+
},
|
|
2063
|
+
"supplier": {
|
|
2064
|
+
"ta6Ref": "13.5.2"
|
|
2065
|
+
}
|
|
2066
|
+
},
|
|
2067
|
+
"required": [
|
|
2068
|
+
"supplier"
|
|
2069
|
+
]
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"properties": {
|
|
2073
|
+
"yesNo": {
|
|
2074
|
+
"enum": [
|
|
2075
|
+
"To be connected"
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
"supplier": {
|
|
2079
|
+
"ta6Ref": "13.5.2"
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
],
|
|
2084
|
+
"required": [
|
|
2085
|
+
"yesNo"
|
|
2086
|
+
],
|
|
2087
|
+
"properties": {
|
|
2088
|
+
"yesNo": {
|
|
2089
|
+
"ta6Ref": "13.5.1"
|
|
2090
|
+
}
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"cableSatelliteTV": {
|
|
2094
|
+
"ta6Ref": "13.6",
|
|
2095
|
+
"discriminator": {
|
|
2096
|
+
"propertyName": "yesNo"
|
|
2097
|
+
},
|
|
2098
|
+
"oneOf": [
|
|
2099
|
+
{
|
|
2100
|
+
"properties": {
|
|
2101
|
+
"yesNo": {
|
|
2102
|
+
"enum": [
|
|
2103
|
+
"No"
|
|
2104
|
+
]
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"properties": {
|
|
2110
|
+
"yesNo": {
|
|
2111
|
+
"enum": [
|
|
2112
|
+
"Yes"
|
|
2113
|
+
]
|
|
2114
|
+
},
|
|
2115
|
+
"supplier": {
|
|
2116
|
+
"ta6Ref": "13.6.2"
|
|
2117
|
+
}
|
|
2118
|
+
},
|
|
2119
|
+
"required": [
|
|
2120
|
+
"supplier"
|
|
2121
|
+
]
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"properties": {
|
|
2125
|
+
"yesNo": {
|
|
2126
|
+
"enum": [
|
|
2127
|
+
"To be connected"
|
|
2128
|
+
]
|
|
2129
|
+
}
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
],
|
|
2133
|
+
"required": [
|
|
2134
|
+
"yesNo"
|
|
2135
|
+
],
|
|
2136
|
+
"properties": {
|
|
2137
|
+
"yesNo": {
|
|
2138
|
+
"ta6Ref": "13.6.1"
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2665
2141
|
}
|
|
2666
2142
|
}
|
|
2667
2143
|
},
|
|
2668
2144
|
"insurance": {
|
|
2669
2145
|
"ta6Ref": "6",
|
|
2670
|
-
"title": "Insurance",
|
|
2671
2146
|
"discriminator": {
|
|
2672
2147
|
"propertyName": "isInsured"
|
|
2673
2148
|
},
|
|
@@ -2680,17 +2155,10 @@
|
|
|
2680
2155
|
]
|
|
2681
2156
|
},
|
|
2682
2157
|
"details": {
|
|
2683
|
-
"ta6Ref": "6.2"
|
|
2684
|
-
"title": "Why not?"
|
|
2158
|
+
"ta6Ref": "6.2"
|
|
2685
2159
|
},
|
|
2686
2160
|
"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
|
-
]
|
|
2161
|
+
"ta6Ref": "6.3"
|
|
2694
2162
|
}
|
|
2695
2163
|
},
|
|
2696
2164
|
"required": [
|
|
@@ -2707,7 +2175,6 @@
|
|
|
2707
2175
|
},
|
|
2708
2176
|
"difficultiesObtainingInsurance": {
|
|
2709
2177
|
"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
2178
|
"required": [
|
|
2712
2179
|
"abnormalRiseInPremiums",
|
|
2713
2180
|
"subjectToHighExcesses",
|
|
@@ -2717,7 +2184,6 @@
|
|
|
2717
2184
|
"properties": {
|
|
2718
2185
|
"abnormalRiseInPremiums": {
|
|
2719
2186
|
"ta6Ref": "6.4a",
|
|
2720
|
-
"title": "Subject to abnormal rise in premiums?",
|
|
2721
2187
|
"discriminator": {
|
|
2722
2188
|
"propertyName": "yesNo"
|
|
2723
2189
|
},
|
|
@@ -2739,8 +2205,7 @@
|
|
|
2739
2205
|
]
|
|
2740
2206
|
},
|
|
2741
2207
|
"details": {
|
|
2742
|
-
"ta6Ref": "6.4.2"
|
|
2743
|
-
"title": "Provide details"
|
|
2208
|
+
"ta6Ref": "6.4.2"
|
|
2744
2209
|
}
|
|
2745
2210
|
},
|
|
2746
2211
|
"required": [
|
|
@@ -2753,17 +2218,12 @@
|
|
|
2753
2218
|
],
|
|
2754
2219
|
"properties": {
|
|
2755
2220
|
"yesNo": {
|
|
2756
|
-
"ta6Ref": "6.4a1"
|
|
2757
|
-
"enum": [
|
|
2758
|
-
"Yes",
|
|
2759
|
-
"No"
|
|
2760
|
-
]
|
|
2221
|
+
"ta6Ref": "6.4a1"
|
|
2761
2222
|
}
|
|
2762
2223
|
}
|
|
2763
2224
|
},
|
|
2764
2225
|
"subjectToHighExcesses": {
|
|
2765
2226
|
"ta6Ref": "6.4b",
|
|
2766
|
-
"title": "Subject to high excesses?",
|
|
2767
2227
|
"discriminator": {
|
|
2768
2228
|
"propertyName": "yesNo"
|
|
2769
2229
|
},
|
|
@@ -2785,8 +2245,7 @@
|
|
|
2785
2245
|
]
|
|
2786
2246
|
},
|
|
2787
2247
|
"details": {
|
|
2788
|
-
"ta6Ref": "6.4.2"
|
|
2789
|
-
"title": "Provide details"
|
|
2248
|
+
"ta6Ref": "6.4.2"
|
|
2790
2249
|
}
|
|
2791
2250
|
},
|
|
2792
2251
|
"required": [
|
|
@@ -2799,17 +2258,12 @@
|
|
|
2799
2258
|
],
|
|
2800
2259
|
"properties": {
|
|
2801
2260
|
"yesNo": {
|
|
2802
|
-
"ta6Ref": "6.4b1"
|
|
2803
|
-
"enum": [
|
|
2804
|
-
"Yes",
|
|
2805
|
-
"No"
|
|
2806
|
-
]
|
|
2261
|
+
"ta6Ref": "6.4b1"
|
|
2807
2262
|
}
|
|
2808
2263
|
}
|
|
2809
2264
|
},
|
|
2810
2265
|
"subjectToUnusualConditions": {
|
|
2811
2266
|
"ta6Ref": "6.4c",
|
|
2812
|
-
"title": "Subject to unusual conditions?",
|
|
2813
2267
|
"discriminator": {
|
|
2814
2268
|
"propertyName": "yesNo"
|
|
2815
2269
|
},
|
|
@@ -2831,8 +2285,7 @@
|
|
|
2831
2285
|
]
|
|
2832
2286
|
},
|
|
2833
2287
|
"details": {
|
|
2834
|
-
"ta6Ref": "6.4.2"
|
|
2835
|
-
"title": "Provide details"
|
|
2288
|
+
"ta6Ref": "6.4.2"
|
|
2836
2289
|
}
|
|
2837
2290
|
},
|
|
2838
2291
|
"required": [
|
|
@@ -2845,17 +2298,12 @@
|
|
|
2845
2298
|
],
|
|
2846
2299
|
"properties": {
|
|
2847
2300
|
"yesNo": {
|
|
2848
|
-
"ta6Ref": "6.4c1"
|
|
2849
|
-
"enum": [
|
|
2850
|
-
"Yes",
|
|
2851
|
-
"No"
|
|
2852
|
-
]
|
|
2301
|
+
"ta6Ref": "6.4c1"
|
|
2853
2302
|
}
|
|
2854
2303
|
}
|
|
2855
2304
|
},
|
|
2856
2305
|
"refused": {
|
|
2857
2306
|
"ta6Ref": "6.4d",
|
|
2858
|
-
"title": "Refused?",
|
|
2859
2307
|
"discriminator": {
|
|
2860
2308
|
"propertyName": "yesNo"
|
|
2861
2309
|
},
|
|
@@ -2877,8 +2325,7 @@
|
|
|
2877
2325
|
]
|
|
2878
2326
|
},
|
|
2879
2327
|
"details": {
|
|
2880
|
-
"ta6Ref": "6.4.2"
|
|
2881
|
-
"title": "Provide details"
|
|
2328
|
+
"ta6Ref": "6.4.2"
|
|
2882
2329
|
}
|
|
2883
2330
|
},
|
|
2884
2331
|
"required": [
|
|
@@ -2891,11 +2338,7 @@
|
|
|
2891
2338
|
],
|
|
2892
2339
|
"properties": {
|
|
2893
2340
|
"yesNo": {
|
|
2894
|
-
"ta6Ref": "6.4d1"
|
|
2895
|
-
"enum": [
|
|
2896
|
-
"Yes",
|
|
2897
|
-
"No"
|
|
2898
|
-
]
|
|
2341
|
+
"ta6Ref": "6.4d1"
|
|
2899
2342
|
}
|
|
2900
2343
|
}
|
|
2901
2344
|
}
|
|
@@ -2903,7 +2346,6 @@
|
|
|
2903
2346
|
},
|
|
2904
2347
|
"insuranceClaims": {
|
|
2905
2348
|
"ta6Ref": "6.5",
|
|
2906
|
-
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
2907
2349
|
"discriminator": {
|
|
2908
2350
|
"propertyName": "yesNo"
|
|
2909
2351
|
},
|
|
@@ -2925,8 +2367,7 @@
|
|
|
2925
2367
|
]
|
|
2926
2368
|
},
|
|
2927
2369
|
"details": {
|
|
2928
|
-
"ta6Ref": "6.5.2"
|
|
2929
|
-
"title": "Provide details"
|
|
2370
|
+
"ta6Ref": "6.5.2"
|
|
2930
2371
|
}
|
|
2931
2372
|
},
|
|
2932
2373
|
"required": [
|
|
@@ -2939,11 +2380,7 @@
|
|
|
2939
2380
|
],
|
|
2940
2381
|
"properties": {
|
|
2941
2382
|
"yesNo": {
|
|
2942
|
-
"ta6Ref": "6.5.1"
|
|
2943
|
-
"enum": [
|
|
2944
|
-
"Yes",
|
|
2945
|
-
"No"
|
|
2946
|
-
]
|
|
2383
|
+
"ta6Ref": "6.5.1"
|
|
2947
2384
|
}
|
|
2948
2385
|
}
|
|
2949
2386
|
}
|
|
@@ -2959,18 +2396,12 @@
|
|
|
2959
2396
|
],
|
|
2960
2397
|
"properties": {
|
|
2961
2398
|
"isInsured": {
|
|
2962
|
-
"ta6Ref": "6.1"
|
|
2963
|
-
"title": "Do you insure the property?",
|
|
2964
|
-
"enum": [
|
|
2965
|
-
"Yes",
|
|
2966
|
-
"No"
|
|
2967
|
-
]
|
|
2399
|
+
"ta6Ref": "6.1"
|
|
2968
2400
|
}
|
|
2969
2401
|
}
|
|
2970
2402
|
},
|
|
2971
2403
|
"rightsAndInformalArrangements": {
|
|
2972
2404
|
"ta6Ref": "8",
|
|
2973
|
-
"title": "Rights and Informal Arrangements",
|
|
2974
2405
|
"required": [
|
|
2975
2406
|
"sharedContributions",
|
|
2976
2407
|
"neighbouringLandRights",
|
|
@@ -2980,7 +2411,6 @@
|
|
|
2980
2411
|
"properties": {
|
|
2981
2412
|
"sharedContributions": {
|
|
2982
2413
|
"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
2414
|
"discriminator": {
|
|
2985
2415
|
"propertyName": "yesNo"
|
|
2986
2416
|
},
|
|
@@ -3002,8 +2432,7 @@
|
|
|
3002
2432
|
]
|
|
3003
2433
|
},
|
|
3004
2434
|
"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"
|
|
2435
|
+
"ta6Ref": "8.1.2"
|
|
3007
2436
|
}
|
|
3008
2437
|
},
|
|
3009
2438
|
"required": [
|
|
@@ -3016,17 +2445,12 @@
|
|
|
3016
2445
|
],
|
|
3017
2446
|
"properties": {
|
|
3018
2447
|
"yesNo": {
|
|
3019
|
-
"ta6Ref": "8.1.1"
|
|
3020
|
-
"enum": [
|
|
3021
|
-
"Yes",
|
|
3022
|
-
"No"
|
|
3023
|
-
]
|
|
2448
|
+
"ta6Ref": "8.1.1"
|
|
3024
2449
|
}
|
|
3025
2450
|
}
|
|
3026
2451
|
},
|
|
3027
2452
|
"neighbouringLandRights": {
|
|
3028
2453
|
"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
2454
|
"discriminator": {
|
|
3031
2455
|
"propertyName": "yesNo"
|
|
3032
2456
|
},
|
|
@@ -3048,8 +2472,7 @@
|
|
|
3048
2472
|
]
|
|
3049
2473
|
},
|
|
3050
2474
|
"details": {
|
|
3051
|
-
"ta6Ref": "8.2.2"
|
|
3052
|
-
"title": "Please give details and provide a plan showing the route of the access, parking etc"
|
|
2475
|
+
"ta6Ref": "8.2.2"
|
|
3053
2476
|
}
|
|
3054
2477
|
},
|
|
3055
2478
|
"required": [
|
|
@@ -3062,17 +2485,12 @@
|
|
|
3062
2485
|
],
|
|
3063
2486
|
"properties": {
|
|
3064
2487
|
"yesNo": {
|
|
3065
|
-
"ta6Ref": "8.2.1"
|
|
3066
|
-
"enum": [
|
|
3067
|
-
"Yes",
|
|
3068
|
-
"No"
|
|
3069
|
-
]
|
|
2488
|
+
"ta6Ref": "8.2.1"
|
|
3070
2489
|
}
|
|
3071
2490
|
}
|
|
3072
2491
|
},
|
|
3073
2492
|
"accessRestrictionAttempts": {
|
|
3074
2493
|
"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
2494
|
"discriminator": {
|
|
3077
2495
|
"propertyName": "yesNo"
|
|
3078
2496
|
},
|
|
@@ -3094,8 +2512,7 @@
|
|
|
3094
2512
|
]
|
|
3095
2513
|
},
|
|
3096
2514
|
"details": {
|
|
3097
|
-
"ta6Ref": "8.3.2"
|
|
3098
|
-
"title": "Details"
|
|
2515
|
+
"ta6Ref": "8.3.2"
|
|
3099
2516
|
}
|
|
3100
2517
|
},
|
|
3101
2518
|
"required": [
|
|
@@ -3108,17 +2525,12 @@
|
|
|
3108
2525
|
],
|
|
3109
2526
|
"properties": {
|
|
3110
2527
|
"yesNo": {
|
|
3111
|
-
"ta6Ref": "8.3.1"
|
|
3112
|
-
"enum": [
|
|
3113
|
-
"Yes",
|
|
3114
|
-
"No"
|
|
3115
|
-
]
|
|
2528
|
+
"ta6Ref": "8.3.1"
|
|
3116
2529
|
}
|
|
3117
2530
|
}
|
|
3118
2531
|
},
|
|
3119
2532
|
"rightsOrArrangements": {
|
|
3120
2533
|
"ta6Ref": "8.4",
|
|
3121
|
-
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
3122
2534
|
"required": [
|
|
3123
2535
|
"rightsOfLight",
|
|
3124
2536
|
"rightsOfSupport",
|
|
@@ -3131,7 +2543,6 @@
|
|
|
3131
2543
|
"properties": {
|
|
3132
2544
|
"publicRightOfWay": {
|
|
3133
2545
|
"ta6Ref": "8.6",
|
|
3134
|
-
"title": "A public right of way through and/or across your property, buildings or land",
|
|
3135
2546
|
"discriminator": {
|
|
3136
2547
|
"propertyName": "yesNo"
|
|
3137
2548
|
},
|
|
@@ -3153,8 +2564,7 @@
|
|
|
3153
2564
|
]
|
|
3154
2565
|
},
|
|
3155
2566
|
"details": {
|
|
3156
|
-
"ta6Ref": "8.6.2"
|
|
3157
|
-
"title": "Please provide details and mark the route on a plan of the property"
|
|
2567
|
+
"ta6Ref": "8.6.2"
|
|
3158
2568
|
}
|
|
3159
2569
|
},
|
|
3160
2570
|
"required": [
|
|
@@ -3167,17 +2577,12 @@
|
|
|
3167
2577
|
],
|
|
3168
2578
|
"properties": {
|
|
3169
2579
|
"yesNo": {
|
|
3170
|
-
"ta6Ref": "8.6.1"
|
|
3171
|
-
"enum": [
|
|
3172
|
-
"Yes",
|
|
3173
|
-
"No"
|
|
3174
|
-
]
|
|
2580
|
+
"ta6Ref": "8.6.1"
|
|
3175
2581
|
}
|
|
3176
2582
|
}
|
|
3177
2583
|
},
|
|
3178
2584
|
"rightsOfLight": {
|
|
3179
2585
|
"ta6Ref": "8.4a",
|
|
3180
|
-
"title": "Rights of light",
|
|
3181
2586
|
"discriminator": {
|
|
3182
2587
|
"propertyName": "yesNo"
|
|
3183
2588
|
},
|
|
@@ -3206,17 +2611,12 @@
|
|
|
3206
2611
|
],
|
|
3207
2612
|
"properties": {
|
|
3208
2613
|
"yesNo": {
|
|
3209
|
-
"ta6Ref": "8.4a1"
|
|
3210
|
-
"enum": [
|
|
3211
|
-
"Yes",
|
|
3212
|
-
"No"
|
|
3213
|
-
]
|
|
2614
|
+
"ta6Ref": "8.4a1"
|
|
3214
2615
|
}
|
|
3215
2616
|
}
|
|
3216
2617
|
},
|
|
3217
2618
|
"rightsOfSupport": {
|
|
3218
2619
|
"ta6Ref": "8.4b",
|
|
3219
|
-
"title": "Rights of support from ajoining properties",
|
|
3220
2620
|
"discriminator": {
|
|
3221
2621
|
"propertyName": "yesNo"
|
|
3222
2622
|
},
|
|
@@ -3245,17 +2645,12 @@
|
|
|
3245
2645
|
],
|
|
3246
2646
|
"properties": {
|
|
3247
2647
|
"yesNo": {
|
|
3248
|
-
"ta6Ref": "8.4b1"
|
|
3249
|
-
"enum": [
|
|
3250
|
-
"Yes",
|
|
3251
|
-
"No"
|
|
3252
|
-
]
|
|
2648
|
+
"ta6Ref": "8.4b1"
|
|
3253
2649
|
}
|
|
3254
2650
|
}
|
|
3255
2651
|
},
|
|
3256
2652
|
"rightsCreatedThroughCustom": {
|
|
3257
2653
|
"ta6Ref": "8.4c",
|
|
3258
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
3259
2654
|
"discriminator": {
|
|
3260
2655
|
"propertyName": "yesNo"
|
|
3261
2656
|
},
|
|
@@ -3284,17 +2679,12 @@
|
|
|
3284
2679
|
],
|
|
3285
2680
|
"properties": {
|
|
3286
2681
|
"yesNo": {
|
|
3287
|
-
"ta6Ref": "8.4c1"
|
|
3288
|
-
"enum": [
|
|
3289
|
-
"Yes",
|
|
3290
|
-
"No"
|
|
3291
|
-
]
|
|
2682
|
+
"ta6Ref": "8.4c1"
|
|
3292
2683
|
}
|
|
3293
2684
|
}
|
|
3294
2685
|
},
|
|
3295
2686
|
"rightsToTakeFromLand": {
|
|
3296
2687
|
"ta6Ref": "8.5c",
|
|
3297
|
-
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
3298
2688
|
"discriminator": {
|
|
3299
2689
|
"propertyName": "yesNo"
|
|
3300
2690
|
},
|
|
@@ -3316,8 +2706,7 @@
|
|
|
3316
2706
|
]
|
|
3317
2707
|
},
|
|
3318
2708
|
"details": {
|
|
3319
|
-
"ta6Ref": "8.5c2"
|
|
3320
|
-
"title": "Details"
|
|
2709
|
+
"ta6Ref": "8.5c2"
|
|
3321
2710
|
}
|
|
3322
2711
|
},
|
|
3323
2712
|
"required": [
|
|
@@ -3330,17 +2719,12 @@
|
|
|
3330
2719
|
],
|
|
3331
2720
|
"properties": {
|
|
3332
2721
|
"yesNo": {
|
|
3333
|
-
"ta6Ref": "8.5c1"
|
|
3334
|
-
"enum": [
|
|
3335
|
-
"Yes",
|
|
3336
|
-
"No"
|
|
3337
|
-
]
|
|
2722
|
+
"ta6Ref": "8.5c1"
|
|
3338
2723
|
}
|
|
3339
2724
|
}
|
|
3340
2725
|
},
|
|
3341
2726
|
"minesAndMinerals": {
|
|
3342
2727
|
"ta6Ref": "8.5a",
|
|
3343
|
-
"title": "Mines and minerals under the property",
|
|
3344
2728
|
"discriminator": {
|
|
3345
2729
|
"propertyName": "yesNo"
|
|
3346
2730
|
},
|
|
@@ -3369,17 +2753,12 @@
|
|
|
3369
2753
|
],
|
|
3370
2754
|
"properties": {
|
|
3371
2755
|
"yesNo": {
|
|
3372
|
-
"ta6Ref": "8.5a1"
|
|
3373
|
-
"enum": [
|
|
3374
|
-
"Yes",
|
|
3375
|
-
"No"
|
|
3376
|
-
]
|
|
2756
|
+
"ta6Ref": "8.5a1"
|
|
3377
2757
|
}
|
|
3378
2758
|
}
|
|
3379
2759
|
},
|
|
3380
2760
|
"churchChancel": {
|
|
3381
2761
|
"ta6Ref": "8.5b",
|
|
3382
|
-
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
3383
2762
|
"discriminator": {
|
|
3384
2763
|
"propertyName": "yesNo"
|
|
3385
2764
|
},
|
|
@@ -3408,17 +2787,12 @@
|
|
|
3408
2787
|
],
|
|
3409
2788
|
"properties": {
|
|
3410
2789
|
"yesNo": {
|
|
3411
|
-
"ta6Ref": "8.5b1"
|
|
3412
|
-
"enum": [
|
|
3413
|
-
"Yes",
|
|
3414
|
-
"No"
|
|
3415
|
-
]
|
|
2790
|
+
"ta6Ref": "8.5b1"
|
|
3416
2791
|
}
|
|
3417
2792
|
}
|
|
3418
2793
|
},
|
|
3419
2794
|
"otherRights": {
|
|
3420
2795
|
"ta6Ref": "8.6",
|
|
3421
|
-
"title": "Any other rights or arrangements affecting the property?",
|
|
3422
2796
|
"discriminator": {
|
|
3423
2797
|
"propertyName": "yesNo"
|
|
3424
2798
|
},
|
|
@@ -3434,101 +2808,94 @@
|
|
|
3434
2808
|
},
|
|
3435
2809
|
{
|
|
3436
2810
|
"properties": {
|
|
3437
|
-
"yesNo": {
|
|
2811
|
+
"yesNo": {
|
|
2812
|
+
"enum": [
|
|
2813
|
+
"Yes"
|
|
2814
|
+
]
|
|
2815
|
+
},
|
|
2816
|
+
"details": {
|
|
2817
|
+
"ta6Ref": "8.6.2"
|
|
2818
|
+
}
|
|
2819
|
+
},
|
|
2820
|
+
"required": [
|
|
2821
|
+
"details"
|
|
2822
|
+
]
|
|
2823
|
+
}
|
|
2824
|
+
],
|
|
2825
|
+
"required": [
|
|
2826
|
+
"yesNo"
|
|
2827
|
+
],
|
|
2828
|
+
"properties": {
|
|
2829
|
+
"yesNo": {
|
|
2830
|
+
"ta6Ref": "8.6.1"
|
|
2831
|
+
}
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
}
|
|
2835
|
+
}
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2838
|
+
"environmentalIssues": {
|
|
2839
|
+
"ta6Ref": "7",
|
|
2840
|
+
"required": [
|
|
2841
|
+
"flooding",
|
|
2842
|
+
"radon"
|
|
2843
|
+
],
|
|
2844
|
+
"properties": {
|
|
2845
|
+
"flooding": {
|
|
2846
|
+
"ta6Ref": "7.1.0",
|
|
2847
|
+
"required": [
|
|
2848
|
+
"historicalFlooding"
|
|
2849
|
+
],
|
|
2850
|
+
"properties": {
|
|
2851
|
+
"historicalFlooding": {
|
|
2852
|
+
"ta6Ref": "7.1.1",
|
|
2853
|
+
"discriminator": {
|
|
2854
|
+
"propertyName": "hasBeenFlooded"
|
|
2855
|
+
},
|
|
2856
|
+
"oneOf": [
|
|
2857
|
+
{
|
|
2858
|
+
"properties": {
|
|
2859
|
+
"hasBeenFlooded": {
|
|
2860
|
+
"enum": [
|
|
2861
|
+
"No"
|
|
2862
|
+
]
|
|
2863
|
+
}
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"properties": {
|
|
2868
|
+
"hasBeenFlooded": {
|
|
3438
2869
|
"enum": [
|
|
3439
2870
|
"Yes"
|
|
3440
2871
|
]
|
|
3441
2872
|
},
|
|
2873
|
+
"typeOfFlooding": {
|
|
2874
|
+
"ta6Ref": "7.2"
|
|
2875
|
+
},
|
|
3442
2876
|
"details": {
|
|
3443
|
-
"ta6Ref": "
|
|
3444
|
-
"title": "Details"
|
|
2877
|
+
"ta6Ref": "7.1.2"
|
|
3445
2878
|
}
|
|
3446
2879
|
},
|
|
3447
2880
|
"required": [
|
|
2881
|
+
"typeOfFlooding",
|
|
3448
2882
|
"details"
|
|
3449
2883
|
]
|
|
3450
2884
|
}
|
|
3451
2885
|
],
|
|
3452
2886
|
"required": [
|
|
3453
|
-
"
|
|
2887
|
+
"hasBeenFlooded"
|
|
3454
2888
|
],
|
|
3455
|
-
"properties": {
|
|
3456
|
-
"yesNo": {
|
|
3457
|
-
"ta6Ref": "8.6.1",
|
|
3458
|
-
"enum": [
|
|
3459
|
-
"Yes",
|
|
3460
|
-
"No"
|
|
3461
|
-
]
|
|
3462
|
-
}
|
|
3463
|
-
}
|
|
3464
|
-
}
|
|
3465
|
-
}
|
|
3466
|
-
}
|
|
3467
|
-
}
|
|
3468
|
-
},
|
|
3469
|
-
"environmentalIssues": {
|
|
3470
|
-
"ta6Ref": "7",
|
|
3471
|
-
"title": "Environmental Issues Affecting the Property",
|
|
3472
|
-
"required": [
|
|
3473
|
-
"flooding",
|
|
3474
|
-
"radon"
|
|
3475
|
-
],
|
|
3476
|
-
"properties": {
|
|
3477
|
-
"flooding": {
|
|
3478
|
-
"ta6Ref": "7.1.0",
|
|
3479
|
-
"title": "Flooding",
|
|
3480
|
-
"discriminator": {
|
|
3481
|
-
"propertyName": "hasBeenFlooded"
|
|
3482
|
-
},
|
|
3483
|
-
"oneOf": [
|
|
3484
|
-
{
|
|
3485
2889
|
"properties": {
|
|
3486
2890
|
"hasBeenFlooded": {
|
|
3487
|
-
"
|
|
3488
|
-
"No"
|
|
3489
|
-
]
|
|
2891
|
+
"ta6Ref": "7.1.1.1"
|
|
3490
2892
|
}
|
|
3491
2893
|
}
|
|
3492
|
-
},
|
|
3493
|
-
{
|
|
3494
|
-
"properties": {
|
|
3495
|
-
"hasBeenFlooded": {
|
|
3496
|
-
"enum": [
|
|
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"
|
|
3507
|
-
}
|
|
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
|
-
]
|
|
3526
2894
|
}
|
|
3527
2895
|
}
|
|
3528
2896
|
},
|
|
3529
2897
|
"radon": {
|
|
3530
2898
|
"ta6Ref": "7.4",
|
|
3531
|
-
"title": "Radon",
|
|
3532
2899
|
"required": [
|
|
3533
2900
|
"remedialMeasuresOnConstruction",
|
|
3534
2901
|
"radonTest"
|
|
@@ -3536,7 +2903,6 @@
|
|
|
3536
2903
|
"properties": {
|
|
3537
2904
|
"radonTest": {
|
|
3538
2905
|
"ta6Ref": "7.4",
|
|
3539
|
-
"title": "Has a Radon test been carried out on the property?",
|
|
3540
2906
|
"discriminator": {
|
|
3541
2907
|
"propertyName": "yesNo"
|
|
3542
2908
|
},
|
|
@@ -3558,20 +2924,10 @@
|
|
|
3558
2924
|
]
|
|
3559
2925
|
},
|
|
3560
2926
|
"details": {
|
|
3561
|
-
"ta6Ref": "7.4b"
|
|
3562
|
-
"title": "Was the test result was below the recommended action level?",
|
|
3563
|
-
"enum": [
|
|
3564
|
-
"Yes",
|
|
3565
|
-
"No"
|
|
3566
|
-
]
|
|
2927
|
+
"ta6Ref": "7.4b"
|
|
3567
2928
|
},
|
|
3568
2929
|
"attachments": {
|
|
3569
|
-
"ta6Ref": "7.4a"
|
|
3570
|
-
"title": "Please supply a copy of the report",
|
|
3571
|
-
"enum": [
|
|
3572
|
-
"Attached",
|
|
3573
|
-
"To follow"
|
|
3574
|
-
]
|
|
2930
|
+
"ta6Ref": "7.4a"
|
|
3575
2931
|
}
|
|
3576
2932
|
},
|
|
3577
2933
|
"required": [
|
|
@@ -3585,28 +2941,18 @@
|
|
|
3585
2941
|
],
|
|
3586
2942
|
"properties": {
|
|
3587
2943
|
"yesNo": {
|
|
3588
|
-
"ta6Ref": "7.4.1"
|
|
3589
|
-
"enum": [
|
|
3590
|
-
"Yes",
|
|
3591
|
-
"No"
|
|
3592
|
-
]
|
|
2944
|
+
"ta6Ref": "7.4.1"
|
|
3593
2945
|
}
|
|
3594
2946
|
}
|
|
3595
2947
|
},
|
|
3596
2948
|
"remedialMeasuresOnConstruction": {
|
|
3597
2949
|
"ta6Ref": "7.5",
|
|
3598
|
-
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
|
|
3599
2950
|
"required": [
|
|
3600
2951
|
"yesNo"
|
|
3601
2952
|
],
|
|
3602
2953
|
"properties": {
|
|
3603
2954
|
"yesNo": {
|
|
3604
|
-
"ta6Ref": "7.5.1"
|
|
3605
|
-
"enum": [
|
|
3606
|
-
"Yes",
|
|
3607
|
-
"No",
|
|
3608
|
-
"Not known"
|
|
3609
|
-
]
|
|
2955
|
+
"ta6Ref": "7.5.1"
|
|
3610
2956
|
}
|
|
3611
2957
|
}
|
|
3612
2958
|
}
|
|
@@ -3616,14 +2962,12 @@
|
|
|
3616
2962
|
},
|
|
3617
2963
|
"additionalInformation": {
|
|
3618
2964
|
"ta6Ref": "10",
|
|
3619
|
-
"title": "Additional Information",
|
|
3620
2965
|
"required": [
|
|
3621
2966
|
"otherCharges"
|
|
3622
2967
|
],
|
|
3623
2968
|
"properties": {
|
|
3624
2969
|
"otherCharges": {
|
|
3625
2970
|
"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
2971
|
"discriminator": {
|
|
3628
2972
|
"propertyName": "yesNo"
|
|
3629
2973
|
},
|
|
@@ -3645,8 +2989,7 @@
|
|
|
3645
2989
|
]
|
|
3646
2990
|
},
|
|
3647
2991
|
"details": {
|
|
3648
|
-
"ta6Ref": "10.1.2"
|
|
3649
|
-
"title": "Please give details"
|
|
2992
|
+
"ta6Ref": "10.1.2"
|
|
3650
2993
|
}
|
|
3651
2994
|
},
|
|
3652
2995
|
"required": [
|
|
@@ -3659,11 +3002,7 @@
|
|
|
3659
3002
|
],
|
|
3660
3003
|
"properties": {
|
|
3661
3004
|
"yesNo": {
|
|
3662
|
-
"ta6Ref": "10.1.1"
|
|
3663
|
-
"enum": [
|
|
3664
|
-
"Yes",
|
|
3665
|
-
"No"
|
|
3666
|
-
]
|
|
3005
|
+
"ta6Ref": "10.1.1"
|
|
3667
3006
|
}
|
|
3668
3007
|
}
|
|
3669
3008
|
}
|
|
@@ -3673,8 +3012,6 @@
|
|
|
3673
3012
|
},
|
|
3674
3013
|
"additionalLegalInfo": {
|
|
3675
3014
|
"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
3015
|
"required": [
|
|
3679
3016
|
"legalBoundaries",
|
|
3680
3017
|
"servicesCrossing",
|
|
@@ -3687,7 +3024,6 @@
|
|
|
3687
3024
|
"properties": {
|
|
3688
3025
|
"legalBoundaries": {
|
|
3689
3026
|
"ta6Ref": "1",
|
|
3690
|
-
"title": "Legal Boundaries",
|
|
3691
3027
|
"required": [
|
|
3692
3028
|
"ownership",
|
|
3693
3029
|
"haveBoundaryFeaturesMoved",
|
|
@@ -3701,13 +3037,7 @@
|
|
|
3701
3037
|
],
|
|
3702
3038
|
"properties": {
|
|
3703
3039
|
"areBoundariesUniform": {
|
|
3704
|
-
"ta6Ref": "1.2"
|
|
3705
|
-
"title": "Are the boundaries uniform?",
|
|
3706
|
-
"enum": [
|
|
3707
|
-
"Yes",
|
|
3708
|
-
"No",
|
|
3709
|
-
"Not applicable"
|
|
3710
|
-
]
|
|
3040
|
+
"ta6Ref": "1.2"
|
|
3711
3041
|
}
|
|
3712
3042
|
},
|
|
3713
3043
|
"oneOf": [
|
|
@@ -3722,44 +3052,16 @@
|
|
|
3722
3052
|
],
|
|
3723
3053
|
"properties": {
|
|
3724
3054
|
"left": {
|
|
3725
|
-
"ta6Ref": "1.1a"
|
|
3726
|
-
"title": "On the left",
|
|
3727
|
-
"enum": [
|
|
3728
|
-
"Seller",
|
|
3729
|
-
"Shared",
|
|
3730
|
-
"Neighbour",
|
|
3731
|
-
"Not known"
|
|
3732
|
-
]
|
|
3055
|
+
"ta6Ref": "1.1a"
|
|
3733
3056
|
},
|
|
3734
3057
|
"right": {
|
|
3735
|
-
"ta6Ref": "1.1b"
|
|
3736
|
-
"title": "On the right",
|
|
3737
|
-
"enum": [
|
|
3738
|
-
"Seller",
|
|
3739
|
-
"Shared",
|
|
3740
|
-
"Neighbour",
|
|
3741
|
-
"Not known"
|
|
3742
|
-
]
|
|
3058
|
+
"ta6Ref": "1.1b"
|
|
3743
3059
|
},
|
|
3744
3060
|
"rear": {
|
|
3745
|
-
"ta6Ref": "1.1c"
|
|
3746
|
-
"title": "At the rear",
|
|
3747
|
-
"enum": [
|
|
3748
|
-
"Seller",
|
|
3749
|
-
"Shared",
|
|
3750
|
-
"Neighbour",
|
|
3751
|
-
"Not known"
|
|
3752
|
-
]
|
|
3061
|
+
"ta6Ref": "1.1c"
|
|
3753
3062
|
},
|
|
3754
3063
|
"front": {
|
|
3755
|
-
"ta6Ref": "1.1d"
|
|
3756
|
-
"title": "At the front",
|
|
3757
|
-
"enum": [
|
|
3758
|
-
"Seller",
|
|
3759
|
-
"Shared",
|
|
3760
|
-
"Neighbour",
|
|
3761
|
-
"Not known"
|
|
3762
|
-
]
|
|
3064
|
+
"ta6Ref": "1.1d"
|
|
3763
3065
|
}
|
|
3764
3066
|
}
|
|
3765
3067
|
}
|
|
@@ -3772,16 +3074,10 @@
|
|
|
3772
3074
|
],
|
|
3773
3075
|
"properties": {
|
|
3774
3076
|
"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"
|
|
3077
|
+
"ta6Ref": "1.2.1"
|
|
3777
3078
|
},
|
|
3778
3079
|
"attachments": {
|
|
3779
|
-
"ta6Ref": "1.2.2"
|
|
3780
|
-
"title": "Attachments",
|
|
3781
|
-
"enum": [
|
|
3782
|
-
"Attached",
|
|
3783
|
-
"To follow"
|
|
3784
|
-
]
|
|
3080
|
+
"ta6Ref": "1.2.2"
|
|
3785
3081
|
}
|
|
3786
3082
|
}
|
|
3787
3083
|
}
|
|
@@ -3789,7 +3085,6 @@
|
|
|
3789
3085
|
},
|
|
3790
3086
|
"haveBoundaryFeaturesMoved": {
|
|
3791
3087
|
"ta6Ref": "1.3",
|
|
3792
|
-
"title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
|
|
3793
3088
|
"discriminator": {
|
|
3794
3089
|
"propertyName": "yesNo"
|
|
3795
3090
|
},
|
|
@@ -3812,8 +3107,7 @@
|
|
|
3812
3107
|
]
|
|
3813
3108
|
},
|
|
3814
3109
|
"details": {
|
|
3815
|
-
"ta6Ref": "1.3.2"
|
|
3816
|
-
"title": "Details"
|
|
3110
|
+
"ta6Ref": "1.3.2"
|
|
3817
3111
|
}
|
|
3818
3112
|
},
|
|
3819
3113
|
"required": [
|
|
@@ -3826,18 +3120,12 @@
|
|
|
3826
3120
|
],
|
|
3827
3121
|
"properties": {
|
|
3828
3122
|
"yesNo": {
|
|
3829
|
-
"ta6Ref": "1.3.1"
|
|
3830
|
-
"enum": [
|
|
3831
|
-
"Yes",
|
|
3832
|
-
"No",
|
|
3833
|
-
"Not applicable"
|
|
3834
|
-
]
|
|
3123
|
+
"ta6Ref": "1.3.1"
|
|
3835
3124
|
}
|
|
3836
3125
|
}
|
|
3837
3126
|
},
|
|
3838
3127
|
"adjacentLandIncluded": {
|
|
3839
3128
|
"ta6Ref": "1.4",
|
|
3840
|
-
"title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
|
|
3841
3129
|
"discriminator": {
|
|
3842
3130
|
"propertyName": "yesNo"
|
|
3843
3131
|
},
|
|
@@ -3860,8 +3148,7 @@
|
|
|
3860
3148
|
]
|
|
3861
3149
|
},
|
|
3862
3150
|
"details": {
|
|
3863
|
-
"ta6Ref": "1.4.2"
|
|
3864
|
-
"title": "Details"
|
|
3151
|
+
"ta6Ref": "1.4.2"
|
|
3865
3152
|
}
|
|
3866
3153
|
},
|
|
3867
3154
|
"required": [
|
|
@@ -3874,19 +3161,12 @@
|
|
|
3874
3161
|
],
|
|
3875
3162
|
"properties": {
|
|
3876
3163
|
"yesNo": {
|
|
3877
|
-
"ta6Ref": "1.4.1"
|
|
3878
|
-
"enum": [
|
|
3879
|
-
"Yes",
|
|
3880
|
-
"No",
|
|
3881
|
-
"Not applicable"
|
|
3882
|
-
]
|
|
3164
|
+
"ta6Ref": "1.4.1"
|
|
3883
3165
|
}
|
|
3884
3166
|
}
|
|
3885
3167
|
},
|
|
3886
3168
|
"flyingFreehold": {
|
|
3887
3169
|
"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
3170
|
"discriminator": {
|
|
3891
3171
|
"propertyName": "yesNo"
|
|
3892
3172
|
},
|
|
@@ -3909,8 +3189,7 @@
|
|
|
3909
3189
|
]
|
|
3910
3190
|
},
|
|
3911
3191
|
"details": {
|
|
3912
|
-
"ta6Ref": "1.5.2"
|
|
3913
|
-
"title": "Details"
|
|
3192
|
+
"ta6Ref": "1.5.2"
|
|
3914
3193
|
}
|
|
3915
3194
|
},
|
|
3916
3195
|
"required": [
|
|
@@ -3923,12 +3202,7 @@
|
|
|
3923
3202
|
],
|
|
3924
3203
|
"properties": {
|
|
3925
3204
|
"yesNo": {
|
|
3926
|
-
"ta6Ref": "1.5.1"
|
|
3927
|
-
"enum": [
|
|
3928
|
-
"Yes",
|
|
3929
|
-
"No",
|
|
3930
|
-
"Not applicable"
|
|
3931
|
-
]
|
|
3205
|
+
"ta6Ref": "1.5.1"
|
|
3932
3206
|
}
|
|
3933
3207
|
}
|
|
3934
3208
|
}
|
|
@@ -3936,7 +3210,6 @@
|
|
|
3936
3210
|
},
|
|
3937
3211
|
"servicesCrossing": {
|
|
3938
3212
|
"ta6Ref": "8",
|
|
3939
|
-
"title": "Services Crossing Other Property",
|
|
3940
3213
|
"required": [
|
|
3941
3214
|
"pipesWiresCablesDrainsToProperty",
|
|
3942
3215
|
"pipesWiresCablesDrainsFromProperty",
|
|
@@ -3945,7 +3218,6 @@
|
|
|
3945
3218
|
"properties": {
|
|
3946
3219
|
"pipesWiresCablesDrainsToProperty": {
|
|
3947
3220
|
"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
3221
|
"discriminator": {
|
|
3950
3222
|
"propertyName": "yesNo"
|
|
3951
3223
|
},
|
|
@@ -3975,18 +3247,12 @@
|
|
|
3975
3247
|
],
|
|
3976
3248
|
"properties": {
|
|
3977
3249
|
"yesNo": {
|
|
3978
|
-
"ta6Ref": "8.7.1"
|
|
3979
|
-
"enum": [
|
|
3980
|
-
"Yes",
|
|
3981
|
-
"No",
|
|
3982
|
-
"Not known"
|
|
3983
|
-
]
|
|
3250
|
+
"ta6Ref": "8.7.1"
|
|
3984
3251
|
}
|
|
3985
3252
|
}
|
|
3986
3253
|
},
|
|
3987
3254
|
"pipesWiresCablesDrainsFromProperty": {
|
|
3988
3255
|
"ta6Ref": "8.8",
|
|
3989
|
-
"title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
|
|
3990
3256
|
"discriminator": {
|
|
3991
3257
|
"propertyName": "yesNo"
|
|
3992
3258
|
},
|
|
@@ -4016,18 +3282,12 @@
|
|
|
4016
3282
|
],
|
|
4017
3283
|
"properties": {
|
|
4018
3284
|
"yesNo": {
|
|
4019
|
-
"ta6Ref": "8.8.1"
|
|
4020
|
-
"enum": [
|
|
4021
|
-
"Yes",
|
|
4022
|
-
"No",
|
|
4023
|
-
"Not known"
|
|
4024
|
-
]
|
|
3285
|
+
"ta6Ref": "8.8.1"
|
|
4025
3286
|
}
|
|
4026
3287
|
}
|
|
4027
3288
|
},
|
|
4028
3289
|
"formalOrInformalAgreements": {
|
|
4029
3290
|
"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
3291
|
"discriminator": {
|
|
4032
3292
|
"propertyName": "yesNo"
|
|
4033
3293
|
},
|
|
@@ -4050,16 +3310,10 @@
|
|
|
4050
3310
|
]
|
|
4051
3311
|
},
|
|
4052
3312
|
"details": {
|
|
4053
|
-
"ta6Ref": "8.9.2"
|
|
4054
|
-
"title": "Please provide details"
|
|
3313
|
+
"ta6Ref": "8.9.2"
|
|
4055
3314
|
},
|
|
4056
3315
|
"attachments": {
|
|
4057
|
-
"ta6Ref": "8.9.3"
|
|
4058
|
-
"title": "Attachments",
|
|
4059
|
-
"enum": [
|
|
4060
|
-
"Attached",
|
|
4061
|
-
"To follow"
|
|
4062
|
-
]
|
|
3316
|
+
"ta6Ref": "8.9.3"
|
|
4063
3317
|
}
|
|
4064
3318
|
},
|
|
4065
3319
|
"required": [
|
|
@@ -4072,12 +3326,7 @@
|
|
|
4072
3326
|
],
|
|
4073
3327
|
"properties": {
|
|
4074
3328
|
"yesNo": {
|
|
4075
|
-
"ta6Ref": "8.9.1"
|
|
4076
|
-
"enum": [
|
|
4077
|
-
"Yes",
|
|
4078
|
-
"No",
|
|
4079
|
-
"Not known"
|
|
4080
|
-
]
|
|
3329
|
+
"ta6Ref": "8.9.1"
|
|
4081
3330
|
}
|
|
4082
3331
|
}
|
|
4083
3332
|
}
|
|
@@ -4085,7 +3334,6 @@
|
|
|
4085
3334
|
},
|
|
4086
3335
|
"energyAndMeters": {
|
|
4087
3336
|
"ta6Ref": "12",
|
|
4088
|
-
"title": "Energy and Meters",
|
|
4089
3337
|
"required": [
|
|
4090
3338
|
"testedByQualifiedElectrician",
|
|
4091
3339
|
"electricalWorkSince2005",
|
|
@@ -4094,7 +3342,6 @@
|
|
|
4094
3342
|
"properties": {
|
|
4095
3343
|
"testedByQualifiedElectrician": {
|
|
4096
3344
|
"ta6Ref": "12.1",
|
|
4097
|
-
"title": "Have the electrics at the property been tested by a qualified electrician?",
|
|
4098
3345
|
"discriminator": {
|
|
4099
3346
|
"propertyName": "yesNo"
|
|
4100
3347
|
},
|
|
@@ -4116,16 +3363,10 @@
|
|
|
4116
3363
|
]
|
|
4117
3364
|
},
|
|
4118
3365
|
"yearTested": {
|
|
4119
|
-
"ta6Ref": "12.1.2"
|
|
4120
|
-
"title": "State the year they were last tested"
|
|
3366
|
+
"ta6Ref": "12.1.2"
|
|
4121
3367
|
},
|
|
4122
3368
|
"attachments": {
|
|
4123
|
-
"ta6Ref": "12.1.3"
|
|
4124
|
-
"title": "Please upload the test certificate.",
|
|
4125
|
-
"enum": [
|
|
4126
|
-
"Attached",
|
|
4127
|
-
"To follow"
|
|
4128
|
-
]
|
|
3369
|
+
"ta6Ref": "12.1.3"
|
|
4129
3370
|
}
|
|
4130
3371
|
},
|
|
4131
3372
|
"required": [
|
|
@@ -4139,17 +3380,12 @@
|
|
|
4139
3380
|
],
|
|
4140
3381
|
"properties": {
|
|
4141
3382
|
"yesNo": {
|
|
4142
|
-
"ta6Ref": "12.1.1"
|
|
4143
|
-
"enum": [
|
|
4144
|
-
"Yes",
|
|
4145
|
-
"No"
|
|
4146
|
-
]
|
|
3383
|
+
"ta6Ref": "12.1.1"
|
|
4147
3384
|
}
|
|
4148
3385
|
}
|
|
4149
3386
|
},
|
|
4150
3387
|
"electricalWorkSince2005": {
|
|
4151
3388
|
"ta6Ref": "12.2",
|
|
4152
|
-
"title": "Since 1st January 2005, has any electrical work been carried out to the property?",
|
|
4153
3389
|
"discriminator": {
|
|
4154
3390
|
"propertyName": "yesNo"
|
|
4155
3391
|
},
|
|
@@ -4172,28 +3408,13 @@
|
|
|
4172
3408
|
]
|
|
4173
3409
|
},
|
|
4174
3410
|
"electricalSafetyCertificate": {
|
|
4175
|
-
"ta6Ref": "12.2.2a"
|
|
4176
|
-
"title": "Please provide a signed Electrical Safety Certificate (BS7671)",
|
|
4177
|
-
"enum": [
|
|
4178
|
-
"Attached",
|
|
4179
|
-
"To follow"
|
|
4180
|
-
]
|
|
3411
|
+
"ta6Ref": "12.2.2a"
|
|
4181
3412
|
},
|
|
4182
3413
|
"buildingRegulationsComplianceCertificate": {
|
|
4183
|
-
"ta6Ref": "12.2.2b"
|
|
4184
|
-
"title": "or a Building Regulations Compliance Certificate (or equivalent)",
|
|
4185
|
-
"enum": [
|
|
4186
|
-
"Attached",
|
|
4187
|
-
"To follow"
|
|
4188
|
-
]
|
|
3414
|
+
"ta6Ref": "12.2.2b"
|
|
4189
3415
|
},
|
|
4190
3416
|
"buildingControlCompletionCertificate": {
|
|
4191
|
-
"ta6Ref": "12.2.2c"
|
|
4192
|
-
"title": "or a Building Control Completion Certificate",
|
|
4193
|
-
"enum": [
|
|
4194
|
-
"Attached",
|
|
4195
|
-
"To follow"
|
|
4196
|
-
]
|
|
3417
|
+
"ta6Ref": "12.2.2c"
|
|
4197
3418
|
}
|
|
4198
3419
|
}
|
|
4199
3420
|
}
|
|
@@ -4203,45 +3424,37 @@
|
|
|
4203
3424
|
],
|
|
4204
3425
|
"properties": {
|
|
4205
3426
|
"yesNo": {
|
|
4206
|
-
"ta6Ref": "12.2.1"
|
|
4207
|
-
"enum": [
|
|
4208
|
-
"Yes",
|
|
4209
|
-
"No",
|
|
4210
|
-
"Not known"
|
|
4211
|
-
]
|
|
3427
|
+
"ta6Ref": "12.2.1"
|
|
4212
3428
|
}
|
|
4213
3429
|
}
|
|
4214
3430
|
},
|
|
4215
3431
|
"solarPanels": {
|
|
4216
|
-
"
|
|
4217
|
-
|
|
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
|
-
}
|
|
3432
|
+
"ta6Ref": "4.6",
|
|
3433
|
+
"discriminator": {
|
|
3434
|
+
"propertyName": "hasSolarPanels"
|
|
4228
3435
|
},
|
|
4229
3436
|
"oneOf": [
|
|
4230
|
-
null,
|
|
4231
3437
|
{
|
|
4232
|
-
"required": [
|
|
4233
|
-
"yearInstalled",
|
|
4234
|
-
"panelsOwnedOutright",
|
|
4235
|
-
"panelProviderLease"
|
|
4236
|
-
],
|
|
4237
3438
|
"properties": {
|
|
3439
|
+
"hasSolarPanels": {
|
|
3440
|
+
"enum": [
|
|
3441
|
+
"No"
|
|
3442
|
+
]
|
|
3443
|
+
}
|
|
3444
|
+
}
|
|
3445
|
+
},
|
|
3446
|
+
{
|
|
3447
|
+
"properties": {
|
|
3448
|
+
"hasSolarPanels": {
|
|
3449
|
+
"enum": [
|
|
3450
|
+
"Yes"
|
|
3451
|
+
]
|
|
3452
|
+
},
|
|
4238
3453
|
"yearInstalled": {
|
|
4239
|
-
"ta6Ref": "4.6a"
|
|
4240
|
-
"title": "What year were they installed?"
|
|
3454
|
+
"ta6Ref": "4.6a"
|
|
4241
3455
|
},
|
|
4242
3456
|
"panelsOwnedOutright": {
|
|
4243
3457
|
"ta6Ref": "4.6b",
|
|
4244
|
-
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
4245
3458
|
"discriminator": {
|
|
4246
3459
|
"propertyName": "yesNo"
|
|
4247
3460
|
},
|
|
@@ -4270,17 +3483,12 @@
|
|
|
4270
3483
|
],
|
|
4271
3484
|
"properties": {
|
|
4272
3485
|
"yesNo": {
|
|
4273
|
-
"ta6Ref": "4.6b1"
|
|
4274
|
-
"enum": [
|
|
4275
|
-
"Yes",
|
|
4276
|
-
"No"
|
|
4277
|
-
]
|
|
3486
|
+
"ta6Ref": "4.6b1"
|
|
4278
3487
|
}
|
|
4279
3488
|
}
|
|
4280
3489
|
},
|
|
4281
3490
|
"panelProviderLease": {
|
|
4282
3491
|
"ta6Ref": "4.6c",
|
|
4283
|
-
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
4284
3492
|
"discriminator": {
|
|
4285
3493
|
"propertyName": "yesNo"
|
|
4286
3494
|
},
|
|
@@ -4302,12 +3510,7 @@
|
|
|
4302
3510
|
]
|
|
4303
3511
|
},
|
|
4304
3512
|
"attachments": {
|
|
4305
|
-
"ta6Ref": "4.6c2"
|
|
4306
|
-
"title": "Please supply copies of the relevant documents",
|
|
4307
|
-
"enum": [
|
|
4308
|
-
"Attached",
|
|
4309
|
-
"To follow"
|
|
4310
|
-
]
|
|
3513
|
+
"ta6Ref": "4.6c2"
|
|
4311
3514
|
}
|
|
4312
3515
|
},
|
|
4313
3516
|
"required": [
|
|
@@ -4320,55 +3523,56 @@
|
|
|
4320
3523
|
],
|
|
4321
3524
|
"properties": {
|
|
4322
3525
|
"yesNo": {
|
|
4323
|
-
"ta6Ref": "4.6c1"
|
|
4324
|
-
"enum": [
|
|
4325
|
-
"Yes",
|
|
4326
|
-
"No"
|
|
4327
|
-
]
|
|
3526
|
+
"ta6Ref": "4.6c1"
|
|
4328
3527
|
}
|
|
4329
3528
|
}
|
|
4330
3529
|
}
|
|
4331
|
-
}
|
|
3530
|
+
},
|
|
3531
|
+
"required": [
|
|
3532
|
+
"yearInstalled",
|
|
3533
|
+
"panelsOwnedOutright",
|
|
3534
|
+
"panelProviderLease"
|
|
3535
|
+
]
|
|
4332
3536
|
}
|
|
4333
|
-
]
|
|
3537
|
+
],
|
|
3538
|
+
"required": [
|
|
3539
|
+
"hasSolarPanels"
|
|
3540
|
+
],
|
|
3541
|
+
"properties": {
|
|
3542
|
+
"hasSolarPanels": {
|
|
3543
|
+
"ta6Ref": "4.6"
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
4334
3546
|
},
|
|
4335
|
-
"
|
|
3547
|
+
"electricityMeter": {
|
|
4336
3548
|
"ta6Ref": "13.1b",
|
|
4337
|
-
"title": "Location of electricity meter (if any)",
|
|
4338
3549
|
"properties": {
|
|
4339
|
-
"
|
|
4340
|
-
"ta6Ref": "13.1b1"
|
|
4341
|
-
"title": "Describe the location of the meter"
|
|
3550
|
+
"location": {
|
|
3551
|
+
"ta6Ref": "13.1b1"
|
|
4342
3552
|
}
|
|
4343
3553
|
}
|
|
4344
3554
|
},
|
|
4345
|
-
"
|
|
3555
|
+
"gasMeter": {
|
|
4346
3556
|
"ta6Ref": "13.2b",
|
|
4347
|
-
"title": "Location of gas meter (if any)",
|
|
4348
3557
|
"properties": {
|
|
4349
|
-
"
|
|
4350
|
-
"ta6Ref": "13.2b1"
|
|
4351
|
-
"title": "Describe the location of the meter"
|
|
3558
|
+
"location": {
|
|
3559
|
+
"ta6Ref": "13.2b1"
|
|
4352
3560
|
}
|
|
4353
3561
|
}
|
|
4354
3562
|
},
|
|
4355
|
-
"
|
|
3563
|
+
"stopcock": {
|
|
4356
3564
|
"ta6Ref": "13.3b",
|
|
4357
|
-
"title": "Location of stopcock (if any)",
|
|
4358
3565
|
"properties": {
|
|
4359
|
-
"
|
|
4360
|
-
"ta6Ref": "13.3b1"
|
|
4361
|
-
"title": "Describe the location of the stopcock"
|
|
3566
|
+
"location": {
|
|
3567
|
+
"ta6Ref": "13.3b1"
|
|
4362
3568
|
}
|
|
4363
3569
|
}
|
|
4364
3570
|
},
|
|
4365
|
-
"
|
|
3571
|
+
"waterMeter": {
|
|
4366
3572
|
"ta6Ref": "13.3b",
|
|
4367
|
-
"title": "Location of water meter (if any)",
|
|
4368
3573
|
"properties": {
|
|
4369
|
-
"
|
|
4370
|
-
"ta6Ref": "13.3b2"
|
|
4371
|
-
"title": "Describe the location of the meter"
|
|
3574
|
+
"location": {
|
|
3575
|
+
"ta6Ref": "13.3b2"
|
|
4372
3576
|
}
|
|
4373
3577
|
}
|
|
4374
3578
|
}
|
|
@@ -4376,7 +3580,6 @@
|
|
|
4376
3580
|
},
|
|
4377
3581
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
4378
3582
|
"ta6Ref": "5",
|
|
4379
|
-
"title": "Guarantees, Warranties and Indemnity Insurances",
|
|
4380
3583
|
"discriminator": {
|
|
4381
3584
|
"propertyName": "hasValidGuaranteesOrWarranties"
|
|
4382
3585
|
},
|
|
@@ -4399,7 +3602,6 @@
|
|
|
4399
3602
|
},
|
|
4400
3603
|
"newHomeWarranty": {
|
|
4401
3604
|
"ta6Ref": "5.1a",
|
|
4402
|
-
"title": "New Home Warranty (NHBC or similar)",
|
|
4403
3605
|
"discriminator": {
|
|
4404
3606
|
"propertyName": "yesNo"
|
|
4405
3607
|
},
|
|
@@ -4421,15 +3623,10 @@
|
|
|
4421
3623
|
]
|
|
4422
3624
|
},
|
|
4423
3625
|
"details": {
|
|
4424
|
-
"ta6Ref": "5.1a2"
|
|
4425
|
-
"title": "Please confirm the name of the warranty provider and the date of the warranty"
|
|
3626
|
+
"ta6Ref": "5.1a2"
|
|
4426
3627
|
},
|
|
4427
3628
|
"attachments": {
|
|
4428
|
-
"ta6Ref": "5.1a3"
|
|
4429
|
-
"enum": [
|
|
4430
|
-
"Attached",
|
|
4431
|
-
"To follow"
|
|
4432
|
-
]
|
|
3629
|
+
"ta6Ref": "5.1a3"
|
|
4433
3630
|
}
|
|
4434
3631
|
},
|
|
4435
3632
|
"required": [
|
|
@@ -4442,17 +3639,12 @@
|
|
|
4442
3639
|
],
|
|
4443
3640
|
"properties": {
|
|
4444
3641
|
"yesNo": {
|
|
4445
|
-
"ta6Ref": "5.1a1"
|
|
4446
|
-
"enum": [
|
|
4447
|
-
"Yes",
|
|
4448
|
-
"No"
|
|
4449
|
-
]
|
|
3642
|
+
"ta6Ref": "5.1a1"
|
|
4450
3643
|
}
|
|
4451
3644
|
}
|
|
4452
3645
|
},
|
|
4453
3646
|
"roofingWork": {
|
|
4454
3647
|
"ta6Ref": "5.1f",
|
|
4455
|
-
"title": "Roofing work",
|
|
4456
3648
|
"discriminator": {
|
|
4457
3649
|
"propertyName": "yesNo"
|
|
4458
3650
|
},
|
|
@@ -4474,11 +3666,7 @@
|
|
|
4474
3666
|
]
|
|
4475
3667
|
},
|
|
4476
3668
|
"attachments": {
|
|
4477
|
-
"ta6Ref": "5.1f2"
|
|
4478
|
-
"enum": [
|
|
4479
|
-
"Attached",
|
|
4480
|
-
"To follow"
|
|
4481
|
-
]
|
|
3669
|
+
"ta6Ref": "5.1f2"
|
|
4482
3670
|
}
|
|
4483
3671
|
},
|
|
4484
3672
|
"required": [
|
|
@@ -4491,17 +3679,12 @@
|
|
|
4491
3679
|
],
|
|
4492
3680
|
"properties": {
|
|
4493
3681
|
"yesNo": {
|
|
4494
|
-
"ta6Ref": "5.1f1"
|
|
4495
|
-
"enum": [
|
|
4496
|
-
"Yes",
|
|
4497
|
-
"No"
|
|
4498
|
-
]
|
|
3682
|
+
"ta6Ref": "5.1f1"
|
|
4499
3683
|
}
|
|
4500
3684
|
}
|
|
4501
3685
|
},
|
|
4502
3686
|
"dampProofingTreatment": {
|
|
4503
3687
|
"ta6Ref": "5.1b",
|
|
4504
|
-
"title": "Damp proofing treatment",
|
|
4505
3688
|
"discriminator": {
|
|
4506
3689
|
"propertyName": "yesNo"
|
|
4507
3690
|
},
|
|
@@ -4523,11 +3706,7 @@
|
|
|
4523
3706
|
]
|
|
4524
3707
|
},
|
|
4525
3708
|
"attachments": {
|
|
4526
|
-
"ta6Ref": "5.1b2"
|
|
4527
|
-
"enum": [
|
|
4528
|
-
"Attached",
|
|
4529
|
-
"To follow"
|
|
4530
|
-
]
|
|
3709
|
+
"ta6Ref": "5.1b2"
|
|
4531
3710
|
}
|
|
4532
3711
|
},
|
|
4533
3712
|
"required": [
|
|
@@ -4540,17 +3719,12 @@
|
|
|
4540
3719
|
],
|
|
4541
3720
|
"properties": {
|
|
4542
3721
|
"yesNo": {
|
|
4543
|
-
"ta6Ref": "5.1b1"
|
|
4544
|
-
"enum": [
|
|
4545
|
-
"Yes",
|
|
4546
|
-
"No"
|
|
4547
|
-
]
|
|
3722
|
+
"ta6Ref": "5.1b1"
|
|
4548
3723
|
}
|
|
4549
3724
|
}
|
|
4550
3725
|
},
|
|
4551
3726
|
"timberRotOrInfestationTreatment": {
|
|
4552
3727
|
"ta6Ref": "5.1c",
|
|
4553
|
-
"title": "Timber rot or infestation treatment",
|
|
4554
3728
|
"discriminator": {
|
|
4555
3729
|
"propertyName": "yesNo"
|
|
4556
3730
|
},
|
|
@@ -4572,11 +3746,7 @@
|
|
|
4572
3746
|
]
|
|
4573
3747
|
},
|
|
4574
3748
|
"attachments": {
|
|
4575
|
-
"ta6Ref": "5.1c2"
|
|
4576
|
-
"enum": [
|
|
4577
|
-
"Attached",
|
|
4578
|
-
"To follow"
|
|
4579
|
-
]
|
|
3749
|
+
"ta6Ref": "5.1c2"
|
|
4580
3750
|
}
|
|
4581
3751
|
},
|
|
4582
3752
|
"required": [
|
|
@@ -4589,17 +3759,12 @@
|
|
|
4589
3759
|
],
|
|
4590
3760
|
"properties": {
|
|
4591
3761
|
"yesNo": {
|
|
4592
|
-
"ta6Ref": "5.1c1"
|
|
4593
|
-
"enum": [
|
|
4594
|
-
"Yes",
|
|
4595
|
-
"No"
|
|
4596
|
-
]
|
|
3762
|
+
"ta6Ref": "5.1c1"
|
|
4597
3763
|
}
|
|
4598
3764
|
}
|
|
4599
3765
|
},
|
|
4600
3766
|
"centralHeatingAndorPlumbing": {
|
|
4601
3767
|
"ta6Ref": "5.1g",
|
|
4602
|
-
"title": "Central heating and/or plumbing",
|
|
4603
3768
|
"discriminator": {
|
|
4604
3769
|
"propertyName": "yesNo"
|
|
4605
3770
|
},
|
|
@@ -4621,11 +3786,7 @@
|
|
|
4621
3786
|
]
|
|
4622
3787
|
},
|
|
4623
3788
|
"attachments": {
|
|
4624
|
-
"ta6Ref": "5.1g2"
|
|
4625
|
-
"enum": [
|
|
4626
|
-
"Attached",
|
|
4627
|
-
"To follow"
|
|
4628
|
-
]
|
|
3789
|
+
"ta6Ref": "5.1g2"
|
|
4629
3790
|
}
|
|
4630
3791
|
},
|
|
4631
3792
|
"required": [
|
|
@@ -4638,17 +3799,12 @@
|
|
|
4638
3799
|
],
|
|
4639
3800
|
"properties": {
|
|
4640
3801
|
"yesNo": {
|
|
4641
|
-
"ta6Ref": "5.1g1"
|
|
4642
|
-
"enum": [
|
|
4643
|
-
"Yes",
|
|
4644
|
-
"No"
|
|
4645
|
-
]
|
|
3802
|
+
"ta6Ref": "5.1g1"
|
|
4646
3803
|
}
|
|
4647
3804
|
}
|
|
4648
3805
|
},
|
|
4649
3806
|
"doubleGlazing": {
|
|
4650
3807
|
"ta6Ref": "5.1d",
|
|
4651
|
-
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
4652
3808
|
"discriminator": {
|
|
4653
3809
|
"propertyName": "yesNo"
|
|
4654
3810
|
},
|
|
@@ -4670,11 +3826,7 @@
|
|
|
4670
3826
|
]
|
|
4671
3827
|
},
|
|
4672
3828
|
"attachments": {
|
|
4673
|
-
"ta6Ref": "5.1d2"
|
|
4674
|
-
"enum": [
|
|
4675
|
-
"Attached",
|
|
4676
|
-
"To follow"
|
|
4677
|
-
]
|
|
3829
|
+
"ta6Ref": "5.1d2"
|
|
4678
3830
|
}
|
|
4679
3831
|
},
|
|
4680
3832
|
"required": [
|
|
@@ -4687,17 +3839,12 @@
|
|
|
4687
3839
|
],
|
|
4688
3840
|
"properties": {
|
|
4689
3841
|
"yesNo": {
|
|
4690
|
-
"ta6Ref": "5.1d1"
|
|
4691
|
-
"enum": [
|
|
4692
|
-
"Yes",
|
|
4693
|
-
"No"
|
|
4694
|
-
]
|
|
3842
|
+
"ta6Ref": "5.1d1"
|
|
4695
3843
|
}
|
|
4696
3844
|
}
|
|
4697
3845
|
},
|
|
4698
3846
|
"electricalRepairOrInstallation": {
|
|
4699
3847
|
"ta6Ref": "5.1e",
|
|
4700
|
-
"title": "Electrical repair or installation",
|
|
4701
3848
|
"discriminator": {
|
|
4702
3849
|
"propertyName": "yesNo"
|
|
4703
3850
|
},
|
|
@@ -4719,11 +3866,7 @@
|
|
|
4719
3866
|
]
|
|
4720
3867
|
},
|
|
4721
3868
|
"attachments": {
|
|
4722
|
-
"ta6Ref": "5.1e2"
|
|
4723
|
-
"enum": [
|
|
4724
|
-
"Attached",
|
|
4725
|
-
"To follow"
|
|
4726
|
-
]
|
|
3869
|
+
"ta6Ref": "5.1e2"
|
|
4727
3870
|
}
|
|
4728
3871
|
},
|
|
4729
3872
|
"required": [
|
|
@@ -4736,17 +3879,12 @@
|
|
|
4736
3879
|
],
|
|
4737
3880
|
"properties": {
|
|
4738
3881
|
"yesNo": {
|
|
4739
|
-
"ta6Ref": "5.1e1"
|
|
4740
|
-
"enum": [
|
|
4741
|
-
"Yes",
|
|
4742
|
-
"No"
|
|
4743
|
-
]
|
|
3882
|
+
"ta6Ref": "5.1e1"
|
|
4744
3883
|
}
|
|
4745
3884
|
}
|
|
4746
3885
|
},
|
|
4747
3886
|
"subsidenceWork": {
|
|
4748
3887
|
"ta6Ref": "5.1h",
|
|
4749
|
-
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
4750
3888
|
"discriminator": {
|
|
4751
3889
|
"propertyName": "yesNo"
|
|
4752
3890
|
},
|
|
@@ -4768,11 +3906,7 @@
|
|
|
4768
3906
|
]
|
|
4769
3907
|
},
|
|
4770
3908
|
"attachments": {
|
|
4771
|
-
"ta6Ref": "5.1h2"
|
|
4772
|
-
"enum": [
|
|
4773
|
-
"Attached",
|
|
4774
|
-
"To follow"
|
|
4775
|
-
]
|
|
3909
|
+
"ta6Ref": "5.1h2"
|
|
4776
3910
|
}
|
|
4777
3911
|
},
|
|
4778
3912
|
"required": [
|
|
@@ -4785,17 +3919,12 @@
|
|
|
4785
3919
|
],
|
|
4786
3920
|
"properties": {
|
|
4787
3921
|
"yesNo": {
|
|
4788
|
-
"ta6Ref": "5.1h1"
|
|
4789
|
-
"enum": [
|
|
4790
|
-
"Yes",
|
|
4791
|
-
"No"
|
|
4792
|
-
]
|
|
3922
|
+
"ta6Ref": "5.1h1"
|
|
4793
3923
|
}
|
|
4794
3924
|
}
|
|
4795
3925
|
},
|
|
4796
3926
|
"otherGuarantees": {
|
|
4797
3927
|
"ta6Ref": "5.1i",
|
|
4798
|
-
"title": "Other Guarantees or warranties",
|
|
4799
3928
|
"discriminator": {
|
|
4800
3929
|
"propertyName": "yesNo"
|
|
4801
3930
|
},
|
|
@@ -4817,15 +3946,10 @@
|
|
|
4817
3946
|
]
|
|
4818
3947
|
},
|
|
4819
3948
|
"details": {
|
|
4820
|
-
"ta6Ref": "5.1i2"
|
|
4821
|
-
"title": "Please provide details"
|
|
3949
|
+
"ta6Ref": "5.1i2"
|
|
4822
3950
|
},
|
|
4823
3951
|
"attachments": {
|
|
4824
|
-
"ta6Ref": "5.1i3"
|
|
4825
|
-
"enum": [
|
|
4826
|
-
"Attached",
|
|
4827
|
-
"To follow"
|
|
4828
|
-
]
|
|
3952
|
+
"ta6Ref": "5.1i3"
|
|
4829
3953
|
}
|
|
4830
3954
|
},
|
|
4831
3955
|
"required": [
|
|
@@ -4839,17 +3963,12 @@
|
|
|
4839
3963
|
],
|
|
4840
3964
|
"properties": {
|
|
4841
3965
|
"yesNo": {
|
|
4842
|
-
"ta6Ref": "5.1i1"
|
|
4843
|
-
"enum": [
|
|
4844
|
-
"Yes",
|
|
4845
|
-
"No"
|
|
4846
|
-
]
|
|
3966
|
+
"ta6Ref": "5.1i1"
|
|
4847
3967
|
}
|
|
4848
3968
|
}
|
|
4849
3969
|
},
|
|
4850
3970
|
"outstandingClaimsOrApplications": {
|
|
4851
3971
|
"ta6Ref": "5.2",
|
|
4852
|
-
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
4853
3972
|
"discriminator": {
|
|
4854
3973
|
"propertyName": "yesNo"
|
|
4855
3974
|
},
|
|
@@ -4871,15 +3990,10 @@
|
|
|
4871
3990
|
]
|
|
4872
3991
|
},
|
|
4873
3992
|
"details": {
|
|
4874
|
-
"ta6Ref": "5.2.2"
|
|
4875
|
-
"title": "Please provide details"
|
|
3993
|
+
"ta6Ref": "5.2.2"
|
|
4876
3994
|
},
|
|
4877
3995
|
"attachments": {
|
|
4878
|
-
"ta6Ref": "5.2.3"
|
|
4879
|
-
"enum": [
|
|
4880
|
-
"Attached",
|
|
4881
|
-
"To follow"
|
|
4882
|
-
]
|
|
3996
|
+
"ta6Ref": "5.2.3"
|
|
4883
3997
|
}
|
|
4884
3998
|
},
|
|
4885
3999
|
"required": [
|
|
@@ -4892,11 +4006,7 @@
|
|
|
4892
4006
|
],
|
|
4893
4007
|
"properties": {
|
|
4894
4008
|
"yesNo": {
|
|
4895
|
-
"ta6Ref": "5.2.1"
|
|
4896
|
-
"enum": [
|
|
4897
|
-
"Yes",
|
|
4898
|
-
"No"
|
|
4899
|
-
]
|
|
4009
|
+
"ta6Ref": "5.2.1"
|
|
4900
4010
|
}
|
|
4901
4011
|
}
|
|
4902
4012
|
}
|
|
@@ -4920,18 +4030,12 @@
|
|
|
4920
4030
|
],
|
|
4921
4031
|
"properties": {
|
|
4922
4032
|
"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
|
-
]
|
|
4033
|
+
"ta6Ref": "5.1"
|
|
4929
4034
|
}
|
|
4930
4035
|
}
|
|
4931
4036
|
},
|
|
4932
4037
|
"occupiers": {
|
|
4933
4038
|
"ta6Ref": "11",
|
|
4934
|
-
"title": "Occupiers",
|
|
4935
4039
|
"required": [
|
|
4936
4040
|
"sellerLivesAtProperty",
|
|
4937
4041
|
"othersAged17OrOver"
|
|
@@ -4939,17 +4043,12 @@
|
|
|
4939
4043
|
"properties": {
|
|
4940
4044
|
"sellerLivesAtProperty": {
|
|
4941
4045
|
"ta6Ref": "11.1",
|
|
4942
|
-
"title": "Does the seller live at the property?",
|
|
4943
4046
|
"required": [
|
|
4944
4047
|
"yesNo"
|
|
4945
4048
|
],
|
|
4946
4049
|
"properties": {
|
|
4947
4050
|
"yesNo": {
|
|
4948
|
-
"ta6Ref": "11.1.1"
|
|
4949
|
-
"enum": [
|
|
4950
|
-
"Yes",
|
|
4951
|
-
"No"
|
|
4952
|
-
]
|
|
4051
|
+
"ta6Ref": "11.1.1"
|
|
4953
4052
|
}
|
|
4954
4053
|
}
|
|
4955
4054
|
},
|
|
@@ -4976,22 +4075,16 @@
|
|
|
4976
4075
|
]
|
|
4977
4076
|
},
|
|
4978
4077
|
"aged17OrOverNames": {
|
|
4979
|
-
"ta6Ref": "11.3"
|
|
4980
|
-
"title": "Please provide their full names and ages."
|
|
4078
|
+
"ta6Ref": "11.3"
|
|
4981
4079
|
},
|
|
4982
4080
|
"aged17OrOverTenantsOrLodgers": {
|
|
4983
4081
|
"ta6Ref": "11.4",
|
|
4984
|
-
"title": "Are any of them tenants or lodgers?",
|
|
4985
4082
|
"required": [
|
|
4986
4083
|
"yesNo"
|
|
4987
4084
|
],
|
|
4988
4085
|
"properties": {
|
|
4989
4086
|
"yesNo": {
|
|
4990
|
-
"ta6Ref": "11.4.1"
|
|
4991
|
-
"enum": [
|
|
4992
|
-
"Yes",
|
|
4993
|
-
"No"
|
|
4994
|
-
]
|
|
4087
|
+
"ta6Ref": "11.4.1"
|
|
4995
4088
|
}
|
|
4996
4089
|
}
|
|
4997
4090
|
},
|
|
@@ -5019,23 +4112,17 @@
|
|
|
5019
4112
|
},
|
|
5020
4113
|
"aged17OrOverAgreedToLeave": {
|
|
5021
4114
|
"ta6Ref": "11.5a",
|
|
5022
|
-
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
|
|
5023
4115
|
"required": [
|
|
5024
4116
|
"yesNo"
|
|
5025
4117
|
],
|
|
5026
4118
|
"properties": {
|
|
5027
4119
|
"yesNo": {
|
|
5028
|
-
"ta6Ref": "11.5a1"
|
|
5029
|
-
"enum": [
|
|
5030
|
-
"Yes",
|
|
5031
|
-
"No"
|
|
5032
|
-
]
|
|
4120
|
+
"ta6Ref": "11.5a1"
|
|
5033
4121
|
}
|
|
5034
4122
|
}
|
|
5035
4123
|
},
|
|
5036
4124
|
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
5037
4125
|
"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
4126
|
"discriminator": {
|
|
5040
4127
|
"propertyName": "yesNo"
|
|
5041
4128
|
},
|
|
@@ -5057,12 +4144,7 @@
|
|
|
5057
4144
|
]
|
|
5058
4145
|
},
|
|
5059
4146
|
"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
|
-
]
|
|
4147
|
+
"ta6Ref": "11.5b2"
|
|
5066
4148
|
}
|
|
5067
4149
|
},
|
|
5068
4150
|
"required": [
|
|
@@ -5075,11 +4157,7 @@
|
|
|
5075
4157
|
],
|
|
5076
4158
|
"properties": {
|
|
5077
4159
|
"yesNo": {
|
|
5078
|
-
"ta6Ref": "11.5b1"
|
|
5079
|
-
"enum": [
|
|
5080
|
-
"Yes",
|
|
5081
|
-
"No"
|
|
5082
|
-
]
|
|
4160
|
+
"ta6Ref": "11.5b1"
|
|
5083
4161
|
}
|
|
5084
4162
|
}
|
|
5085
4163
|
}
|
|
@@ -5095,12 +4173,7 @@
|
|
|
5095
4173
|
],
|
|
5096
4174
|
"properties": {
|
|
5097
4175
|
"soldWithVacantPossession": {
|
|
5098
|
-
"ta6Ref": "11.5.1"
|
|
5099
|
-
"title": "Is the property being sold with vacant possession?",
|
|
5100
|
-
"enum": [
|
|
5101
|
-
"Yes",
|
|
5102
|
-
"No"
|
|
5103
|
-
]
|
|
4176
|
+
"ta6Ref": "11.5.1"
|
|
5104
4177
|
}
|
|
5105
4178
|
}
|
|
5106
4179
|
}
|
|
@@ -5117,12 +4190,7 @@
|
|
|
5117
4190
|
],
|
|
5118
4191
|
"properties": {
|
|
5119
4192
|
"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
|
-
]
|
|
4193
|
+
"ta6Ref": "11.2.1"
|
|
5126
4194
|
}
|
|
5127
4195
|
}
|
|
5128
4196
|
}
|
|
@@ -5130,7 +4198,6 @@
|
|
|
5130
4198
|
},
|
|
5131
4199
|
"completionAndMoving": {
|
|
5132
4200
|
"ta6Ref": "14",
|
|
5133
|
-
"title": "Completion and Moving",
|
|
5134
4201
|
"required": [
|
|
5135
4202
|
"sellerWillEnsure",
|
|
5136
4203
|
"otherPropertyInChain",
|
|
@@ -5140,29 +4207,23 @@
|
|
|
5140
4207
|
"properties": {
|
|
5141
4208
|
"sellerWillEnsure": {
|
|
5142
4209
|
"ta6Ref": "14.4",
|
|
5143
|
-
"title": "Please confirm that on completion you will:",
|
|
5144
4210
|
"properties": {
|
|
5145
4211
|
"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."
|
|
4212
|
+
"ta6Ref": "14.4a"
|
|
5148
4213
|
},
|
|
5149
4214
|
"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."
|
|
4215
|
+
"ta6Ref": "14.4b"
|
|
5152
4216
|
},
|
|
5153
4217
|
"takeReasonableCare": {
|
|
5154
|
-
"ta6Ref": "14.4c"
|
|
5155
|
-
"title": "Take reasonable care when removing any other fittings or contents."
|
|
4218
|
+
"ta6Ref": "14.4c"
|
|
5156
4219
|
},
|
|
5157
4220
|
"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."
|
|
4221
|
+
"ta6Ref": "14.4d"
|
|
5160
4222
|
}
|
|
5161
4223
|
}
|
|
5162
4224
|
},
|
|
5163
4225
|
"otherPropertyInChain": {
|
|
5164
4226
|
"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
4227
|
"discriminator": {
|
|
5167
4228
|
"propertyName": "yesNo"
|
|
5168
4229
|
},
|
|
@@ -5191,18 +4252,12 @@
|
|
|
5191
4252
|
],
|
|
5192
4253
|
"properties": {
|
|
5193
4254
|
"yesNo": {
|
|
5194
|
-
"ta6Ref": "14.1.1"
|
|
5195
|
-
"enum": [
|
|
5196
|
-
"Yes",
|
|
5197
|
-
"No"
|
|
5198
|
-
]
|
|
4255
|
+
"ta6Ref": "14.1.1"
|
|
5199
4256
|
}
|
|
5200
4257
|
}
|
|
5201
4258
|
},
|
|
5202
4259
|
"moveRestrictionDates": {
|
|
5203
4260
|
"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
4261
|
"discriminator": {
|
|
5207
4262
|
"propertyName": "yesNo"
|
|
5208
4263
|
},
|
|
@@ -5237,28 +4292,18 @@
|
|
|
5237
4292
|
],
|
|
5238
4293
|
"properties": {
|
|
5239
4294
|
"yesNo": {
|
|
5240
|
-
"ta6Ref": "14.2.1"
|
|
5241
|
-
"enum": [
|
|
5242
|
-
"Yes",
|
|
5243
|
-
"No"
|
|
5244
|
-
]
|
|
4295
|
+
"ta6Ref": "14.2.1"
|
|
5245
4296
|
}
|
|
5246
4297
|
}
|
|
5247
4298
|
},
|
|
5248
4299
|
"sufficientToRepayAllMortgages": {
|
|
5249
4300
|
"ta6Ref": "14.3",
|
|
5250
|
-
"title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
|
|
5251
4301
|
"required": [
|
|
5252
4302
|
"yesNo"
|
|
5253
4303
|
],
|
|
5254
4304
|
"properties": {
|
|
5255
4305
|
"yesNo": {
|
|
5256
|
-
"ta6Ref": "14.3.1"
|
|
5257
|
-
"enum": [
|
|
5258
|
-
"Yes",
|
|
5259
|
-
"No",
|
|
5260
|
-
"No mortgage"
|
|
5261
|
-
]
|
|
4306
|
+
"ta6Ref": "14.3.1"
|
|
5262
4307
|
}
|
|
5263
4308
|
}
|
|
5264
4309
|
}
|
|
@@ -5266,14 +4311,12 @@
|
|
|
5266
4311
|
},
|
|
5267
4312
|
"confirmationOfAccuracyByOwners": {
|
|
5268
4313
|
"ta6Ref": "14.5",
|
|
5269
|
-
"title": "Confirmation to be supplied by all owners or their representative",
|
|
5270
4314
|
"required": [
|
|
5271
4315
|
"confirmInformationIsAccurate"
|
|
5272
4316
|
],
|
|
5273
4317
|
"properties": {
|
|
5274
4318
|
"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"
|
|
4319
|
+
"ta6Ref": "14.5.1"
|
|
5277
4320
|
}
|
|
5278
4321
|
}
|
|
5279
4322
|
}
|