@pdtf/schemas 3.0.0-4 → 3.0.0-6
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 +14 -13
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +4 -0
- 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 +75 -66
- package/src/schemas/v3/overlays/baspi.json +507 -2288
- 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 +98 -375
- package/src/schemas/v3/overlays/piq.json +146 -686
- package/src/schemas/v3/overlays/rds.json +48 -316
- package/src/schemas/v3/overlays/ta10.json +540 -1755
- package/src/schemas/v3/overlays/ta6.json +263 -1145
- package/src/schemas/v3/overlays/ta7.json +220 -462
- package/src/schemas/v3/pdtf-transaction.json +73 -98
- package/src/schemas/v3/skeleton.json +2 -2
- package/src/tests/v3/transactionSchema.test.js +27 -16
- package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
- package/src/utils/extractOverlay.js +11 -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
|
},
|
|
@@ -2114,19 +1765,12 @@
|
|
|
2114
1765
|
],
|
|
2115
1766
|
"properties": {
|
|
2116
1767
|
"yesNo": {
|
|
2117
|
-
"ta6Ref": "12.4b1"
|
|
2118
|
-
"enum": [
|
|
2119
|
-
"Yes",
|
|
2120
|
-
"To be connected",
|
|
2121
|
-
"No",
|
|
2122
|
-
"Not known"
|
|
2123
|
-
]
|
|
1768
|
+
"ta6Ref": "12.4b1"
|
|
2124
1769
|
}
|
|
2125
1770
|
}
|
|
2126
1771
|
},
|
|
2127
1772
|
"mainsFoulDrainage": {
|
|
2128
1773
|
"ta6Ref": "12.4a",
|
|
2129
|
-
"title": "Mains foul drainage / sweerage",
|
|
2130
1774
|
"discriminator": {
|
|
2131
1775
|
"propertyName": "yesNo"
|
|
2132
1776
|
},
|
|
@@ -2139,8 +1783,7 @@
|
|
|
2139
1783
|
]
|
|
2140
1784
|
},
|
|
2141
1785
|
"supplier": {
|
|
2142
|
-
"ta6Ref": "12.4a2"
|
|
2143
|
-
"title": "Supplier"
|
|
1786
|
+
"ta6Ref": "12.4a2"
|
|
2144
1787
|
}
|
|
2145
1788
|
}
|
|
2146
1789
|
},
|
|
@@ -2152,8 +1795,7 @@
|
|
|
2152
1795
|
]
|
|
2153
1796
|
},
|
|
2154
1797
|
"supplier": {
|
|
2155
|
-
"ta6Ref": "12.4a2"
|
|
2156
|
-
"title": "Supplier"
|
|
1798
|
+
"ta6Ref": "12.4a2"
|
|
2157
1799
|
}
|
|
2158
1800
|
}
|
|
2159
1801
|
},
|
|
@@ -2167,7 +1809,6 @@
|
|
|
2167
1809
|
},
|
|
2168
1810
|
"septicTank": {
|
|
2169
1811
|
"ta6Ref": "12.5a",
|
|
2170
|
-
"title": "Septic tank",
|
|
2171
1812
|
"discriminator": {
|
|
2172
1813
|
"propertyName": "yesNo"
|
|
2173
1814
|
},
|
|
@@ -2189,12 +1830,10 @@
|
|
|
2189
1830
|
]
|
|
2190
1831
|
},
|
|
2191
1832
|
"dateReplaced": {
|
|
2192
|
-
"ta6Ref": "12.5a2"
|
|
2193
|
-
"title": "Date replaced or upgraded"
|
|
1833
|
+
"ta6Ref": "12.5a2"
|
|
2194
1834
|
},
|
|
2195
1835
|
"dateLastEmptied": {
|
|
2196
|
-
"ta6Ref": "12.7"
|
|
2197
|
-
"title": "Date last emptied"
|
|
1836
|
+
"ta6Ref": "12.7"
|
|
2198
1837
|
}
|
|
2199
1838
|
},
|
|
2200
1839
|
"required": [
|
|
@@ -2208,17 +1847,12 @@
|
|
|
2208
1847
|
],
|
|
2209
1848
|
"properties": {
|
|
2210
1849
|
"yesNo": {
|
|
2211
|
-
"ta6Ref": "12.5a1"
|
|
2212
|
-
"enum": [
|
|
2213
|
-
"Yes",
|
|
2214
|
-
"No"
|
|
2215
|
-
]
|
|
1850
|
+
"ta6Ref": "12.5a1"
|
|
2216
1851
|
}
|
|
2217
1852
|
}
|
|
2218
1853
|
},
|
|
2219
1854
|
"cesspit": {
|
|
2220
1855
|
"ta6Ref": "12.5b",
|
|
2221
|
-
"title": "Cesspit",
|
|
2222
1856
|
"discriminator": {
|
|
2223
1857
|
"propertyName": "yesNo"
|
|
2224
1858
|
},
|
|
@@ -2240,8 +1874,7 @@
|
|
|
2240
1874
|
]
|
|
2241
1875
|
},
|
|
2242
1876
|
"dateLastEmptied": {
|
|
2243
|
-
"ta6Ref": "12.7"
|
|
2244
|
-
"title": "Date last emptied"
|
|
1877
|
+
"ta6Ref": "12.7"
|
|
2245
1878
|
}
|
|
2246
1879
|
},
|
|
2247
1880
|
"required": [
|
|
@@ -2254,17 +1887,12 @@
|
|
|
2254
1887
|
],
|
|
2255
1888
|
"properties": {
|
|
2256
1889
|
"yesNo": {
|
|
2257
|
-
"ta6Ref": "12.5c1"
|
|
2258
|
-
"enum": [
|
|
2259
|
-
"Yes",
|
|
2260
|
-
"No"
|
|
2261
|
-
]
|
|
1890
|
+
"ta6Ref": "12.5c1"
|
|
2262
1891
|
}
|
|
2263
1892
|
}
|
|
2264
1893
|
},
|
|
2265
1894
|
"sewerageTreatmentPlant": {
|
|
2266
1895
|
"ta6Ref": "12.5b",
|
|
2267
|
-
"title": "Sewerage treatment plant",
|
|
2268
1896
|
"discriminator": {
|
|
2269
1897
|
"propertyName": "yesNo"
|
|
2270
1898
|
},
|
|
@@ -2286,12 +1914,10 @@
|
|
|
2286
1914
|
]
|
|
2287
1915
|
},
|
|
2288
1916
|
"dateInstalled": {
|
|
2289
|
-
"ta6Ref": "12.9"
|
|
2290
|
-
"title": "Date installed"
|
|
1917
|
+
"ta6Ref": "12.9"
|
|
2291
1918
|
},
|
|
2292
1919
|
"dateLastServiced": {
|
|
2293
|
-
"ta6Ref": "12.8"
|
|
2294
|
-
"title": "Date last serviced"
|
|
1920
|
+
"ta6Ref": "12.8"
|
|
2295
1921
|
}
|
|
2296
1922
|
},
|
|
2297
1923
|
"required": [
|
|
@@ -2305,17 +1931,12 @@
|
|
|
2305
1931
|
],
|
|
2306
1932
|
"properties": {
|
|
2307
1933
|
"yesNo": {
|
|
2308
|
-
"ta6Ref": "12.5b1"
|
|
2309
|
-
"enum": [
|
|
2310
|
-
"Yes",
|
|
2311
|
-
"No"
|
|
2312
|
-
]
|
|
1934
|
+
"ta6Ref": "12.5b1"
|
|
2313
1935
|
}
|
|
2314
1936
|
}
|
|
2315
1937
|
},
|
|
2316
1938
|
"otherConnectedProperties": {
|
|
2317
1939
|
"ta6Ref": "12.6",
|
|
2318
|
-
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
2319
1940
|
"discriminator": {
|
|
2320
1941
|
"propertyName": "yesNo"
|
|
2321
1942
|
},
|
|
@@ -2337,8 +1958,7 @@
|
|
|
2337
1958
|
]
|
|
2338
1959
|
},
|
|
2339
1960
|
"numberOfPropertiesSharing": {
|
|
2340
|
-
"ta6Ref": "12.6.2"
|
|
2341
|
-
"title": "How many other properties?"
|
|
1961
|
+
"ta6Ref": "12.6.2"
|
|
2342
1962
|
}
|
|
2343
1963
|
},
|
|
2344
1964
|
"required": [
|
|
@@ -2351,17 +1971,12 @@
|
|
|
2351
1971
|
],
|
|
2352
1972
|
"properties": {
|
|
2353
1973
|
"yesNo": {
|
|
2354
|
-
"ta6Ref": "12.6.1"
|
|
2355
|
-
"enum": [
|
|
2356
|
-
"Yes",
|
|
2357
|
-
"No"
|
|
2358
|
-
]
|
|
1974
|
+
"ta6Ref": "12.6.1"
|
|
2359
1975
|
}
|
|
2360
1976
|
}
|
|
2361
1977
|
},
|
|
2362
1978
|
"plantOnOtherLand": {
|
|
2363
1979
|
"ta6Ref": "12.10",
|
|
2364
|
-
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
2365
1980
|
"discriminator": {
|
|
2366
1981
|
"propertyName": "yesNo"
|
|
2367
1982
|
},
|
|
@@ -2383,12 +1998,7 @@
|
|
|
2383
1998
|
]
|
|
2384
1999
|
},
|
|
2385
2000
|
"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
|
-
]
|
|
2001
|
+
"ta6Ref": "12.10.2"
|
|
2392
2002
|
}
|
|
2393
2003
|
},
|
|
2394
2004
|
"required": [
|
|
@@ -2401,11 +2011,7 @@
|
|
|
2401
2011
|
],
|
|
2402
2012
|
"properties": {
|
|
2403
2013
|
"yesNo": {
|
|
2404
|
-
"ta6Ref": "12.10.1"
|
|
2405
|
-
"enum": [
|
|
2406
|
-
"Yes",
|
|
2407
|
-
"No"
|
|
2408
|
-
]
|
|
2014
|
+
"ta6Ref": "12.10.1"
|
|
2409
2015
|
}
|
|
2410
2016
|
}
|
|
2411
2017
|
}
|
|
@@ -2424,13 +2030,7 @@
|
|
|
2424
2030
|
],
|
|
2425
2031
|
"properties": {
|
|
2426
2032
|
"yesNo": {
|
|
2427
|
-
"ta6Ref": "12.4a1"
|
|
2428
|
-
"enum": [
|
|
2429
|
-
"Yes",
|
|
2430
|
-
"To be connected",
|
|
2431
|
-
"No",
|
|
2432
|
-
"Not known"
|
|
2433
|
-
]
|
|
2033
|
+
"ta6Ref": "12.4a1"
|
|
2434
2034
|
}
|
|
2435
2035
|
}
|
|
2436
2036
|
}
|
|
@@ -2440,7 +2040,6 @@
|
|
|
2440
2040
|
},
|
|
2441
2041
|
"heating": {
|
|
2442
2042
|
"ta6Ref": "12.3",
|
|
2443
|
-
"title": "Heating",
|
|
2444
2043
|
"discriminator": {
|
|
2445
2044
|
"propertyName": "heatingType"
|
|
2446
2045
|
},
|
|
@@ -2463,7 +2062,6 @@
|
|
|
2463
2062
|
},
|
|
2464
2063
|
"centralHeatingDetails": {
|
|
2465
2064
|
"ta6Ref": "12.3.2",
|
|
2466
|
-
"title": "Central Heating Details",
|
|
2467
2065
|
"required": [
|
|
2468
2066
|
"centralHeatingFuel",
|
|
2469
2067
|
"centralHeatingInstalled",
|
|
@@ -2475,7 +2073,6 @@
|
|
|
2475
2073
|
"properties": {
|
|
2476
2074
|
"centralHeatingFuel": {
|
|
2477
2075
|
"ta6Ref": "12.3.3",
|
|
2478
|
-
"title": "Central Heating Fuel",
|
|
2479
2076
|
"discriminator": {
|
|
2480
2077
|
"propertyName": "centralHeatingFuelType"
|
|
2481
2078
|
},
|
|
@@ -2501,8 +2098,7 @@
|
|
|
2501
2098
|
]
|
|
2502
2099
|
},
|
|
2503
2100
|
"otherCentralHeatingFuelType": {
|
|
2504
|
-
"ta6Ref": "12.3a2"
|
|
2505
|
-
"title": "Please describe the other fuel type"
|
|
2101
|
+
"ta6Ref": "12.3a2"
|
|
2506
2102
|
}
|
|
2507
2103
|
},
|
|
2508
2104
|
"required": [
|
|
@@ -2515,25 +2111,15 @@
|
|
|
2515
2111
|
],
|
|
2516
2112
|
"properties": {
|
|
2517
2113
|
"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
|
-
]
|
|
2114
|
+
"ta6Ref": "12.3a1"
|
|
2527
2115
|
}
|
|
2528
2116
|
}
|
|
2529
2117
|
},
|
|
2530
2118
|
"centralHeatingInstalled": {
|
|
2531
|
-
"ta6Ref": "12.3b1"
|
|
2532
|
-
"title": "When was the heating system installed?"
|
|
2119
|
+
"ta6Ref": "12.3b1"
|
|
2533
2120
|
},
|
|
2534
2121
|
"boilerInstallationCertificate": {
|
|
2535
2122
|
"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
2123
|
"discriminator": {
|
|
2538
2124
|
"propertyName": "yesNo"
|
|
2539
2125
|
},
|
|
@@ -2555,12 +2141,7 @@
|
|
|
2555
2141
|
]
|
|
2556
2142
|
},
|
|
2557
2143
|
"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
|
-
]
|
|
2144
|
+
"ta6Ref": "12.3b4"
|
|
2564
2145
|
}
|
|
2565
2146
|
},
|
|
2566
2147
|
"required": [
|
|
@@ -2573,30 +2154,18 @@
|
|
|
2573
2154
|
],
|
|
2574
2155
|
"properties": {
|
|
2575
2156
|
"yesNo": {
|
|
2576
|
-
"ta6Ref": "12.3b3"
|
|
2577
|
-
"enum": [
|
|
2578
|
-
"Yes",
|
|
2579
|
-
"No"
|
|
2580
|
-
]
|
|
2157
|
+
"ta6Ref": "12.3b3"
|
|
2581
2158
|
}
|
|
2582
2159
|
}
|
|
2583
2160
|
},
|
|
2584
2161
|
"heatingLastServicedDate": {
|
|
2585
|
-
"ta6Ref": "12.3d1"
|
|
2586
|
-
"title": "When was the heating system last serviced or maintained?"
|
|
2162
|
+
"ta6Ref": "12.3d1"
|
|
2587
2163
|
},
|
|
2588
2164
|
"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
|
-
]
|
|
2165
|
+
"ta6Ref": "12.3d2"
|
|
2596
2166
|
},
|
|
2597
2167
|
"heatingInGoodWorkingOrder": {
|
|
2598
2168
|
"ta6Ref": "12.3c",
|
|
2599
|
-
"title": "Is the heating system in good working order to your satisfaction?",
|
|
2600
2169
|
"discriminator": {
|
|
2601
2170
|
"propertyName": "yesNo"
|
|
2602
2171
|
},
|
|
@@ -2625,11 +2194,7 @@
|
|
|
2625
2194
|
],
|
|
2626
2195
|
"properties": {
|
|
2627
2196
|
"yesNo": {
|
|
2628
|
-
"ta6Ref": "12.3c1"
|
|
2629
|
-
"enum": [
|
|
2630
|
-
"Yes",
|
|
2631
|
-
"No"
|
|
2632
|
-
]
|
|
2197
|
+
"ta6Ref": "12.3c1"
|
|
2633
2198
|
}
|
|
2634
2199
|
}
|
|
2635
2200
|
}
|
|
@@ -2655,19 +2220,12 @@
|
|
|
2655
2220
|
],
|
|
2656
2221
|
"properties": {
|
|
2657
2222
|
"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
|
-
]
|
|
2223
|
+
"ta6Ref": "12.3.1"
|
|
2665
2224
|
}
|
|
2666
2225
|
}
|
|
2667
2226
|
},
|
|
2668
2227
|
"insurance": {
|
|
2669
2228
|
"ta6Ref": "6",
|
|
2670
|
-
"title": "Insurance",
|
|
2671
2229
|
"discriminator": {
|
|
2672
2230
|
"propertyName": "isInsured"
|
|
2673
2231
|
},
|
|
@@ -2680,17 +2238,10 @@
|
|
|
2680
2238
|
]
|
|
2681
2239
|
},
|
|
2682
2240
|
"details": {
|
|
2683
|
-
"ta6Ref": "6.2"
|
|
2684
|
-
"title": "Why not?"
|
|
2241
|
+
"ta6Ref": "6.2"
|
|
2685
2242
|
},
|
|
2686
2243
|
"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
|
-
]
|
|
2244
|
+
"ta6Ref": "6.3"
|
|
2694
2245
|
}
|
|
2695
2246
|
},
|
|
2696
2247
|
"required": [
|
|
@@ -2707,7 +2258,6 @@
|
|
|
2707
2258
|
},
|
|
2708
2259
|
"difficultiesObtainingInsurance": {
|
|
2709
2260
|
"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
2261
|
"required": [
|
|
2712
2262
|
"abnormalRiseInPremiums",
|
|
2713
2263
|
"subjectToHighExcesses",
|
|
@@ -2717,7 +2267,6 @@
|
|
|
2717
2267
|
"properties": {
|
|
2718
2268
|
"abnormalRiseInPremiums": {
|
|
2719
2269
|
"ta6Ref": "6.4a",
|
|
2720
|
-
"title": "Subject to abnormal rise in premiums?",
|
|
2721
2270
|
"discriminator": {
|
|
2722
2271
|
"propertyName": "yesNo"
|
|
2723
2272
|
},
|
|
@@ -2739,8 +2288,7 @@
|
|
|
2739
2288
|
]
|
|
2740
2289
|
},
|
|
2741
2290
|
"details": {
|
|
2742
|
-
"ta6Ref": "6.4.2"
|
|
2743
|
-
"title": "Provide details"
|
|
2291
|
+
"ta6Ref": "6.4.2"
|
|
2744
2292
|
}
|
|
2745
2293
|
},
|
|
2746
2294
|
"required": [
|
|
@@ -2753,17 +2301,12 @@
|
|
|
2753
2301
|
],
|
|
2754
2302
|
"properties": {
|
|
2755
2303
|
"yesNo": {
|
|
2756
|
-
"ta6Ref": "6.4a1"
|
|
2757
|
-
"enum": [
|
|
2758
|
-
"Yes",
|
|
2759
|
-
"No"
|
|
2760
|
-
]
|
|
2304
|
+
"ta6Ref": "6.4a1"
|
|
2761
2305
|
}
|
|
2762
2306
|
}
|
|
2763
2307
|
},
|
|
2764
2308
|
"subjectToHighExcesses": {
|
|
2765
2309
|
"ta6Ref": "6.4b",
|
|
2766
|
-
"title": "Subject to high excesses?",
|
|
2767
2310
|
"discriminator": {
|
|
2768
2311
|
"propertyName": "yesNo"
|
|
2769
2312
|
},
|
|
@@ -2785,8 +2328,7 @@
|
|
|
2785
2328
|
]
|
|
2786
2329
|
},
|
|
2787
2330
|
"details": {
|
|
2788
|
-
"ta6Ref": "6.4.2"
|
|
2789
|
-
"title": "Provide details"
|
|
2331
|
+
"ta6Ref": "6.4.2"
|
|
2790
2332
|
}
|
|
2791
2333
|
},
|
|
2792
2334
|
"required": [
|
|
@@ -2799,17 +2341,12 @@
|
|
|
2799
2341
|
],
|
|
2800
2342
|
"properties": {
|
|
2801
2343
|
"yesNo": {
|
|
2802
|
-
"ta6Ref": "6.4b1"
|
|
2803
|
-
"enum": [
|
|
2804
|
-
"Yes",
|
|
2805
|
-
"No"
|
|
2806
|
-
]
|
|
2344
|
+
"ta6Ref": "6.4b1"
|
|
2807
2345
|
}
|
|
2808
2346
|
}
|
|
2809
2347
|
},
|
|
2810
2348
|
"subjectToUnusualConditions": {
|
|
2811
2349
|
"ta6Ref": "6.4c",
|
|
2812
|
-
"title": "Subject to unusual conditions?",
|
|
2813
2350
|
"discriminator": {
|
|
2814
2351
|
"propertyName": "yesNo"
|
|
2815
2352
|
},
|
|
@@ -2831,8 +2368,7 @@
|
|
|
2831
2368
|
]
|
|
2832
2369
|
},
|
|
2833
2370
|
"details": {
|
|
2834
|
-
"ta6Ref": "6.4.2"
|
|
2835
|
-
"title": "Provide details"
|
|
2371
|
+
"ta6Ref": "6.4.2"
|
|
2836
2372
|
}
|
|
2837
2373
|
},
|
|
2838
2374
|
"required": [
|
|
@@ -2845,17 +2381,12 @@
|
|
|
2845
2381
|
],
|
|
2846
2382
|
"properties": {
|
|
2847
2383
|
"yesNo": {
|
|
2848
|
-
"ta6Ref": "6.4c1"
|
|
2849
|
-
"enum": [
|
|
2850
|
-
"Yes",
|
|
2851
|
-
"No"
|
|
2852
|
-
]
|
|
2384
|
+
"ta6Ref": "6.4c1"
|
|
2853
2385
|
}
|
|
2854
2386
|
}
|
|
2855
2387
|
},
|
|
2856
2388
|
"refused": {
|
|
2857
2389
|
"ta6Ref": "6.4d",
|
|
2858
|
-
"title": "Refused?",
|
|
2859
2390
|
"discriminator": {
|
|
2860
2391
|
"propertyName": "yesNo"
|
|
2861
2392
|
},
|
|
@@ -2877,8 +2408,7 @@
|
|
|
2877
2408
|
]
|
|
2878
2409
|
},
|
|
2879
2410
|
"details": {
|
|
2880
|
-
"ta6Ref": "6.4.2"
|
|
2881
|
-
"title": "Provide details"
|
|
2411
|
+
"ta6Ref": "6.4.2"
|
|
2882
2412
|
}
|
|
2883
2413
|
},
|
|
2884
2414
|
"required": [
|
|
@@ -2891,11 +2421,7 @@
|
|
|
2891
2421
|
],
|
|
2892
2422
|
"properties": {
|
|
2893
2423
|
"yesNo": {
|
|
2894
|
-
"ta6Ref": "6.4d1"
|
|
2895
|
-
"enum": [
|
|
2896
|
-
"Yes",
|
|
2897
|
-
"No"
|
|
2898
|
-
]
|
|
2424
|
+
"ta6Ref": "6.4d1"
|
|
2899
2425
|
}
|
|
2900
2426
|
}
|
|
2901
2427
|
}
|
|
@@ -2903,7 +2429,6 @@
|
|
|
2903
2429
|
},
|
|
2904
2430
|
"insuranceClaims": {
|
|
2905
2431
|
"ta6Ref": "6.5",
|
|
2906
|
-
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
2907
2432
|
"discriminator": {
|
|
2908
2433
|
"propertyName": "yesNo"
|
|
2909
2434
|
},
|
|
@@ -2925,8 +2450,7 @@
|
|
|
2925
2450
|
]
|
|
2926
2451
|
},
|
|
2927
2452
|
"details": {
|
|
2928
|
-
"ta6Ref": "6.5.2"
|
|
2929
|
-
"title": "Provide details"
|
|
2453
|
+
"ta6Ref": "6.5.2"
|
|
2930
2454
|
}
|
|
2931
2455
|
},
|
|
2932
2456
|
"required": [
|
|
@@ -2939,11 +2463,7 @@
|
|
|
2939
2463
|
],
|
|
2940
2464
|
"properties": {
|
|
2941
2465
|
"yesNo": {
|
|
2942
|
-
"ta6Ref": "6.5.1"
|
|
2943
|
-
"enum": [
|
|
2944
|
-
"Yes",
|
|
2945
|
-
"No"
|
|
2946
|
-
]
|
|
2466
|
+
"ta6Ref": "6.5.1"
|
|
2947
2467
|
}
|
|
2948
2468
|
}
|
|
2949
2469
|
}
|
|
@@ -2959,18 +2479,12 @@
|
|
|
2959
2479
|
],
|
|
2960
2480
|
"properties": {
|
|
2961
2481
|
"isInsured": {
|
|
2962
|
-
"ta6Ref": "6.1"
|
|
2963
|
-
"title": "Do you insure the property?",
|
|
2964
|
-
"enum": [
|
|
2965
|
-
"Yes",
|
|
2966
|
-
"No"
|
|
2967
|
-
]
|
|
2482
|
+
"ta6Ref": "6.1"
|
|
2968
2483
|
}
|
|
2969
2484
|
}
|
|
2970
2485
|
},
|
|
2971
2486
|
"rightsAndInformalArrangements": {
|
|
2972
2487
|
"ta6Ref": "8",
|
|
2973
|
-
"title": "Rights and Informal Arrangements",
|
|
2974
2488
|
"required": [
|
|
2975
2489
|
"sharedContributions",
|
|
2976
2490
|
"neighbouringLandRights",
|
|
@@ -2980,7 +2494,6 @@
|
|
|
2980
2494
|
"properties": {
|
|
2981
2495
|
"sharedContributions": {
|
|
2982
2496
|
"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
2497
|
"discriminator": {
|
|
2985
2498
|
"propertyName": "yesNo"
|
|
2986
2499
|
},
|
|
@@ -3002,8 +2515,7 @@
|
|
|
3002
2515
|
]
|
|
3003
2516
|
},
|
|
3004
2517
|
"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"
|
|
2518
|
+
"ta6Ref": "8.1.2"
|
|
3007
2519
|
}
|
|
3008
2520
|
},
|
|
3009
2521
|
"required": [
|
|
@@ -3016,17 +2528,12 @@
|
|
|
3016
2528
|
],
|
|
3017
2529
|
"properties": {
|
|
3018
2530
|
"yesNo": {
|
|
3019
|
-
"ta6Ref": "8.1.1"
|
|
3020
|
-
"enum": [
|
|
3021
|
-
"Yes",
|
|
3022
|
-
"No"
|
|
3023
|
-
]
|
|
2531
|
+
"ta6Ref": "8.1.1"
|
|
3024
2532
|
}
|
|
3025
2533
|
}
|
|
3026
2534
|
},
|
|
3027
2535
|
"neighbouringLandRights": {
|
|
3028
2536
|
"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
2537
|
"discriminator": {
|
|
3031
2538
|
"propertyName": "yesNo"
|
|
3032
2539
|
},
|
|
@@ -3048,8 +2555,7 @@
|
|
|
3048
2555
|
]
|
|
3049
2556
|
},
|
|
3050
2557
|
"details": {
|
|
3051
|
-
"ta6Ref": "8.2.2"
|
|
3052
|
-
"title": "Please give details and provide a plan showing the route of the access, parking etc"
|
|
2558
|
+
"ta6Ref": "8.2.2"
|
|
3053
2559
|
}
|
|
3054
2560
|
},
|
|
3055
2561
|
"required": [
|
|
@@ -3062,17 +2568,12 @@
|
|
|
3062
2568
|
],
|
|
3063
2569
|
"properties": {
|
|
3064
2570
|
"yesNo": {
|
|
3065
|
-
"ta6Ref": "8.2.1"
|
|
3066
|
-
"enum": [
|
|
3067
|
-
"Yes",
|
|
3068
|
-
"No"
|
|
3069
|
-
]
|
|
2571
|
+
"ta6Ref": "8.2.1"
|
|
3070
2572
|
}
|
|
3071
2573
|
}
|
|
3072
2574
|
},
|
|
3073
2575
|
"accessRestrictionAttempts": {
|
|
3074
2576
|
"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
2577
|
"discriminator": {
|
|
3077
2578
|
"propertyName": "yesNo"
|
|
3078
2579
|
},
|
|
@@ -3094,8 +2595,7 @@
|
|
|
3094
2595
|
]
|
|
3095
2596
|
},
|
|
3096
2597
|
"details": {
|
|
3097
|
-
"ta6Ref": "8.3.2"
|
|
3098
|
-
"title": "Details"
|
|
2598
|
+
"ta6Ref": "8.3.2"
|
|
3099
2599
|
}
|
|
3100
2600
|
},
|
|
3101
2601
|
"required": [
|
|
@@ -3108,17 +2608,12 @@
|
|
|
3108
2608
|
],
|
|
3109
2609
|
"properties": {
|
|
3110
2610
|
"yesNo": {
|
|
3111
|
-
"ta6Ref": "8.3.1"
|
|
3112
|
-
"enum": [
|
|
3113
|
-
"Yes",
|
|
3114
|
-
"No"
|
|
3115
|
-
]
|
|
2611
|
+
"ta6Ref": "8.3.1"
|
|
3116
2612
|
}
|
|
3117
2613
|
}
|
|
3118
2614
|
},
|
|
3119
2615
|
"rightsOrArrangements": {
|
|
3120
2616
|
"ta6Ref": "8.4",
|
|
3121
|
-
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
3122
2617
|
"required": [
|
|
3123
2618
|
"rightsOfLight",
|
|
3124
2619
|
"rightsOfSupport",
|
|
@@ -3131,7 +2626,6 @@
|
|
|
3131
2626
|
"properties": {
|
|
3132
2627
|
"publicRightOfWay": {
|
|
3133
2628
|
"ta6Ref": "8.6",
|
|
3134
|
-
"title": "A public right of way through and/or across your property, buildings or land",
|
|
3135
2629
|
"discriminator": {
|
|
3136
2630
|
"propertyName": "yesNo"
|
|
3137
2631
|
},
|
|
@@ -3153,8 +2647,7 @@
|
|
|
3153
2647
|
]
|
|
3154
2648
|
},
|
|
3155
2649
|
"details": {
|
|
3156
|
-
"ta6Ref": "8.6.2"
|
|
3157
|
-
"title": "Please provide details and mark the route on a plan of the property"
|
|
2650
|
+
"ta6Ref": "8.6.2"
|
|
3158
2651
|
}
|
|
3159
2652
|
},
|
|
3160
2653
|
"required": [
|
|
@@ -3167,17 +2660,12 @@
|
|
|
3167
2660
|
],
|
|
3168
2661
|
"properties": {
|
|
3169
2662
|
"yesNo": {
|
|
3170
|
-
"ta6Ref": "8.6.1"
|
|
3171
|
-
"enum": [
|
|
3172
|
-
"Yes",
|
|
3173
|
-
"No"
|
|
3174
|
-
]
|
|
2663
|
+
"ta6Ref": "8.6.1"
|
|
3175
2664
|
}
|
|
3176
2665
|
}
|
|
3177
2666
|
},
|
|
3178
2667
|
"rightsOfLight": {
|
|
3179
2668
|
"ta6Ref": "8.4a",
|
|
3180
|
-
"title": "Rights of light",
|
|
3181
2669
|
"discriminator": {
|
|
3182
2670
|
"propertyName": "yesNo"
|
|
3183
2671
|
},
|
|
@@ -3206,17 +2694,12 @@
|
|
|
3206
2694
|
],
|
|
3207
2695
|
"properties": {
|
|
3208
2696
|
"yesNo": {
|
|
3209
|
-
"ta6Ref": "8.4a1"
|
|
3210
|
-
"enum": [
|
|
3211
|
-
"Yes",
|
|
3212
|
-
"No"
|
|
3213
|
-
]
|
|
2697
|
+
"ta6Ref": "8.4a1"
|
|
3214
2698
|
}
|
|
3215
2699
|
}
|
|
3216
2700
|
},
|
|
3217
2701
|
"rightsOfSupport": {
|
|
3218
2702
|
"ta6Ref": "8.4b",
|
|
3219
|
-
"title": "Rights of support from ajoining properties",
|
|
3220
2703
|
"discriminator": {
|
|
3221
2704
|
"propertyName": "yesNo"
|
|
3222
2705
|
},
|
|
@@ -3245,17 +2728,12 @@
|
|
|
3245
2728
|
],
|
|
3246
2729
|
"properties": {
|
|
3247
2730
|
"yesNo": {
|
|
3248
|
-
"ta6Ref": "8.4b1"
|
|
3249
|
-
"enum": [
|
|
3250
|
-
"Yes",
|
|
3251
|
-
"No"
|
|
3252
|
-
]
|
|
2731
|
+
"ta6Ref": "8.4b1"
|
|
3253
2732
|
}
|
|
3254
2733
|
}
|
|
3255
2734
|
},
|
|
3256
2735
|
"rightsCreatedThroughCustom": {
|
|
3257
2736
|
"ta6Ref": "8.4c",
|
|
3258
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
3259
2737
|
"discriminator": {
|
|
3260
2738
|
"propertyName": "yesNo"
|
|
3261
2739
|
},
|
|
@@ -3284,17 +2762,12 @@
|
|
|
3284
2762
|
],
|
|
3285
2763
|
"properties": {
|
|
3286
2764
|
"yesNo": {
|
|
3287
|
-
"ta6Ref": "8.4c1"
|
|
3288
|
-
"enum": [
|
|
3289
|
-
"Yes",
|
|
3290
|
-
"No"
|
|
3291
|
-
]
|
|
2765
|
+
"ta6Ref": "8.4c1"
|
|
3292
2766
|
}
|
|
3293
2767
|
}
|
|
3294
2768
|
},
|
|
3295
2769
|
"rightsToTakeFromLand": {
|
|
3296
2770
|
"ta6Ref": "8.5c",
|
|
3297
|
-
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
3298
2771
|
"discriminator": {
|
|
3299
2772
|
"propertyName": "yesNo"
|
|
3300
2773
|
},
|
|
@@ -3316,8 +2789,7 @@
|
|
|
3316
2789
|
]
|
|
3317
2790
|
},
|
|
3318
2791
|
"details": {
|
|
3319
|
-
"ta6Ref": "8.5c2"
|
|
3320
|
-
"title": "Details"
|
|
2792
|
+
"ta6Ref": "8.5c2"
|
|
3321
2793
|
}
|
|
3322
2794
|
},
|
|
3323
2795
|
"required": [
|
|
@@ -3330,17 +2802,12 @@
|
|
|
3330
2802
|
],
|
|
3331
2803
|
"properties": {
|
|
3332
2804
|
"yesNo": {
|
|
3333
|
-
"ta6Ref": "8.5c1"
|
|
3334
|
-
"enum": [
|
|
3335
|
-
"Yes",
|
|
3336
|
-
"No"
|
|
3337
|
-
]
|
|
2805
|
+
"ta6Ref": "8.5c1"
|
|
3338
2806
|
}
|
|
3339
2807
|
}
|
|
3340
2808
|
},
|
|
3341
2809
|
"minesAndMinerals": {
|
|
3342
2810
|
"ta6Ref": "8.5a",
|
|
3343
|
-
"title": "Mines and minerals under the property",
|
|
3344
2811
|
"discriminator": {
|
|
3345
2812
|
"propertyName": "yesNo"
|
|
3346
2813
|
},
|
|
@@ -3369,17 +2836,12 @@
|
|
|
3369
2836
|
],
|
|
3370
2837
|
"properties": {
|
|
3371
2838
|
"yesNo": {
|
|
3372
|
-
"ta6Ref": "8.5a1"
|
|
3373
|
-
"enum": [
|
|
3374
|
-
"Yes",
|
|
3375
|
-
"No"
|
|
3376
|
-
]
|
|
2839
|
+
"ta6Ref": "8.5a1"
|
|
3377
2840
|
}
|
|
3378
2841
|
}
|
|
3379
2842
|
},
|
|
3380
2843
|
"churchChancel": {
|
|
3381
2844
|
"ta6Ref": "8.5b",
|
|
3382
|
-
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
3383
2845
|
"discriminator": {
|
|
3384
2846
|
"propertyName": "yesNo"
|
|
3385
2847
|
},
|
|
@@ -3408,17 +2870,12 @@
|
|
|
3408
2870
|
],
|
|
3409
2871
|
"properties": {
|
|
3410
2872
|
"yesNo": {
|
|
3411
|
-
"ta6Ref": "8.5b1"
|
|
3412
|
-
"enum": [
|
|
3413
|
-
"Yes",
|
|
3414
|
-
"No"
|
|
3415
|
-
]
|
|
2873
|
+
"ta6Ref": "8.5b1"
|
|
3416
2874
|
}
|
|
3417
2875
|
}
|
|
3418
2876
|
},
|
|
3419
2877
|
"otherRights": {
|
|
3420
2878
|
"ta6Ref": "8.6",
|
|
3421
|
-
"title": "Any other rights or arrangements affecting the property?",
|
|
3422
2879
|
"discriminator": {
|
|
3423
2880
|
"propertyName": "yesNo"
|
|
3424
2881
|
},
|
|
@@ -3440,8 +2897,7 @@
|
|
|
3440
2897
|
]
|
|
3441
2898
|
},
|
|
3442
2899
|
"details": {
|
|
3443
|
-
"ta6Ref": "8.6.2"
|
|
3444
|
-
"title": "Details"
|
|
2900
|
+
"ta6Ref": "8.6.2"
|
|
3445
2901
|
}
|
|
3446
2902
|
},
|
|
3447
2903
|
"required": [
|
|
@@ -3454,11 +2910,7 @@
|
|
|
3454
2910
|
],
|
|
3455
2911
|
"properties": {
|
|
3456
2912
|
"yesNo": {
|
|
3457
|
-
"ta6Ref": "8.6.1"
|
|
3458
|
-
"enum": [
|
|
3459
|
-
"Yes",
|
|
3460
|
-
"No"
|
|
3461
|
-
]
|
|
2913
|
+
"ta6Ref": "8.6.1"
|
|
3462
2914
|
}
|
|
3463
2915
|
}
|
|
3464
2916
|
}
|
|
@@ -3468,7 +2920,6 @@
|
|
|
3468
2920
|
},
|
|
3469
2921
|
"environmentalIssues": {
|
|
3470
2922
|
"ta6Ref": "7",
|
|
3471
|
-
"title": "Environmental Issues Affecting the Property",
|
|
3472
2923
|
"required": [
|
|
3473
2924
|
"flooding",
|
|
3474
2925
|
"radon"
|
|
@@ -3476,7 +2927,6 @@
|
|
|
3476
2927
|
"properties": {
|
|
3477
2928
|
"flooding": {
|
|
3478
2929
|
"ta6Ref": "7.1.0",
|
|
3479
|
-
"title": "Flooding",
|
|
3480
2930
|
"discriminator": {
|
|
3481
2931
|
"propertyName": "hasBeenFlooded"
|
|
3482
2932
|
},
|
|
@@ -3498,12 +2948,10 @@
|
|
|
3498
2948
|
]
|
|
3499
2949
|
},
|
|
3500
2950
|
"typeOfFlooding": {
|
|
3501
|
-
"ta6Ref": "7.2"
|
|
3502
|
-
"title": "What type of flooding occurred?"
|
|
2951
|
+
"ta6Ref": "7.2"
|
|
3503
2952
|
},
|
|
3504
2953
|
"details": {
|
|
3505
|
-
"ta6Ref": "7.1.2"
|
|
3506
|
-
"title": "Please state when the flooding occurred and identify the parts that flooded"
|
|
2954
|
+
"ta6Ref": "7.1.2"
|
|
3507
2955
|
}
|
|
3508
2956
|
},
|
|
3509
2957
|
"required": [
|
|
@@ -3517,18 +2965,12 @@
|
|
|
3517
2965
|
],
|
|
3518
2966
|
"properties": {
|
|
3519
2967
|
"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
|
-
]
|
|
2968
|
+
"ta6Ref": "7.1.1"
|
|
3526
2969
|
}
|
|
3527
2970
|
}
|
|
3528
2971
|
},
|
|
3529
2972
|
"radon": {
|
|
3530
2973
|
"ta6Ref": "7.4",
|
|
3531
|
-
"title": "Radon",
|
|
3532
2974
|
"required": [
|
|
3533
2975
|
"remedialMeasuresOnConstruction",
|
|
3534
2976
|
"radonTest"
|
|
@@ -3536,7 +2978,6 @@
|
|
|
3536
2978
|
"properties": {
|
|
3537
2979
|
"radonTest": {
|
|
3538
2980
|
"ta6Ref": "7.4",
|
|
3539
|
-
"title": "Has a Radon test been carried out on the property?",
|
|
3540
2981
|
"discriminator": {
|
|
3541
2982
|
"propertyName": "yesNo"
|
|
3542
2983
|
},
|
|
@@ -3558,20 +2999,10 @@
|
|
|
3558
2999
|
]
|
|
3559
3000
|
},
|
|
3560
3001
|
"details": {
|
|
3561
|
-
"ta6Ref": "7.4b"
|
|
3562
|
-
"title": "Was the test result was below the recommended action level?",
|
|
3563
|
-
"enum": [
|
|
3564
|
-
"Yes",
|
|
3565
|
-
"No"
|
|
3566
|
-
]
|
|
3002
|
+
"ta6Ref": "7.4b"
|
|
3567
3003
|
},
|
|
3568
3004
|
"attachments": {
|
|
3569
|
-
"ta6Ref": "7.4a"
|
|
3570
|
-
"title": "Please supply a copy of the report",
|
|
3571
|
-
"enum": [
|
|
3572
|
-
"Attached",
|
|
3573
|
-
"To follow"
|
|
3574
|
-
]
|
|
3005
|
+
"ta6Ref": "7.4a"
|
|
3575
3006
|
}
|
|
3576
3007
|
},
|
|
3577
3008
|
"required": [
|
|
@@ -3585,28 +3016,18 @@
|
|
|
3585
3016
|
],
|
|
3586
3017
|
"properties": {
|
|
3587
3018
|
"yesNo": {
|
|
3588
|
-
"ta6Ref": "7.4.1"
|
|
3589
|
-
"enum": [
|
|
3590
|
-
"Yes",
|
|
3591
|
-
"No"
|
|
3592
|
-
]
|
|
3019
|
+
"ta6Ref": "7.4.1"
|
|
3593
3020
|
}
|
|
3594
3021
|
}
|
|
3595
3022
|
},
|
|
3596
3023
|
"remedialMeasuresOnConstruction": {
|
|
3597
3024
|
"ta6Ref": "7.5",
|
|
3598
|
-
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
|
|
3599
3025
|
"required": [
|
|
3600
3026
|
"yesNo"
|
|
3601
3027
|
],
|
|
3602
3028
|
"properties": {
|
|
3603
3029
|
"yesNo": {
|
|
3604
|
-
"ta6Ref": "7.5.1"
|
|
3605
|
-
"enum": [
|
|
3606
|
-
"Yes",
|
|
3607
|
-
"No",
|
|
3608
|
-
"Not known"
|
|
3609
|
-
]
|
|
3030
|
+
"ta6Ref": "7.5.1"
|
|
3610
3031
|
}
|
|
3611
3032
|
}
|
|
3612
3033
|
}
|
|
@@ -3616,14 +3037,12 @@
|
|
|
3616
3037
|
},
|
|
3617
3038
|
"additionalInformation": {
|
|
3618
3039
|
"ta6Ref": "10",
|
|
3619
|
-
"title": "Additional Information",
|
|
3620
3040
|
"required": [
|
|
3621
3041
|
"otherCharges"
|
|
3622
3042
|
],
|
|
3623
3043
|
"properties": {
|
|
3624
3044
|
"otherCharges": {
|
|
3625
3045
|
"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
3046
|
"discriminator": {
|
|
3628
3047
|
"propertyName": "yesNo"
|
|
3629
3048
|
},
|
|
@@ -3645,8 +3064,7 @@
|
|
|
3645
3064
|
]
|
|
3646
3065
|
},
|
|
3647
3066
|
"details": {
|
|
3648
|
-
"ta6Ref": "10.1.2"
|
|
3649
|
-
"title": "Please give details"
|
|
3067
|
+
"ta6Ref": "10.1.2"
|
|
3650
3068
|
}
|
|
3651
3069
|
},
|
|
3652
3070
|
"required": [
|
|
@@ -3659,11 +3077,7 @@
|
|
|
3659
3077
|
],
|
|
3660
3078
|
"properties": {
|
|
3661
3079
|
"yesNo": {
|
|
3662
|
-
"ta6Ref": "10.1.1"
|
|
3663
|
-
"enum": [
|
|
3664
|
-
"Yes",
|
|
3665
|
-
"No"
|
|
3666
|
-
]
|
|
3080
|
+
"ta6Ref": "10.1.1"
|
|
3667
3081
|
}
|
|
3668
3082
|
}
|
|
3669
3083
|
}
|
|
@@ -3673,8 +3087,6 @@
|
|
|
3673
3087
|
},
|
|
3674
3088
|
"additionalLegalInfo": {
|
|
3675
3089
|
"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
3090
|
"required": [
|
|
3679
3091
|
"legalBoundaries",
|
|
3680
3092
|
"servicesCrossing",
|
|
@@ -3687,7 +3099,6 @@
|
|
|
3687
3099
|
"properties": {
|
|
3688
3100
|
"legalBoundaries": {
|
|
3689
3101
|
"ta6Ref": "1",
|
|
3690
|
-
"title": "Legal Boundaries",
|
|
3691
3102
|
"required": [
|
|
3692
3103
|
"ownership",
|
|
3693
3104
|
"haveBoundaryFeaturesMoved",
|
|
@@ -3701,13 +3112,7 @@
|
|
|
3701
3112
|
],
|
|
3702
3113
|
"properties": {
|
|
3703
3114
|
"areBoundariesUniform": {
|
|
3704
|
-
"ta6Ref": "1.2"
|
|
3705
|
-
"title": "Are the boundaries uniform?",
|
|
3706
|
-
"enum": [
|
|
3707
|
-
"Yes",
|
|
3708
|
-
"No",
|
|
3709
|
-
"Not applicable"
|
|
3710
|
-
]
|
|
3115
|
+
"ta6Ref": "1.2"
|
|
3711
3116
|
}
|
|
3712
3117
|
},
|
|
3713
3118
|
"oneOf": [
|
|
@@ -3722,44 +3127,16 @@
|
|
|
3722
3127
|
],
|
|
3723
3128
|
"properties": {
|
|
3724
3129
|
"left": {
|
|
3725
|
-
"ta6Ref": "1.1a"
|
|
3726
|
-
"title": "On the left",
|
|
3727
|
-
"enum": [
|
|
3728
|
-
"Seller",
|
|
3729
|
-
"Shared",
|
|
3730
|
-
"Neighbour",
|
|
3731
|
-
"Not known"
|
|
3732
|
-
]
|
|
3130
|
+
"ta6Ref": "1.1a"
|
|
3733
3131
|
},
|
|
3734
3132
|
"right": {
|
|
3735
|
-
"ta6Ref": "1.1b"
|
|
3736
|
-
"title": "On the right",
|
|
3737
|
-
"enum": [
|
|
3738
|
-
"Seller",
|
|
3739
|
-
"Shared",
|
|
3740
|
-
"Neighbour",
|
|
3741
|
-
"Not known"
|
|
3742
|
-
]
|
|
3133
|
+
"ta6Ref": "1.1b"
|
|
3743
3134
|
},
|
|
3744
3135
|
"rear": {
|
|
3745
|
-
"ta6Ref": "1.1c"
|
|
3746
|
-
"title": "At the rear",
|
|
3747
|
-
"enum": [
|
|
3748
|
-
"Seller",
|
|
3749
|
-
"Shared",
|
|
3750
|
-
"Neighbour",
|
|
3751
|
-
"Not known"
|
|
3752
|
-
]
|
|
3136
|
+
"ta6Ref": "1.1c"
|
|
3753
3137
|
},
|
|
3754
3138
|
"front": {
|
|
3755
|
-
"ta6Ref": "1.1d"
|
|
3756
|
-
"title": "At the front",
|
|
3757
|
-
"enum": [
|
|
3758
|
-
"Seller",
|
|
3759
|
-
"Shared",
|
|
3760
|
-
"Neighbour",
|
|
3761
|
-
"Not known"
|
|
3762
|
-
]
|
|
3139
|
+
"ta6Ref": "1.1d"
|
|
3763
3140
|
}
|
|
3764
3141
|
}
|
|
3765
3142
|
}
|
|
@@ -3772,16 +3149,10 @@
|
|
|
3772
3149
|
],
|
|
3773
3150
|
"properties": {
|
|
3774
3151
|
"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"
|
|
3152
|
+
"ta6Ref": "1.2.1"
|
|
3777
3153
|
},
|
|
3778
3154
|
"attachments": {
|
|
3779
|
-
"ta6Ref": "1.2.2"
|
|
3780
|
-
"title": "Attachments",
|
|
3781
|
-
"enum": [
|
|
3782
|
-
"Attached",
|
|
3783
|
-
"To follow"
|
|
3784
|
-
]
|
|
3155
|
+
"ta6Ref": "1.2.2"
|
|
3785
3156
|
}
|
|
3786
3157
|
}
|
|
3787
3158
|
}
|
|
@@ -3789,7 +3160,6 @@
|
|
|
3789
3160
|
},
|
|
3790
3161
|
"haveBoundaryFeaturesMoved": {
|
|
3791
3162
|
"ta6Ref": "1.3",
|
|
3792
|
-
"title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
|
|
3793
3163
|
"discriminator": {
|
|
3794
3164
|
"propertyName": "yesNo"
|
|
3795
3165
|
},
|
|
@@ -3812,8 +3182,7 @@
|
|
|
3812
3182
|
]
|
|
3813
3183
|
},
|
|
3814
3184
|
"details": {
|
|
3815
|
-
"ta6Ref": "1.3.2"
|
|
3816
|
-
"title": "Details"
|
|
3185
|
+
"ta6Ref": "1.3.2"
|
|
3817
3186
|
}
|
|
3818
3187
|
},
|
|
3819
3188
|
"required": [
|
|
@@ -3826,18 +3195,12 @@
|
|
|
3826
3195
|
],
|
|
3827
3196
|
"properties": {
|
|
3828
3197
|
"yesNo": {
|
|
3829
|
-
"ta6Ref": "1.3.1"
|
|
3830
|
-
"enum": [
|
|
3831
|
-
"Yes",
|
|
3832
|
-
"No",
|
|
3833
|
-
"Not applicable"
|
|
3834
|
-
]
|
|
3198
|
+
"ta6Ref": "1.3.1"
|
|
3835
3199
|
}
|
|
3836
3200
|
}
|
|
3837
3201
|
},
|
|
3838
3202
|
"adjacentLandIncluded": {
|
|
3839
3203
|
"ta6Ref": "1.4",
|
|
3840
|
-
"title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
|
|
3841
3204
|
"discriminator": {
|
|
3842
3205
|
"propertyName": "yesNo"
|
|
3843
3206
|
},
|
|
@@ -3860,8 +3223,7 @@
|
|
|
3860
3223
|
]
|
|
3861
3224
|
},
|
|
3862
3225
|
"details": {
|
|
3863
|
-
"ta6Ref": "1.4.2"
|
|
3864
|
-
"title": "Details"
|
|
3226
|
+
"ta6Ref": "1.4.2"
|
|
3865
3227
|
}
|
|
3866
3228
|
},
|
|
3867
3229
|
"required": [
|
|
@@ -3874,19 +3236,12 @@
|
|
|
3874
3236
|
],
|
|
3875
3237
|
"properties": {
|
|
3876
3238
|
"yesNo": {
|
|
3877
|
-
"ta6Ref": "1.4.1"
|
|
3878
|
-
"enum": [
|
|
3879
|
-
"Yes",
|
|
3880
|
-
"No",
|
|
3881
|
-
"Not applicable"
|
|
3882
|
-
]
|
|
3239
|
+
"ta6Ref": "1.4.1"
|
|
3883
3240
|
}
|
|
3884
3241
|
}
|
|
3885
3242
|
},
|
|
3886
3243
|
"flyingFreehold": {
|
|
3887
3244
|
"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
3245
|
"discriminator": {
|
|
3891
3246
|
"propertyName": "yesNo"
|
|
3892
3247
|
},
|
|
@@ -3909,8 +3264,7 @@
|
|
|
3909
3264
|
]
|
|
3910
3265
|
},
|
|
3911
3266
|
"details": {
|
|
3912
|
-
"ta6Ref": "1.5.2"
|
|
3913
|
-
"title": "Details"
|
|
3267
|
+
"ta6Ref": "1.5.2"
|
|
3914
3268
|
}
|
|
3915
3269
|
},
|
|
3916
3270
|
"required": [
|
|
@@ -3923,12 +3277,7 @@
|
|
|
3923
3277
|
],
|
|
3924
3278
|
"properties": {
|
|
3925
3279
|
"yesNo": {
|
|
3926
|
-
"ta6Ref": "1.5.1"
|
|
3927
|
-
"enum": [
|
|
3928
|
-
"Yes",
|
|
3929
|
-
"No",
|
|
3930
|
-
"Not applicable"
|
|
3931
|
-
]
|
|
3280
|
+
"ta6Ref": "1.5.1"
|
|
3932
3281
|
}
|
|
3933
3282
|
}
|
|
3934
3283
|
}
|
|
@@ -3936,7 +3285,6 @@
|
|
|
3936
3285
|
},
|
|
3937
3286
|
"servicesCrossing": {
|
|
3938
3287
|
"ta6Ref": "8",
|
|
3939
|
-
"title": "Services Crossing Other Property",
|
|
3940
3288
|
"required": [
|
|
3941
3289
|
"pipesWiresCablesDrainsToProperty",
|
|
3942
3290
|
"pipesWiresCablesDrainsFromProperty",
|
|
@@ -3945,7 +3293,6 @@
|
|
|
3945
3293
|
"properties": {
|
|
3946
3294
|
"pipesWiresCablesDrainsToProperty": {
|
|
3947
3295
|
"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
3296
|
"discriminator": {
|
|
3950
3297
|
"propertyName": "yesNo"
|
|
3951
3298
|
},
|
|
@@ -3975,18 +3322,12 @@
|
|
|
3975
3322
|
],
|
|
3976
3323
|
"properties": {
|
|
3977
3324
|
"yesNo": {
|
|
3978
|
-
"ta6Ref": "8.7.1"
|
|
3979
|
-
"enum": [
|
|
3980
|
-
"Yes",
|
|
3981
|
-
"No",
|
|
3982
|
-
"Not known"
|
|
3983
|
-
]
|
|
3325
|
+
"ta6Ref": "8.7.1"
|
|
3984
3326
|
}
|
|
3985
3327
|
}
|
|
3986
3328
|
},
|
|
3987
3329
|
"pipesWiresCablesDrainsFromProperty": {
|
|
3988
3330
|
"ta6Ref": "8.8",
|
|
3989
|
-
"title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
|
|
3990
3331
|
"discriminator": {
|
|
3991
3332
|
"propertyName": "yesNo"
|
|
3992
3333
|
},
|
|
@@ -4016,18 +3357,12 @@
|
|
|
4016
3357
|
],
|
|
4017
3358
|
"properties": {
|
|
4018
3359
|
"yesNo": {
|
|
4019
|
-
"ta6Ref": "8.8.1"
|
|
4020
|
-
"enum": [
|
|
4021
|
-
"Yes",
|
|
4022
|
-
"No",
|
|
4023
|
-
"Not known"
|
|
4024
|
-
]
|
|
3360
|
+
"ta6Ref": "8.8.1"
|
|
4025
3361
|
}
|
|
4026
3362
|
}
|
|
4027
3363
|
},
|
|
4028
3364
|
"formalOrInformalAgreements": {
|
|
4029
3365
|
"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
3366
|
"discriminator": {
|
|
4032
3367
|
"propertyName": "yesNo"
|
|
4033
3368
|
},
|
|
@@ -4050,16 +3385,10 @@
|
|
|
4050
3385
|
]
|
|
4051
3386
|
},
|
|
4052
3387
|
"details": {
|
|
4053
|
-
"ta6Ref": "8.9.2"
|
|
4054
|
-
"title": "Please provide details"
|
|
3388
|
+
"ta6Ref": "8.9.2"
|
|
4055
3389
|
},
|
|
4056
3390
|
"attachments": {
|
|
4057
|
-
"ta6Ref": "8.9.3"
|
|
4058
|
-
"title": "Attachments",
|
|
4059
|
-
"enum": [
|
|
4060
|
-
"Attached",
|
|
4061
|
-
"To follow"
|
|
4062
|
-
]
|
|
3391
|
+
"ta6Ref": "8.9.3"
|
|
4063
3392
|
}
|
|
4064
3393
|
},
|
|
4065
3394
|
"required": [
|
|
@@ -4072,12 +3401,7 @@
|
|
|
4072
3401
|
],
|
|
4073
3402
|
"properties": {
|
|
4074
3403
|
"yesNo": {
|
|
4075
|
-
"ta6Ref": "8.9.1"
|
|
4076
|
-
"enum": [
|
|
4077
|
-
"Yes",
|
|
4078
|
-
"No",
|
|
4079
|
-
"Not known"
|
|
4080
|
-
]
|
|
3404
|
+
"ta6Ref": "8.9.1"
|
|
4081
3405
|
}
|
|
4082
3406
|
}
|
|
4083
3407
|
}
|
|
@@ -4085,7 +3409,6 @@
|
|
|
4085
3409
|
},
|
|
4086
3410
|
"energyAndMeters": {
|
|
4087
3411
|
"ta6Ref": "12",
|
|
4088
|
-
"title": "Energy and Meters",
|
|
4089
3412
|
"required": [
|
|
4090
3413
|
"testedByQualifiedElectrician",
|
|
4091
3414
|
"electricalWorkSince2005",
|
|
@@ -4094,7 +3417,6 @@
|
|
|
4094
3417
|
"properties": {
|
|
4095
3418
|
"testedByQualifiedElectrician": {
|
|
4096
3419
|
"ta6Ref": "12.1",
|
|
4097
|
-
"title": "Have the electrics at the property been tested by a qualified electrician?",
|
|
4098
3420
|
"discriminator": {
|
|
4099
3421
|
"propertyName": "yesNo"
|
|
4100
3422
|
},
|
|
@@ -4116,16 +3438,10 @@
|
|
|
4116
3438
|
]
|
|
4117
3439
|
},
|
|
4118
3440
|
"yearTested": {
|
|
4119
|
-
"ta6Ref": "12.1.2"
|
|
4120
|
-
"title": "State the year they were last tested"
|
|
3441
|
+
"ta6Ref": "12.1.2"
|
|
4121
3442
|
},
|
|
4122
3443
|
"attachments": {
|
|
4123
|
-
"ta6Ref": "12.1.3"
|
|
4124
|
-
"title": "Please upload the test certificate.",
|
|
4125
|
-
"enum": [
|
|
4126
|
-
"Attached",
|
|
4127
|
-
"To follow"
|
|
4128
|
-
]
|
|
3444
|
+
"ta6Ref": "12.1.3"
|
|
4129
3445
|
}
|
|
4130
3446
|
},
|
|
4131
3447
|
"required": [
|
|
@@ -4139,17 +3455,12 @@
|
|
|
4139
3455
|
],
|
|
4140
3456
|
"properties": {
|
|
4141
3457
|
"yesNo": {
|
|
4142
|
-
"ta6Ref": "12.1.1"
|
|
4143
|
-
"enum": [
|
|
4144
|
-
"Yes",
|
|
4145
|
-
"No"
|
|
4146
|
-
]
|
|
3458
|
+
"ta6Ref": "12.1.1"
|
|
4147
3459
|
}
|
|
4148
3460
|
}
|
|
4149
3461
|
},
|
|
4150
3462
|
"electricalWorkSince2005": {
|
|
4151
3463
|
"ta6Ref": "12.2",
|
|
4152
|
-
"title": "Since 1st January 2005, has any electrical work been carried out to the property?",
|
|
4153
3464
|
"discriminator": {
|
|
4154
3465
|
"propertyName": "yesNo"
|
|
4155
3466
|
},
|
|
@@ -4172,28 +3483,13 @@
|
|
|
4172
3483
|
]
|
|
4173
3484
|
},
|
|
4174
3485
|
"electricalSafetyCertificate": {
|
|
4175
|
-
"ta6Ref": "12.2.2a"
|
|
4176
|
-
"title": "Please provide a signed Electrical Safety Certificate (BS7671)",
|
|
4177
|
-
"enum": [
|
|
4178
|
-
"Attached",
|
|
4179
|
-
"To follow"
|
|
4180
|
-
]
|
|
3486
|
+
"ta6Ref": "12.2.2a"
|
|
4181
3487
|
},
|
|
4182
3488
|
"buildingRegulationsComplianceCertificate": {
|
|
4183
|
-
"ta6Ref": "12.2.2b"
|
|
4184
|
-
"title": "or a Building Regulations Compliance Certificate (or equivalent)",
|
|
4185
|
-
"enum": [
|
|
4186
|
-
"Attached",
|
|
4187
|
-
"To follow"
|
|
4188
|
-
]
|
|
3489
|
+
"ta6Ref": "12.2.2b"
|
|
4189
3490
|
},
|
|
4190
3491
|
"buildingControlCompletionCertificate": {
|
|
4191
|
-
"ta6Ref": "12.2.2c"
|
|
4192
|
-
"title": "or a Building Control Completion Certificate",
|
|
4193
|
-
"enum": [
|
|
4194
|
-
"Attached",
|
|
4195
|
-
"To follow"
|
|
4196
|
-
]
|
|
3492
|
+
"ta6Ref": "12.2.2c"
|
|
4197
3493
|
}
|
|
4198
3494
|
}
|
|
4199
3495
|
}
|
|
@@ -4203,45 +3499,37 @@
|
|
|
4203
3499
|
],
|
|
4204
3500
|
"properties": {
|
|
4205
3501
|
"yesNo": {
|
|
4206
|
-
"ta6Ref": "12.2.1"
|
|
4207
|
-
"enum": [
|
|
4208
|
-
"Yes",
|
|
4209
|
-
"No",
|
|
4210
|
-
"Not known"
|
|
4211
|
-
]
|
|
3502
|
+
"ta6Ref": "12.2.1"
|
|
4212
3503
|
}
|
|
4213
3504
|
}
|
|
4214
3505
|
},
|
|
4215
3506
|
"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
|
-
}
|
|
3507
|
+
"ta6Ref": "4.6",
|
|
3508
|
+
"discriminator": {
|
|
3509
|
+
"propertyName": "hasSolarPanels"
|
|
4228
3510
|
},
|
|
4229
3511
|
"oneOf": [
|
|
4230
|
-
null,
|
|
4231
3512
|
{
|
|
4232
|
-
"required": [
|
|
4233
|
-
"yearInstalled",
|
|
4234
|
-
"panelsOwnedOutright",
|
|
4235
|
-
"panelProviderLease"
|
|
4236
|
-
],
|
|
4237
3513
|
"properties": {
|
|
3514
|
+
"hasSolarPanels": {
|
|
3515
|
+
"enum": [
|
|
3516
|
+
"No"
|
|
3517
|
+
]
|
|
3518
|
+
}
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"properties": {
|
|
3523
|
+
"hasSolarPanels": {
|
|
3524
|
+
"enum": [
|
|
3525
|
+
"Yes"
|
|
3526
|
+
]
|
|
3527
|
+
},
|
|
4238
3528
|
"yearInstalled": {
|
|
4239
|
-
"ta6Ref": "4.6a"
|
|
4240
|
-
"title": "What year were they installed?"
|
|
3529
|
+
"ta6Ref": "4.6a"
|
|
4241
3530
|
},
|
|
4242
3531
|
"panelsOwnedOutright": {
|
|
4243
3532
|
"ta6Ref": "4.6b",
|
|
4244
|
-
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
4245
3533
|
"discriminator": {
|
|
4246
3534
|
"propertyName": "yesNo"
|
|
4247
3535
|
},
|
|
@@ -4270,17 +3558,12 @@
|
|
|
4270
3558
|
],
|
|
4271
3559
|
"properties": {
|
|
4272
3560
|
"yesNo": {
|
|
4273
|
-
"ta6Ref": "4.6b1"
|
|
4274
|
-
"enum": [
|
|
4275
|
-
"Yes",
|
|
4276
|
-
"No"
|
|
4277
|
-
]
|
|
3561
|
+
"ta6Ref": "4.6b1"
|
|
4278
3562
|
}
|
|
4279
3563
|
}
|
|
4280
3564
|
},
|
|
4281
3565
|
"panelProviderLease": {
|
|
4282
3566
|
"ta6Ref": "4.6c",
|
|
4283
|
-
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
4284
3567
|
"discriminator": {
|
|
4285
3568
|
"propertyName": "yesNo"
|
|
4286
3569
|
},
|
|
@@ -4302,12 +3585,7 @@
|
|
|
4302
3585
|
]
|
|
4303
3586
|
},
|
|
4304
3587
|
"attachments": {
|
|
4305
|
-
"ta6Ref": "4.6c2"
|
|
4306
|
-
"title": "Please supply copies of the relevant documents",
|
|
4307
|
-
"enum": [
|
|
4308
|
-
"Attached",
|
|
4309
|
-
"To follow"
|
|
4310
|
-
]
|
|
3588
|
+
"ta6Ref": "4.6c2"
|
|
4311
3589
|
}
|
|
4312
3590
|
},
|
|
4313
3591
|
"required": [
|
|
@@ -4320,55 +3598,56 @@
|
|
|
4320
3598
|
],
|
|
4321
3599
|
"properties": {
|
|
4322
3600
|
"yesNo": {
|
|
4323
|
-
"ta6Ref": "4.6c1"
|
|
4324
|
-
"enum": [
|
|
4325
|
-
"Yes",
|
|
4326
|
-
"No"
|
|
4327
|
-
]
|
|
3601
|
+
"ta6Ref": "4.6c1"
|
|
4328
3602
|
}
|
|
4329
3603
|
}
|
|
4330
3604
|
}
|
|
4331
|
-
}
|
|
3605
|
+
},
|
|
3606
|
+
"required": [
|
|
3607
|
+
"yearInstalled",
|
|
3608
|
+
"panelsOwnedOutright",
|
|
3609
|
+
"panelProviderLease"
|
|
3610
|
+
]
|
|
4332
3611
|
}
|
|
4333
|
-
]
|
|
3612
|
+
],
|
|
3613
|
+
"required": [
|
|
3614
|
+
"hasSolarPanels"
|
|
3615
|
+
],
|
|
3616
|
+
"properties": {
|
|
3617
|
+
"hasSolarPanels": {
|
|
3618
|
+
"ta6Ref": "4.6"
|
|
3619
|
+
}
|
|
3620
|
+
}
|
|
4334
3621
|
},
|
|
4335
3622
|
"electricityMeterLocation": {
|
|
4336
3623
|
"ta6Ref": "13.1b",
|
|
4337
|
-
"title": "Location of electricity meter (if any)",
|
|
4338
3624
|
"properties": {
|
|
4339
3625
|
"description": {
|
|
4340
|
-
"ta6Ref": "13.1b1"
|
|
4341
|
-
"title": "Describe the location of the meter"
|
|
3626
|
+
"ta6Ref": "13.1b1"
|
|
4342
3627
|
}
|
|
4343
3628
|
}
|
|
4344
3629
|
},
|
|
4345
3630
|
"gasMeterLocation": {
|
|
4346
3631
|
"ta6Ref": "13.2b",
|
|
4347
|
-
"title": "Location of gas meter (if any)",
|
|
4348
3632
|
"properties": {
|
|
4349
3633
|
"description": {
|
|
4350
|
-
"ta6Ref": "13.2b1"
|
|
4351
|
-
"title": "Describe the location of the meter"
|
|
3634
|
+
"ta6Ref": "13.2b1"
|
|
4352
3635
|
}
|
|
4353
3636
|
}
|
|
4354
3637
|
},
|
|
4355
3638
|
"stopcockLocation": {
|
|
4356
3639
|
"ta6Ref": "13.3b",
|
|
4357
|
-
"title": "Location of stopcock (if any)",
|
|
4358
3640
|
"properties": {
|
|
4359
3641
|
"description": {
|
|
4360
|
-
"ta6Ref": "13.3b1"
|
|
4361
|
-
"title": "Describe the location of the stopcock"
|
|
3642
|
+
"ta6Ref": "13.3b1"
|
|
4362
3643
|
}
|
|
4363
3644
|
}
|
|
4364
3645
|
},
|
|
4365
3646
|
"waterMeterLocation": {
|
|
4366
3647
|
"ta6Ref": "13.3b",
|
|
4367
|
-
"title": "Location of water meter (if any)",
|
|
4368
3648
|
"properties": {
|
|
4369
3649
|
"description": {
|
|
4370
|
-
"ta6Ref": "13.3b2"
|
|
4371
|
-
"title": "Describe the location of the meter"
|
|
3650
|
+
"ta6Ref": "13.3b2"
|
|
4372
3651
|
}
|
|
4373
3652
|
}
|
|
4374
3653
|
}
|
|
@@ -4376,7 +3655,6 @@
|
|
|
4376
3655
|
},
|
|
4377
3656
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
4378
3657
|
"ta6Ref": "5",
|
|
4379
|
-
"title": "Guarantees, Warranties and Indemnity Insurances",
|
|
4380
3658
|
"discriminator": {
|
|
4381
3659
|
"propertyName": "hasValidGuaranteesOrWarranties"
|
|
4382
3660
|
},
|
|
@@ -4399,7 +3677,6 @@
|
|
|
4399
3677
|
},
|
|
4400
3678
|
"newHomeWarranty": {
|
|
4401
3679
|
"ta6Ref": "5.1a",
|
|
4402
|
-
"title": "New Home Warranty (NHBC or similar)",
|
|
4403
3680
|
"discriminator": {
|
|
4404
3681
|
"propertyName": "yesNo"
|
|
4405
3682
|
},
|
|
@@ -4421,15 +3698,10 @@
|
|
|
4421
3698
|
]
|
|
4422
3699
|
},
|
|
4423
3700
|
"details": {
|
|
4424
|
-
"ta6Ref": "5.1a2"
|
|
4425
|
-
"title": "Please confirm the name of the warranty provider and the date of the warranty"
|
|
3701
|
+
"ta6Ref": "5.1a2"
|
|
4426
3702
|
},
|
|
4427
3703
|
"attachments": {
|
|
4428
|
-
"ta6Ref": "5.1a3"
|
|
4429
|
-
"enum": [
|
|
4430
|
-
"Attached",
|
|
4431
|
-
"To follow"
|
|
4432
|
-
]
|
|
3704
|
+
"ta6Ref": "5.1a3"
|
|
4433
3705
|
}
|
|
4434
3706
|
},
|
|
4435
3707
|
"required": [
|
|
@@ -4442,17 +3714,12 @@
|
|
|
4442
3714
|
],
|
|
4443
3715
|
"properties": {
|
|
4444
3716
|
"yesNo": {
|
|
4445
|
-
"ta6Ref": "5.1a1"
|
|
4446
|
-
"enum": [
|
|
4447
|
-
"Yes",
|
|
4448
|
-
"No"
|
|
4449
|
-
]
|
|
3717
|
+
"ta6Ref": "5.1a1"
|
|
4450
3718
|
}
|
|
4451
3719
|
}
|
|
4452
3720
|
},
|
|
4453
3721
|
"roofingWork": {
|
|
4454
3722
|
"ta6Ref": "5.1f",
|
|
4455
|
-
"title": "Roofing work",
|
|
4456
3723
|
"discriminator": {
|
|
4457
3724
|
"propertyName": "yesNo"
|
|
4458
3725
|
},
|
|
@@ -4474,11 +3741,7 @@
|
|
|
4474
3741
|
]
|
|
4475
3742
|
},
|
|
4476
3743
|
"attachments": {
|
|
4477
|
-
"ta6Ref": "5.1f2"
|
|
4478
|
-
"enum": [
|
|
4479
|
-
"Attached",
|
|
4480
|
-
"To follow"
|
|
4481
|
-
]
|
|
3744
|
+
"ta6Ref": "5.1f2"
|
|
4482
3745
|
}
|
|
4483
3746
|
},
|
|
4484
3747
|
"required": [
|
|
@@ -4491,17 +3754,12 @@
|
|
|
4491
3754
|
],
|
|
4492
3755
|
"properties": {
|
|
4493
3756
|
"yesNo": {
|
|
4494
|
-
"ta6Ref": "5.1f1"
|
|
4495
|
-
"enum": [
|
|
4496
|
-
"Yes",
|
|
4497
|
-
"No"
|
|
4498
|
-
]
|
|
3757
|
+
"ta6Ref": "5.1f1"
|
|
4499
3758
|
}
|
|
4500
3759
|
}
|
|
4501
3760
|
},
|
|
4502
3761
|
"dampProofingTreatment": {
|
|
4503
3762
|
"ta6Ref": "5.1b",
|
|
4504
|
-
"title": "Damp proofing treatment",
|
|
4505
3763
|
"discriminator": {
|
|
4506
3764
|
"propertyName": "yesNo"
|
|
4507
3765
|
},
|
|
@@ -4523,11 +3781,7 @@
|
|
|
4523
3781
|
]
|
|
4524
3782
|
},
|
|
4525
3783
|
"attachments": {
|
|
4526
|
-
"ta6Ref": "5.1b2"
|
|
4527
|
-
"enum": [
|
|
4528
|
-
"Attached",
|
|
4529
|
-
"To follow"
|
|
4530
|
-
]
|
|
3784
|
+
"ta6Ref": "5.1b2"
|
|
4531
3785
|
}
|
|
4532
3786
|
},
|
|
4533
3787
|
"required": [
|
|
@@ -4540,17 +3794,12 @@
|
|
|
4540
3794
|
],
|
|
4541
3795
|
"properties": {
|
|
4542
3796
|
"yesNo": {
|
|
4543
|
-
"ta6Ref": "5.1b1"
|
|
4544
|
-
"enum": [
|
|
4545
|
-
"Yes",
|
|
4546
|
-
"No"
|
|
4547
|
-
]
|
|
3797
|
+
"ta6Ref": "5.1b1"
|
|
4548
3798
|
}
|
|
4549
3799
|
}
|
|
4550
3800
|
},
|
|
4551
3801
|
"timberRotOrInfestationTreatment": {
|
|
4552
3802
|
"ta6Ref": "5.1c",
|
|
4553
|
-
"title": "Timber rot or infestation treatment",
|
|
4554
3803
|
"discriminator": {
|
|
4555
3804
|
"propertyName": "yesNo"
|
|
4556
3805
|
},
|
|
@@ -4572,11 +3821,7 @@
|
|
|
4572
3821
|
]
|
|
4573
3822
|
},
|
|
4574
3823
|
"attachments": {
|
|
4575
|
-
"ta6Ref": "5.1c2"
|
|
4576
|
-
"enum": [
|
|
4577
|
-
"Attached",
|
|
4578
|
-
"To follow"
|
|
4579
|
-
]
|
|
3824
|
+
"ta6Ref": "5.1c2"
|
|
4580
3825
|
}
|
|
4581
3826
|
},
|
|
4582
3827
|
"required": [
|
|
@@ -4589,17 +3834,12 @@
|
|
|
4589
3834
|
],
|
|
4590
3835
|
"properties": {
|
|
4591
3836
|
"yesNo": {
|
|
4592
|
-
"ta6Ref": "5.1c1"
|
|
4593
|
-
"enum": [
|
|
4594
|
-
"Yes",
|
|
4595
|
-
"No"
|
|
4596
|
-
]
|
|
3837
|
+
"ta6Ref": "5.1c1"
|
|
4597
3838
|
}
|
|
4598
3839
|
}
|
|
4599
3840
|
},
|
|
4600
3841
|
"centralHeatingAndorPlumbing": {
|
|
4601
3842
|
"ta6Ref": "5.1g",
|
|
4602
|
-
"title": "Central heating and/or plumbing",
|
|
4603
3843
|
"discriminator": {
|
|
4604
3844
|
"propertyName": "yesNo"
|
|
4605
3845
|
},
|
|
@@ -4621,11 +3861,7 @@
|
|
|
4621
3861
|
]
|
|
4622
3862
|
},
|
|
4623
3863
|
"attachments": {
|
|
4624
|
-
"ta6Ref": "5.1g2"
|
|
4625
|
-
"enum": [
|
|
4626
|
-
"Attached",
|
|
4627
|
-
"To follow"
|
|
4628
|
-
]
|
|
3864
|
+
"ta6Ref": "5.1g2"
|
|
4629
3865
|
}
|
|
4630
3866
|
},
|
|
4631
3867
|
"required": [
|
|
@@ -4638,17 +3874,12 @@
|
|
|
4638
3874
|
],
|
|
4639
3875
|
"properties": {
|
|
4640
3876
|
"yesNo": {
|
|
4641
|
-
"ta6Ref": "5.1g1"
|
|
4642
|
-
"enum": [
|
|
4643
|
-
"Yes",
|
|
4644
|
-
"No"
|
|
4645
|
-
]
|
|
3877
|
+
"ta6Ref": "5.1g1"
|
|
4646
3878
|
}
|
|
4647
3879
|
}
|
|
4648
3880
|
},
|
|
4649
3881
|
"doubleGlazing": {
|
|
4650
3882
|
"ta6Ref": "5.1d",
|
|
4651
|
-
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
4652
3883
|
"discriminator": {
|
|
4653
3884
|
"propertyName": "yesNo"
|
|
4654
3885
|
},
|
|
@@ -4670,11 +3901,7 @@
|
|
|
4670
3901
|
]
|
|
4671
3902
|
},
|
|
4672
3903
|
"attachments": {
|
|
4673
|
-
"ta6Ref": "5.1d2"
|
|
4674
|
-
"enum": [
|
|
4675
|
-
"Attached",
|
|
4676
|
-
"To follow"
|
|
4677
|
-
]
|
|
3904
|
+
"ta6Ref": "5.1d2"
|
|
4678
3905
|
}
|
|
4679
3906
|
},
|
|
4680
3907
|
"required": [
|
|
@@ -4687,17 +3914,12 @@
|
|
|
4687
3914
|
],
|
|
4688
3915
|
"properties": {
|
|
4689
3916
|
"yesNo": {
|
|
4690
|
-
"ta6Ref": "5.1d1"
|
|
4691
|
-
"enum": [
|
|
4692
|
-
"Yes",
|
|
4693
|
-
"No"
|
|
4694
|
-
]
|
|
3917
|
+
"ta6Ref": "5.1d1"
|
|
4695
3918
|
}
|
|
4696
3919
|
}
|
|
4697
3920
|
},
|
|
4698
3921
|
"electricalRepairOrInstallation": {
|
|
4699
3922
|
"ta6Ref": "5.1e",
|
|
4700
|
-
"title": "Electrical repair or installation",
|
|
4701
3923
|
"discriminator": {
|
|
4702
3924
|
"propertyName": "yesNo"
|
|
4703
3925
|
},
|
|
@@ -4719,11 +3941,7 @@
|
|
|
4719
3941
|
]
|
|
4720
3942
|
},
|
|
4721
3943
|
"attachments": {
|
|
4722
|
-
"ta6Ref": "5.1e2"
|
|
4723
|
-
"enum": [
|
|
4724
|
-
"Attached",
|
|
4725
|
-
"To follow"
|
|
4726
|
-
]
|
|
3944
|
+
"ta6Ref": "5.1e2"
|
|
4727
3945
|
}
|
|
4728
3946
|
},
|
|
4729
3947
|
"required": [
|
|
@@ -4736,17 +3954,12 @@
|
|
|
4736
3954
|
],
|
|
4737
3955
|
"properties": {
|
|
4738
3956
|
"yesNo": {
|
|
4739
|
-
"ta6Ref": "5.1e1"
|
|
4740
|
-
"enum": [
|
|
4741
|
-
"Yes",
|
|
4742
|
-
"No"
|
|
4743
|
-
]
|
|
3957
|
+
"ta6Ref": "5.1e1"
|
|
4744
3958
|
}
|
|
4745
3959
|
}
|
|
4746
3960
|
},
|
|
4747
3961
|
"subsidenceWork": {
|
|
4748
3962
|
"ta6Ref": "5.1h",
|
|
4749
|
-
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
4750
3963
|
"discriminator": {
|
|
4751
3964
|
"propertyName": "yesNo"
|
|
4752
3965
|
},
|
|
@@ -4768,11 +3981,7 @@
|
|
|
4768
3981
|
]
|
|
4769
3982
|
},
|
|
4770
3983
|
"attachments": {
|
|
4771
|
-
"ta6Ref": "5.1h2"
|
|
4772
|
-
"enum": [
|
|
4773
|
-
"Attached",
|
|
4774
|
-
"To follow"
|
|
4775
|
-
]
|
|
3984
|
+
"ta6Ref": "5.1h2"
|
|
4776
3985
|
}
|
|
4777
3986
|
},
|
|
4778
3987
|
"required": [
|
|
@@ -4785,17 +3994,12 @@
|
|
|
4785
3994
|
],
|
|
4786
3995
|
"properties": {
|
|
4787
3996
|
"yesNo": {
|
|
4788
|
-
"ta6Ref": "5.1h1"
|
|
4789
|
-
"enum": [
|
|
4790
|
-
"Yes",
|
|
4791
|
-
"No"
|
|
4792
|
-
]
|
|
3997
|
+
"ta6Ref": "5.1h1"
|
|
4793
3998
|
}
|
|
4794
3999
|
}
|
|
4795
4000
|
},
|
|
4796
4001
|
"otherGuarantees": {
|
|
4797
4002
|
"ta6Ref": "5.1i",
|
|
4798
|
-
"title": "Other Guarantees or warranties",
|
|
4799
4003
|
"discriminator": {
|
|
4800
4004
|
"propertyName": "yesNo"
|
|
4801
4005
|
},
|
|
@@ -4817,15 +4021,10 @@
|
|
|
4817
4021
|
]
|
|
4818
4022
|
},
|
|
4819
4023
|
"details": {
|
|
4820
|
-
"ta6Ref": "5.1i2"
|
|
4821
|
-
"title": "Please provide details"
|
|
4024
|
+
"ta6Ref": "5.1i2"
|
|
4822
4025
|
},
|
|
4823
4026
|
"attachments": {
|
|
4824
|
-
"ta6Ref": "5.1i3"
|
|
4825
|
-
"enum": [
|
|
4826
|
-
"Attached",
|
|
4827
|
-
"To follow"
|
|
4828
|
-
]
|
|
4027
|
+
"ta6Ref": "5.1i3"
|
|
4829
4028
|
}
|
|
4830
4029
|
},
|
|
4831
4030
|
"required": [
|
|
@@ -4839,17 +4038,12 @@
|
|
|
4839
4038
|
],
|
|
4840
4039
|
"properties": {
|
|
4841
4040
|
"yesNo": {
|
|
4842
|
-
"ta6Ref": "5.1i1"
|
|
4843
|
-
"enum": [
|
|
4844
|
-
"Yes",
|
|
4845
|
-
"No"
|
|
4846
|
-
]
|
|
4041
|
+
"ta6Ref": "5.1i1"
|
|
4847
4042
|
}
|
|
4848
4043
|
}
|
|
4849
4044
|
},
|
|
4850
4045
|
"outstandingClaimsOrApplications": {
|
|
4851
4046
|
"ta6Ref": "5.2",
|
|
4852
|
-
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
4853
4047
|
"discriminator": {
|
|
4854
4048
|
"propertyName": "yesNo"
|
|
4855
4049
|
},
|
|
@@ -4871,15 +4065,10 @@
|
|
|
4871
4065
|
]
|
|
4872
4066
|
},
|
|
4873
4067
|
"details": {
|
|
4874
|
-
"ta6Ref": "5.2.2"
|
|
4875
|
-
"title": "Please provide details"
|
|
4068
|
+
"ta6Ref": "5.2.2"
|
|
4876
4069
|
},
|
|
4877
4070
|
"attachments": {
|
|
4878
|
-
"ta6Ref": "5.2.3"
|
|
4879
|
-
"enum": [
|
|
4880
|
-
"Attached",
|
|
4881
|
-
"To follow"
|
|
4882
|
-
]
|
|
4071
|
+
"ta6Ref": "5.2.3"
|
|
4883
4072
|
}
|
|
4884
4073
|
},
|
|
4885
4074
|
"required": [
|
|
@@ -4892,11 +4081,7 @@
|
|
|
4892
4081
|
],
|
|
4893
4082
|
"properties": {
|
|
4894
4083
|
"yesNo": {
|
|
4895
|
-
"ta6Ref": "5.2.1"
|
|
4896
|
-
"enum": [
|
|
4897
|
-
"Yes",
|
|
4898
|
-
"No"
|
|
4899
|
-
]
|
|
4084
|
+
"ta6Ref": "5.2.1"
|
|
4900
4085
|
}
|
|
4901
4086
|
}
|
|
4902
4087
|
}
|
|
@@ -4920,18 +4105,12 @@
|
|
|
4920
4105
|
],
|
|
4921
4106
|
"properties": {
|
|
4922
4107
|
"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
|
-
]
|
|
4108
|
+
"ta6Ref": "5.1"
|
|
4929
4109
|
}
|
|
4930
4110
|
}
|
|
4931
4111
|
},
|
|
4932
4112
|
"occupiers": {
|
|
4933
4113
|
"ta6Ref": "11",
|
|
4934
|
-
"title": "Occupiers",
|
|
4935
4114
|
"required": [
|
|
4936
4115
|
"sellerLivesAtProperty",
|
|
4937
4116
|
"othersAged17OrOver"
|
|
@@ -4939,17 +4118,12 @@
|
|
|
4939
4118
|
"properties": {
|
|
4940
4119
|
"sellerLivesAtProperty": {
|
|
4941
4120
|
"ta6Ref": "11.1",
|
|
4942
|
-
"title": "Does the seller live at the property?",
|
|
4943
4121
|
"required": [
|
|
4944
4122
|
"yesNo"
|
|
4945
4123
|
],
|
|
4946
4124
|
"properties": {
|
|
4947
4125
|
"yesNo": {
|
|
4948
|
-
"ta6Ref": "11.1.1"
|
|
4949
|
-
"enum": [
|
|
4950
|
-
"Yes",
|
|
4951
|
-
"No"
|
|
4952
|
-
]
|
|
4126
|
+
"ta6Ref": "11.1.1"
|
|
4953
4127
|
}
|
|
4954
4128
|
}
|
|
4955
4129
|
},
|
|
@@ -4976,22 +4150,16 @@
|
|
|
4976
4150
|
]
|
|
4977
4151
|
},
|
|
4978
4152
|
"aged17OrOverNames": {
|
|
4979
|
-
"ta6Ref": "11.3"
|
|
4980
|
-
"title": "Please provide their full names and ages."
|
|
4153
|
+
"ta6Ref": "11.3"
|
|
4981
4154
|
},
|
|
4982
4155
|
"aged17OrOverTenantsOrLodgers": {
|
|
4983
4156
|
"ta6Ref": "11.4",
|
|
4984
|
-
"title": "Are any of them tenants or lodgers?",
|
|
4985
4157
|
"required": [
|
|
4986
4158
|
"yesNo"
|
|
4987
4159
|
],
|
|
4988
4160
|
"properties": {
|
|
4989
4161
|
"yesNo": {
|
|
4990
|
-
"ta6Ref": "11.4.1"
|
|
4991
|
-
"enum": [
|
|
4992
|
-
"Yes",
|
|
4993
|
-
"No"
|
|
4994
|
-
]
|
|
4162
|
+
"ta6Ref": "11.4.1"
|
|
4995
4163
|
}
|
|
4996
4164
|
}
|
|
4997
4165
|
},
|
|
@@ -5019,23 +4187,17 @@
|
|
|
5019
4187
|
},
|
|
5020
4188
|
"aged17OrOverAgreedToLeave": {
|
|
5021
4189
|
"ta6Ref": "11.5a",
|
|
5022
|
-
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
|
|
5023
4190
|
"required": [
|
|
5024
4191
|
"yesNo"
|
|
5025
4192
|
],
|
|
5026
4193
|
"properties": {
|
|
5027
4194
|
"yesNo": {
|
|
5028
|
-
"ta6Ref": "11.5a1"
|
|
5029
|
-
"enum": [
|
|
5030
|
-
"Yes",
|
|
5031
|
-
"No"
|
|
5032
|
-
]
|
|
4195
|
+
"ta6Ref": "11.5a1"
|
|
5033
4196
|
}
|
|
5034
4197
|
}
|
|
5035
4198
|
},
|
|
5036
4199
|
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
5037
4200
|
"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
4201
|
"discriminator": {
|
|
5040
4202
|
"propertyName": "yesNo"
|
|
5041
4203
|
},
|
|
@@ -5057,12 +4219,7 @@
|
|
|
5057
4219
|
]
|
|
5058
4220
|
},
|
|
5059
4221
|
"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
|
-
]
|
|
4222
|
+
"ta6Ref": "11.5b2"
|
|
5066
4223
|
}
|
|
5067
4224
|
},
|
|
5068
4225
|
"required": [
|
|
@@ -5075,11 +4232,7 @@
|
|
|
5075
4232
|
],
|
|
5076
4233
|
"properties": {
|
|
5077
4234
|
"yesNo": {
|
|
5078
|
-
"ta6Ref": "11.5b1"
|
|
5079
|
-
"enum": [
|
|
5080
|
-
"Yes",
|
|
5081
|
-
"No"
|
|
5082
|
-
]
|
|
4235
|
+
"ta6Ref": "11.5b1"
|
|
5083
4236
|
}
|
|
5084
4237
|
}
|
|
5085
4238
|
}
|
|
@@ -5095,12 +4248,7 @@
|
|
|
5095
4248
|
],
|
|
5096
4249
|
"properties": {
|
|
5097
4250
|
"soldWithVacantPossession": {
|
|
5098
|
-
"ta6Ref": "11.5.1"
|
|
5099
|
-
"title": "Is the property being sold with vacant possession?",
|
|
5100
|
-
"enum": [
|
|
5101
|
-
"Yes",
|
|
5102
|
-
"No"
|
|
5103
|
-
]
|
|
4251
|
+
"ta6Ref": "11.5.1"
|
|
5104
4252
|
}
|
|
5105
4253
|
}
|
|
5106
4254
|
}
|
|
@@ -5117,12 +4265,7 @@
|
|
|
5117
4265
|
],
|
|
5118
4266
|
"properties": {
|
|
5119
4267
|
"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
|
-
]
|
|
4268
|
+
"ta6Ref": "11.2.1"
|
|
5126
4269
|
}
|
|
5127
4270
|
}
|
|
5128
4271
|
}
|
|
@@ -5130,7 +4273,6 @@
|
|
|
5130
4273
|
},
|
|
5131
4274
|
"completionAndMoving": {
|
|
5132
4275
|
"ta6Ref": "14",
|
|
5133
|
-
"title": "Completion and Moving",
|
|
5134
4276
|
"required": [
|
|
5135
4277
|
"sellerWillEnsure",
|
|
5136
4278
|
"otherPropertyInChain",
|
|
@@ -5140,29 +4282,23 @@
|
|
|
5140
4282
|
"properties": {
|
|
5141
4283
|
"sellerWillEnsure": {
|
|
5142
4284
|
"ta6Ref": "14.4",
|
|
5143
|
-
"title": "Please confirm that on completion you will:",
|
|
5144
4285
|
"properties": {
|
|
5145
4286
|
"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."
|
|
4287
|
+
"ta6Ref": "14.4a"
|
|
5148
4288
|
},
|
|
5149
4289
|
"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."
|
|
4290
|
+
"ta6Ref": "14.4b"
|
|
5152
4291
|
},
|
|
5153
4292
|
"takeReasonableCare": {
|
|
5154
|
-
"ta6Ref": "14.4c"
|
|
5155
|
-
"title": "Take reasonable care when removing any other fittings or contents."
|
|
4293
|
+
"ta6Ref": "14.4c"
|
|
5156
4294
|
},
|
|
5157
4295
|
"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."
|
|
4296
|
+
"ta6Ref": "14.4d"
|
|
5160
4297
|
}
|
|
5161
4298
|
}
|
|
5162
4299
|
},
|
|
5163
4300
|
"otherPropertyInChain": {
|
|
5164
4301
|
"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
4302
|
"discriminator": {
|
|
5167
4303
|
"propertyName": "yesNo"
|
|
5168
4304
|
},
|
|
@@ -5191,18 +4327,12 @@
|
|
|
5191
4327
|
],
|
|
5192
4328
|
"properties": {
|
|
5193
4329
|
"yesNo": {
|
|
5194
|
-
"ta6Ref": "14.1.1"
|
|
5195
|
-
"enum": [
|
|
5196
|
-
"Yes",
|
|
5197
|
-
"No"
|
|
5198
|
-
]
|
|
4330
|
+
"ta6Ref": "14.1.1"
|
|
5199
4331
|
}
|
|
5200
4332
|
}
|
|
5201
4333
|
},
|
|
5202
4334
|
"moveRestrictionDates": {
|
|
5203
4335
|
"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
4336
|
"discriminator": {
|
|
5207
4337
|
"propertyName": "yesNo"
|
|
5208
4338
|
},
|
|
@@ -5237,28 +4367,18 @@
|
|
|
5237
4367
|
],
|
|
5238
4368
|
"properties": {
|
|
5239
4369
|
"yesNo": {
|
|
5240
|
-
"ta6Ref": "14.2.1"
|
|
5241
|
-
"enum": [
|
|
5242
|
-
"Yes",
|
|
5243
|
-
"No"
|
|
5244
|
-
]
|
|
4370
|
+
"ta6Ref": "14.2.1"
|
|
5245
4371
|
}
|
|
5246
4372
|
}
|
|
5247
4373
|
},
|
|
5248
4374
|
"sufficientToRepayAllMortgages": {
|
|
5249
4375
|
"ta6Ref": "14.3",
|
|
5250
|
-
"title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
|
|
5251
4376
|
"required": [
|
|
5252
4377
|
"yesNo"
|
|
5253
4378
|
],
|
|
5254
4379
|
"properties": {
|
|
5255
4380
|
"yesNo": {
|
|
5256
|
-
"ta6Ref": "14.3.1"
|
|
5257
|
-
"enum": [
|
|
5258
|
-
"Yes",
|
|
5259
|
-
"No",
|
|
5260
|
-
"No mortgage"
|
|
5261
|
-
]
|
|
4381
|
+
"ta6Ref": "14.3.1"
|
|
5262
4382
|
}
|
|
5263
4383
|
}
|
|
5264
4384
|
}
|
|
@@ -5266,14 +4386,12 @@
|
|
|
5266
4386
|
},
|
|
5267
4387
|
"confirmationOfAccuracyByOwners": {
|
|
5268
4388
|
"ta6Ref": "14.5",
|
|
5269
|
-
"title": "Confirmation to be supplied by all owners or their representative",
|
|
5270
4389
|
"required": [
|
|
5271
4390
|
"confirmInformationIsAccurate"
|
|
5272
4391
|
],
|
|
5273
4392
|
"properties": {
|
|
5274
4393
|
"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"
|
|
4394
|
+
"ta6Ref": "14.5.1"
|
|
5277
4395
|
}
|
|
5278
4396
|
}
|
|
5279
4397
|
}
|