@pdtf/schemas 3.0.0-1 → 3.0.0-10
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 +10 -6
- 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 +421 -255
- package/src/schemas/v3/overlays/baspi.json +510 -2300
- 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 +409 -346
- package/src/schemas/v3/overlays/piq.json +149 -689
- package/src/schemas/v3/overlays/rds.json +61 -329
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +261 -1136
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +355 -268
- package/src/schemas/v3/skeleton.json +57 -25
- package/src/tests/v3/transactionSchema.test.js +27 -16
- 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"
|
|
@@ -35,60 +34,46 @@
|
|
|
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
79
|
},
|
|
@@ -101,7 +86,6 @@
|
|
|
101
86
|
},
|
|
102
87
|
"listingAndConservation": {
|
|
103
88
|
"ta6Ref": "4.7",
|
|
104
|
-
"title": "Listing and Conservation",
|
|
105
89
|
"required": [
|
|
106
90
|
"isListed",
|
|
107
91
|
"isConservationArea",
|
|
@@ -110,7 +94,6 @@
|
|
|
110
94
|
"properties": {
|
|
111
95
|
"isListed": {
|
|
112
96
|
"ta6Ref": "4.7a",
|
|
113
|
-
"title": "Is the property a listed building in England or Wales?",
|
|
114
97
|
"discriminator": {
|
|
115
98
|
"propertyName": "yesNo"
|
|
116
99
|
},
|
|
@@ -133,16 +116,10 @@
|
|
|
133
116
|
]
|
|
134
117
|
},
|
|
135
118
|
"details": {
|
|
136
|
-
"ta6Ref": "4.7a2"
|
|
137
|
-
"title": "Please provide details of the listing and any relevant documents"
|
|
119
|
+
"ta6Ref": "4.7a2"
|
|
138
120
|
},
|
|
139
121
|
"attachments": {
|
|
140
|
-
"ta6Ref": "4.7a3"
|
|
141
|
-
"title": "Attachments",
|
|
142
|
-
"enum": [
|
|
143
|
-
"Attached",
|
|
144
|
-
"To follow"
|
|
145
|
-
]
|
|
122
|
+
"ta6Ref": "4.7a3"
|
|
146
123
|
}
|
|
147
124
|
},
|
|
148
125
|
"required": [
|
|
@@ -156,18 +133,12 @@
|
|
|
156
133
|
],
|
|
157
134
|
"properties": {
|
|
158
135
|
"yesNo": {
|
|
159
|
-
"ta6Ref": "4.7a1"
|
|
160
|
-
"enum": [
|
|
161
|
-
"Yes",
|
|
162
|
-
"No",
|
|
163
|
-
"Not known"
|
|
164
|
-
]
|
|
136
|
+
"ta6Ref": "4.7a1"
|
|
165
137
|
}
|
|
166
138
|
}
|
|
167
139
|
},
|
|
168
140
|
"isConservationArea": {
|
|
169
141
|
"ta6Ref": "4.7b",
|
|
170
|
-
"title": "Is the property in a designated conservation area?",
|
|
171
142
|
"discriminator": {
|
|
172
143
|
"propertyName": "yesNo"
|
|
173
144
|
},
|
|
@@ -190,16 +161,10 @@
|
|
|
190
161
|
]
|
|
191
162
|
},
|
|
192
163
|
"details": {
|
|
193
|
-
"ta6Ref": "4.7b2"
|
|
194
|
-
"title": "Please provide details of the listing and any relevant documents"
|
|
164
|
+
"ta6Ref": "4.7b2"
|
|
195
165
|
},
|
|
196
166
|
"attachments": {
|
|
197
|
-
"ta6Ref": "4.7b3"
|
|
198
|
-
"title": "Attachments",
|
|
199
|
-
"enum": [
|
|
200
|
-
"Attached",
|
|
201
|
-
"To follow"
|
|
202
|
-
]
|
|
167
|
+
"ta6Ref": "4.7b3"
|
|
203
168
|
}
|
|
204
169
|
},
|
|
205
170
|
"required": [
|
|
@@ -213,18 +178,12 @@
|
|
|
213
178
|
],
|
|
214
179
|
"properties": {
|
|
215
180
|
"yesNo": {
|
|
216
|
-
"ta6Ref": "4.7b1"
|
|
217
|
-
"enum": [
|
|
218
|
-
"Yes",
|
|
219
|
-
"No",
|
|
220
|
-
"Not known"
|
|
221
|
-
]
|
|
181
|
+
"ta6Ref": "4.7b1"
|
|
222
182
|
}
|
|
223
183
|
}
|
|
224
184
|
},
|
|
225
185
|
"hasTreePreservationOrder": {
|
|
226
186
|
"ta6Ref": "4.8",
|
|
227
|
-
"title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
|
|
228
187
|
"discriminator": {
|
|
229
188
|
"propertyName": "yesNo"
|
|
230
189
|
},
|
|
@@ -248,7 +207,6 @@
|
|
|
248
207
|
},
|
|
249
208
|
"workCarriedOut": {
|
|
250
209
|
"ta6Ref": "4.8a",
|
|
251
|
-
"title": "Has work been carried out to any trees which are protected by the order?",
|
|
252
210
|
"discriminator": {
|
|
253
211
|
"propertyName": "yesNo"
|
|
254
212
|
},
|
|
@@ -270,21 +228,10 @@
|
|
|
270
228
|
]
|
|
271
229
|
},
|
|
272
230
|
"consentsObtained": {
|
|
273
|
-
"ta6Ref": "4.8a2"
|
|
274
|
-
"title": "Were the relevant consents obtained?",
|
|
275
|
-
"enum": [
|
|
276
|
-
"Yes",
|
|
277
|
-
"No",
|
|
278
|
-
"Not known"
|
|
279
|
-
]
|
|
231
|
+
"ta6Ref": "4.8a2"
|
|
280
232
|
},
|
|
281
233
|
"attachments": {
|
|
282
|
-
"ta6Ref": "4.8a3"
|
|
283
|
-
"title": "Provide any relevant documentation",
|
|
284
|
-
"enum": [
|
|
285
|
-
"Attached",
|
|
286
|
-
"To follow"
|
|
287
|
-
]
|
|
234
|
+
"ta6Ref": "4.8a3"
|
|
288
235
|
}
|
|
289
236
|
},
|
|
290
237
|
"required": [
|
|
@@ -297,11 +244,7 @@
|
|
|
297
244
|
],
|
|
298
245
|
"properties": {
|
|
299
246
|
"yesNo": {
|
|
300
|
-
"ta6Ref": "4.8a1"
|
|
301
|
-
"enum": [
|
|
302
|
-
"Yes",
|
|
303
|
-
"No"
|
|
304
|
-
]
|
|
247
|
+
"ta6Ref": "4.8a1"
|
|
305
248
|
}
|
|
306
249
|
}
|
|
307
250
|
}
|
|
@@ -316,12 +259,7 @@
|
|
|
316
259
|
],
|
|
317
260
|
"properties": {
|
|
318
261
|
"yesNo": {
|
|
319
|
-
"ta6Ref": "4.8.1"
|
|
320
|
-
"enum": [
|
|
321
|
-
"Yes",
|
|
322
|
-
"No",
|
|
323
|
-
"Not known"
|
|
324
|
-
]
|
|
262
|
+
"ta6Ref": "4.8.1"
|
|
325
263
|
}
|
|
326
264
|
}
|
|
327
265
|
}
|
|
@@ -329,31 +267,22 @@
|
|
|
329
267
|
},
|
|
330
268
|
"energyEfficiency": {
|
|
331
269
|
"ta6Ref": "7.6",
|
|
332
|
-
"title": "Energy Efficiency",
|
|
333
270
|
"required": [
|
|
334
271
|
"certificateIsSupplied",
|
|
335
272
|
"greenDealLoan"
|
|
336
273
|
],
|
|
337
274
|
"properties": {
|
|
338
275
|
"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
|
-
]
|
|
276
|
+
"ta6Ref": "7.6.1"
|
|
346
277
|
},
|
|
347
278
|
"greenDealLoan": {
|
|
348
279
|
"ta6Ref": "7.7",
|
|
349
|
-
"title": "Green Deal Loan",
|
|
350
280
|
"required": [
|
|
351
281
|
"hasGreenDealLoan"
|
|
352
282
|
],
|
|
353
283
|
"properties": {
|
|
354
284
|
"hasGreenDealLoan": {
|
|
355
285
|
"ta6Ref": "7.7.0",
|
|
356
|
-
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
357
286
|
"discriminator": {
|
|
358
287
|
"propertyName": "yesNo"
|
|
359
288
|
},
|
|
@@ -375,16 +304,10 @@
|
|
|
375
304
|
]
|
|
376
305
|
},
|
|
377
306
|
"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"
|
|
307
|
+
"ta6Ref": "7.7.2"
|
|
380
308
|
},
|
|
381
309
|
"attachments": {
|
|
382
|
-
"ta6Ref": "7.7.3"
|
|
383
|
-
"title": "Attachments",
|
|
384
|
-
"enum": [
|
|
385
|
-
"Attached",
|
|
386
|
-
"To follow"
|
|
387
|
-
]
|
|
310
|
+
"ta6Ref": "7.7.3"
|
|
388
311
|
}
|
|
389
312
|
},
|
|
390
313
|
"required": [
|
|
@@ -398,11 +321,7 @@
|
|
|
398
321
|
],
|
|
399
322
|
"properties": {
|
|
400
323
|
"yesNo": {
|
|
401
|
-
"ta6Ref": "7.7.1"
|
|
402
|
-
"enum": [
|
|
403
|
-
"Yes",
|
|
404
|
-
"No"
|
|
405
|
-
]
|
|
324
|
+
"ta6Ref": "7.7.1"
|
|
406
325
|
}
|
|
407
326
|
}
|
|
408
327
|
}
|
|
@@ -412,7 +331,6 @@
|
|
|
412
331
|
},
|
|
413
332
|
"disputesAndComplaints": {
|
|
414
333
|
"ta6Ref": "2",
|
|
415
|
-
"title": "Disputes and Complaints",
|
|
416
334
|
"required": [
|
|
417
335
|
"hasDisputesAndComplaints",
|
|
418
336
|
"leadingToDisputesAndComplaints"
|
|
@@ -420,8 +338,6 @@
|
|
|
420
338
|
"properties": {
|
|
421
339
|
"hasDisputesAndComplaints": {
|
|
422
340
|
"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
341
|
"discriminator": {
|
|
426
342
|
"propertyName": "yesNo"
|
|
427
343
|
},
|
|
@@ -443,8 +359,7 @@
|
|
|
443
359
|
]
|
|
444
360
|
},
|
|
445
361
|
"details": {
|
|
446
|
-
"ta6Ref": "2.1.2"
|
|
447
|
-
"title": "Please give details"
|
|
362
|
+
"ta6Ref": "2.1.2"
|
|
448
363
|
}
|
|
449
364
|
},
|
|
450
365
|
"required": [
|
|
@@ -457,17 +372,12 @@
|
|
|
457
372
|
],
|
|
458
373
|
"properties": {
|
|
459
374
|
"yesNo": {
|
|
460
|
-
"ta6Ref": "2.1.1"
|
|
461
|
-
"enum": [
|
|
462
|
-
"Yes",
|
|
463
|
-
"No"
|
|
464
|
-
]
|
|
375
|
+
"ta6Ref": "2.1.1"
|
|
465
376
|
}
|
|
466
377
|
}
|
|
467
378
|
},
|
|
468
379
|
"leadingToDisputesAndComplaints": {
|
|
469
380
|
"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
381
|
"discriminator": {
|
|
472
382
|
"propertyName": "yesNo"
|
|
473
383
|
},
|
|
@@ -489,8 +399,7 @@
|
|
|
489
399
|
]
|
|
490
400
|
},
|
|
491
401
|
"details": {
|
|
492
|
-
"ta6Ref": "2.2.2"
|
|
493
|
-
"title": "Please give details"
|
|
402
|
+
"ta6Ref": "2.2.2"
|
|
494
403
|
}
|
|
495
404
|
},
|
|
496
405
|
"required": [
|
|
@@ -503,11 +412,7 @@
|
|
|
503
412
|
],
|
|
504
413
|
"properties": {
|
|
505
414
|
"yesNo": {
|
|
506
|
-
"ta6Ref": "2.2.1"
|
|
507
|
-
"enum": [
|
|
508
|
-
"Yes",
|
|
509
|
-
"No"
|
|
510
|
-
]
|
|
415
|
+
"ta6Ref": "2.2.1"
|
|
511
416
|
}
|
|
512
417
|
}
|
|
513
418
|
}
|
|
@@ -515,8 +420,6 @@
|
|
|
515
420
|
},
|
|
516
421
|
"alterationsAndChanges": {
|
|
517
422
|
"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
423
|
"required": [
|
|
521
424
|
"hasStructuralAlterations",
|
|
522
425
|
"changeOfUse",
|
|
@@ -529,7 +432,6 @@
|
|
|
529
432
|
"properties": {
|
|
530
433
|
"hasStructuralAlterations": {
|
|
531
434
|
"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
435
|
"discriminator": {
|
|
534
436
|
"propertyName": "yesNo"
|
|
535
437
|
},
|
|
@@ -551,12 +453,10 @@
|
|
|
551
453
|
]
|
|
552
454
|
},
|
|
553
455
|
"details": {
|
|
554
|
-
"ta6Ref": "4.1a2"
|
|
555
|
-
"title": "Please give details including dates of all work undertaken"
|
|
456
|
+
"ta6Ref": "4.1a2"
|
|
556
457
|
},
|
|
557
458
|
"buildingRegApproval": {
|
|
558
459
|
"ta6Ref": "4.2",
|
|
559
|
-
"title": "Was Building Regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
560
460
|
"discriminator": {
|
|
561
461
|
"propertyName": "yesNo"
|
|
562
462
|
},
|
|
@@ -569,12 +469,7 @@
|
|
|
569
469
|
]
|
|
570
470
|
},
|
|
571
471
|
"attachments": {
|
|
572
|
-
"ta6Ref": "4.2a"
|
|
573
|
-
"title": "Please provide a copy of the documents",
|
|
574
|
-
"enum": [
|
|
575
|
-
"Attached",
|
|
576
|
-
"To follow"
|
|
577
|
-
]
|
|
472
|
+
"ta6Ref": "4.2a"
|
|
578
473
|
}
|
|
579
474
|
},
|
|
580
475
|
"required": [
|
|
@@ -590,9 +485,7 @@
|
|
|
590
485
|
]
|
|
591
486
|
},
|
|
592
487
|
"details": {
|
|
593
|
-
"ta6Ref": "4.2b"
|
|
594
|
-
"title": "Please outline the reasons why",
|
|
595
|
-
"description": "e.g. the work was exempt from Building Regulations"
|
|
488
|
+
"ta6Ref": "4.2b"
|
|
596
489
|
}
|
|
597
490
|
},
|
|
598
491
|
"required": [
|
|
@@ -605,18 +498,12 @@
|
|
|
605
498
|
],
|
|
606
499
|
"properties": {
|
|
607
500
|
"yesNo": {
|
|
608
|
-
"ta6Ref": "4.2.1"
|
|
609
|
-
"enum": [
|
|
610
|
-
"Yes",
|
|
611
|
-
"No",
|
|
612
|
-
"Not required"
|
|
613
|
-
]
|
|
501
|
+
"ta6Ref": "4.2.1"
|
|
614
502
|
}
|
|
615
503
|
}
|
|
616
504
|
},
|
|
617
505
|
"planningPermission": {
|
|
618
506
|
"ta6Ref": "4.2.1",
|
|
619
|
-
"title": "Was planning permission obtained?",
|
|
620
507
|
"discriminator": {
|
|
621
508
|
"propertyName": "yesNo"
|
|
622
509
|
},
|
|
@@ -629,12 +516,7 @@
|
|
|
629
516
|
]
|
|
630
517
|
},
|
|
631
518
|
"attachments": {
|
|
632
|
-
"ta6Ref": "4.2a"
|
|
633
|
-
"title": "Please provide a copy of the documents",
|
|
634
|
-
"enum": [
|
|
635
|
-
"Attached",
|
|
636
|
-
"To follow"
|
|
637
|
-
]
|
|
519
|
+
"ta6Ref": "4.2a"
|
|
638
520
|
}
|
|
639
521
|
},
|
|
640
522
|
"required": [
|
|
@@ -650,9 +532,7 @@
|
|
|
650
532
|
]
|
|
651
533
|
},
|
|
652
534
|
"details": {
|
|
653
|
-
"ta6Ref": "4.2b"
|
|
654
|
-
"title": "Please outline the reasons why",
|
|
655
|
-
"description": "e.g. permitted development rights applied"
|
|
535
|
+
"ta6Ref": "4.2b"
|
|
656
536
|
}
|
|
657
537
|
},
|
|
658
538
|
"required": [
|
|
@@ -684,17 +564,12 @@
|
|
|
684
564
|
],
|
|
685
565
|
"properties": {
|
|
686
566
|
"yesNo": {
|
|
687
|
-
"ta6Ref": "4.1a1"
|
|
688
|
-
"enum": [
|
|
689
|
-
"Yes",
|
|
690
|
-
"No"
|
|
691
|
-
]
|
|
567
|
+
"ta6Ref": "4.1a1"
|
|
692
568
|
}
|
|
693
569
|
}
|
|
694
570
|
},
|
|
695
571
|
"changeOfUse": {
|
|
696
572
|
"ta6Ref": "4.1b",
|
|
697
|
-
"title": "Has there been any change of use (e.g. from an office to a residence)?",
|
|
698
573
|
"discriminator": {
|
|
699
574
|
"propertyName": "yesNo"
|
|
700
575
|
},
|
|
@@ -716,12 +591,10 @@
|
|
|
716
591
|
]
|
|
717
592
|
},
|
|
718
593
|
"yearCompleted": {
|
|
719
|
-
"ta6Ref": "4.1b2"
|
|
720
|
-
"title": "What year was the change completed?"
|
|
594
|
+
"ta6Ref": "4.1b2"
|
|
721
595
|
},
|
|
722
596
|
"buildingRegApproval": {
|
|
723
597
|
"ta6Ref": "4.2",
|
|
724
|
-
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
725
598
|
"discriminator": {
|
|
726
599
|
"propertyName": "yesNo"
|
|
727
600
|
},
|
|
@@ -734,12 +607,7 @@
|
|
|
734
607
|
]
|
|
735
608
|
},
|
|
736
609
|
"attachments": {
|
|
737
|
-
"ta6Ref": "4.2a"
|
|
738
|
-
"title": "Please provide a copy of the documents",
|
|
739
|
-
"enum": [
|
|
740
|
-
"Attached",
|
|
741
|
-
"To follow"
|
|
742
|
-
]
|
|
610
|
+
"ta6Ref": "4.2a"
|
|
743
611
|
}
|
|
744
612
|
},
|
|
745
613
|
"required": [
|
|
@@ -755,9 +623,7 @@
|
|
|
755
623
|
]
|
|
756
624
|
},
|
|
757
625
|
"details": {
|
|
758
|
-
"ta6Ref": "4.2b"
|
|
759
|
-
"title": "Please outline the reasons why",
|
|
760
|
-
"description": "e.g. the work was exempt from Building Regulations"
|
|
626
|
+
"ta6Ref": "4.2b"
|
|
761
627
|
}
|
|
762
628
|
},
|
|
763
629
|
"required": [
|
|
@@ -770,18 +636,12 @@
|
|
|
770
636
|
],
|
|
771
637
|
"properties": {
|
|
772
638
|
"yesNo": {
|
|
773
|
-
"ta6Ref": "4.2.1"
|
|
774
|
-
"enum": [
|
|
775
|
-
"Yes",
|
|
776
|
-
"No",
|
|
777
|
-
"Not required"
|
|
778
|
-
]
|
|
639
|
+
"ta6Ref": "4.2.1"
|
|
779
640
|
}
|
|
780
641
|
}
|
|
781
642
|
},
|
|
782
643
|
"planningPermission": {
|
|
783
644
|
"ta6Ref": "4.2",
|
|
784
|
-
"title": "Was planning permission obtained?",
|
|
785
645
|
"discriminator": {
|
|
786
646
|
"propertyName": "yesNo"
|
|
787
647
|
},
|
|
@@ -794,12 +654,7 @@
|
|
|
794
654
|
]
|
|
795
655
|
},
|
|
796
656
|
"attachments": {
|
|
797
|
-
"ta6Ref": "4.2a"
|
|
798
|
-
"title": "Please provide a copy of the documents",
|
|
799
|
-
"enum": [
|
|
800
|
-
"Attached",
|
|
801
|
-
"To follow"
|
|
802
|
-
]
|
|
657
|
+
"ta6Ref": "4.2a"
|
|
803
658
|
}
|
|
804
659
|
},
|
|
805
660
|
"required": [
|
|
@@ -815,9 +670,7 @@
|
|
|
815
670
|
]
|
|
816
671
|
},
|
|
817
672
|
"details": {
|
|
818
|
-
"ta6Ref": "4.2b"
|
|
819
|
-
"title": "Please outline the reasons why",
|
|
820
|
-
"description": "e.g. permitted development rights applied"
|
|
673
|
+
"ta6Ref": "4.2b"
|
|
821
674
|
}
|
|
822
675
|
},
|
|
823
676
|
"required": [
|
|
@@ -830,12 +683,7 @@
|
|
|
830
683
|
],
|
|
831
684
|
"properties": {
|
|
832
685
|
"yesNo": {
|
|
833
|
-
"ta6Ref": "4.2.1"
|
|
834
|
-
"enum": [
|
|
835
|
-
"Yes",
|
|
836
|
-
"No",
|
|
837
|
-
"Not required"
|
|
838
|
-
]
|
|
686
|
+
"ta6Ref": "4.2.1"
|
|
839
687
|
}
|
|
840
688
|
}
|
|
841
689
|
}
|
|
@@ -850,17 +698,12 @@
|
|
|
850
698
|
],
|
|
851
699
|
"properties": {
|
|
852
700
|
"yesNo": {
|
|
853
|
-
"ta6Ref": "4.1b1"
|
|
854
|
-
"enum": [
|
|
855
|
-
"Yes",
|
|
856
|
-
"No"
|
|
857
|
-
]
|
|
701
|
+
"ta6Ref": "4.1b1"
|
|
858
702
|
}
|
|
859
703
|
}
|
|
860
704
|
},
|
|
861
705
|
"windowReplacementsSince2002": {
|
|
862
706
|
"ta6Ref": "4.1c",
|
|
863
|
-
"title": "Since 1st April 2002 has replacement of any windows, roof windows, roof lights, glazed doors taken place?",
|
|
864
707
|
"discriminator": {
|
|
865
708
|
"propertyName": "yesNo"
|
|
866
709
|
},
|
|
@@ -882,12 +725,10 @@
|
|
|
882
725
|
]
|
|
883
726
|
},
|
|
884
727
|
"yearCompleted": {
|
|
885
|
-
"ta6Ref": "4.1c2"
|
|
886
|
-
"title": "What year was the installation completed?"
|
|
728
|
+
"ta6Ref": "4.1c2"
|
|
887
729
|
},
|
|
888
730
|
"buildingRegApproval": {
|
|
889
731
|
"ta6Ref": "4.2",
|
|
890
|
-
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
891
732
|
"discriminator": {
|
|
892
733
|
"propertyName": "yesNo"
|
|
893
734
|
},
|
|
@@ -900,12 +741,7 @@
|
|
|
900
741
|
]
|
|
901
742
|
},
|
|
902
743
|
"attachments": {
|
|
903
|
-
"ta6Ref": "4.2a"
|
|
904
|
-
"title": "Please provide a copy of the documents",
|
|
905
|
-
"enum": [
|
|
906
|
-
"Attached",
|
|
907
|
-
"To follow"
|
|
908
|
-
]
|
|
744
|
+
"ta6Ref": "4.2a"
|
|
909
745
|
}
|
|
910
746
|
},
|
|
911
747
|
"required": [
|
|
@@ -921,9 +757,7 @@
|
|
|
921
757
|
]
|
|
922
758
|
},
|
|
923
759
|
"details": {
|
|
924
|
-
"ta6Ref": "4.2b"
|
|
925
|
-
"title": "Please outline the reasons why",
|
|
926
|
-
"description": "e.g. the work was exempt from Building Regulations"
|
|
760
|
+
"ta6Ref": "4.2b"
|
|
927
761
|
}
|
|
928
762
|
},
|
|
929
763
|
"required": [
|
|
@@ -936,18 +770,12 @@
|
|
|
936
770
|
],
|
|
937
771
|
"properties": {
|
|
938
772
|
"yesNo": {
|
|
939
|
-
"ta6Ref": "4.2.1"
|
|
940
|
-
"enum": [
|
|
941
|
-
"Yes",
|
|
942
|
-
"No",
|
|
943
|
-
"Not required"
|
|
944
|
-
]
|
|
773
|
+
"ta6Ref": "4.2.1"
|
|
945
774
|
}
|
|
946
775
|
}
|
|
947
776
|
},
|
|
948
777
|
"planningPermission": {
|
|
949
778
|
"ta6Ref": "4.2",
|
|
950
|
-
"title": "Was planning permission obtained?",
|
|
951
779
|
"discriminator": {
|
|
952
780
|
"propertyName": "yesNo"
|
|
953
781
|
},
|
|
@@ -960,12 +788,7 @@
|
|
|
960
788
|
]
|
|
961
789
|
},
|
|
962
790
|
"attachments": {
|
|
963
|
-
"ta6Ref": "4.2a"
|
|
964
|
-
"title": "Please provide a copy of the documents",
|
|
965
|
-
"enum": [
|
|
966
|
-
"Attached",
|
|
967
|
-
"To follow"
|
|
968
|
-
]
|
|
791
|
+
"ta6Ref": "4.2a"
|
|
969
792
|
}
|
|
970
793
|
},
|
|
971
794
|
"required": [
|
|
@@ -981,9 +804,7 @@
|
|
|
981
804
|
]
|
|
982
805
|
},
|
|
983
806
|
"details": {
|
|
984
|
-
"ta6Ref": "4.2b"
|
|
985
|
-
"title": "Please outline the reasons why",
|
|
986
|
-
"description": "e.g. permitted development rights applied"
|
|
807
|
+
"ta6Ref": "4.2b"
|
|
987
808
|
}
|
|
988
809
|
},
|
|
989
810
|
"required": [
|
|
@@ -996,12 +817,7 @@
|
|
|
996
817
|
],
|
|
997
818
|
"properties": {
|
|
998
819
|
"yesNo": {
|
|
999
|
-
"ta6Ref": "4.2.1"
|
|
1000
|
-
"enum": [
|
|
1001
|
-
"Yes",
|
|
1002
|
-
"No",
|
|
1003
|
-
"Not required"
|
|
1004
|
-
]
|
|
820
|
+
"ta6Ref": "4.2.1"
|
|
1005
821
|
}
|
|
1006
822
|
}
|
|
1007
823
|
}
|
|
@@ -1016,17 +832,12 @@
|
|
|
1016
832
|
],
|
|
1017
833
|
"properties": {
|
|
1018
834
|
"yesNo": {
|
|
1019
|
-
"ta6Ref": "4.1c1"
|
|
1020
|
-
"enum": [
|
|
1021
|
-
"Yes",
|
|
1022
|
-
"No"
|
|
1023
|
-
]
|
|
835
|
+
"ta6Ref": "4.1c1"
|
|
1024
836
|
}
|
|
1025
837
|
}
|
|
1026
838
|
},
|
|
1027
839
|
"hasAddedConservatory": {
|
|
1028
840
|
"ta6Ref": "4.1d",
|
|
1029
|
-
"title": "Has a conservatory been added?",
|
|
1030
841
|
"discriminator": {
|
|
1031
842
|
"propertyName": "yesNo"
|
|
1032
843
|
},
|
|
@@ -1048,12 +859,10 @@
|
|
|
1048
859
|
]
|
|
1049
860
|
},
|
|
1050
861
|
"yearCompleted": {
|
|
1051
|
-
"ta6Ref": "4.1d2"
|
|
1052
|
-
"title": "What year was the installation completed?"
|
|
862
|
+
"ta6Ref": "4.1d2"
|
|
1053
863
|
},
|
|
1054
864
|
"buildingRegApproval": {
|
|
1055
865
|
"ta6Ref": "4.2",
|
|
1056
|
-
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
1057
866
|
"discriminator": {
|
|
1058
867
|
"propertyName": "yesNo"
|
|
1059
868
|
},
|
|
@@ -1066,12 +875,7 @@
|
|
|
1066
875
|
]
|
|
1067
876
|
},
|
|
1068
877
|
"attachments": {
|
|
1069
|
-
"ta6Ref": "4.2a"
|
|
1070
|
-
"title": "Please provide a copy of the documents",
|
|
1071
|
-
"enum": [
|
|
1072
|
-
"Attached",
|
|
1073
|
-
"To follow"
|
|
1074
|
-
]
|
|
878
|
+
"ta6Ref": "4.2a"
|
|
1075
879
|
}
|
|
1076
880
|
},
|
|
1077
881
|
"required": [
|
|
@@ -1087,9 +891,7 @@
|
|
|
1087
891
|
]
|
|
1088
892
|
},
|
|
1089
893
|
"details": {
|
|
1090
|
-
"ta6Ref": "4.2b"
|
|
1091
|
-
"title": "Please outline the reasons why",
|
|
1092
|
-
"description": "e.g. the work was exempt from Building Regulations"
|
|
894
|
+
"ta6Ref": "4.2b"
|
|
1093
895
|
}
|
|
1094
896
|
},
|
|
1095
897
|
"required": [
|
|
@@ -1102,18 +904,12 @@
|
|
|
1102
904
|
],
|
|
1103
905
|
"properties": {
|
|
1104
906
|
"yesNo": {
|
|
1105
|
-
"ta6Ref": "4.2.1"
|
|
1106
|
-
"enum": [
|
|
1107
|
-
"Yes",
|
|
1108
|
-
"No",
|
|
1109
|
-
"Not required"
|
|
1110
|
-
]
|
|
907
|
+
"ta6Ref": "4.2.1"
|
|
1111
908
|
}
|
|
1112
909
|
}
|
|
1113
910
|
},
|
|
1114
911
|
"planningPermission": {
|
|
1115
912
|
"ta6Ref": "4.2",
|
|
1116
|
-
"title": "Was planning permission obtained?",
|
|
1117
913
|
"discriminator": {
|
|
1118
914
|
"propertyName": "yesNo"
|
|
1119
915
|
},
|
|
@@ -1126,12 +922,7 @@
|
|
|
1126
922
|
]
|
|
1127
923
|
},
|
|
1128
924
|
"attachments": {
|
|
1129
|
-
"ta6Ref": "4.2a"
|
|
1130
|
-
"title": "Please provide a copy of the documents",
|
|
1131
|
-
"enum": [
|
|
1132
|
-
"Attached",
|
|
1133
|
-
"To follow"
|
|
1134
|
-
]
|
|
925
|
+
"ta6Ref": "4.2a"
|
|
1135
926
|
}
|
|
1136
927
|
},
|
|
1137
928
|
"required": [
|
|
@@ -1147,9 +938,7 @@
|
|
|
1147
938
|
]
|
|
1148
939
|
},
|
|
1149
940
|
"details": {
|
|
1150
|
-
"ta6Ref": "4.2b"
|
|
1151
|
-
"title": "Please outline the reasons why",
|
|
1152
|
-
"description": "e.g. permitted development rights applied"
|
|
941
|
+
"ta6Ref": "4.2b"
|
|
1153
942
|
}
|
|
1154
943
|
},
|
|
1155
944
|
"required": [
|
|
@@ -1162,12 +951,7 @@
|
|
|
1162
951
|
],
|
|
1163
952
|
"properties": {
|
|
1164
953
|
"yesNo": {
|
|
1165
|
-
"ta6Ref": "4.2.1"
|
|
1166
|
-
"enum": [
|
|
1167
|
-
"Yes",
|
|
1168
|
-
"No",
|
|
1169
|
-
"Not required"
|
|
1170
|
-
]
|
|
954
|
+
"ta6Ref": "4.2.1"
|
|
1171
955
|
}
|
|
1172
956
|
}
|
|
1173
957
|
}
|
|
@@ -1182,17 +966,12 @@
|
|
|
1182
966
|
],
|
|
1183
967
|
"properties": {
|
|
1184
968
|
"yesNo": {
|
|
1185
|
-
"ta6Ref": "4.1d1"
|
|
1186
|
-
"enum": [
|
|
1187
|
-
"Yes",
|
|
1188
|
-
"No"
|
|
1189
|
-
]
|
|
969
|
+
"ta6Ref": "4.1d1"
|
|
1190
970
|
}
|
|
1191
971
|
}
|
|
1192
972
|
},
|
|
1193
973
|
"worksUnfinished": {
|
|
1194
974
|
"ta6Ref": "4.3",
|
|
1195
|
-
"title": "Are any of the works listed above unfinished?",
|
|
1196
975
|
"discriminator": {
|
|
1197
976
|
"propertyName": "yesNo"
|
|
1198
977
|
},
|
|
@@ -1214,8 +993,7 @@
|
|
|
1214
993
|
]
|
|
1215
994
|
},
|
|
1216
995
|
"details": {
|
|
1217
|
-
"ta6Ref": "4.3.2"
|
|
1218
|
-
"title": "Please provide details and explain why"
|
|
996
|
+
"ta6Ref": "4.3.2"
|
|
1219
997
|
}
|
|
1220
998
|
},
|
|
1221
999
|
"required": [
|
|
@@ -1228,17 +1006,12 @@
|
|
|
1228
1006
|
],
|
|
1229
1007
|
"properties": {
|
|
1230
1008
|
"yesNo": {
|
|
1231
|
-
"ta6Ref": "4.3.1"
|
|
1232
|
-
"enum": [
|
|
1233
|
-
"Yes",
|
|
1234
|
-
"No"
|
|
1235
|
-
]
|
|
1009
|
+
"ta6Ref": "4.3.1"
|
|
1236
1010
|
}
|
|
1237
1011
|
}
|
|
1238
1012
|
},
|
|
1239
1013
|
"planningPermissionBreaches": {
|
|
1240
1014
|
"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
1015
|
"discriminator": {
|
|
1243
1016
|
"propertyName": "yesNo"
|
|
1244
1017
|
},
|
|
@@ -1260,8 +1033,7 @@
|
|
|
1260
1033
|
]
|
|
1261
1034
|
},
|
|
1262
1035
|
"details": {
|
|
1263
|
-
"ta6Ref": "4.4.2"
|
|
1264
|
-
"title": "Please give details"
|
|
1036
|
+
"ta6Ref": "4.4.2"
|
|
1265
1037
|
}
|
|
1266
1038
|
},
|
|
1267
1039
|
"required": [
|
|
@@ -1274,17 +1046,12 @@
|
|
|
1274
1046
|
],
|
|
1275
1047
|
"properties": {
|
|
1276
1048
|
"yesNo": {
|
|
1277
|
-
"ta6Ref": "4.4.1"
|
|
1278
|
-
"enum": [
|
|
1279
|
-
"Yes",
|
|
1280
|
-
"No"
|
|
1281
|
-
]
|
|
1049
|
+
"ta6Ref": "4.4.1"
|
|
1282
1050
|
}
|
|
1283
1051
|
}
|
|
1284
1052
|
},
|
|
1285
1053
|
"unresolvedPlanningIssues": {
|
|
1286
1054
|
"ta6Ref": "4.5",
|
|
1287
|
-
"title": "Are you aware of any unresolved planning or building control issues?",
|
|
1288
1055
|
"discriminator": {
|
|
1289
1056
|
"propertyName": "yesNo"
|
|
1290
1057
|
},
|
|
@@ -1306,8 +1073,7 @@
|
|
|
1306
1073
|
]
|
|
1307
1074
|
},
|
|
1308
1075
|
"details": {
|
|
1309
|
-
"ta6Ref": "4.5.2"
|
|
1310
|
-
"title": "Please give details"
|
|
1076
|
+
"ta6Ref": "4.5.2"
|
|
1311
1077
|
}
|
|
1312
1078
|
},
|
|
1313
1079
|
"required": [
|
|
@@ -1320,11 +1086,7 @@
|
|
|
1320
1086
|
],
|
|
1321
1087
|
"properties": {
|
|
1322
1088
|
"yesNo": {
|
|
1323
|
-
"ta6Ref": "4.5.1"
|
|
1324
|
-
"enum": [
|
|
1325
|
-
"Yes",
|
|
1326
|
-
"No"
|
|
1327
|
-
]
|
|
1089
|
+
"ta6Ref": "4.5.1"
|
|
1328
1090
|
}
|
|
1329
1091
|
}
|
|
1330
1092
|
}
|
|
@@ -1332,8 +1094,6 @@
|
|
|
1332
1094
|
},
|
|
1333
1095
|
"notices": {
|
|
1334
1096
|
"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
1097
|
"required": [
|
|
1338
1098
|
"neighbourDevelopment",
|
|
1339
1099
|
"partyWallAct",
|
|
@@ -1342,7 +1102,6 @@
|
|
|
1342
1102
|
"properties": {
|
|
1343
1103
|
"neighbourDevelopment": {
|
|
1344
1104
|
"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
1105
|
"discriminator": {
|
|
1347
1106
|
"propertyName": "yesNo"
|
|
1348
1107
|
},
|
|
@@ -1364,8 +1123,7 @@
|
|
|
1364
1123
|
]
|
|
1365
1124
|
},
|
|
1366
1125
|
"details": {
|
|
1367
|
-
"ta6Ref": "3.2.2"
|
|
1368
|
-
"title": "Details"
|
|
1126
|
+
"ta6Ref": "3.2.2"
|
|
1369
1127
|
}
|
|
1370
1128
|
},
|
|
1371
1129
|
"required": [
|
|
@@ -1378,17 +1136,12 @@
|
|
|
1378
1136
|
],
|
|
1379
1137
|
"properties": {
|
|
1380
1138
|
"yesNo": {
|
|
1381
|
-
"ta6Ref": "3.2.1"
|
|
1382
|
-
"enum": [
|
|
1383
|
-
"Yes",
|
|
1384
|
-
"No"
|
|
1385
|
-
]
|
|
1139
|
+
"ta6Ref": "3.2.1"
|
|
1386
1140
|
}
|
|
1387
1141
|
}
|
|
1388
1142
|
},
|
|
1389
1143
|
"planningApplication": {
|
|
1390
1144
|
"ta6Ref": "3.1",
|
|
1391
|
-
"title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
|
|
1392
1145
|
"discriminator": {
|
|
1393
1146
|
"propertyName": "yesNo"
|
|
1394
1147
|
},
|
|
@@ -1410,8 +1163,7 @@
|
|
|
1410
1163
|
]
|
|
1411
1164
|
},
|
|
1412
1165
|
"details": {
|
|
1413
|
-
"ta6Ref": "3.1.2"
|
|
1414
|
-
"title": "Details"
|
|
1166
|
+
"ta6Ref": "3.1.2"
|
|
1415
1167
|
}
|
|
1416
1168
|
},
|
|
1417
1169
|
"required": [
|
|
@@ -1424,17 +1176,12 @@
|
|
|
1424
1176
|
],
|
|
1425
1177
|
"properties": {
|
|
1426
1178
|
"yesNo": {
|
|
1427
|
-
"ta6Ref": "3.1.1"
|
|
1428
|
-
"enum": [
|
|
1429
|
-
"Yes",
|
|
1430
|
-
"No"
|
|
1431
|
-
]
|
|
1179
|
+
"ta6Ref": "3.1.1"
|
|
1432
1180
|
}
|
|
1433
1181
|
}
|
|
1434
1182
|
},
|
|
1435
1183
|
"requiredMaintenance": {
|
|
1436
1184
|
"ta6Ref": "3.1",
|
|
1437
|
-
"title": "Notice informing you that maintenance, repairs or improvements are required to your property?",
|
|
1438
1185
|
"discriminator": {
|
|
1439
1186
|
"propertyName": "yesNo"
|
|
1440
1187
|
},
|
|
@@ -1456,8 +1203,7 @@
|
|
|
1456
1203
|
]
|
|
1457
1204
|
},
|
|
1458
1205
|
"details": {
|
|
1459
|
-
"ta6Ref": "3.1.2"
|
|
1460
|
-
"title": "Details"
|
|
1206
|
+
"ta6Ref": "3.1.2"
|
|
1461
1207
|
}
|
|
1462
1208
|
},
|
|
1463
1209
|
"required": [
|
|
@@ -1470,17 +1216,12 @@
|
|
|
1470
1216
|
],
|
|
1471
1217
|
"properties": {
|
|
1472
1218
|
"yesNo": {
|
|
1473
|
-
"ta6Ref": "3.1.1"
|
|
1474
|
-
"enum": [
|
|
1475
|
-
"Yes",
|
|
1476
|
-
"No"
|
|
1477
|
-
]
|
|
1219
|
+
"ta6Ref": "3.1.1"
|
|
1478
1220
|
}
|
|
1479
1221
|
}
|
|
1480
1222
|
},
|
|
1481
1223
|
"listedBuildingApplication": {
|
|
1482
1224
|
"ta6Ref": "3.1",
|
|
1483
|
-
"title": "Listed building application",
|
|
1484
1225
|
"discriminator": {
|
|
1485
1226
|
"propertyName": "yesNo"
|
|
1486
1227
|
},
|
|
@@ -1502,8 +1243,7 @@
|
|
|
1502
1243
|
]
|
|
1503
1244
|
},
|
|
1504
1245
|
"details": {
|
|
1505
|
-
"ta6Ref": "3.1.2"
|
|
1506
|
-
"title": "Details"
|
|
1246
|
+
"ta6Ref": "3.1.2"
|
|
1507
1247
|
}
|
|
1508
1248
|
},
|
|
1509
1249
|
"required": [
|
|
@@ -1516,17 +1256,12 @@
|
|
|
1516
1256
|
],
|
|
1517
1257
|
"properties": {
|
|
1518
1258
|
"yesNo": {
|
|
1519
|
-
"ta6Ref": "3.1.1"
|
|
1520
|
-
"enum": [
|
|
1521
|
-
"Yes",
|
|
1522
|
-
"No"
|
|
1523
|
-
]
|
|
1259
|
+
"ta6Ref": "3.1.1"
|
|
1524
1260
|
}
|
|
1525
1261
|
}
|
|
1526
1262
|
},
|
|
1527
1263
|
"infrastructureProject": {
|
|
1528
1264
|
"ta6Ref": "3.1",
|
|
1529
|
-
"title": "Infrastructure project, proposed or in progress (i.e. wind turbine, railway, fracking, etc)",
|
|
1530
1265
|
"discriminator": {
|
|
1531
1266
|
"propertyName": "yesNo"
|
|
1532
1267
|
},
|
|
@@ -1548,8 +1283,7 @@
|
|
|
1548
1283
|
]
|
|
1549
1284
|
},
|
|
1550
1285
|
"details": {
|
|
1551
|
-
"ta6Ref": "3.1.2"
|
|
1552
|
-
"title": "Details"
|
|
1286
|
+
"ta6Ref": "3.1.2"
|
|
1553
1287
|
}
|
|
1554
1288
|
},
|
|
1555
1289
|
"required": [
|
|
@@ -1562,17 +1296,12 @@
|
|
|
1562
1296
|
],
|
|
1563
1297
|
"properties": {
|
|
1564
1298
|
"yesNo": {
|
|
1565
|
-
"ta6Ref": "3.1.1"
|
|
1566
|
-
"enum": [
|
|
1567
|
-
"Yes",
|
|
1568
|
-
"No"
|
|
1569
|
-
]
|
|
1299
|
+
"ta6Ref": "3.1.1"
|
|
1570
1300
|
}
|
|
1571
1301
|
}
|
|
1572
1302
|
},
|
|
1573
1303
|
"partyWallAct": {
|
|
1574
1304
|
"ta6Ref": "1.6",
|
|
1575
|
-
"title": "Notice under the Party Wall Act 1996 in respect of any shared or party boundaries?",
|
|
1576
1305
|
"discriminator": {
|
|
1577
1306
|
"propertyName": "yesNo"
|
|
1578
1307
|
},
|
|
@@ -1594,16 +1323,10 @@
|
|
|
1594
1323
|
]
|
|
1595
1324
|
},
|
|
1596
1325
|
"details": {
|
|
1597
|
-
"ta6Ref": "1.6.2"
|
|
1598
|
-
"title": "Details"
|
|
1326
|
+
"ta6Ref": "1.6.2"
|
|
1599
1327
|
},
|
|
1600
1328
|
"attachments": {
|
|
1601
|
-
"ta6Ref": "1.6.3"
|
|
1602
|
-
"title": "Attachments",
|
|
1603
|
-
"enum": [
|
|
1604
|
-
"Attached",
|
|
1605
|
-
"To follow"
|
|
1606
|
-
]
|
|
1329
|
+
"ta6Ref": "1.6.3"
|
|
1607
1330
|
}
|
|
1608
1331
|
},
|
|
1609
1332
|
"required": [
|
|
@@ -1616,17 +1339,12 @@
|
|
|
1616
1339
|
],
|
|
1617
1340
|
"properties": {
|
|
1618
1341
|
"yesNo": {
|
|
1619
|
-
"ta6Ref": "1.6.1"
|
|
1620
|
-
"enum": [
|
|
1621
|
-
"Yes",
|
|
1622
|
-
"No"
|
|
1623
|
-
]
|
|
1342
|
+
"ta6Ref": "1.6.1"
|
|
1624
1343
|
}
|
|
1625
1344
|
}
|
|
1626
1345
|
},
|
|
1627
1346
|
"otherNotices": {
|
|
1628
1347
|
"ta6Ref": "3.1",
|
|
1629
|
-
"title": "Any other type of notice?",
|
|
1630
1348
|
"discriminator": {
|
|
1631
1349
|
"propertyName": "yesNo"
|
|
1632
1350
|
},
|
|
@@ -1648,8 +1366,7 @@
|
|
|
1648
1366
|
]
|
|
1649
1367
|
},
|
|
1650
1368
|
"details": {
|
|
1651
|
-
"ta6Ref": "3.1.2"
|
|
1652
|
-
"title": "Details"
|
|
1369
|
+
"ta6Ref": "3.1.2"
|
|
1653
1370
|
}
|
|
1654
1371
|
},
|
|
1655
1372
|
"required": [
|
|
@@ -1662,11 +1379,7 @@
|
|
|
1662
1379
|
],
|
|
1663
1380
|
"properties": {
|
|
1664
1381
|
"yesNo": {
|
|
1665
|
-
"ta6Ref": "3.1.1"
|
|
1666
|
-
"enum": [
|
|
1667
|
-
"Yes",
|
|
1668
|
-
"No"
|
|
1669
|
-
]
|
|
1382
|
+
"ta6Ref": "3.1.1"
|
|
1670
1383
|
}
|
|
1671
1384
|
}
|
|
1672
1385
|
}
|
|
@@ -1679,7 +1392,6 @@
|
|
|
1679
1392
|
"properties": {
|
|
1680
1393
|
"japaneseKnotweed": {
|
|
1681
1394
|
"ta6Ref": "7.8",
|
|
1682
|
-
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
1683
1395
|
"discriminator": {
|
|
1684
1396
|
"propertyName": "yesNo"
|
|
1685
1397
|
},
|
|
@@ -1702,21 +1414,10 @@
|
|
|
1702
1414
|
]
|
|
1703
1415
|
},
|
|
1704
1416
|
"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
|
-
]
|
|
1417
|
+
"ta6Ref": "7.8.2"
|
|
1712
1418
|
},
|
|
1713
1419
|
"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
|
-
]
|
|
1420
|
+
"ta6Ref": "7.8.3"
|
|
1720
1421
|
}
|
|
1721
1422
|
},
|
|
1722
1423
|
"required": [
|
|
@@ -1729,12 +1430,7 @@
|
|
|
1729
1430
|
],
|
|
1730
1431
|
"properties": {
|
|
1731
1432
|
"yesNo": {
|
|
1732
|
-
"ta6Ref": "7.8.1"
|
|
1733
|
-
"enum": [
|
|
1734
|
-
"Yes",
|
|
1735
|
-
"No",
|
|
1736
|
-
"Not known"
|
|
1737
|
-
]
|
|
1433
|
+
"ta6Ref": "7.8.1"
|
|
1738
1434
|
}
|
|
1739
1435
|
}
|
|
1740
1436
|
}
|
|
@@ -1742,8 +1438,6 @@
|
|
|
1742
1438
|
},
|
|
1743
1439
|
"connectedUtilities": {
|
|
1744
1440
|
"ta6Ref": "13",
|
|
1745
|
-
"title": "Connected utilities",
|
|
1746
|
-
"description": "Please indicate which utilities are are connected to the property.",
|
|
1747
1441
|
"required": [
|
|
1748
1442
|
"mainsElectricity",
|
|
1749
1443
|
"mainsGas",
|
|
@@ -1753,7 +1447,6 @@
|
|
|
1753
1447
|
"properties": {
|
|
1754
1448
|
"mainsElectricity": {
|
|
1755
1449
|
"ta6Ref": "13.1",
|
|
1756
|
-
"title": "Mains electricity",
|
|
1757
1450
|
"discriminator": {
|
|
1758
1451
|
"propertyName": "yesNo"
|
|
1759
1452
|
},
|
|
@@ -1775,8 +1468,7 @@
|
|
|
1775
1468
|
]
|
|
1776
1469
|
},
|
|
1777
1470
|
"supplier": {
|
|
1778
|
-
"ta6Ref": "13.1.2"
|
|
1779
|
-
"title": "Supplier"
|
|
1471
|
+
"ta6Ref": "13.1.2"
|
|
1780
1472
|
}
|
|
1781
1473
|
},
|
|
1782
1474
|
"required": [
|
|
@@ -1791,8 +1483,7 @@
|
|
|
1791
1483
|
]
|
|
1792
1484
|
},
|
|
1793
1485
|
"supplier": {
|
|
1794
|
-
"ta6Ref": "13.1.2"
|
|
1795
|
-
"title": "Supplier"
|
|
1486
|
+
"ta6Ref": "13.1.2"
|
|
1796
1487
|
}
|
|
1797
1488
|
}
|
|
1798
1489
|
}
|
|
@@ -1802,18 +1493,12 @@
|
|
|
1802
1493
|
],
|
|
1803
1494
|
"properties": {
|
|
1804
1495
|
"yesNo": {
|
|
1805
|
-
"ta6Ref": "13.1.1"
|
|
1806
|
-
"enum": [
|
|
1807
|
-
"Yes",
|
|
1808
|
-
"To be connected",
|
|
1809
|
-
"No"
|
|
1810
|
-
]
|
|
1496
|
+
"ta6Ref": "13.1.1"
|
|
1811
1497
|
}
|
|
1812
1498
|
}
|
|
1813
1499
|
},
|
|
1814
1500
|
"mainsGas": {
|
|
1815
1501
|
"ta6Ref": "13.2",
|
|
1816
|
-
"title": "Mains gas",
|
|
1817
1502
|
"discriminator": {
|
|
1818
1503
|
"propertyName": "yesNo"
|
|
1819
1504
|
},
|
|
@@ -1835,8 +1520,7 @@
|
|
|
1835
1520
|
]
|
|
1836
1521
|
},
|
|
1837
1522
|
"supplier": {
|
|
1838
|
-
"ta6Ref": "13.2.2"
|
|
1839
|
-
"title": "Supplier"
|
|
1523
|
+
"ta6Ref": "13.2.2"
|
|
1840
1524
|
}
|
|
1841
1525
|
},
|
|
1842
1526
|
"required": [
|
|
@@ -1851,8 +1535,7 @@
|
|
|
1851
1535
|
]
|
|
1852
1536
|
},
|
|
1853
1537
|
"supplier": {
|
|
1854
|
-
"ta6Ref": "13.2.2"
|
|
1855
|
-
"title": "Supplier"
|
|
1538
|
+
"ta6Ref": "13.2.2"
|
|
1856
1539
|
}
|
|
1857
1540
|
}
|
|
1858
1541
|
}
|
|
@@ -1862,18 +1545,12 @@
|
|
|
1862
1545
|
],
|
|
1863
1546
|
"properties": {
|
|
1864
1547
|
"yesNo": {
|
|
1865
|
-
"ta6Ref": "13.2.1"
|
|
1866
|
-
"enum": [
|
|
1867
|
-
"Yes",
|
|
1868
|
-
"To be connected",
|
|
1869
|
-
"No"
|
|
1870
|
-
]
|
|
1548
|
+
"ta6Ref": "13.2.1"
|
|
1871
1549
|
}
|
|
1872
1550
|
}
|
|
1873
1551
|
},
|
|
1874
1552
|
"telephone": {
|
|
1875
1553
|
"ta6Ref": "13.5",
|
|
1876
|
-
"title": "Telephone",
|
|
1877
1554
|
"discriminator": {
|
|
1878
1555
|
"propertyName": "yesNo"
|
|
1879
1556
|
},
|
|
@@ -1895,8 +1572,7 @@
|
|
|
1895
1572
|
]
|
|
1896
1573
|
},
|
|
1897
1574
|
"supplier": {
|
|
1898
|
-
"ta6Ref": "13.5.2"
|
|
1899
|
-
"title": "Supplier"
|
|
1575
|
+
"ta6Ref": "13.5.2"
|
|
1900
1576
|
}
|
|
1901
1577
|
},
|
|
1902
1578
|
"required": [
|
|
@@ -1911,8 +1587,7 @@
|
|
|
1911
1587
|
]
|
|
1912
1588
|
},
|
|
1913
1589
|
"supplier": {
|
|
1914
|
-
"ta6Ref": "13.5.2"
|
|
1915
|
-
"title": "Supplier"
|
|
1590
|
+
"ta6Ref": "13.5.2"
|
|
1916
1591
|
}
|
|
1917
1592
|
}
|
|
1918
1593
|
}
|
|
@@ -1922,18 +1597,12 @@
|
|
|
1922
1597
|
],
|
|
1923
1598
|
"properties": {
|
|
1924
1599
|
"yesNo": {
|
|
1925
|
-
"ta6Ref": "13.5.1"
|
|
1926
|
-
"enum": [
|
|
1927
|
-
"Yes",
|
|
1928
|
-
"To be connected",
|
|
1929
|
-
"No"
|
|
1930
|
-
]
|
|
1600
|
+
"ta6Ref": "13.5.1"
|
|
1931
1601
|
}
|
|
1932
1602
|
}
|
|
1933
1603
|
},
|
|
1934
1604
|
"cableSatelliteTV": {
|
|
1935
1605
|
"ta6Ref": "13.6",
|
|
1936
|
-
"title": "Cable TV or satellite",
|
|
1937
1606
|
"discriminator": {
|
|
1938
1607
|
"propertyName": "yesNo"
|
|
1939
1608
|
},
|
|
@@ -1955,8 +1624,7 @@
|
|
|
1955
1624
|
]
|
|
1956
1625
|
},
|
|
1957
1626
|
"supplier": {
|
|
1958
|
-
"ta6Ref": "13.6.2"
|
|
1959
|
-
"title": "Supplier"
|
|
1627
|
+
"ta6Ref": "13.6.2"
|
|
1960
1628
|
}
|
|
1961
1629
|
},
|
|
1962
1630
|
"required": [
|
|
@@ -1978,12 +1646,7 @@
|
|
|
1978
1646
|
],
|
|
1979
1647
|
"properties": {
|
|
1980
1648
|
"yesNo": {
|
|
1981
|
-
"ta6Ref": "13.6.1"
|
|
1982
|
-
"enum": [
|
|
1983
|
-
"Yes",
|
|
1984
|
-
"To be connected",
|
|
1985
|
-
"No"
|
|
1986
|
-
]
|
|
1649
|
+
"ta6Ref": "13.6.1"
|
|
1987
1650
|
}
|
|
1988
1651
|
}
|
|
1989
1652
|
}
|
|
@@ -1991,8 +1654,6 @@
|
|
|
1991
1654
|
},
|
|
1992
1655
|
"waterAndDrainage": {
|
|
1993
1656
|
"ta6Ref": "13",
|
|
1994
|
-
"title": "Water and Drainage",
|
|
1995
|
-
"description": "Please describe the water and drainage services that are connected to the property.",
|
|
1996
1657
|
"required": [
|
|
1997
1658
|
"water",
|
|
1998
1659
|
"drainage"
|
|
@@ -2000,14 +1661,12 @@
|
|
|
2000
1661
|
"properties": {
|
|
2001
1662
|
"water": {
|
|
2002
1663
|
"ta6Ref": "13",
|
|
2003
|
-
"title": "Water",
|
|
2004
1664
|
"required": [
|
|
2005
1665
|
"mainsWater"
|
|
2006
1666
|
],
|
|
2007
1667
|
"properties": {
|
|
2008
1668
|
"mainsWater": {
|
|
2009
1669
|
"ta6Ref": "13.3",
|
|
2010
|
-
"title": "Mains water",
|
|
2011
1670
|
"discriminator": {
|
|
2012
1671
|
"propertyName": "yesNo"
|
|
2013
1672
|
},
|
|
@@ -2029,8 +1688,7 @@
|
|
|
2029
1688
|
]
|
|
2030
1689
|
},
|
|
2031
1690
|
"supplier": {
|
|
2032
|
-
"ta6Ref": "13.3.2"
|
|
2033
|
-
"title": "Supplier"
|
|
1691
|
+
"ta6Ref": "13.3.2"
|
|
2034
1692
|
}
|
|
2035
1693
|
},
|
|
2036
1694
|
"required": [
|
|
@@ -2045,8 +1703,7 @@
|
|
|
2045
1703
|
]
|
|
2046
1704
|
},
|
|
2047
1705
|
"supplier": {
|
|
2048
|
-
"ta6Ref": "13.3.2"
|
|
2049
|
-
"title": "Supplier"
|
|
1706
|
+
"ta6Ref": "13.3.2"
|
|
2050
1707
|
}
|
|
2051
1708
|
}
|
|
2052
1709
|
}
|
|
@@ -2056,12 +1713,7 @@
|
|
|
2056
1713
|
],
|
|
2057
1714
|
"properties": {
|
|
2058
1715
|
"yesNo": {
|
|
2059
|
-
"ta6Ref": "13.3.1"
|
|
2060
|
-
"enum": [
|
|
2061
|
-
"Yes",
|
|
2062
|
-
"To be connected",
|
|
2063
|
-
"No"
|
|
2064
|
-
]
|
|
1716
|
+
"ta6Ref": "13.3.1"
|
|
2065
1717
|
}
|
|
2066
1718
|
}
|
|
2067
1719
|
}
|
|
@@ -2075,7 +1727,6 @@
|
|
|
2075
1727
|
"properties": {
|
|
2076
1728
|
"mainsSurfaceWaterDrainage": {
|
|
2077
1729
|
"ta6Ref": "12.4b",
|
|
2078
|
-
"title": "Mains surface water drainage",
|
|
2079
1730
|
"discriminator": {
|
|
2080
1731
|
"propertyName": "yesNo"
|
|
2081
1732
|
},
|
|
@@ -2117,7 +1768,6 @@
|
|
|
2117
1768
|
"ta6Ref": "12.4b1",
|
|
2118
1769
|
"enum": [
|
|
2119
1770
|
"Yes",
|
|
2120
|
-
"To be connected",
|
|
2121
1771
|
"No",
|
|
2122
1772
|
"Not known"
|
|
2123
1773
|
]
|
|
@@ -2126,7 +1776,6 @@
|
|
|
2126
1776
|
},
|
|
2127
1777
|
"mainsFoulDrainage": {
|
|
2128
1778
|
"ta6Ref": "12.4a",
|
|
2129
|
-
"title": "Mains foul drainage / sweerage",
|
|
2130
1779
|
"discriminator": {
|
|
2131
1780
|
"propertyName": "yesNo"
|
|
2132
1781
|
},
|
|
@@ -2137,10 +1786,6 @@
|
|
|
2137
1786
|
"enum": [
|
|
2138
1787
|
"Yes"
|
|
2139
1788
|
]
|
|
2140
|
-
},
|
|
2141
|
-
"supplier": {
|
|
2142
|
-
"ta6Ref": "12.4a2",
|
|
2143
|
-
"title": "Supplier"
|
|
2144
1789
|
}
|
|
2145
1790
|
}
|
|
2146
1791
|
},
|
|
@@ -2152,8 +1797,7 @@
|
|
|
2152
1797
|
]
|
|
2153
1798
|
},
|
|
2154
1799
|
"supplier": {
|
|
2155
|
-
"ta6Ref": "12.4a2"
|
|
2156
|
-
"title": "Supplier"
|
|
1800
|
+
"ta6Ref": "12.4a2"
|
|
2157
1801
|
}
|
|
2158
1802
|
}
|
|
2159
1803
|
},
|
|
@@ -2167,7 +1811,6 @@
|
|
|
2167
1811
|
},
|
|
2168
1812
|
"septicTank": {
|
|
2169
1813
|
"ta6Ref": "12.5a",
|
|
2170
|
-
"title": "Septic tank",
|
|
2171
1814
|
"discriminator": {
|
|
2172
1815
|
"propertyName": "yesNo"
|
|
2173
1816
|
},
|
|
@@ -2189,12 +1832,10 @@
|
|
|
2189
1832
|
]
|
|
2190
1833
|
},
|
|
2191
1834
|
"dateReplaced": {
|
|
2192
|
-
"ta6Ref": "12.5a2"
|
|
2193
|
-
"title": "Date replaced or upgraded"
|
|
1835
|
+
"ta6Ref": "12.5a2"
|
|
2194
1836
|
},
|
|
2195
1837
|
"dateLastEmptied": {
|
|
2196
|
-
"ta6Ref": "12.7"
|
|
2197
|
-
"title": "Date last emptied"
|
|
1838
|
+
"ta6Ref": "12.7"
|
|
2198
1839
|
}
|
|
2199
1840
|
},
|
|
2200
1841
|
"required": [
|
|
@@ -2208,17 +1849,12 @@
|
|
|
2208
1849
|
],
|
|
2209
1850
|
"properties": {
|
|
2210
1851
|
"yesNo": {
|
|
2211
|
-
"ta6Ref": "12.5a1"
|
|
2212
|
-
"enum": [
|
|
2213
|
-
"Yes",
|
|
2214
|
-
"No"
|
|
2215
|
-
]
|
|
1852
|
+
"ta6Ref": "12.5a1"
|
|
2216
1853
|
}
|
|
2217
1854
|
}
|
|
2218
1855
|
},
|
|
2219
1856
|
"cesspit": {
|
|
2220
1857
|
"ta6Ref": "12.5b",
|
|
2221
|
-
"title": "Cesspit",
|
|
2222
1858
|
"discriminator": {
|
|
2223
1859
|
"propertyName": "yesNo"
|
|
2224
1860
|
},
|
|
@@ -2240,8 +1876,7 @@
|
|
|
2240
1876
|
]
|
|
2241
1877
|
},
|
|
2242
1878
|
"dateLastEmptied": {
|
|
2243
|
-
"ta6Ref": "12.7"
|
|
2244
|
-
"title": "Date last emptied"
|
|
1879
|
+
"ta6Ref": "12.7"
|
|
2245
1880
|
}
|
|
2246
1881
|
},
|
|
2247
1882
|
"required": [
|
|
@@ -2254,17 +1889,12 @@
|
|
|
2254
1889
|
],
|
|
2255
1890
|
"properties": {
|
|
2256
1891
|
"yesNo": {
|
|
2257
|
-
"ta6Ref": "12.5c1"
|
|
2258
|
-
"enum": [
|
|
2259
|
-
"Yes",
|
|
2260
|
-
"No"
|
|
2261
|
-
]
|
|
1892
|
+
"ta6Ref": "12.5c1"
|
|
2262
1893
|
}
|
|
2263
1894
|
}
|
|
2264
1895
|
},
|
|
2265
1896
|
"sewerageTreatmentPlant": {
|
|
2266
1897
|
"ta6Ref": "12.5b",
|
|
2267
|
-
"title": "Sewerage treatment plant",
|
|
2268
1898
|
"discriminator": {
|
|
2269
1899
|
"propertyName": "yesNo"
|
|
2270
1900
|
},
|
|
@@ -2286,12 +1916,10 @@
|
|
|
2286
1916
|
]
|
|
2287
1917
|
},
|
|
2288
1918
|
"dateInstalled": {
|
|
2289
|
-
"ta6Ref": "12.9"
|
|
2290
|
-
"title": "Date installed"
|
|
1919
|
+
"ta6Ref": "12.9"
|
|
2291
1920
|
},
|
|
2292
1921
|
"dateLastServiced": {
|
|
2293
|
-
"ta6Ref": "12.8"
|
|
2294
|
-
"title": "Date last serviced"
|
|
1922
|
+
"ta6Ref": "12.8"
|
|
2295
1923
|
}
|
|
2296
1924
|
},
|
|
2297
1925
|
"required": [
|
|
@@ -2305,17 +1933,12 @@
|
|
|
2305
1933
|
],
|
|
2306
1934
|
"properties": {
|
|
2307
1935
|
"yesNo": {
|
|
2308
|
-
"ta6Ref": "12.5b1"
|
|
2309
|
-
"enum": [
|
|
2310
|
-
"Yes",
|
|
2311
|
-
"No"
|
|
2312
|
-
]
|
|
1936
|
+
"ta6Ref": "12.5b1"
|
|
2313
1937
|
}
|
|
2314
1938
|
}
|
|
2315
1939
|
},
|
|
2316
1940
|
"otherConnectedProperties": {
|
|
2317
1941
|
"ta6Ref": "12.6",
|
|
2318
|
-
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
2319
1942
|
"discriminator": {
|
|
2320
1943
|
"propertyName": "yesNo"
|
|
2321
1944
|
},
|
|
@@ -2337,8 +1960,7 @@
|
|
|
2337
1960
|
]
|
|
2338
1961
|
},
|
|
2339
1962
|
"numberOfPropertiesSharing": {
|
|
2340
|
-
"ta6Ref": "12.6.2"
|
|
2341
|
-
"title": "How many other properties?"
|
|
1963
|
+
"ta6Ref": "12.6.2"
|
|
2342
1964
|
}
|
|
2343
1965
|
},
|
|
2344
1966
|
"required": [
|
|
@@ -2351,17 +1973,12 @@
|
|
|
2351
1973
|
],
|
|
2352
1974
|
"properties": {
|
|
2353
1975
|
"yesNo": {
|
|
2354
|
-
"ta6Ref": "12.6.1"
|
|
2355
|
-
"enum": [
|
|
2356
|
-
"Yes",
|
|
2357
|
-
"No"
|
|
2358
|
-
]
|
|
1976
|
+
"ta6Ref": "12.6.1"
|
|
2359
1977
|
}
|
|
2360
1978
|
}
|
|
2361
1979
|
},
|
|
2362
1980
|
"plantOnOtherLand": {
|
|
2363
1981
|
"ta6Ref": "12.10",
|
|
2364
|
-
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
2365
1982
|
"discriminator": {
|
|
2366
1983
|
"propertyName": "yesNo"
|
|
2367
1984
|
},
|
|
@@ -2383,12 +2000,7 @@
|
|
|
2383
2000
|
]
|
|
2384
2001
|
},
|
|
2385
2002
|
"attachments": {
|
|
2386
|
-
"ta6Ref": "12.10.2"
|
|
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
|
-
]
|
|
2003
|
+
"ta6Ref": "12.10.2"
|
|
2392
2004
|
}
|
|
2393
2005
|
},
|
|
2394
2006
|
"required": [
|
|
@@ -2401,11 +2013,7 @@
|
|
|
2401
2013
|
],
|
|
2402
2014
|
"properties": {
|
|
2403
2015
|
"yesNo": {
|
|
2404
|
-
"ta6Ref": "12.10.1"
|
|
2405
|
-
"enum": [
|
|
2406
|
-
"Yes",
|
|
2407
|
-
"No"
|
|
2408
|
-
]
|
|
2016
|
+
"ta6Ref": "12.10.1"
|
|
2409
2017
|
}
|
|
2410
2018
|
}
|
|
2411
2019
|
}
|
|
@@ -2427,7 +2035,6 @@
|
|
|
2427
2035
|
"ta6Ref": "12.4a1",
|
|
2428
2036
|
"enum": [
|
|
2429
2037
|
"Yes",
|
|
2430
|
-
"To be connected",
|
|
2431
2038
|
"No",
|
|
2432
2039
|
"Not known"
|
|
2433
2040
|
]
|
|
@@ -2440,7 +2047,6 @@
|
|
|
2440
2047
|
},
|
|
2441
2048
|
"heating": {
|
|
2442
2049
|
"ta6Ref": "12.3",
|
|
2443
|
-
"title": "Heating",
|
|
2444
2050
|
"discriminator": {
|
|
2445
2051
|
"propertyName": "heatingType"
|
|
2446
2052
|
},
|
|
@@ -2463,7 +2069,6 @@
|
|
|
2463
2069
|
},
|
|
2464
2070
|
"centralHeatingDetails": {
|
|
2465
2071
|
"ta6Ref": "12.3.2",
|
|
2466
|
-
"title": "Central Heating Details",
|
|
2467
2072
|
"required": [
|
|
2468
2073
|
"centralHeatingFuel",
|
|
2469
2074
|
"centralHeatingInstalled",
|
|
@@ -2475,7 +2080,6 @@
|
|
|
2475
2080
|
"properties": {
|
|
2476
2081
|
"centralHeatingFuel": {
|
|
2477
2082
|
"ta6Ref": "12.3.3",
|
|
2478
|
-
"title": "Central Heating Fuel",
|
|
2479
2083
|
"discriminator": {
|
|
2480
2084
|
"propertyName": "centralHeatingFuelType"
|
|
2481
2085
|
},
|
|
@@ -2488,7 +2092,7 @@
|
|
|
2488
2092
|
"Electricity",
|
|
2489
2093
|
"Oil",
|
|
2490
2094
|
"LPG",
|
|
2491
|
-
"Biomass
|
|
2095
|
+
"Biomass"
|
|
2492
2096
|
]
|
|
2493
2097
|
}
|
|
2494
2098
|
}
|
|
@@ -2501,8 +2105,7 @@
|
|
|
2501
2105
|
]
|
|
2502
2106
|
},
|
|
2503
2107
|
"otherCentralHeatingFuelType": {
|
|
2504
|
-
"ta6Ref": "12.3a2"
|
|
2505
|
-
"title": "Please describe the other fuel type"
|
|
2108
|
+
"ta6Ref": "12.3a2"
|
|
2506
2109
|
}
|
|
2507
2110
|
},
|
|
2508
2111
|
"required": [
|
|
@@ -2515,25 +2118,15 @@
|
|
|
2515
2118
|
],
|
|
2516
2119
|
"properties": {
|
|
2517
2120
|
"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
|
-
]
|
|
2121
|
+
"ta6Ref": "12.3a1"
|
|
2527
2122
|
}
|
|
2528
2123
|
}
|
|
2529
2124
|
},
|
|
2530
2125
|
"centralHeatingInstalled": {
|
|
2531
|
-
"ta6Ref": "12.3b1"
|
|
2532
|
-
"title": "When was the heating system installed?"
|
|
2126
|
+
"ta6Ref": "12.3b1"
|
|
2533
2127
|
},
|
|
2534
2128
|
"boilerInstallationCertificate": {
|
|
2535
2129
|
"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
2130
|
"discriminator": {
|
|
2538
2131
|
"propertyName": "yesNo"
|
|
2539
2132
|
},
|
|
@@ -2555,12 +2148,7 @@
|
|
|
2555
2148
|
]
|
|
2556
2149
|
},
|
|
2557
2150
|
"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
|
-
]
|
|
2151
|
+
"ta6Ref": "12.3b4"
|
|
2564
2152
|
}
|
|
2565
2153
|
},
|
|
2566
2154
|
"required": [
|
|
@@ -2573,30 +2161,18 @@
|
|
|
2573
2161
|
],
|
|
2574
2162
|
"properties": {
|
|
2575
2163
|
"yesNo": {
|
|
2576
|
-
"ta6Ref": "12.3b3"
|
|
2577
|
-
"enum": [
|
|
2578
|
-
"Yes",
|
|
2579
|
-
"No"
|
|
2580
|
-
]
|
|
2164
|
+
"ta6Ref": "12.3b3"
|
|
2581
2165
|
}
|
|
2582
2166
|
}
|
|
2583
2167
|
},
|
|
2584
2168
|
"heatingLastServicedDate": {
|
|
2585
|
-
"ta6Ref": "12.3d1"
|
|
2586
|
-
"title": "When was the heating system last serviced or maintained?"
|
|
2169
|
+
"ta6Ref": "12.3d1"
|
|
2587
2170
|
},
|
|
2588
2171
|
"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
|
-
]
|
|
2172
|
+
"ta6Ref": "12.3d2"
|
|
2596
2173
|
},
|
|
2597
2174
|
"heatingInGoodWorkingOrder": {
|
|
2598
2175
|
"ta6Ref": "12.3c",
|
|
2599
|
-
"title": "Is the heating system in good working order to your satisfaction?",
|
|
2600
2176
|
"discriminator": {
|
|
2601
2177
|
"propertyName": "yesNo"
|
|
2602
2178
|
},
|
|
@@ -2625,11 +2201,7 @@
|
|
|
2625
2201
|
],
|
|
2626
2202
|
"properties": {
|
|
2627
2203
|
"yesNo": {
|
|
2628
|
-
"ta6Ref": "12.3c1"
|
|
2629
|
-
"enum": [
|
|
2630
|
-
"Yes",
|
|
2631
|
-
"No"
|
|
2632
|
-
]
|
|
2204
|
+
"ta6Ref": "12.3c1"
|
|
2633
2205
|
}
|
|
2634
2206
|
}
|
|
2635
2207
|
}
|
|
@@ -2655,19 +2227,12 @@
|
|
|
2655
2227
|
],
|
|
2656
2228
|
"properties": {
|
|
2657
2229
|
"heatingType": {
|
|
2658
|
-
"ta6Ref": "12.3.1"
|
|
2659
|
-
"title": "What type of heating system does the property have?",
|
|
2660
|
-
"enum": [
|
|
2661
|
-
"Central heating",
|
|
2662
|
-
"Communal heating system",
|
|
2663
|
-
"None"
|
|
2664
|
-
]
|
|
2230
|
+
"ta6Ref": "12.3.1"
|
|
2665
2231
|
}
|
|
2666
2232
|
}
|
|
2667
2233
|
},
|
|
2668
2234
|
"insurance": {
|
|
2669
2235
|
"ta6Ref": "6",
|
|
2670
|
-
"title": "Insurance",
|
|
2671
2236
|
"discriminator": {
|
|
2672
2237
|
"propertyName": "isInsured"
|
|
2673
2238
|
},
|
|
@@ -2680,17 +2245,10 @@
|
|
|
2680
2245
|
]
|
|
2681
2246
|
},
|
|
2682
2247
|
"details": {
|
|
2683
|
-
"ta6Ref": "6.2"
|
|
2684
|
-
"title": "Why not?"
|
|
2248
|
+
"ta6Ref": "6.2"
|
|
2685
2249
|
},
|
|
2686
2250
|
"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
|
-
]
|
|
2251
|
+
"ta6Ref": "6.3"
|
|
2694
2252
|
}
|
|
2695
2253
|
},
|
|
2696
2254
|
"required": [
|
|
@@ -2707,7 +2265,6 @@
|
|
|
2707
2265
|
},
|
|
2708
2266
|
"difficultiesObtainingInsurance": {
|
|
2709
2267
|
"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
2268
|
"required": [
|
|
2712
2269
|
"abnormalRiseInPremiums",
|
|
2713
2270
|
"subjectToHighExcesses",
|
|
@@ -2717,7 +2274,6 @@
|
|
|
2717
2274
|
"properties": {
|
|
2718
2275
|
"abnormalRiseInPremiums": {
|
|
2719
2276
|
"ta6Ref": "6.4a",
|
|
2720
|
-
"title": "Subject to abnormal rise in premiums?",
|
|
2721
2277
|
"discriminator": {
|
|
2722
2278
|
"propertyName": "yesNo"
|
|
2723
2279
|
},
|
|
@@ -2739,8 +2295,7 @@
|
|
|
2739
2295
|
]
|
|
2740
2296
|
},
|
|
2741
2297
|
"details": {
|
|
2742
|
-
"ta6Ref": "6.4.2"
|
|
2743
|
-
"title": "Provide details"
|
|
2298
|
+
"ta6Ref": "6.4.2"
|
|
2744
2299
|
}
|
|
2745
2300
|
},
|
|
2746
2301
|
"required": [
|
|
@@ -2753,17 +2308,12 @@
|
|
|
2753
2308
|
],
|
|
2754
2309
|
"properties": {
|
|
2755
2310
|
"yesNo": {
|
|
2756
|
-
"ta6Ref": "6.4a1"
|
|
2757
|
-
"enum": [
|
|
2758
|
-
"Yes",
|
|
2759
|
-
"No"
|
|
2760
|
-
]
|
|
2311
|
+
"ta6Ref": "6.4a1"
|
|
2761
2312
|
}
|
|
2762
2313
|
}
|
|
2763
2314
|
},
|
|
2764
2315
|
"subjectToHighExcesses": {
|
|
2765
2316
|
"ta6Ref": "6.4b",
|
|
2766
|
-
"title": "Subject to high excesses?",
|
|
2767
2317
|
"discriminator": {
|
|
2768
2318
|
"propertyName": "yesNo"
|
|
2769
2319
|
},
|
|
@@ -2785,8 +2335,7 @@
|
|
|
2785
2335
|
]
|
|
2786
2336
|
},
|
|
2787
2337
|
"details": {
|
|
2788
|
-
"ta6Ref": "6.4.2"
|
|
2789
|
-
"title": "Provide details"
|
|
2338
|
+
"ta6Ref": "6.4.2"
|
|
2790
2339
|
}
|
|
2791
2340
|
},
|
|
2792
2341
|
"required": [
|
|
@@ -2799,17 +2348,12 @@
|
|
|
2799
2348
|
],
|
|
2800
2349
|
"properties": {
|
|
2801
2350
|
"yesNo": {
|
|
2802
|
-
"ta6Ref": "6.4b1"
|
|
2803
|
-
"enum": [
|
|
2804
|
-
"Yes",
|
|
2805
|
-
"No"
|
|
2806
|
-
]
|
|
2351
|
+
"ta6Ref": "6.4b1"
|
|
2807
2352
|
}
|
|
2808
2353
|
}
|
|
2809
2354
|
},
|
|
2810
2355
|
"subjectToUnusualConditions": {
|
|
2811
2356
|
"ta6Ref": "6.4c",
|
|
2812
|
-
"title": "Subject to unusual conditions?",
|
|
2813
2357
|
"discriminator": {
|
|
2814
2358
|
"propertyName": "yesNo"
|
|
2815
2359
|
},
|
|
@@ -2831,8 +2375,7 @@
|
|
|
2831
2375
|
]
|
|
2832
2376
|
},
|
|
2833
2377
|
"details": {
|
|
2834
|
-
"ta6Ref": "6.4.2"
|
|
2835
|
-
"title": "Provide details"
|
|
2378
|
+
"ta6Ref": "6.4.2"
|
|
2836
2379
|
}
|
|
2837
2380
|
},
|
|
2838
2381
|
"required": [
|
|
@@ -2845,17 +2388,12 @@
|
|
|
2845
2388
|
],
|
|
2846
2389
|
"properties": {
|
|
2847
2390
|
"yesNo": {
|
|
2848
|
-
"ta6Ref": "6.4c1"
|
|
2849
|
-
"enum": [
|
|
2850
|
-
"Yes",
|
|
2851
|
-
"No"
|
|
2852
|
-
]
|
|
2391
|
+
"ta6Ref": "6.4c1"
|
|
2853
2392
|
}
|
|
2854
2393
|
}
|
|
2855
2394
|
},
|
|
2856
2395
|
"refused": {
|
|
2857
2396
|
"ta6Ref": "6.4d",
|
|
2858
|
-
"title": "Refused?",
|
|
2859
2397
|
"discriminator": {
|
|
2860
2398
|
"propertyName": "yesNo"
|
|
2861
2399
|
},
|
|
@@ -2877,8 +2415,7 @@
|
|
|
2877
2415
|
]
|
|
2878
2416
|
},
|
|
2879
2417
|
"details": {
|
|
2880
|
-
"ta6Ref": "6.4.2"
|
|
2881
|
-
"title": "Provide details"
|
|
2418
|
+
"ta6Ref": "6.4.2"
|
|
2882
2419
|
}
|
|
2883
2420
|
},
|
|
2884
2421
|
"required": [
|
|
@@ -2891,11 +2428,7 @@
|
|
|
2891
2428
|
],
|
|
2892
2429
|
"properties": {
|
|
2893
2430
|
"yesNo": {
|
|
2894
|
-
"ta6Ref": "6.4d1"
|
|
2895
|
-
"enum": [
|
|
2896
|
-
"Yes",
|
|
2897
|
-
"No"
|
|
2898
|
-
]
|
|
2431
|
+
"ta6Ref": "6.4d1"
|
|
2899
2432
|
}
|
|
2900
2433
|
}
|
|
2901
2434
|
}
|
|
@@ -2903,7 +2436,6 @@
|
|
|
2903
2436
|
},
|
|
2904
2437
|
"insuranceClaims": {
|
|
2905
2438
|
"ta6Ref": "6.5",
|
|
2906
|
-
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
2907
2439
|
"discriminator": {
|
|
2908
2440
|
"propertyName": "yesNo"
|
|
2909
2441
|
},
|
|
@@ -2925,8 +2457,7 @@
|
|
|
2925
2457
|
]
|
|
2926
2458
|
},
|
|
2927
2459
|
"details": {
|
|
2928
|
-
"ta6Ref": "6.5.2"
|
|
2929
|
-
"title": "Provide details"
|
|
2460
|
+
"ta6Ref": "6.5.2"
|
|
2930
2461
|
}
|
|
2931
2462
|
},
|
|
2932
2463
|
"required": [
|
|
@@ -2939,11 +2470,7 @@
|
|
|
2939
2470
|
],
|
|
2940
2471
|
"properties": {
|
|
2941
2472
|
"yesNo": {
|
|
2942
|
-
"ta6Ref": "6.5.1"
|
|
2943
|
-
"enum": [
|
|
2944
|
-
"Yes",
|
|
2945
|
-
"No"
|
|
2946
|
-
]
|
|
2473
|
+
"ta6Ref": "6.5.1"
|
|
2947
2474
|
}
|
|
2948
2475
|
}
|
|
2949
2476
|
}
|
|
@@ -2959,18 +2486,12 @@
|
|
|
2959
2486
|
],
|
|
2960
2487
|
"properties": {
|
|
2961
2488
|
"isInsured": {
|
|
2962
|
-
"ta6Ref": "6.1"
|
|
2963
|
-
"title": "Do you insure the property?",
|
|
2964
|
-
"enum": [
|
|
2965
|
-
"Yes",
|
|
2966
|
-
"No"
|
|
2967
|
-
]
|
|
2489
|
+
"ta6Ref": "6.1"
|
|
2968
2490
|
}
|
|
2969
2491
|
}
|
|
2970
2492
|
},
|
|
2971
2493
|
"rightsAndInformalArrangements": {
|
|
2972
2494
|
"ta6Ref": "8",
|
|
2973
|
-
"title": "Rights and Informal Arrangements",
|
|
2974
2495
|
"required": [
|
|
2975
2496
|
"sharedContributions",
|
|
2976
2497
|
"neighbouringLandRights",
|
|
@@ -2980,7 +2501,6 @@
|
|
|
2980
2501
|
"properties": {
|
|
2981
2502
|
"sharedContributions": {
|
|
2982
2503
|
"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
2504
|
"discriminator": {
|
|
2985
2505
|
"propertyName": "yesNo"
|
|
2986
2506
|
},
|
|
@@ -3002,8 +2522,7 @@
|
|
|
3002
2522
|
]
|
|
3003
2523
|
},
|
|
3004
2524
|
"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"
|
|
2525
|
+
"ta6Ref": "8.1.2"
|
|
3007
2526
|
}
|
|
3008
2527
|
},
|
|
3009
2528
|
"required": [
|
|
@@ -3016,17 +2535,12 @@
|
|
|
3016
2535
|
],
|
|
3017
2536
|
"properties": {
|
|
3018
2537
|
"yesNo": {
|
|
3019
|
-
"ta6Ref": "8.1.1"
|
|
3020
|
-
"enum": [
|
|
3021
|
-
"Yes",
|
|
3022
|
-
"No"
|
|
3023
|
-
]
|
|
2538
|
+
"ta6Ref": "8.1.1"
|
|
3024
2539
|
}
|
|
3025
2540
|
}
|
|
3026
2541
|
},
|
|
3027
2542
|
"neighbouringLandRights": {
|
|
3028
2543
|
"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
2544
|
"discriminator": {
|
|
3031
2545
|
"propertyName": "yesNo"
|
|
3032
2546
|
},
|
|
@@ -3048,8 +2562,7 @@
|
|
|
3048
2562
|
]
|
|
3049
2563
|
},
|
|
3050
2564
|
"details": {
|
|
3051
|
-
"ta6Ref": "8.2.2"
|
|
3052
|
-
"title": "Please give details and provide a plan showing the route of the access, parking etc"
|
|
2565
|
+
"ta6Ref": "8.2.2"
|
|
3053
2566
|
}
|
|
3054
2567
|
},
|
|
3055
2568
|
"required": [
|
|
@@ -3062,17 +2575,12 @@
|
|
|
3062
2575
|
],
|
|
3063
2576
|
"properties": {
|
|
3064
2577
|
"yesNo": {
|
|
3065
|
-
"ta6Ref": "8.2.1"
|
|
3066
|
-
"enum": [
|
|
3067
|
-
"Yes",
|
|
3068
|
-
"No"
|
|
3069
|
-
]
|
|
2578
|
+
"ta6Ref": "8.2.1"
|
|
3070
2579
|
}
|
|
3071
2580
|
}
|
|
3072
2581
|
},
|
|
3073
2582
|
"accessRestrictionAttempts": {
|
|
3074
2583
|
"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
2584
|
"discriminator": {
|
|
3077
2585
|
"propertyName": "yesNo"
|
|
3078
2586
|
},
|
|
@@ -3094,8 +2602,7 @@
|
|
|
3094
2602
|
]
|
|
3095
2603
|
},
|
|
3096
2604
|
"details": {
|
|
3097
|
-
"ta6Ref": "8.3.2"
|
|
3098
|
-
"title": "Details"
|
|
2605
|
+
"ta6Ref": "8.3.2"
|
|
3099
2606
|
}
|
|
3100
2607
|
},
|
|
3101
2608
|
"required": [
|
|
@@ -3108,17 +2615,12 @@
|
|
|
3108
2615
|
],
|
|
3109
2616
|
"properties": {
|
|
3110
2617
|
"yesNo": {
|
|
3111
|
-
"ta6Ref": "8.3.1"
|
|
3112
|
-
"enum": [
|
|
3113
|
-
"Yes",
|
|
3114
|
-
"No"
|
|
3115
|
-
]
|
|
2618
|
+
"ta6Ref": "8.3.1"
|
|
3116
2619
|
}
|
|
3117
2620
|
}
|
|
3118
2621
|
},
|
|
3119
2622
|
"rightsOrArrangements": {
|
|
3120
2623
|
"ta6Ref": "8.4",
|
|
3121
|
-
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
3122
2624
|
"required": [
|
|
3123
2625
|
"rightsOfLight",
|
|
3124
2626
|
"rightsOfSupport",
|
|
@@ -3131,7 +2633,6 @@
|
|
|
3131
2633
|
"properties": {
|
|
3132
2634
|
"publicRightOfWay": {
|
|
3133
2635
|
"ta6Ref": "8.6",
|
|
3134
|
-
"title": "A public right of way through and/or across your property, buildings or land",
|
|
3135
2636
|
"discriminator": {
|
|
3136
2637
|
"propertyName": "yesNo"
|
|
3137
2638
|
},
|
|
@@ -3153,8 +2654,7 @@
|
|
|
3153
2654
|
]
|
|
3154
2655
|
},
|
|
3155
2656
|
"details": {
|
|
3156
|
-
"ta6Ref": "8.6.2"
|
|
3157
|
-
"title": "Please provide details and mark the route on a plan of the property"
|
|
2657
|
+
"ta6Ref": "8.6.2"
|
|
3158
2658
|
}
|
|
3159
2659
|
},
|
|
3160
2660
|
"required": [
|
|
@@ -3167,17 +2667,12 @@
|
|
|
3167
2667
|
],
|
|
3168
2668
|
"properties": {
|
|
3169
2669
|
"yesNo": {
|
|
3170
|
-
"ta6Ref": "8.6.1"
|
|
3171
|
-
"enum": [
|
|
3172
|
-
"Yes",
|
|
3173
|
-
"No"
|
|
3174
|
-
]
|
|
2670
|
+
"ta6Ref": "8.6.1"
|
|
3175
2671
|
}
|
|
3176
2672
|
}
|
|
3177
2673
|
},
|
|
3178
2674
|
"rightsOfLight": {
|
|
3179
2675
|
"ta6Ref": "8.4a",
|
|
3180
|
-
"title": "Rights of light",
|
|
3181
2676
|
"discriminator": {
|
|
3182
2677
|
"propertyName": "yesNo"
|
|
3183
2678
|
},
|
|
@@ -3206,17 +2701,12 @@
|
|
|
3206
2701
|
],
|
|
3207
2702
|
"properties": {
|
|
3208
2703
|
"yesNo": {
|
|
3209
|
-
"ta6Ref": "8.4a1"
|
|
3210
|
-
"enum": [
|
|
3211
|
-
"Yes",
|
|
3212
|
-
"No"
|
|
3213
|
-
]
|
|
2704
|
+
"ta6Ref": "8.4a1"
|
|
3214
2705
|
}
|
|
3215
2706
|
}
|
|
3216
2707
|
},
|
|
3217
2708
|
"rightsOfSupport": {
|
|
3218
2709
|
"ta6Ref": "8.4b",
|
|
3219
|
-
"title": "Rights of support from ajoining properties",
|
|
3220
2710
|
"discriminator": {
|
|
3221
2711
|
"propertyName": "yesNo"
|
|
3222
2712
|
},
|
|
@@ -3245,17 +2735,12 @@
|
|
|
3245
2735
|
],
|
|
3246
2736
|
"properties": {
|
|
3247
2737
|
"yesNo": {
|
|
3248
|
-
"ta6Ref": "8.4b1"
|
|
3249
|
-
"enum": [
|
|
3250
|
-
"Yes",
|
|
3251
|
-
"No"
|
|
3252
|
-
]
|
|
2738
|
+
"ta6Ref": "8.4b1"
|
|
3253
2739
|
}
|
|
3254
2740
|
}
|
|
3255
2741
|
},
|
|
3256
2742
|
"rightsCreatedThroughCustom": {
|
|
3257
2743
|
"ta6Ref": "8.4c",
|
|
3258
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
3259
2744
|
"discriminator": {
|
|
3260
2745
|
"propertyName": "yesNo"
|
|
3261
2746
|
},
|
|
@@ -3284,17 +2769,12 @@
|
|
|
3284
2769
|
],
|
|
3285
2770
|
"properties": {
|
|
3286
2771
|
"yesNo": {
|
|
3287
|
-
"ta6Ref": "8.4c1"
|
|
3288
|
-
"enum": [
|
|
3289
|
-
"Yes",
|
|
3290
|
-
"No"
|
|
3291
|
-
]
|
|
2772
|
+
"ta6Ref": "8.4c1"
|
|
3292
2773
|
}
|
|
3293
2774
|
}
|
|
3294
2775
|
},
|
|
3295
2776
|
"rightsToTakeFromLand": {
|
|
3296
2777
|
"ta6Ref": "8.5c",
|
|
3297
|
-
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
3298
2778
|
"discriminator": {
|
|
3299
2779
|
"propertyName": "yesNo"
|
|
3300
2780
|
},
|
|
@@ -3316,8 +2796,7 @@
|
|
|
3316
2796
|
]
|
|
3317
2797
|
},
|
|
3318
2798
|
"details": {
|
|
3319
|
-
"ta6Ref": "8.5c2"
|
|
3320
|
-
"title": "Details"
|
|
2799
|
+
"ta6Ref": "8.5c2"
|
|
3321
2800
|
}
|
|
3322
2801
|
},
|
|
3323
2802
|
"required": [
|
|
@@ -3330,17 +2809,12 @@
|
|
|
3330
2809
|
],
|
|
3331
2810
|
"properties": {
|
|
3332
2811
|
"yesNo": {
|
|
3333
|
-
"ta6Ref": "8.5c1"
|
|
3334
|
-
"enum": [
|
|
3335
|
-
"Yes",
|
|
3336
|
-
"No"
|
|
3337
|
-
]
|
|
2812
|
+
"ta6Ref": "8.5c1"
|
|
3338
2813
|
}
|
|
3339
2814
|
}
|
|
3340
2815
|
},
|
|
3341
2816
|
"minesAndMinerals": {
|
|
3342
2817
|
"ta6Ref": "8.5a",
|
|
3343
|
-
"title": "Mines and minerals under the property",
|
|
3344
2818
|
"discriminator": {
|
|
3345
2819
|
"propertyName": "yesNo"
|
|
3346
2820
|
},
|
|
@@ -3369,17 +2843,12 @@
|
|
|
3369
2843
|
],
|
|
3370
2844
|
"properties": {
|
|
3371
2845
|
"yesNo": {
|
|
3372
|
-
"ta6Ref": "8.5a1"
|
|
3373
|
-
"enum": [
|
|
3374
|
-
"Yes",
|
|
3375
|
-
"No"
|
|
3376
|
-
]
|
|
2846
|
+
"ta6Ref": "8.5a1"
|
|
3377
2847
|
}
|
|
3378
2848
|
}
|
|
3379
2849
|
},
|
|
3380
2850
|
"churchChancel": {
|
|
3381
2851
|
"ta6Ref": "8.5b",
|
|
3382
|
-
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
3383
2852
|
"discriminator": {
|
|
3384
2853
|
"propertyName": "yesNo"
|
|
3385
2854
|
},
|
|
@@ -3408,17 +2877,12 @@
|
|
|
3408
2877
|
],
|
|
3409
2878
|
"properties": {
|
|
3410
2879
|
"yesNo": {
|
|
3411
|
-
"ta6Ref": "8.5b1"
|
|
3412
|
-
"enum": [
|
|
3413
|
-
"Yes",
|
|
3414
|
-
"No"
|
|
3415
|
-
]
|
|
2880
|
+
"ta6Ref": "8.5b1"
|
|
3416
2881
|
}
|
|
3417
2882
|
}
|
|
3418
2883
|
},
|
|
3419
2884
|
"otherRights": {
|
|
3420
2885
|
"ta6Ref": "8.6",
|
|
3421
|
-
"title": "Any other rights or arrangements affecting the property?",
|
|
3422
2886
|
"discriminator": {
|
|
3423
2887
|
"propertyName": "yesNo"
|
|
3424
2888
|
},
|
|
@@ -3440,8 +2904,7 @@
|
|
|
3440
2904
|
]
|
|
3441
2905
|
},
|
|
3442
2906
|
"details": {
|
|
3443
|
-
"ta6Ref": "8.6.2"
|
|
3444
|
-
"title": "Details"
|
|
2907
|
+
"ta6Ref": "8.6.2"
|
|
3445
2908
|
}
|
|
3446
2909
|
},
|
|
3447
2910
|
"required": [
|
|
@@ -3454,11 +2917,7 @@
|
|
|
3454
2917
|
],
|
|
3455
2918
|
"properties": {
|
|
3456
2919
|
"yesNo": {
|
|
3457
|
-
"ta6Ref": "8.6.1"
|
|
3458
|
-
"enum": [
|
|
3459
|
-
"Yes",
|
|
3460
|
-
"No"
|
|
3461
|
-
]
|
|
2920
|
+
"ta6Ref": "8.6.1"
|
|
3462
2921
|
}
|
|
3463
2922
|
}
|
|
3464
2923
|
}
|
|
@@ -3468,7 +2927,6 @@
|
|
|
3468
2927
|
},
|
|
3469
2928
|
"environmentalIssues": {
|
|
3470
2929
|
"ta6Ref": "7",
|
|
3471
|
-
"title": "Environmental Issues Affecting the Property",
|
|
3472
2930
|
"required": [
|
|
3473
2931
|
"flooding",
|
|
3474
2932
|
"radon"
|
|
@@ -3476,7 +2934,6 @@
|
|
|
3476
2934
|
"properties": {
|
|
3477
2935
|
"flooding": {
|
|
3478
2936
|
"ta6Ref": "7.1.0",
|
|
3479
|
-
"title": "Flooding",
|
|
3480
2937
|
"discriminator": {
|
|
3481
2938
|
"propertyName": "hasBeenFlooded"
|
|
3482
2939
|
},
|
|
@@ -3498,12 +2955,10 @@
|
|
|
3498
2955
|
]
|
|
3499
2956
|
},
|
|
3500
2957
|
"typeOfFlooding": {
|
|
3501
|
-
"ta6Ref": "7.2"
|
|
3502
|
-
"title": "What type of flooding occurred?"
|
|
2958
|
+
"ta6Ref": "7.2"
|
|
3503
2959
|
},
|
|
3504
2960
|
"details": {
|
|
3505
|
-
"ta6Ref": "7.1.2"
|
|
3506
|
-
"title": "Please state when the flooding occurred and identify the parts that flooded"
|
|
2961
|
+
"ta6Ref": "7.1.2"
|
|
3507
2962
|
}
|
|
3508
2963
|
},
|
|
3509
2964
|
"required": [
|
|
@@ -3517,18 +2972,12 @@
|
|
|
3517
2972
|
],
|
|
3518
2973
|
"properties": {
|
|
3519
2974
|
"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
|
-
]
|
|
2975
|
+
"ta6Ref": "7.1.1"
|
|
3526
2976
|
}
|
|
3527
2977
|
}
|
|
3528
2978
|
},
|
|
3529
2979
|
"radon": {
|
|
3530
2980
|
"ta6Ref": "7.4",
|
|
3531
|
-
"title": "Radon",
|
|
3532
2981
|
"required": [
|
|
3533
2982
|
"remedialMeasuresOnConstruction",
|
|
3534
2983
|
"radonTest"
|
|
@@ -3536,7 +2985,6 @@
|
|
|
3536
2985
|
"properties": {
|
|
3537
2986
|
"radonTest": {
|
|
3538
2987
|
"ta6Ref": "7.4",
|
|
3539
|
-
"title": "Has a Radon test been carried out on the property?",
|
|
3540
2988
|
"discriminator": {
|
|
3541
2989
|
"propertyName": "yesNo"
|
|
3542
2990
|
},
|
|
@@ -3558,20 +3006,10 @@
|
|
|
3558
3006
|
]
|
|
3559
3007
|
},
|
|
3560
3008
|
"details": {
|
|
3561
|
-
"ta6Ref": "7.4b"
|
|
3562
|
-
"title": "Was the test result was below the recommended action level?",
|
|
3563
|
-
"enum": [
|
|
3564
|
-
"Yes",
|
|
3565
|
-
"No"
|
|
3566
|
-
]
|
|
3009
|
+
"ta6Ref": "7.4b"
|
|
3567
3010
|
},
|
|
3568
3011
|
"attachments": {
|
|
3569
|
-
"ta6Ref": "7.4a"
|
|
3570
|
-
"title": "Please supply a copy of the report",
|
|
3571
|
-
"enum": [
|
|
3572
|
-
"Attached",
|
|
3573
|
-
"To follow"
|
|
3574
|
-
]
|
|
3012
|
+
"ta6Ref": "7.4a"
|
|
3575
3013
|
}
|
|
3576
3014
|
},
|
|
3577
3015
|
"required": [
|
|
@@ -3585,28 +3023,18 @@
|
|
|
3585
3023
|
],
|
|
3586
3024
|
"properties": {
|
|
3587
3025
|
"yesNo": {
|
|
3588
|
-
"ta6Ref": "7.4.1"
|
|
3589
|
-
"enum": [
|
|
3590
|
-
"Yes",
|
|
3591
|
-
"No"
|
|
3592
|
-
]
|
|
3026
|
+
"ta6Ref": "7.4.1"
|
|
3593
3027
|
}
|
|
3594
3028
|
}
|
|
3595
3029
|
},
|
|
3596
3030
|
"remedialMeasuresOnConstruction": {
|
|
3597
3031
|
"ta6Ref": "7.5",
|
|
3598
|
-
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
|
|
3599
3032
|
"required": [
|
|
3600
3033
|
"yesNo"
|
|
3601
3034
|
],
|
|
3602
3035
|
"properties": {
|
|
3603
3036
|
"yesNo": {
|
|
3604
|
-
"ta6Ref": "7.5.1"
|
|
3605
|
-
"enum": [
|
|
3606
|
-
"Yes",
|
|
3607
|
-
"No",
|
|
3608
|
-
"Not known"
|
|
3609
|
-
]
|
|
3037
|
+
"ta6Ref": "7.5.1"
|
|
3610
3038
|
}
|
|
3611
3039
|
}
|
|
3612
3040
|
}
|
|
@@ -3616,14 +3044,12 @@
|
|
|
3616
3044
|
},
|
|
3617
3045
|
"additionalInformation": {
|
|
3618
3046
|
"ta6Ref": "10",
|
|
3619
|
-
"title": "Additional Information",
|
|
3620
3047
|
"required": [
|
|
3621
3048
|
"otherCharges"
|
|
3622
3049
|
],
|
|
3623
3050
|
"properties": {
|
|
3624
3051
|
"otherCharges": {
|
|
3625
3052
|
"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
3053
|
"discriminator": {
|
|
3628
3054
|
"propertyName": "yesNo"
|
|
3629
3055
|
},
|
|
@@ -3645,8 +3071,7 @@
|
|
|
3645
3071
|
]
|
|
3646
3072
|
},
|
|
3647
3073
|
"details": {
|
|
3648
|
-
"ta6Ref": "10.1.2"
|
|
3649
|
-
"title": "Please give details"
|
|
3074
|
+
"ta6Ref": "10.1.2"
|
|
3650
3075
|
}
|
|
3651
3076
|
},
|
|
3652
3077
|
"required": [
|
|
@@ -3659,11 +3084,7 @@
|
|
|
3659
3084
|
],
|
|
3660
3085
|
"properties": {
|
|
3661
3086
|
"yesNo": {
|
|
3662
|
-
"ta6Ref": "10.1.1"
|
|
3663
|
-
"enum": [
|
|
3664
|
-
"Yes",
|
|
3665
|
-
"No"
|
|
3666
|
-
]
|
|
3087
|
+
"ta6Ref": "10.1.1"
|
|
3667
3088
|
}
|
|
3668
3089
|
}
|
|
3669
3090
|
}
|
|
@@ -3673,8 +3094,6 @@
|
|
|
3673
3094
|
},
|
|
3674
3095
|
"additionalLegalInfo": {
|
|
3675
3096
|
"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
3097
|
"required": [
|
|
3679
3098
|
"legalBoundaries",
|
|
3680
3099
|
"servicesCrossing",
|
|
@@ -3687,7 +3106,6 @@
|
|
|
3687
3106
|
"properties": {
|
|
3688
3107
|
"legalBoundaries": {
|
|
3689
3108
|
"ta6Ref": "1",
|
|
3690
|
-
"title": "Legal Boundaries",
|
|
3691
3109
|
"required": [
|
|
3692
3110
|
"ownership",
|
|
3693
3111
|
"haveBoundaryFeaturesMoved",
|
|
@@ -3701,13 +3119,7 @@
|
|
|
3701
3119
|
],
|
|
3702
3120
|
"properties": {
|
|
3703
3121
|
"areBoundariesUniform": {
|
|
3704
|
-
"ta6Ref": "1.2"
|
|
3705
|
-
"title": "Are the boundaries uniform?",
|
|
3706
|
-
"enum": [
|
|
3707
|
-
"Yes",
|
|
3708
|
-
"No",
|
|
3709
|
-
"Not applicable"
|
|
3710
|
-
]
|
|
3122
|
+
"ta6Ref": "1.2"
|
|
3711
3123
|
}
|
|
3712
3124
|
},
|
|
3713
3125
|
"oneOf": [
|
|
@@ -3722,44 +3134,16 @@
|
|
|
3722
3134
|
],
|
|
3723
3135
|
"properties": {
|
|
3724
3136
|
"left": {
|
|
3725
|
-
"ta6Ref": "1.1a"
|
|
3726
|
-
"title": "On the left",
|
|
3727
|
-
"enum": [
|
|
3728
|
-
"Seller",
|
|
3729
|
-
"Shared",
|
|
3730
|
-
"Neighbour",
|
|
3731
|
-
"Not known"
|
|
3732
|
-
]
|
|
3137
|
+
"ta6Ref": "1.1a"
|
|
3733
3138
|
},
|
|
3734
3139
|
"right": {
|
|
3735
|
-
"ta6Ref": "1.1b"
|
|
3736
|
-
"title": "On the right",
|
|
3737
|
-
"enum": [
|
|
3738
|
-
"Seller",
|
|
3739
|
-
"Shared",
|
|
3740
|
-
"Neighbour",
|
|
3741
|
-
"Not known"
|
|
3742
|
-
]
|
|
3140
|
+
"ta6Ref": "1.1b"
|
|
3743
3141
|
},
|
|
3744
3142
|
"rear": {
|
|
3745
|
-
"ta6Ref": "1.1c"
|
|
3746
|
-
"title": "At the rear",
|
|
3747
|
-
"enum": [
|
|
3748
|
-
"Seller",
|
|
3749
|
-
"Shared",
|
|
3750
|
-
"Neighbour",
|
|
3751
|
-
"Not known"
|
|
3752
|
-
]
|
|
3143
|
+
"ta6Ref": "1.1c"
|
|
3753
3144
|
},
|
|
3754
3145
|
"front": {
|
|
3755
|
-
"ta6Ref": "1.1d"
|
|
3756
|
-
"title": "At the front",
|
|
3757
|
-
"enum": [
|
|
3758
|
-
"Seller",
|
|
3759
|
-
"Shared",
|
|
3760
|
-
"Neighbour",
|
|
3761
|
-
"Not known"
|
|
3762
|
-
]
|
|
3146
|
+
"ta6Ref": "1.1d"
|
|
3763
3147
|
}
|
|
3764
3148
|
}
|
|
3765
3149
|
}
|
|
@@ -3772,16 +3156,10 @@
|
|
|
3772
3156
|
],
|
|
3773
3157
|
"properties": {
|
|
3774
3158
|
"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"
|
|
3159
|
+
"ta6Ref": "1.2.1"
|
|
3777
3160
|
},
|
|
3778
3161
|
"attachments": {
|
|
3779
|
-
"ta6Ref": "1.2.2"
|
|
3780
|
-
"title": "Attachments",
|
|
3781
|
-
"enum": [
|
|
3782
|
-
"Attached",
|
|
3783
|
-
"To follow"
|
|
3784
|
-
]
|
|
3162
|
+
"ta6Ref": "1.2.2"
|
|
3785
3163
|
}
|
|
3786
3164
|
}
|
|
3787
3165
|
}
|
|
@@ -3789,7 +3167,6 @@
|
|
|
3789
3167
|
},
|
|
3790
3168
|
"haveBoundaryFeaturesMoved": {
|
|
3791
3169
|
"ta6Ref": "1.3",
|
|
3792
|
-
"title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
|
|
3793
3170
|
"discriminator": {
|
|
3794
3171
|
"propertyName": "yesNo"
|
|
3795
3172
|
},
|
|
@@ -3812,8 +3189,7 @@
|
|
|
3812
3189
|
]
|
|
3813
3190
|
},
|
|
3814
3191
|
"details": {
|
|
3815
|
-
"ta6Ref": "1.3.2"
|
|
3816
|
-
"title": "Details"
|
|
3192
|
+
"ta6Ref": "1.3.2"
|
|
3817
3193
|
}
|
|
3818
3194
|
},
|
|
3819
3195
|
"required": [
|
|
@@ -3826,18 +3202,12 @@
|
|
|
3826
3202
|
],
|
|
3827
3203
|
"properties": {
|
|
3828
3204
|
"yesNo": {
|
|
3829
|
-
"ta6Ref": "1.3.1"
|
|
3830
|
-
"enum": [
|
|
3831
|
-
"Yes",
|
|
3832
|
-
"No",
|
|
3833
|
-
"Not applicable"
|
|
3834
|
-
]
|
|
3205
|
+
"ta6Ref": "1.3.1"
|
|
3835
3206
|
}
|
|
3836
3207
|
}
|
|
3837
3208
|
},
|
|
3838
3209
|
"adjacentLandIncluded": {
|
|
3839
3210
|
"ta6Ref": "1.4",
|
|
3840
|
-
"title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
|
|
3841
3211
|
"discriminator": {
|
|
3842
3212
|
"propertyName": "yesNo"
|
|
3843
3213
|
},
|
|
@@ -3860,8 +3230,7 @@
|
|
|
3860
3230
|
]
|
|
3861
3231
|
},
|
|
3862
3232
|
"details": {
|
|
3863
|
-
"ta6Ref": "1.4.2"
|
|
3864
|
-
"title": "Details"
|
|
3233
|
+
"ta6Ref": "1.4.2"
|
|
3865
3234
|
}
|
|
3866
3235
|
},
|
|
3867
3236
|
"required": [
|
|
@@ -3874,19 +3243,12 @@
|
|
|
3874
3243
|
],
|
|
3875
3244
|
"properties": {
|
|
3876
3245
|
"yesNo": {
|
|
3877
|
-
"ta6Ref": "1.4.1"
|
|
3878
|
-
"enum": [
|
|
3879
|
-
"Yes",
|
|
3880
|
-
"No",
|
|
3881
|
-
"Not applicable"
|
|
3882
|
-
]
|
|
3246
|
+
"ta6Ref": "1.4.1"
|
|
3883
3247
|
}
|
|
3884
3248
|
}
|
|
3885
3249
|
},
|
|
3886
3250
|
"flyingFreehold": {
|
|
3887
3251
|
"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
3252
|
"discriminator": {
|
|
3891
3253
|
"propertyName": "yesNo"
|
|
3892
3254
|
},
|
|
@@ -3909,8 +3271,7 @@
|
|
|
3909
3271
|
]
|
|
3910
3272
|
},
|
|
3911
3273
|
"details": {
|
|
3912
|
-
"ta6Ref": "1.5.2"
|
|
3913
|
-
"title": "Details"
|
|
3274
|
+
"ta6Ref": "1.5.2"
|
|
3914
3275
|
}
|
|
3915
3276
|
},
|
|
3916
3277
|
"required": [
|
|
@@ -3923,12 +3284,7 @@
|
|
|
3923
3284
|
],
|
|
3924
3285
|
"properties": {
|
|
3925
3286
|
"yesNo": {
|
|
3926
|
-
"ta6Ref": "1.5.1"
|
|
3927
|
-
"enum": [
|
|
3928
|
-
"Yes",
|
|
3929
|
-
"No",
|
|
3930
|
-
"Not applicable"
|
|
3931
|
-
]
|
|
3287
|
+
"ta6Ref": "1.5.1"
|
|
3932
3288
|
}
|
|
3933
3289
|
}
|
|
3934
3290
|
}
|
|
@@ -3936,7 +3292,6 @@
|
|
|
3936
3292
|
},
|
|
3937
3293
|
"servicesCrossing": {
|
|
3938
3294
|
"ta6Ref": "8",
|
|
3939
|
-
"title": "Services Crossing Other Property",
|
|
3940
3295
|
"required": [
|
|
3941
3296
|
"pipesWiresCablesDrainsToProperty",
|
|
3942
3297
|
"pipesWiresCablesDrainsFromProperty",
|
|
@@ -3945,7 +3300,6 @@
|
|
|
3945
3300
|
"properties": {
|
|
3946
3301
|
"pipesWiresCablesDrainsToProperty": {
|
|
3947
3302
|
"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
3303
|
"discriminator": {
|
|
3950
3304
|
"propertyName": "yesNo"
|
|
3951
3305
|
},
|
|
@@ -3975,18 +3329,12 @@
|
|
|
3975
3329
|
],
|
|
3976
3330
|
"properties": {
|
|
3977
3331
|
"yesNo": {
|
|
3978
|
-
"ta6Ref": "8.7.1"
|
|
3979
|
-
"enum": [
|
|
3980
|
-
"Yes",
|
|
3981
|
-
"No",
|
|
3982
|
-
"Not known"
|
|
3983
|
-
]
|
|
3332
|
+
"ta6Ref": "8.7.1"
|
|
3984
3333
|
}
|
|
3985
3334
|
}
|
|
3986
3335
|
},
|
|
3987
3336
|
"pipesWiresCablesDrainsFromProperty": {
|
|
3988
3337
|
"ta6Ref": "8.8",
|
|
3989
|
-
"title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
|
|
3990
3338
|
"discriminator": {
|
|
3991
3339
|
"propertyName": "yesNo"
|
|
3992
3340
|
},
|
|
@@ -4016,18 +3364,12 @@
|
|
|
4016
3364
|
],
|
|
4017
3365
|
"properties": {
|
|
4018
3366
|
"yesNo": {
|
|
4019
|
-
"ta6Ref": "8.8.1"
|
|
4020
|
-
"enum": [
|
|
4021
|
-
"Yes",
|
|
4022
|
-
"No",
|
|
4023
|
-
"Not known"
|
|
4024
|
-
]
|
|
3367
|
+
"ta6Ref": "8.8.1"
|
|
4025
3368
|
}
|
|
4026
3369
|
}
|
|
4027
3370
|
},
|
|
4028
3371
|
"formalOrInformalAgreements": {
|
|
4029
3372
|
"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
3373
|
"discriminator": {
|
|
4032
3374
|
"propertyName": "yesNo"
|
|
4033
3375
|
},
|
|
@@ -4050,16 +3392,10 @@
|
|
|
4050
3392
|
]
|
|
4051
3393
|
},
|
|
4052
3394
|
"details": {
|
|
4053
|
-
"ta6Ref": "8.9.2"
|
|
4054
|
-
"title": "Please provide details"
|
|
3395
|
+
"ta6Ref": "8.9.2"
|
|
4055
3396
|
},
|
|
4056
3397
|
"attachments": {
|
|
4057
|
-
"ta6Ref": "8.9.3"
|
|
4058
|
-
"title": "Attachments",
|
|
4059
|
-
"enum": [
|
|
4060
|
-
"Attached",
|
|
4061
|
-
"To follow"
|
|
4062
|
-
]
|
|
3398
|
+
"ta6Ref": "8.9.3"
|
|
4063
3399
|
}
|
|
4064
3400
|
},
|
|
4065
3401
|
"required": [
|
|
@@ -4072,12 +3408,7 @@
|
|
|
4072
3408
|
],
|
|
4073
3409
|
"properties": {
|
|
4074
3410
|
"yesNo": {
|
|
4075
|
-
"ta6Ref": "8.9.1"
|
|
4076
|
-
"enum": [
|
|
4077
|
-
"Yes",
|
|
4078
|
-
"No",
|
|
4079
|
-
"Not known"
|
|
4080
|
-
]
|
|
3411
|
+
"ta6Ref": "8.9.1"
|
|
4081
3412
|
}
|
|
4082
3413
|
}
|
|
4083
3414
|
}
|
|
@@ -4085,7 +3416,6 @@
|
|
|
4085
3416
|
},
|
|
4086
3417
|
"energyAndMeters": {
|
|
4087
3418
|
"ta6Ref": "12",
|
|
4088
|
-
"title": "Energy and Meters",
|
|
4089
3419
|
"required": [
|
|
4090
3420
|
"testedByQualifiedElectrician",
|
|
4091
3421
|
"electricalWorkSince2005",
|
|
@@ -4094,7 +3424,6 @@
|
|
|
4094
3424
|
"properties": {
|
|
4095
3425
|
"testedByQualifiedElectrician": {
|
|
4096
3426
|
"ta6Ref": "12.1",
|
|
4097
|
-
"title": "Have the electrics at the property been tested by a qualified electrician?",
|
|
4098
3427
|
"discriminator": {
|
|
4099
3428
|
"propertyName": "yesNo"
|
|
4100
3429
|
},
|
|
@@ -4116,16 +3445,10 @@
|
|
|
4116
3445
|
]
|
|
4117
3446
|
},
|
|
4118
3447
|
"yearTested": {
|
|
4119
|
-
"ta6Ref": "12.1.2"
|
|
4120
|
-
"title": "State the year they were last tested"
|
|
3448
|
+
"ta6Ref": "12.1.2"
|
|
4121
3449
|
},
|
|
4122
3450
|
"attachments": {
|
|
4123
|
-
"ta6Ref": "12.1.3"
|
|
4124
|
-
"title": "Please upload the test certificate.",
|
|
4125
|
-
"enum": [
|
|
4126
|
-
"Attached",
|
|
4127
|
-
"To follow"
|
|
4128
|
-
]
|
|
3451
|
+
"ta6Ref": "12.1.3"
|
|
4129
3452
|
}
|
|
4130
3453
|
},
|
|
4131
3454
|
"required": [
|
|
@@ -4139,17 +3462,12 @@
|
|
|
4139
3462
|
],
|
|
4140
3463
|
"properties": {
|
|
4141
3464
|
"yesNo": {
|
|
4142
|
-
"ta6Ref": "12.1.1"
|
|
4143
|
-
"enum": [
|
|
4144
|
-
"Yes",
|
|
4145
|
-
"No"
|
|
4146
|
-
]
|
|
3465
|
+
"ta6Ref": "12.1.1"
|
|
4147
3466
|
}
|
|
4148
3467
|
}
|
|
4149
3468
|
},
|
|
4150
3469
|
"electricalWorkSince2005": {
|
|
4151
3470
|
"ta6Ref": "12.2",
|
|
4152
|
-
"title": "Since 1st January 2005, has any electrical work been carried out to the property?",
|
|
4153
3471
|
"discriminator": {
|
|
4154
3472
|
"propertyName": "yesNo"
|
|
4155
3473
|
},
|
|
@@ -4172,28 +3490,13 @@
|
|
|
4172
3490
|
]
|
|
4173
3491
|
},
|
|
4174
3492
|
"electricalSafetyCertificate": {
|
|
4175
|
-
"ta6Ref": "12.2.2a"
|
|
4176
|
-
"title": "Please provide a signed Electrical Safety Certificate (BS7671)",
|
|
4177
|
-
"enum": [
|
|
4178
|
-
"Attached",
|
|
4179
|
-
"To follow"
|
|
4180
|
-
]
|
|
3493
|
+
"ta6Ref": "12.2.2a"
|
|
4181
3494
|
},
|
|
4182
3495
|
"buildingRegulationsComplianceCertificate": {
|
|
4183
|
-
"ta6Ref": "12.2.2b"
|
|
4184
|
-
"title": "or a Building Regulations Compliance Certificate (or equivalent)",
|
|
4185
|
-
"enum": [
|
|
4186
|
-
"Attached",
|
|
4187
|
-
"To follow"
|
|
4188
|
-
]
|
|
3496
|
+
"ta6Ref": "12.2.2b"
|
|
4189
3497
|
},
|
|
4190
3498
|
"buildingControlCompletionCertificate": {
|
|
4191
|
-
"ta6Ref": "12.2.2c"
|
|
4192
|
-
"title": "or a Building Control Completion Certificate",
|
|
4193
|
-
"enum": [
|
|
4194
|
-
"Attached",
|
|
4195
|
-
"To follow"
|
|
4196
|
-
]
|
|
3499
|
+
"ta6Ref": "12.2.2c"
|
|
4197
3500
|
}
|
|
4198
3501
|
}
|
|
4199
3502
|
}
|
|
@@ -4203,45 +3506,37 @@
|
|
|
4203
3506
|
],
|
|
4204
3507
|
"properties": {
|
|
4205
3508
|
"yesNo": {
|
|
4206
|
-
"ta6Ref": "12.2.1"
|
|
4207
|
-
"enum": [
|
|
4208
|
-
"Yes",
|
|
4209
|
-
"No",
|
|
4210
|
-
"Not known"
|
|
4211
|
-
]
|
|
3509
|
+
"ta6Ref": "12.2.1"
|
|
4212
3510
|
}
|
|
4213
3511
|
}
|
|
4214
3512
|
},
|
|
4215
3513
|
"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
|
-
}
|
|
3514
|
+
"ta6Ref": "4.6",
|
|
3515
|
+
"discriminator": {
|
|
3516
|
+
"propertyName": "hasSolarPanels"
|
|
4228
3517
|
},
|
|
4229
3518
|
"oneOf": [
|
|
4230
|
-
null,
|
|
4231
3519
|
{
|
|
4232
|
-
"required": [
|
|
4233
|
-
"yearInstalled",
|
|
4234
|
-
"panelsOwnedOutright",
|
|
4235
|
-
"panelProviderLease"
|
|
4236
|
-
],
|
|
4237
3520
|
"properties": {
|
|
3521
|
+
"hasSolarPanels": {
|
|
3522
|
+
"enum": [
|
|
3523
|
+
"No"
|
|
3524
|
+
]
|
|
3525
|
+
}
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"properties": {
|
|
3530
|
+
"hasSolarPanels": {
|
|
3531
|
+
"enum": [
|
|
3532
|
+
"Yes"
|
|
3533
|
+
]
|
|
3534
|
+
},
|
|
4238
3535
|
"yearInstalled": {
|
|
4239
|
-
"ta6Ref": "4.6a"
|
|
4240
|
-
"title": "What year were they installed?"
|
|
3536
|
+
"ta6Ref": "4.6a"
|
|
4241
3537
|
},
|
|
4242
3538
|
"panelsOwnedOutright": {
|
|
4243
3539
|
"ta6Ref": "4.6b",
|
|
4244
|
-
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
4245
3540
|
"discriminator": {
|
|
4246
3541
|
"propertyName": "yesNo"
|
|
4247
3542
|
},
|
|
@@ -4270,17 +3565,12 @@
|
|
|
4270
3565
|
],
|
|
4271
3566
|
"properties": {
|
|
4272
3567
|
"yesNo": {
|
|
4273
|
-
"ta6Ref": "4.6b1"
|
|
4274
|
-
"enum": [
|
|
4275
|
-
"Yes",
|
|
4276
|
-
"No"
|
|
4277
|
-
]
|
|
3568
|
+
"ta6Ref": "4.6b1"
|
|
4278
3569
|
}
|
|
4279
3570
|
}
|
|
4280
3571
|
},
|
|
4281
3572
|
"panelProviderLease": {
|
|
4282
3573
|
"ta6Ref": "4.6c",
|
|
4283
|
-
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
4284
3574
|
"discriminator": {
|
|
4285
3575
|
"propertyName": "yesNo"
|
|
4286
3576
|
},
|
|
@@ -4302,12 +3592,7 @@
|
|
|
4302
3592
|
]
|
|
4303
3593
|
},
|
|
4304
3594
|
"attachments": {
|
|
4305
|
-
"ta6Ref": "4.6c2"
|
|
4306
|
-
"title": "Please supply copies of the relevant documents",
|
|
4307
|
-
"enum": [
|
|
4308
|
-
"Attached",
|
|
4309
|
-
"To follow"
|
|
4310
|
-
]
|
|
3595
|
+
"ta6Ref": "4.6c2"
|
|
4311
3596
|
}
|
|
4312
3597
|
},
|
|
4313
3598
|
"required": [
|
|
@@ -4320,55 +3605,56 @@
|
|
|
4320
3605
|
],
|
|
4321
3606
|
"properties": {
|
|
4322
3607
|
"yesNo": {
|
|
4323
|
-
"ta6Ref": "4.6c1"
|
|
4324
|
-
"enum": [
|
|
4325
|
-
"Yes",
|
|
4326
|
-
"No"
|
|
4327
|
-
]
|
|
3608
|
+
"ta6Ref": "4.6c1"
|
|
4328
3609
|
}
|
|
4329
3610
|
}
|
|
4330
3611
|
}
|
|
4331
|
-
}
|
|
3612
|
+
},
|
|
3613
|
+
"required": [
|
|
3614
|
+
"yearInstalled",
|
|
3615
|
+
"panelsOwnedOutright",
|
|
3616
|
+
"panelProviderLease"
|
|
3617
|
+
]
|
|
4332
3618
|
}
|
|
4333
|
-
]
|
|
3619
|
+
],
|
|
3620
|
+
"required": [
|
|
3621
|
+
"hasSolarPanels"
|
|
3622
|
+
],
|
|
3623
|
+
"properties": {
|
|
3624
|
+
"hasSolarPanels": {
|
|
3625
|
+
"ta6Ref": "4.6"
|
|
3626
|
+
}
|
|
3627
|
+
}
|
|
4334
3628
|
},
|
|
4335
3629
|
"electricityMeterLocation": {
|
|
4336
3630
|
"ta6Ref": "13.1b",
|
|
4337
|
-
"title": "Location of electricity meter (if any)",
|
|
4338
3631
|
"properties": {
|
|
4339
3632
|
"description": {
|
|
4340
|
-
"ta6Ref": "13.1b1"
|
|
4341
|
-
"title": "Describe the location of the meter"
|
|
3633
|
+
"ta6Ref": "13.1b1"
|
|
4342
3634
|
}
|
|
4343
3635
|
}
|
|
4344
3636
|
},
|
|
4345
3637
|
"gasMeterLocation": {
|
|
4346
3638
|
"ta6Ref": "13.2b",
|
|
4347
|
-
"title": "Location of gas meter (if any)",
|
|
4348
3639
|
"properties": {
|
|
4349
3640
|
"description": {
|
|
4350
|
-
"ta6Ref": "13.2b1"
|
|
4351
|
-
"title": "Describe the location of the meter"
|
|
3641
|
+
"ta6Ref": "13.2b1"
|
|
4352
3642
|
}
|
|
4353
3643
|
}
|
|
4354
3644
|
},
|
|
4355
3645
|
"stopcockLocation": {
|
|
4356
3646
|
"ta6Ref": "13.3b",
|
|
4357
|
-
"title": "Location of stopcock (if any)",
|
|
4358
3647
|
"properties": {
|
|
4359
3648
|
"description": {
|
|
4360
|
-
"ta6Ref": "13.3b1"
|
|
4361
|
-
"title": "Describe the location of the stopcock"
|
|
3649
|
+
"ta6Ref": "13.3b1"
|
|
4362
3650
|
}
|
|
4363
3651
|
}
|
|
4364
3652
|
},
|
|
4365
3653
|
"waterMeterLocation": {
|
|
4366
3654
|
"ta6Ref": "13.3b",
|
|
4367
|
-
"title": "Location of water meter (if any)",
|
|
4368
3655
|
"properties": {
|
|
4369
3656
|
"description": {
|
|
4370
|
-
"ta6Ref": "13.3b2"
|
|
4371
|
-
"title": "Describe the location of the meter"
|
|
3657
|
+
"ta6Ref": "13.3b2"
|
|
4372
3658
|
}
|
|
4373
3659
|
}
|
|
4374
3660
|
}
|
|
@@ -4376,7 +3662,6 @@
|
|
|
4376
3662
|
},
|
|
4377
3663
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
4378
3664
|
"ta6Ref": "5",
|
|
4379
|
-
"title": "Guarantees, Warranties and Indemnity Insurances",
|
|
4380
3665
|
"discriminator": {
|
|
4381
3666
|
"propertyName": "hasValidGuaranteesOrWarranties"
|
|
4382
3667
|
},
|
|
@@ -4399,7 +3684,6 @@
|
|
|
4399
3684
|
},
|
|
4400
3685
|
"newHomeWarranty": {
|
|
4401
3686
|
"ta6Ref": "5.1a",
|
|
4402
|
-
"title": "New Home Warranty (NHBC or similar)",
|
|
4403
3687
|
"discriminator": {
|
|
4404
3688
|
"propertyName": "yesNo"
|
|
4405
3689
|
},
|
|
@@ -4421,15 +3705,10 @@
|
|
|
4421
3705
|
]
|
|
4422
3706
|
},
|
|
4423
3707
|
"details": {
|
|
4424
|
-
"ta6Ref": "5.1a2"
|
|
4425
|
-
"title": "Please confirm the name of the warranty provider and the date of the warranty"
|
|
3708
|
+
"ta6Ref": "5.1a2"
|
|
4426
3709
|
},
|
|
4427
3710
|
"attachments": {
|
|
4428
|
-
"ta6Ref": "5.1a3"
|
|
4429
|
-
"enum": [
|
|
4430
|
-
"Attached",
|
|
4431
|
-
"To follow"
|
|
4432
|
-
]
|
|
3711
|
+
"ta6Ref": "5.1a3"
|
|
4433
3712
|
}
|
|
4434
3713
|
},
|
|
4435
3714
|
"required": [
|
|
@@ -4442,17 +3721,12 @@
|
|
|
4442
3721
|
],
|
|
4443
3722
|
"properties": {
|
|
4444
3723
|
"yesNo": {
|
|
4445
|
-
"ta6Ref": "5.1a1"
|
|
4446
|
-
"enum": [
|
|
4447
|
-
"Yes",
|
|
4448
|
-
"No"
|
|
4449
|
-
]
|
|
3724
|
+
"ta6Ref": "5.1a1"
|
|
4450
3725
|
}
|
|
4451
3726
|
}
|
|
4452
3727
|
},
|
|
4453
3728
|
"roofingWork": {
|
|
4454
3729
|
"ta6Ref": "5.1f",
|
|
4455
|
-
"title": "Roofing work",
|
|
4456
3730
|
"discriminator": {
|
|
4457
3731
|
"propertyName": "yesNo"
|
|
4458
3732
|
},
|
|
@@ -4474,11 +3748,7 @@
|
|
|
4474
3748
|
]
|
|
4475
3749
|
},
|
|
4476
3750
|
"attachments": {
|
|
4477
|
-
"ta6Ref": "5.1f2"
|
|
4478
|
-
"enum": [
|
|
4479
|
-
"Attached",
|
|
4480
|
-
"To follow"
|
|
4481
|
-
]
|
|
3751
|
+
"ta6Ref": "5.1f2"
|
|
4482
3752
|
}
|
|
4483
3753
|
},
|
|
4484
3754
|
"required": [
|
|
@@ -4491,17 +3761,12 @@
|
|
|
4491
3761
|
],
|
|
4492
3762
|
"properties": {
|
|
4493
3763
|
"yesNo": {
|
|
4494
|
-
"ta6Ref": "5.1f1"
|
|
4495
|
-
"enum": [
|
|
4496
|
-
"Yes",
|
|
4497
|
-
"No"
|
|
4498
|
-
]
|
|
3764
|
+
"ta6Ref": "5.1f1"
|
|
4499
3765
|
}
|
|
4500
3766
|
}
|
|
4501
3767
|
},
|
|
4502
3768
|
"dampProofingTreatment": {
|
|
4503
3769
|
"ta6Ref": "5.1b",
|
|
4504
|
-
"title": "Damp proofing treatment",
|
|
4505
3770
|
"discriminator": {
|
|
4506
3771
|
"propertyName": "yesNo"
|
|
4507
3772
|
},
|
|
@@ -4523,11 +3788,7 @@
|
|
|
4523
3788
|
]
|
|
4524
3789
|
},
|
|
4525
3790
|
"attachments": {
|
|
4526
|
-
"ta6Ref": "5.1b2"
|
|
4527
|
-
"enum": [
|
|
4528
|
-
"Attached",
|
|
4529
|
-
"To follow"
|
|
4530
|
-
]
|
|
3791
|
+
"ta6Ref": "5.1b2"
|
|
4531
3792
|
}
|
|
4532
3793
|
},
|
|
4533
3794
|
"required": [
|
|
@@ -4540,17 +3801,12 @@
|
|
|
4540
3801
|
],
|
|
4541
3802
|
"properties": {
|
|
4542
3803
|
"yesNo": {
|
|
4543
|
-
"ta6Ref": "5.1b1"
|
|
4544
|
-
"enum": [
|
|
4545
|
-
"Yes",
|
|
4546
|
-
"No"
|
|
4547
|
-
]
|
|
3804
|
+
"ta6Ref": "5.1b1"
|
|
4548
3805
|
}
|
|
4549
3806
|
}
|
|
4550
3807
|
},
|
|
4551
3808
|
"timberRotOrInfestationTreatment": {
|
|
4552
3809
|
"ta6Ref": "5.1c",
|
|
4553
|
-
"title": "Timber rot or infestation treatment",
|
|
4554
3810
|
"discriminator": {
|
|
4555
3811
|
"propertyName": "yesNo"
|
|
4556
3812
|
},
|
|
@@ -4572,11 +3828,7 @@
|
|
|
4572
3828
|
]
|
|
4573
3829
|
},
|
|
4574
3830
|
"attachments": {
|
|
4575
|
-
"ta6Ref": "5.1c2"
|
|
4576
|
-
"enum": [
|
|
4577
|
-
"Attached",
|
|
4578
|
-
"To follow"
|
|
4579
|
-
]
|
|
3831
|
+
"ta6Ref": "5.1c2"
|
|
4580
3832
|
}
|
|
4581
3833
|
},
|
|
4582
3834
|
"required": [
|
|
@@ -4589,17 +3841,12 @@
|
|
|
4589
3841
|
],
|
|
4590
3842
|
"properties": {
|
|
4591
3843
|
"yesNo": {
|
|
4592
|
-
"ta6Ref": "5.1c1"
|
|
4593
|
-
"enum": [
|
|
4594
|
-
"Yes",
|
|
4595
|
-
"No"
|
|
4596
|
-
]
|
|
3844
|
+
"ta6Ref": "5.1c1"
|
|
4597
3845
|
}
|
|
4598
3846
|
}
|
|
4599
3847
|
},
|
|
4600
3848
|
"centralHeatingAndorPlumbing": {
|
|
4601
3849
|
"ta6Ref": "5.1g",
|
|
4602
|
-
"title": "Central heating and/or plumbing",
|
|
4603
3850
|
"discriminator": {
|
|
4604
3851
|
"propertyName": "yesNo"
|
|
4605
3852
|
},
|
|
@@ -4621,11 +3868,7 @@
|
|
|
4621
3868
|
]
|
|
4622
3869
|
},
|
|
4623
3870
|
"attachments": {
|
|
4624
|
-
"ta6Ref": "5.1g2"
|
|
4625
|
-
"enum": [
|
|
4626
|
-
"Attached",
|
|
4627
|
-
"To follow"
|
|
4628
|
-
]
|
|
3871
|
+
"ta6Ref": "5.1g2"
|
|
4629
3872
|
}
|
|
4630
3873
|
},
|
|
4631
3874
|
"required": [
|
|
@@ -4638,17 +3881,12 @@
|
|
|
4638
3881
|
],
|
|
4639
3882
|
"properties": {
|
|
4640
3883
|
"yesNo": {
|
|
4641
|
-
"ta6Ref": "5.1g1"
|
|
4642
|
-
"enum": [
|
|
4643
|
-
"Yes",
|
|
4644
|
-
"No"
|
|
4645
|
-
]
|
|
3884
|
+
"ta6Ref": "5.1g1"
|
|
4646
3885
|
}
|
|
4647
3886
|
}
|
|
4648
3887
|
},
|
|
4649
3888
|
"doubleGlazing": {
|
|
4650
3889
|
"ta6Ref": "5.1d",
|
|
4651
|
-
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
4652
3890
|
"discriminator": {
|
|
4653
3891
|
"propertyName": "yesNo"
|
|
4654
3892
|
},
|
|
@@ -4670,11 +3908,7 @@
|
|
|
4670
3908
|
]
|
|
4671
3909
|
},
|
|
4672
3910
|
"attachments": {
|
|
4673
|
-
"ta6Ref": "5.1d2"
|
|
4674
|
-
"enum": [
|
|
4675
|
-
"Attached",
|
|
4676
|
-
"To follow"
|
|
4677
|
-
]
|
|
3911
|
+
"ta6Ref": "5.1d2"
|
|
4678
3912
|
}
|
|
4679
3913
|
},
|
|
4680
3914
|
"required": [
|
|
@@ -4687,17 +3921,12 @@
|
|
|
4687
3921
|
],
|
|
4688
3922
|
"properties": {
|
|
4689
3923
|
"yesNo": {
|
|
4690
|
-
"ta6Ref": "5.1d1"
|
|
4691
|
-
"enum": [
|
|
4692
|
-
"Yes",
|
|
4693
|
-
"No"
|
|
4694
|
-
]
|
|
3924
|
+
"ta6Ref": "5.1d1"
|
|
4695
3925
|
}
|
|
4696
3926
|
}
|
|
4697
3927
|
},
|
|
4698
3928
|
"electricalRepairOrInstallation": {
|
|
4699
3929
|
"ta6Ref": "5.1e",
|
|
4700
|
-
"title": "Electrical repair or installation",
|
|
4701
3930
|
"discriminator": {
|
|
4702
3931
|
"propertyName": "yesNo"
|
|
4703
3932
|
},
|
|
@@ -4719,11 +3948,7 @@
|
|
|
4719
3948
|
]
|
|
4720
3949
|
},
|
|
4721
3950
|
"attachments": {
|
|
4722
|
-
"ta6Ref": "5.1e2"
|
|
4723
|
-
"enum": [
|
|
4724
|
-
"Attached",
|
|
4725
|
-
"To follow"
|
|
4726
|
-
]
|
|
3951
|
+
"ta6Ref": "5.1e2"
|
|
4727
3952
|
}
|
|
4728
3953
|
},
|
|
4729
3954
|
"required": [
|
|
@@ -4736,17 +3961,12 @@
|
|
|
4736
3961
|
],
|
|
4737
3962
|
"properties": {
|
|
4738
3963
|
"yesNo": {
|
|
4739
|
-
"ta6Ref": "5.1e1"
|
|
4740
|
-
"enum": [
|
|
4741
|
-
"Yes",
|
|
4742
|
-
"No"
|
|
4743
|
-
]
|
|
3964
|
+
"ta6Ref": "5.1e1"
|
|
4744
3965
|
}
|
|
4745
3966
|
}
|
|
4746
3967
|
},
|
|
4747
3968
|
"subsidenceWork": {
|
|
4748
3969
|
"ta6Ref": "5.1h",
|
|
4749
|
-
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
4750
3970
|
"discriminator": {
|
|
4751
3971
|
"propertyName": "yesNo"
|
|
4752
3972
|
},
|
|
@@ -4768,11 +3988,7 @@
|
|
|
4768
3988
|
]
|
|
4769
3989
|
},
|
|
4770
3990
|
"attachments": {
|
|
4771
|
-
"ta6Ref": "5.1h2"
|
|
4772
|
-
"enum": [
|
|
4773
|
-
"Attached",
|
|
4774
|
-
"To follow"
|
|
4775
|
-
]
|
|
3991
|
+
"ta6Ref": "5.1h2"
|
|
4776
3992
|
}
|
|
4777
3993
|
},
|
|
4778
3994
|
"required": [
|
|
@@ -4785,17 +4001,12 @@
|
|
|
4785
4001
|
],
|
|
4786
4002
|
"properties": {
|
|
4787
4003
|
"yesNo": {
|
|
4788
|
-
"ta6Ref": "5.1h1"
|
|
4789
|
-
"enum": [
|
|
4790
|
-
"Yes",
|
|
4791
|
-
"No"
|
|
4792
|
-
]
|
|
4004
|
+
"ta6Ref": "5.1h1"
|
|
4793
4005
|
}
|
|
4794
4006
|
}
|
|
4795
4007
|
},
|
|
4796
4008
|
"otherGuarantees": {
|
|
4797
4009
|
"ta6Ref": "5.1i",
|
|
4798
|
-
"title": "Other Guarantees or warranties",
|
|
4799
4010
|
"discriminator": {
|
|
4800
4011
|
"propertyName": "yesNo"
|
|
4801
4012
|
},
|
|
@@ -4817,15 +4028,10 @@
|
|
|
4817
4028
|
]
|
|
4818
4029
|
},
|
|
4819
4030
|
"details": {
|
|
4820
|
-
"ta6Ref": "5.1i2"
|
|
4821
|
-
"title": "Please provide details"
|
|
4031
|
+
"ta6Ref": "5.1i2"
|
|
4822
4032
|
},
|
|
4823
4033
|
"attachments": {
|
|
4824
|
-
"ta6Ref": "5.1i3"
|
|
4825
|
-
"enum": [
|
|
4826
|
-
"Attached",
|
|
4827
|
-
"To follow"
|
|
4828
|
-
]
|
|
4034
|
+
"ta6Ref": "5.1i3"
|
|
4829
4035
|
}
|
|
4830
4036
|
},
|
|
4831
4037
|
"required": [
|
|
@@ -4839,17 +4045,12 @@
|
|
|
4839
4045
|
],
|
|
4840
4046
|
"properties": {
|
|
4841
4047
|
"yesNo": {
|
|
4842
|
-
"ta6Ref": "5.1i1"
|
|
4843
|
-
"enum": [
|
|
4844
|
-
"Yes",
|
|
4845
|
-
"No"
|
|
4846
|
-
]
|
|
4048
|
+
"ta6Ref": "5.1i1"
|
|
4847
4049
|
}
|
|
4848
4050
|
}
|
|
4849
4051
|
},
|
|
4850
4052
|
"outstandingClaimsOrApplications": {
|
|
4851
4053
|
"ta6Ref": "5.2",
|
|
4852
|
-
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
4853
4054
|
"discriminator": {
|
|
4854
4055
|
"propertyName": "yesNo"
|
|
4855
4056
|
},
|
|
@@ -4871,15 +4072,10 @@
|
|
|
4871
4072
|
]
|
|
4872
4073
|
},
|
|
4873
4074
|
"details": {
|
|
4874
|
-
"ta6Ref": "5.2.2"
|
|
4875
|
-
"title": "Please provide details"
|
|
4075
|
+
"ta6Ref": "5.2.2"
|
|
4876
4076
|
},
|
|
4877
4077
|
"attachments": {
|
|
4878
|
-
"ta6Ref": "5.2.3"
|
|
4879
|
-
"enum": [
|
|
4880
|
-
"Attached",
|
|
4881
|
-
"To follow"
|
|
4882
|
-
]
|
|
4078
|
+
"ta6Ref": "5.2.3"
|
|
4883
4079
|
}
|
|
4884
4080
|
},
|
|
4885
4081
|
"required": [
|
|
@@ -4892,11 +4088,7 @@
|
|
|
4892
4088
|
],
|
|
4893
4089
|
"properties": {
|
|
4894
4090
|
"yesNo": {
|
|
4895
|
-
"ta6Ref": "5.2.1"
|
|
4896
|
-
"enum": [
|
|
4897
|
-
"Yes",
|
|
4898
|
-
"No"
|
|
4899
|
-
]
|
|
4091
|
+
"ta6Ref": "5.2.1"
|
|
4900
4092
|
}
|
|
4901
4093
|
}
|
|
4902
4094
|
}
|
|
@@ -4920,18 +4112,12 @@
|
|
|
4920
4112
|
],
|
|
4921
4113
|
"properties": {
|
|
4922
4114
|
"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
|
-
]
|
|
4115
|
+
"ta6Ref": "5.1"
|
|
4929
4116
|
}
|
|
4930
4117
|
}
|
|
4931
4118
|
},
|
|
4932
4119
|
"occupiers": {
|
|
4933
4120
|
"ta6Ref": "11",
|
|
4934
|
-
"title": "Occupiers",
|
|
4935
4121
|
"required": [
|
|
4936
4122
|
"sellerLivesAtProperty",
|
|
4937
4123
|
"othersAged17OrOver"
|
|
@@ -4939,17 +4125,12 @@
|
|
|
4939
4125
|
"properties": {
|
|
4940
4126
|
"sellerLivesAtProperty": {
|
|
4941
4127
|
"ta6Ref": "11.1",
|
|
4942
|
-
"title": "Does the seller live at the property?",
|
|
4943
4128
|
"required": [
|
|
4944
4129
|
"yesNo"
|
|
4945
4130
|
],
|
|
4946
4131
|
"properties": {
|
|
4947
4132
|
"yesNo": {
|
|
4948
|
-
"ta6Ref": "11.1.1"
|
|
4949
|
-
"enum": [
|
|
4950
|
-
"Yes",
|
|
4951
|
-
"No"
|
|
4952
|
-
]
|
|
4133
|
+
"ta6Ref": "11.1.1"
|
|
4953
4134
|
}
|
|
4954
4135
|
}
|
|
4955
4136
|
},
|
|
@@ -4976,22 +4157,16 @@
|
|
|
4976
4157
|
]
|
|
4977
4158
|
},
|
|
4978
4159
|
"aged17OrOverNames": {
|
|
4979
|
-
"ta6Ref": "11.3"
|
|
4980
|
-
"title": "Please provide their full names and ages."
|
|
4160
|
+
"ta6Ref": "11.3"
|
|
4981
4161
|
},
|
|
4982
4162
|
"aged17OrOverTenantsOrLodgers": {
|
|
4983
4163
|
"ta6Ref": "11.4",
|
|
4984
|
-
"title": "Are any of them tenants or lodgers?",
|
|
4985
4164
|
"required": [
|
|
4986
4165
|
"yesNo"
|
|
4987
4166
|
],
|
|
4988
4167
|
"properties": {
|
|
4989
4168
|
"yesNo": {
|
|
4990
|
-
"ta6Ref": "11.4.1"
|
|
4991
|
-
"enum": [
|
|
4992
|
-
"Yes",
|
|
4993
|
-
"No"
|
|
4994
|
-
]
|
|
4169
|
+
"ta6Ref": "11.4.1"
|
|
4995
4170
|
}
|
|
4996
4171
|
}
|
|
4997
4172
|
},
|
|
@@ -5019,23 +4194,17 @@
|
|
|
5019
4194
|
},
|
|
5020
4195
|
"aged17OrOverAgreedToLeave": {
|
|
5021
4196
|
"ta6Ref": "11.5a",
|
|
5022
|
-
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
|
|
5023
4197
|
"required": [
|
|
5024
4198
|
"yesNo"
|
|
5025
4199
|
],
|
|
5026
4200
|
"properties": {
|
|
5027
4201
|
"yesNo": {
|
|
5028
|
-
"ta6Ref": "11.5a1"
|
|
5029
|
-
"enum": [
|
|
5030
|
-
"Yes",
|
|
5031
|
-
"No"
|
|
5032
|
-
]
|
|
4202
|
+
"ta6Ref": "11.5a1"
|
|
5033
4203
|
}
|
|
5034
4204
|
}
|
|
5035
4205
|
},
|
|
5036
4206
|
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
5037
4207
|
"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
4208
|
"discriminator": {
|
|
5040
4209
|
"propertyName": "yesNo"
|
|
5041
4210
|
},
|
|
@@ -5057,12 +4226,7 @@
|
|
|
5057
4226
|
]
|
|
5058
4227
|
},
|
|
5059
4228
|
"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
|
-
]
|
|
4229
|
+
"ta6Ref": "11.5b2"
|
|
5066
4230
|
}
|
|
5067
4231
|
},
|
|
5068
4232
|
"required": [
|
|
@@ -5075,11 +4239,7 @@
|
|
|
5075
4239
|
],
|
|
5076
4240
|
"properties": {
|
|
5077
4241
|
"yesNo": {
|
|
5078
|
-
"ta6Ref": "11.5b1"
|
|
5079
|
-
"enum": [
|
|
5080
|
-
"Yes",
|
|
5081
|
-
"No"
|
|
5082
|
-
]
|
|
4242
|
+
"ta6Ref": "11.5b1"
|
|
5083
4243
|
}
|
|
5084
4244
|
}
|
|
5085
4245
|
}
|
|
@@ -5095,12 +4255,7 @@
|
|
|
5095
4255
|
],
|
|
5096
4256
|
"properties": {
|
|
5097
4257
|
"soldWithVacantPossession": {
|
|
5098
|
-
"ta6Ref": "11.5.1"
|
|
5099
|
-
"title": "Is the property being sold with vacant possession?",
|
|
5100
|
-
"enum": [
|
|
5101
|
-
"Yes",
|
|
5102
|
-
"No"
|
|
5103
|
-
]
|
|
4258
|
+
"ta6Ref": "11.5.1"
|
|
5104
4259
|
}
|
|
5105
4260
|
}
|
|
5106
4261
|
}
|
|
@@ -5117,12 +4272,7 @@
|
|
|
5117
4272
|
],
|
|
5118
4273
|
"properties": {
|
|
5119
4274
|
"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
|
-
]
|
|
4275
|
+
"ta6Ref": "11.2.1"
|
|
5126
4276
|
}
|
|
5127
4277
|
}
|
|
5128
4278
|
}
|
|
@@ -5130,7 +4280,6 @@
|
|
|
5130
4280
|
},
|
|
5131
4281
|
"completionAndMoving": {
|
|
5132
4282
|
"ta6Ref": "14",
|
|
5133
|
-
"title": "Completion and Moving",
|
|
5134
4283
|
"required": [
|
|
5135
4284
|
"sellerWillEnsure",
|
|
5136
4285
|
"otherPropertyInChain",
|
|
@@ -5140,29 +4289,23 @@
|
|
|
5140
4289
|
"properties": {
|
|
5141
4290
|
"sellerWillEnsure": {
|
|
5142
4291
|
"ta6Ref": "14.4",
|
|
5143
|
-
"title": "Please confirm that on completion you will:",
|
|
5144
4292
|
"properties": {
|
|
5145
4293
|
"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."
|
|
4294
|
+
"ta6Ref": "14.4a"
|
|
5148
4295
|
},
|
|
5149
4296
|
"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."
|
|
4297
|
+
"ta6Ref": "14.4b"
|
|
5152
4298
|
},
|
|
5153
4299
|
"takeReasonableCare": {
|
|
5154
|
-
"ta6Ref": "14.4c"
|
|
5155
|
-
"title": "Take reasonable care when removing any other fittings or contents."
|
|
4300
|
+
"ta6Ref": "14.4c"
|
|
5156
4301
|
},
|
|
5157
4302
|
"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."
|
|
4303
|
+
"ta6Ref": "14.4d"
|
|
5160
4304
|
}
|
|
5161
4305
|
}
|
|
5162
4306
|
},
|
|
5163
4307
|
"otherPropertyInChain": {
|
|
5164
4308
|
"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
4309
|
"discriminator": {
|
|
5167
4310
|
"propertyName": "yesNo"
|
|
5168
4311
|
},
|
|
@@ -5191,18 +4334,12 @@
|
|
|
5191
4334
|
],
|
|
5192
4335
|
"properties": {
|
|
5193
4336
|
"yesNo": {
|
|
5194
|
-
"ta6Ref": "14.1.1"
|
|
5195
|
-
"enum": [
|
|
5196
|
-
"Yes",
|
|
5197
|
-
"No"
|
|
5198
|
-
]
|
|
4337
|
+
"ta6Ref": "14.1.1"
|
|
5199
4338
|
}
|
|
5200
4339
|
}
|
|
5201
4340
|
},
|
|
5202
4341
|
"moveRestrictionDates": {
|
|
5203
4342
|
"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
4343
|
"discriminator": {
|
|
5207
4344
|
"propertyName": "yesNo"
|
|
5208
4345
|
},
|
|
@@ -5237,28 +4374,18 @@
|
|
|
5237
4374
|
],
|
|
5238
4375
|
"properties": {
|
|
5239
4376
|
"yesNo": {
|
|
5240
|
-
"ta6Ref": "14.2.1"
|
|
5241
|
-
"enum": [
|
|
5242
|
-
"Yes",
|
|
5243
|
-
"No"
|
|
5244
|
-
]
|
|
4377
|
+
"ta6Ref": "14.2.1"
|
|
5245
4378
|
}
|
|
5246
4379
|
}
|
|
5247
4380
|
},
|
|
5248
4381
|
"sufficientToRepayAllMortgages": {
|
|
5249
4382
|
"ta6Ref": "14.3",
|
|
5250
|
-
"title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
|
|
5251
4383
|
"required": [
|
|
5252
4384
|
"yesNo"
|
|
5253
4385
|
],
|
|
5254
4386
|
"properties": {
|
|
5255
4387
|
"yesNo": {
|
|
5256
|
-
"ta6Ref": "14.3.1"
|
|
5257
|
-
"enum": [
|
|
5258
|
-
"Yes",
|
|
5259
|
-
"No",
|
|
5260
|
-
"No mortgage"
|
|
5261
|
-
]
|
|
4388
|
+
"ta6Ref": "14.3.1"
|
|
5262
4389
|
}
|
|
5263
4390
|
}
|
|
5264
4391
|
}
|
|
@@ -5266,14 +4393,12 @@
|
|
|
5266
4393
|
},
|
|
5267
4394
|
"confirmationOfAccuracyByOwners": {
|
|
5268
4395
|
"ta6Ref": "14.5",
|
|
5269
|
-
"title": "Confirmation to be supplied by all owners or their representative",
|
|
5270
4396
|
"required": [
|
|
5271
4397
|
"confirmInformationIsAccurate"
|
|
5272
4398
|
],
|
|
5273
4399
|
"properties": {
|
|
5274
4400
|
"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"
|
|
4401
|
+
"ta6Ref": "14.5.1"
|
|
5277
4402
|
}
|
|
5278
4403
|
}
|
|
5279
4404
|
}
|