@pdtf/schemas 3.0.0-1 → 3.0.0-11

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