@pdtf/schemas 3.0.0-2 → 3.0.0-21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/index.js +15 -13
  2. package/package.json +1 -1
  3. package/src/examples/v3/exampleTransaction.json +82 -75
  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 +2434 -2581
  16. package/src/schemas/v3/overlays/baspi.json +1360 -3480
  17. package/src/schemas/v3/overlays/con29DW.json +36 -125
  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 +711 -634
  22. package/src/schemas/v3/overlays/piq.json +452 -1190
  23. package/src/schemas/v3/overlays/rds.json +500 -1059
  24. package/src/schemas/v3/overlays/ta10.json +540 -1755
  25. package/src/schemas/v3/overlays/ta6.json +787 -1678
  26. package/src/schemas/v3/overlays/ta7.json +220 -462
  27. package/src/schemas/v3/pdtf-transaction.json +1976 -2286
  28. package/src/schemas/v3/skeleton.json +248 -214
  29. package/src/tests/v3/transactionSchema.test.js +28 -18
  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,37 +34,30 @@
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"
@@ -73,7 +65,6 @@
73
65
  "properties": {
74
66
  "parkingArrangements": {
75
67
  "ta6Ref": "9.1",
76
- "title": "Parking arrangements",
77
68
  "discriminator": {
78
69
  "propertyName": "parkingArrangementsType"
79
70
  },
@@ -102,8 +93,7 @@
102
93
  ]
103
94
  },
104
95
  "otherParkingType": {
105
- "ta6Ref": "9.1.2",
106
- "title": "Please describe the other parking arrangements"
96
+ "ta6Ref": "9.1.2"
107
97
  }
108
98
  },
109
99
  "required": [
@@ -116,36 +106,18 @@
116
106
  ],
117
107
  "properties": {
118
108
  "parkingArrangementsType": {
119
- "ta6Ref": "9.1.1",
120
- "title": "What type of parking arrangements are there?",
121
- "enum": [
122
- "Garage",
123
- "Allocated parking space",
124
- "Driveway",
125
- "On street",
126
- "Resident permit",
127
- "Metered parking",
128
- "Communal parking",
129
- "None",
130
- "Other"
131
- ]
109
+ "ta6Ref": "9.1.1"
132
110
  }
133
111
  }
134
112
  },
135
113
  "controlledParking": {
136
114
  "ta6Ref": "9.2",
137
- "title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
138
115
  "required": [
139
116
  "yesNo"
140
117
  ],
141
118
  "properties": {
142
119
  "yesNo": {
143
- "ta6Ref": "9.2.1",
144
- "enum": [
145
- "Yes",
146
- "No",
147
- "Not known"
148
- ]
120
+ "ta6Ref": "9.2.1"
149
121
  }
150
122
  }
151
123
  },
@@ -158,7 +130,6 @@
158
130
  },
159
131
  "listingAndConservation": {
160
132
  "ta6Ref": "4.7",
161
- "title": "Listing and Conservation",
162
133
  "required": [
163
134
  "isListed",
164
135
  "isConservationArea",
@@ -167,7 +138,6 @@
167
138
  "properties": {
168
139
  "isListed": {
169
140
  "ta6Ref": "4.7a",
170
- "title": "Is the property a listed building in England or Wales?",
171
141
  "discriminator": {
172
142
  "propertyName": "yesNo"
173
143
  },
@@ -190,16 +160,10 @@
190
160
  ]
191
161
  },
192
162
  "details": {
193
- "ta6Ref": "4.7a2",
194
- "title": "Please provide details of the listing and any relevant documents"
163
+ "ta6Ref": "4.7a2"
195
164
  },
196
165
  "attachments": {
197
- "ta6Ref": "4.7a3",
198
- "title": "Attachments",
199
- "enum": [
200
- "Attached",
201
- "To follow"
202
- ]
166
+ "ta6Ref": "4.7a3"
203
167
  }
204
168
  },
205
169
  "required": [
@@ -213,18 +177,12 @@
213
177
  ],
214
178
  "properties": {
215
179
  "yesNo": {
216
- "ta6Ref": "4.7a1",
217
- "enum": [
218
- "Yes",
219
- "No",
220
- "Not known"
221
- ]
180
+ "ta6Ref": "4.7a1"
222
181
  }
223
182
  }
224
183
  },
225
184
  "isConservationArea": {
226
185
  "ta6Ref": "4.7b",
227
- "title": "Is the property in a designated conservation area?",
228
186
  "discriminator": {
229
187
  "propertyName": "yesNo"
230
188
  },
@@ -247,16 +205,10 @@
247
205
  ]
248
206
  },
249
207
  "details": {
250
- "ta6Ref": "4.7b2",
251
- "title": "Please provide details of the listing and any relevant documents"
208
+ "ta6Ref": "4.7b2"
252
209
  },
253
210
  "attachments": {
254
- "ta6Ref": "4.7b3",
255
- "title": "Attachments",
256
- "enum": [
257
- "Attached",
258
- "To follow"
259
- ]
211
+ "ta6Ref": "4.7b3"
260
212
  }
261
213
  },
262
214
  "required": [
@@ -270,18 +222,12 @@
270
222
  ],
271
223
  "properties": {
272
224
  "yesNo": {
273
- "ta6Ref": "4.7b1",
274
- "enum": [
275
- "Yes",
276
- "No",
277
- "Not known"
278
- ]
225
+ "ta6Ref": "4.7b1"
279
226
  }
280
227
  }
281
228
  },
282
229
  "hasTreePreservationOrder": {
283
230
  "ta6Ref": "4.8",
284
- "title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
285
231
  "discriminator": {
286
232
  "propertyName": "yesNo"
287
233
  },
@@ -305,7 +251,6 @@
305
251
  },
306
252
  "workCarriedOut": {
307
253
  "ta6Ref": "4.8a",
308
- "title": "Has work been carried out to any trees which are protected by the order?",
309
254
  "discriminator": {
310
255
  "propertyName": "yesNo"
311
256
  },
@@ -327,21 +272,10 @@
327
272
  ]
328
273
  },
329
274
  "consentsObtained": {
330
- "ta6Ref": "4.8a2",
331
- "title": "Were the relevant consents obtained?",
332
- "enum": [
333
- "Yes",
334
- "No",
335
- "Not known"
336
- ]
275
+ "ta6Ref": "4.8a2"
337
276
  },
338
277
  "attachments": {
339
- "ta6Ref": "4.8a3",
340
- "title": "Provide any relevant documentation",
341
- "enum": [
342
- "Attached",
343
- "To follow"
344
- ]
278
+ "ta6Ref": "4.8a3"
345
279
  }
346
280
  },
347
281
  "required": [
@@ -354,11 +288,7 @@
354
288
  ],
355
289
  "properties": {
356
290
  "yesNo": {
357
- "ta6Ref": "4.8a1",
358
- "enum": [
359
- "Yes",
360
- "No"
361
- ]
291
+ "ta6Ref": "4.8a1"
362
292
  }
363
293
  }
364
294
  }
@@ -373,12 +303,7 @@
373
303
  ],
374
304
  "properties": {
375
305
  "yesNo": {
376
- "ta6Ref": "4.8.1",
377
- "enum": [
378
- "Yes",
379
- "No",
380
- "Not known"
381
- ]
306
+ "ta6Ref": "4.8.1"
382
307
  }
383
308
  }
384
309
  }
@@ -386,31 +311,22 @@
386
311
  },
387
312
  "energyEfficiency": {
388
313
  "ta6Ref": "7.6",
389
- "title": "Energy Efficiency",
390
314
  "required": [
391
315
  "certificateIsSupplied",
392
316
  "greenDealLoan"
393
317
  ],
394
318
  "properties": {
395
319
  "certificateIsSupplied": {
396
- "ta6Ref": "7.6.1",
397
- "title": "Please supply a copy of the EPC for the property",
398
- "enum": [
399
- "Attached",
400
- "To follow",
401
- "Already supplied"
402
- ]
320
+ "ta6Ref": "7.6.1"
403
321
  },
404
322
  "greenDealLoan": {
405
323
  "ta6Ref": "7.7",
406
- "title": "Green Deal Loan",
407
324
  "required": [
408
325
  "hasGreenDealLoan"
409
326
  ],
410
327
  "properties": {
411
328
  "hasGreenDealLoan": {
412
329
  "ta6Ref": "7.7.0",
413
- "title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
414
330
  "discriminator": {
415
331
  "propertyName": "yesNo"
416
332
  },
@@ -432,16 +348,10 @@
432
348
  ]
433
349
  },
434
350
  "details": {
435
- "ta6Ref": "7.7.2",
436
- "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"
351
+ "ta6Ref": "7.7.2"
437
352
  },
438
353
  "attachments": {
439
- "ta6Ref": "7.7.3",
440
- "title": "Attachments",
441
- "enum": [
442
- "Attached",
443
- "To follow"
444
- ]
354
+ "ta6Ref": "7.7.3"
445
355
  }
446
356
  },
447
357
  "required": [
@@ -455,11 +365,7 @@
455
365
  ],
456
366
  "properties": {
457
367
  "yesNo": {
458
- "ta6Ref": "7.7.1",
459
- "enum": [
460
- "Yes",
461
- "No"
462
- ]
368
+ "ta6Ref": "7.7.1"
463
369
  }
464
370
  }
465
371
  }
@@ -469,7 +375,6 @@
469
375
  },
470
376
  "disputesAndComplaints": {
471
377
  "ta6Ref": "2",
472
- "title": "Disputes and Complaints",
473
378
  "required": [
474
379
  "hasDisputesAndComplaints",
475
380
  "leadingToDisputesAndComplaints"
@@ -477,8 +382,6 @@
477
382
  "properties": {
478
383
  "hasDisputesAndComplaints": {
479
384
  "ta6Ref": "2.1",
480
- "title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
481
- "description": "E.g boundary disagreement, noise, trespass etc",
482
385
  "discriminator": {
483
386
  "propertyName": "yesNo"
484
387
  },
@@ -500,8 +403,7 @@
500
403
  ]
501
404
  },
502
405
  "details": {
503
- "ta6Ref": "2.1.2",
504
- "title": "Please give details"
406
+ "ta6Ref": "2.1.2"
505
407
  }
506
408
  },
507
409
  "required": [
@@ -514,17 +416,12 @@
514
416
  ],
515
417
  "properties": {
516
418
  "yesNo": {
517
- "ta6Ref": "2.1.1",
518
- "enum": [
519
- "Yes",
520
- "No"
521
- ]
419
+ "ta6Ref": "2.1.1"
522
420
  }
523
421
  }
524
422
  },
525
423
  "leadingToDisputesAndComplaints": {
526
424
  "ta6Ref": "2.2",
527
- "title": "Is the seller aware of anything which might lead to a dispute about the property or a property nearby?",
528
425
  "discriminator": {
529
426
  "propertyName": "yesNo"
530
427
  },
@@ -546,8 +443,7 @@
546
443
  ]
547
444
  },
548
445
  "details": {
549
- "ta6Ref": "2.2.2",
550
- "title": "Please give details"
446
+ "ta6Ref": "2.2.2"
551
447
  }
552
448
  },
553
449
  "required": [
@@ -560,11 +456,7 @@
560
456
  ],
561
457
  "properties": {
562
458
  "yesNo": {
563
- "ta6Ref": "2.2.1",
564
- "enum": [
565
- "Yes",
566
- "No"
567
- ]
459
+ "ta6Ref": "2.2.1"
568
460
  }
569
461
  }
570
462
  }
@@ -572,8 +464,6 @@
572
464
  },
573
465
  "alterationsAndChanges": {
574
466
  "ta6Ref": "4.1",
575
- "title": "Alterations and Changes to the Property",
576
- "description": "Have any of the following changes been made to the whole or any part of the property (including the garden)?",
577
467
  "required": [
578
468
  "hasStructuralAlterations",
579
469
  "changeOfUse",
@@ -586,7 +476,6 @@
586
476
  "properties": {
587
477
  "hasStructuralAlterations": {
588
478
  "ta6Ref": "4.1a",
589
- "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)",
590
479
  "discriminator": {
591
480
  "propertyName": "yesNo"
592
481
  },
@@ -608,12 +497,10 @@
608
497
  ]
609
498
  },
610
499
  "details": {
611
- "ta6Ref": "4.1a2",
612
- "title": "Please give details including dates of all work undertaken"
500
+ "ta6Ref": "4.1a2"
613
501
  },
614
502
  "buildingRegApproval": {
615
503
  "ta6Ref": "4.2",
616
- "title": "Was Building Regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
617
504
  "discriminator": {
618
505
  "propertyName": "yesNo"
619
506
  },
@@ -626,12 +513,7 @@
626
513
  ]
627
514
  },
628
515
  "attachments": {
629
- "ta6Ref": "4.2a",
630
- "title": "Please provide a copy of the documents",
631
- "enum": [
632
- "Attached",
633
- "To follow"
634
- ]
516
+ "ta6Ref": "4.2a"
635
517
  }
636
518
  },
637
519
  "required": [
@@ -647,9 +529,7 @@
647
529
  ]
648
530
  },
649
531
  "details": {
650
- "ta6Ref": "4.2b",
651
- "title": "Please outline the reasons why",
652
- "description": "e.g. the work was exempt from Building Regulations"
532
+ "ta6Ref": "4.2b"
653
533
  }
654
534
  },
655
535
  "required": [
@@ -662,18 +542,12 @@
662
542
  ],
663
543
  "properties": {
664
544
  "yesNo": {
665
- "ta6Ref": "4.2.1",
666
- "enum": [
667
- "Yes",
668
- "No",
669
- "Not required"
670
- ]
545
+ "ta6Ref": "4.2.1"
671
546
  }
672
547
  }
673
548
  },
674
549
  "planningPermission": {
675
550
  "ta6Ref": "4.2.1",
676
- "title": "Was planning permission obtained?",
677
551
  "discriminator": {
678
552
  "propertyName": "yesNo"
679
553
  },
@@ -686,12 +560,7 @@
686
560
  ]
687
561
  },
688
562
  "attachments": {
689
- "ta6Ref": "4.2a",
690
- "title": "Please provide a copy of the documents",
691
- "enum": [
692
- "Attached",
693
- "To follow"
694
- ]
563
+ "ta6Ref": "4.2a"
695
564
  }
696
565
  },
697
566
  "required": [
@@ -707,9 +576,7 @@
707
576
  ]
708
577
  },
709
578
  "details": {
710
- "ta6Ref": "4.2b",
711
- "title": "Please outline the reasons why",
712
- "description": "e.g. permitted development rights applied"
579
+ "ta6Ref": "4.2b"
713
580
  }
714
581
  },
715
582
  "required": [
@@ -741,17 +608,12 @@
741
608
  ],
742
609
  "properties": {
743
610
  "yesNo": {
744
- "ta6Ref": "4.1a1",
745
- "enum": [
746
- "Yes",
747
- "No"
748
- ]
611
+ "ta6Ref": "4.1a1"
749
612
  }
750
613
  }
751
614
  },
752
615
  "changeOfUse": {
753
616
  "ta6Ref": "4.1b",
754
- "title": "Has there been any change of use (e.g. from an office to a residence)?",
755
617
  "discriminator": {
756
618
  "propertyName": "yesNo"
757
619
  },
@@ -773,12 +635,10 @@
773
635
  ]
774
636
  },
775
637
  "yearCompleted": {
776
- "ta6Ref": "4.1b2",
777
- "title": "What year was the change completed?"
638
+ "ta6Ref": "4.1b2"
778
639
  },
779
640
  "buildingRegApproval": {
780
641
  "ta6Ref": "4.2",
781
- "title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
782
642
  "discriminator": {
783
643
  "propertyName": "yesNo"
784
644
  },
@@ -791,12 +651,7 @@
791
651
  ]
792
652
  },
793
653
  "attachments": {
794
- "ta6Ref": "4.2a",
795
- "title": "Please provide a copy of the documents",
796
- "enum": [
797
- "Attached",
798
- "To follow"
799
- ]
654
+ "ta6Ref": "4.2a"
800
655
  }
801
656
  },
802
657
  "required": [
@@ -812,9 +667,7 @@
812
667
  ]
813
668
  },
814
669
  "details": {
815
- "ta6Ref": "4.2b",
816
- "title": "Please outline the reasons why",
817
- "description": "e.g. the work was exempt from Building Regulations"
670
+ "ta6Ref": "4.2b"
818
671
  }
819
672
  },
820
673
  "required": [
@@ -827,18 +680,12 @@
827
680
  ],
828
681
  "properties": {
829
682
  "yesNo": {
830
- "ta6Ref": "4.2.1",
831
- "enum": [
832
- "Yes",
833
- "No",
834
- "Not required"
835
- ]
683
+ "ta6Ref": "4.2.1"
836
684
  }
837
685
  }
838
686
  },
839
687
  "planningPermission": {
840
688
  "ta6Ref": "4.2",
841
- "title": "Was planning permission obtained?",
842
689
  "discriminator": {
843
690
  "propertyName": "yesNo"
844
691
  },
@@ -851,12 +698,7 @@
851
698
  ]
852
699
  },
853
700
  "attachments": {
854
- "ta6Ref": "4.2a",
855
- "title": "Please provide a copy of the documents",
856
- "enum": [
857
- "Attached",
858
- "To follow"
859
- ]
701
+ "ta6Ref": "4.2a"
860
702
  }
861
703
  },
862
704
  "required": [
@@ -872,9 +714,7 @@
872
714
  ]
873
715
  },
874
716
  "details": {
875
- "ta6Ref": "4.2b",
876
- "title": "Please outline the reasons why",
877
- "description": "e.g. permitted development rights applied"
717
+ "ta6Ref": "4.2b"
878
718
  }
879
719
  },
880
720
  "required": [
@@ -887,12 +727,7 @@
887
727
  ],
888
728
  "properties": {
889
729
  "yesNo": {
890
- "ta6Ref": "4.2.1",
891
- "enum": [
892
- "Yes",
893
- "No",
894
- "Not required"
895
- ]
730
+ "ta6Ref": "4.2.1"
896
731
  }
897
732
  }
898
733
  }
@@ -907,17 +742,12 @@
907
742
  ],
908
743
  "properties": {
909
744
  "yesNo": {
910
- "ta6Ref": "4.1b1",
911
- "enum": [
912
- "Yes",
913
- "No"
914
- ]
745
+ "ta6Ref": "4.1b1"
915
746
  }
916
747
  }
917
748
  },
918
749
  "windowReplacementsSince2002": {
919
750
  "ta6Ref": "4.1c",
920
- "title": "Since 1st April 2002 has replacement of any windows, roof windows, roof lights, glazed doors taken place?",
921
751
  "discriminator": {
922
752
  "propertyName": "yesNo"
923
753
  },
@@ -939,12 +769,10 @@
939
769
  ]
940
770
  },
941
771
  "yearCompleted": {
942
- "ta6Ref": "4.1c2",
943
- "title": "What year was the installation completed?"
772
+ "ta6Ref": "4.1c2"
944
773
  },
945
774
  "buildingRegApproval": {
946
775
  "ta6Ref": "4.2",
947
- "title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
948
776
  "discriminator": {
949
777
  "propertyName": "yesNo"
950
778
  },
@@ -957,12 +785,7 @@
957
785
  ]
958
786
  },
959
787
  "attachments": {
960
- "ta6Ref": "4.2a",
961
- "title": "Please provide a copy of the documents",
962
- "enum": [
963
- "Attached",
964
- "To follow"
965
- ]
788
+ "ta6Ref": "4.2a"
966
789
  }
967
790
  },
968
791
  "required": [
@@ -978,9 +801,7 @@
978
801
  ]
979
802
  },
980
803
  "details": {
981
- "ta6Ref": "4.2b",
982
- "title": "Please outline the reasons why",
983
- "description": "e.g. the work was exempt from Building Regulations"
804
+ "ta6Ref": "4.2b"
984
805
  }
985
806
  },
986
807
  "required": [
@@ -993,18 +814,12 @@
993
814
  ],
994
815
  "properties": {
995
816
  "yesNo": {
996
- "ta6Ref": "4.2.1",
997
- "enum": [
998
- "Yes",
999
- "No",
1000
- "Not required"
1001
- ]
817
+ "ta6Ref": "4.2.1"
1002
818
  }
1003
819
  }
1004
820
  },
1005
821
  "planningPermission": {
1006
822
  "ta6Ref": "4.2",
1007
- "title": "Was planning permission obtained?",
1008
823
  "discriminator": {
1009
824
  "propertyName": "yesNo"
1010
825
  },
@@ -1017,12 +832,7 @@
1017
832
  ]
1018
833
  },
1019
834
  "attachments": {
1020
- "ta6Ref": "4.2a",
1021
- "title": "Please provide a copy of the documents",
1022
- "enum": [
1023
- "Attached",
1024
- "To follow"
1025
- ]
835
+ "ta6Ref": "4.2a"
1026
836
  }
1027
837
  },
1028
838
  "required": [
@@ -1038,9 +848,7 @@
1038
848
  ]
1039
849
  },
1040
850
  "details": {
1041
- "ta6Ref": "4.2b",
1042
- "title": "Please outline the reasons why",
1043
- "description": "e.g. permitted development rights applied"
851
+ "ta6Ref": "4.2b"
1044
852
  }
1045
853
  },
1046
854
  "required": [
@@ -1053,12 +861,7 @@
1053
861
  ],
1054
862
  "properties": {
1055
863
  "yesNo": {
1056
- "ta6Ref": "4.2.1",
1057
- "enum": [
1058
- "Yes",
1059
- "No",
1060
- "Not required"
1061
- ]
864
+ "ta6Ref": "4.2.1"
1062
865
  }
1063
866
  }
1064
867
  }
@@ -1073,17 +876,12 @@
1073
876
  ],
1074
877
  "properties": {
1075
878
  "yesNo": {
1076
- "ta6Ref": "4.1c1",
1077
- "enum": [
1078
- "Yes",
1079
- "No"
1080
- ]
879
+ "ta6Ref": "4.1c1"
1081
880
  }
1082
881
  }
1083
882
  },
1084
883
  "hasAddedConservatory": {
1085
884
  "ta6Ref": "4.1d",
1086
- "title": "Has a conservatory been added?",
1087
885
  "discriminator": {
1088
886
  "propertyName": "yesNo"
1089
887
  },
@@ -1105,12 +903,10 @@
1105
903
  ]
1106
904
  },
1107
905
  "yearCompleted": {
1108
- "ta6Ref": "4.1d2",
1109
- "title": "What year was the installation completed?"
906
+ "ta6Ref": "4.1d2"
1110
907
  },
1111
908
  "buildingRegApproval": {
1112
909
  "ta6Ref": "4.2",
1113
- "title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
1114
910
  "discriminator": {
1115
911
  "propertyName": "yesNo"
1116
912
  },
@@ -1123,12 +919,7 @@
1123
919
  ]
1124
920
  },
1125
921
  "attachments": {
1126
- "ta6Ref": "4.2a",
1127
- "title": "Please provide a copy of the documents",
1128
- "enum": [
1129
- "Attached",
1130
- "To follow"
1131
- ]
922
+ "ta6Ref": "4.2a"
1132
923
  }
1133
924
  },
1134
925
  "required": [
@@ -1144,9 +935,7 @@
1144
935
  ]
1145
936
  },
1146
937
  "details": {
1147
- "ta6Ref": "4.2b",
1148
- "title": "Please outline the reasons why",
1149
- "description": "e.g. the work was exempt from Building Regulations"
938
+ "ta6Ref": "4.2b"
1150
939
  }
1151
940
  },
1152
941
  "required": [
@@ -1159,18 +948,12 @@
1159
948
  ],
1160
949
  "properties": {
1161
950
  "yesNo": {
1162
- "ta6Ref": "4.2.1",
1163
- "enum": [
1164
- "Yes",
1165
- "No",
1166
- "Not required"
1167
- ]
951
+ "ta6Ref": "4.2.1"
1168
952
  }
1169
953
  }
1170
954
  },
1171
955
  "planningPermission": {
1172
956
  "ta6Ref": "4.2",
1173
- "title": "Was planning permission obtained?",
1174
957
  "discriminator": {
1175
958
  "propertyName": "yesNo"
1176
959
  },
@@ -1183,12 +966,7 @@
1183
966
  ]
1184
967
  },
1185
968
  "attachments": {
1186
- "ta6Ref": "4.2a",
1187
- "title": "Please provide a copy of the documents",
1188
- "enum": [
1189
- "Attached",
1190
- "To follow"
1191
- ]
969
+ "ta6Ref": "4.2a"
1192
970
  }
1193
971
  },
1194
972
  "required": [
@@ -1204,9 +982,7 @@
1204
982
  ]
1205
983
  },
1206
984
  "details": {
1207
- "ta6Ref": "4.2b",
1208
- "title": "Please outline the reasons why",
1209
- "description": "e.g. permitted development rights applied"
985
+ "ta6Ref": "4.2b"
1210
986
  }
1211
987
  },
1212
988
  "required": [
@@ -1219,12 +995,7 @@
1219
995
  ],
1220
996
  "properties": {
1221
997
  "yesNo": {
1222
- "ta6Ref": "4.2.1",
1223
- "enum": [
1224
- "Yes",
1225
- "No",
1226
- "Not required"
1227
- ]
998
+ "ta6Ref": "4.2.1"
1228
999
  }
1229
1000
  }
1230
1001
  }
@@ -1239,17 +1010,12 @@
1239
1010
  ],
1240
1011
  "properties": {
1241
1012
  "yesNo": {
1242
- "ta6Ref": "4.1d1",
1243
- "enum": [
1244
- "Yes",
1245
- "No"
1246
- ]
1013
+ "ta6Ref": "4.1d1"
1247
1014
  }
1248
1015
  }
1249
1016
  },
1250
1017
  "worksUnfinished": {
1251
1018
  "ta6Ref": "4.3",
1252
- "title": "Are any of the works listed above unfinished?",
1253
1019
  "discriminator": {
1254
1020
  "propertyName": "yesNo"
1255
1021
  },
@@ -1271,8 +1037,7 @@
1271
1037
  ]
1272
1038
  },
1273
1039
  "details": {
1274
- "ta6Ref": "4.3.2",
1275
- "title": "Please provide details and explain why"
1040
+ "ta6Ref": "4.3.2"
1276
1041
  }
1277
1042
  },
1278
1043
  "required": [
@@ -1285,17 +1050,12 @@
1285
1050
  ],
1286
1051
  "properties": {
1287
1052
  "yesNo": {
1288
- "ta6Ref": "4.3.1",
1289
- "enum": [
1290
- "Yes",
1291
- "No"
1292
- ]
1053
+ "ta6Ref": "4.3.1"
1293
1054
  }
1294
1055
  }
1295
1056
  },
1296
1057
  "planningPermissionBreaches": {
1297
1058
  "ta6Ref": "4.4",
1298
- "title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions or work not having the necessary consents?",
1299
1059
  "discriminator": {
1300
1060
  "propertyName": "yesNo"
1301
1061
  },
@@ -1317,8 +1077,7 @@
1317
1077
  ]
1318
1078
  },
1319
1079
  "details": {
1320
- "ta6Ref": "4.4.2",
1321
- "title": "Please give details"
1080
+ "ta6Ref": "4.4.2"
1322
1081
  }
1323
1082
  },
1324
1083
  "required": [
@@ -1331,17 +1090,12 @@
1331
1090
  ],
1332
1091
  "properties": {
1333
1092
  "yesNo": {
1334
- "ta6Ref": "4.4.1",
1335
- "enum": [
1336
- "Yes",
1337
- "No"
1338
- ]
1093
+ "ta6Ref": "4.4.1"
1339
1094
  }
1340
1095
  }
1341
1096
  },
1342
1097
  "unresolvedPlanningIssues": {
1343
1098
  "ta6Ref": "4.5",
1344
- "title": "Are you aware of any unresolved planning or building control issues?",
1345
1099
  "discriminator": {
1346
1100
  "propertyName": "yesNo"
1347
1101
  },
@@ -1363,8 +1117,7 @@
1363
1117
  ]
1364
1118
  },
1365
1119
  "details": {
1366
- "ta6Ref": "4.5.2",
1367
- "title": "Please give details"
1120
+ "ta6Ref": "4.5.2"
1368
1121
  }
1369
1122
  },
1370
1123
  "required": [
@@ -1377,11 +1130,7 @@
1377
1130
  ],
1378
1131
  "properties": {
1379
1132
  "yesNo": {
1380
- "ta6Ref": "4.5.1",
1381
- "enum": [
1382
- "Yes",
1383
- "No"
1384
- ]
1133
+ "ta6Ref": "4.5.1"
1385
1134
  }
1386
1135
  }
1387
1136
  }
@@ -1389,8 +1138,6 @@
1389
1138
  },
1390
1139
  "notices": {
1391
1140
  "ta6Ref": "3",
1392
- "title": "Notices which Affect the Property",
1393
- "description": "Are you aware of, or have you received, any of the following notices?",
1394
1141
  "required": [
1395
1142
  "neighbourDevelopment",
1396
1143
  "partyWallAct",
@@ -1399,7 +1146,6 @@
1399
1146
  "properties": {
1400
1147
  "neighbourDevelopment": {
1401
1148
  "ta6Ref": "3.2",
1402
- "title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
1403
1149
  "discriminator": {
1404
1150
  "propertyName": "yesNo"
1405
1151
  },
@@ -1421,8 +1167,7 @@
1421
1167
  ]
1422
1168
  },
1423
1169
  "details": {
1424
- "ta6Ref": "3.2.2",
1425
- "title": "Details"
1170
+ "ta6Ref": "3.2.2"
1426
1171
  }
1427
1172
  },
1428
1173
  "required": [
@@ -1435,17 +1180,12 @@
1435
1180
  ],
1436
1181
  "properties": {
1437
1182
  "yesNo": {
1438
- "ta6Ref": "3.2.1",
1439
- "enum": [
1440
- "Yes",
1441
- "No"
1442
- ]
1183
+ "ta6Ref": "3.2.1"
1443
1184
  }
1444
1185
  }
1445
1186
  },
1446
1187
  "planningApplication": {
1447
1188
  "ta6Ref": "3.1",
1448
- "title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
1449
1189
  "discriminator": {
1450
1190
  "propertyName": "yesNo"
1451
1191
  },
@@ -1467,8 +1207,7 @@
1467
1207
  ]
1468
1208
  },
1469
1209
  "details": {
1470
- "ta6Ref": "3.1.2",
1471
- "title": "Details"
1210
+ "ta6Ref": "3.1.2"
1472
1211
  }
1473
1212
  },
1474
1213
  "required": [
@@ -1481,17 +1220,12 @@
1481
1220
  ],
1482
1221
  "properties": {
1483
1222
  "yesNo": {
1484
- "ta6Ref": "3.1.1",
1485
- "enum": [
1486
- "Yes",
1487
- "No"
1488
- ]
1223
+ "ta6Ref": "3.1.1"
1489
1224
  }
1490
1225
  }
1491
1226
  },
1492
1227
  "requiredMaintenance": {
1493
1228
  "ta6Ref": "3.1",
1494
- "title": "Notice informing you that maintenance, repairs or improvements are required to your property?",
1495
1229
  "discriminator": {
1496
1230
  "propertyName": "yesNo"
1497
1231
  },
@@ -1513,8 +1247,7 @@
1513
1247
  ]
1514
1248
  },
1515
1249
  "details": {
1516
- "ta6Ref": "3.1.2",
1517
- "title": "Details"
1250
+ "ta6Ref": "3.1.2"
1518
1251
  }
1519
1252
  },
1520
1253
  "required": [
@@ -1527,17 +1260,12 @@
1527
1260
  ],
1528
1261
  "properties": {
1529
1262
  "yesNo": {
1530
- "ta6Ref": "3.1.1",
1531
- "enum": [
1532
- "Yes",
1533
- "No"
1534
- ]
1263
+ "ta6Ref": "3.1.1"
1535
1264
  }
1536
1265
  }
1537
1266
  },
1538
1267
  "listedBuildingApplication": {
1539
1268
  "ta6Ref": "3.1",
1540
- "title": "Listed building application",
1541
1269
  "discriminator": {
1542
1270
  "propertyName": "yesNo"
1543
1271
  },
@@ -1559,8 +1287,7 @@
1559
1287
  ]
1560
1288
  },
1561
1289
  "details": {
1562
- "ta6Ref": "3.1.2",
1563
- "title": "Details"
1290
+ "ta6Ref": "3.1.2"
1564
1291
  }
1565
1292
  },
1566
1293
  "required": [
@@ -1573,17 +1300,12 @@
1573
1300
  ],
1574
1301
  "properties": {
1575
1302
  "yesNo": {
1576
- "ta6Ref": "3.1.1",
1577
- "enum": [
1578
- "Yes",
1579
- "No"
1580
- ]
1303
+ "ta6Ref": "3.1.1"
1581
1304
  }
1582
1305
  }
1583
1306
  },
1584
1307
  "infrastructureProject": {
1585
1308
  "ta6Ref": "3.1",
1586
- "title": "Infrastructure project, proposed or in progress (i.e. wind turbine, railway, fracking, etc)",
1587
1309
  "discriminator": {
1588
1310
  "propertyName": "yesNo"
1589
1311
  },
@@ -1605,8 +1327,7 @@
1605
1327
  ]
1606
1328
  },
1607
1329
  "details": {
1608
- "ta6Ref": "3.1.2",
1609
- "title": "Details"
1330
+ "ta6Ref": "3.1.2"
1610
1331
  }
1611
1332
  },
1612
1333
  "required": [
@@ -1619,17 +1340,12 @@
1619
1340
  ],
1620
1341
  "properties": {
1621
1342
  "yesNo": {
1622
- "ta6Ref": "3.1.1",
1623
- "enum": [
1624
- "Yes",
1625
- "No"
1626
- ]
1343
+ "ta6Ref": "3.1.1"
1627
1344
  }
1628
1345
  }
1629
1346
  },
1630
1347
  "partyWallAct": {
1631
1348
  "ta6Ref": "1.6",
1632
- "title": "Notice under the Party Wall Act 1996 in respect of any shared or party boundaries?",
1633
1349
  "discriminator": {
1634
1350
  "propertyName": "yesNo"
1635
1351
  },
@@ -1651,16 +1367,10 @@
1651
1367
  ]
1652
1368
  },
1653
1369
  "details": {
1654
- "ta6Ref": "1.6.2",
1655
- "title": "Details"
1370
+ "ta6Ref": "1.6.2"
1656
1371
  },
1657
1372
  "attachments": {
1658
- "ta6Ref": "1.6.3",
1659
- "title": "Attachments",
1660
- "enum": [
1661
- "Attached",
1662
- "To follow"
1663
- ]
1373
+ "ta6Ref": "1.6.3"
1664
1374
  }
1665
1375
  },
1666
1376
  "required": [
@@ -1673,17 +1383,12 @@
1673
1383
  ],
1674
1384
  "properties": {
1675
1385
  "yesNo": {
1676
- "ta6Ref": "1.6.1",
1677
- "enum": [
1678
- "Yes",
1679
- "No"
1680
- ]
1386
+ "ta6Ref": "1.6.1"
1681
1387
  }
1682
1388
  }
1683
1389
  },
1684
1390
  "otherNotices": {
1685
1391
  "ta6Ref": "3.1",
1686
- "title": "Any other type of notice?",
1687
1392
  "discriminator": {
1688
1393
  "propertyName": "yesNo"
1689
1394
  },
@@ -1705,8 +1410,7 @@
1705
1410
  ]
1706
1411
  },
1707
1412
  "details": {
1708
- "ta6Ref": "3.1.2",
1709
- "title": "Details"
1413
+ "ta6Ref": "3.1.2"
1710
1414
  }
1711
1415
  },
1712
1416
  "required": [
@@ -1719,11 +1423,7 @@
1719
1423
  ],
1720
1424
  "properties": {
1721
1425
  "yesNo": {
1722
- "ta6Ref": "3.1.1",
1723
- "enum": [
1724
- "Yes",
1725
- "No"
1726
- ]
1426
+ "ta6Ref": "3.1.1"
1727
1427
  }
1728
1428
  }
1729
1429
  }
@@ -1736,7 +1436,6 @@
1736
1436
  "properties": {
1737
1437
  "japaneseKnotweed": {
1738
1438
  "ta6Ref": "7.8",
1739
- "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
1740
1439
  "discriminator": {
1741
1440
  "propertyName": "yesNo"
1742
1441
  },
@@ -1759,21 +1458,10 @@
1759
1458
  ]
1760
1459
  },
1761
1460
  "managementPlanInPlace": {
1762
- "ta6Ref": "7.8.2",
1763
- "title": "Is there a Japanese Knotweed management and treatment plan in place?",
1764
- "enum": [
1765
- "Yes",
1766
- "No",
1767
- "Not known"
1768
- ]
1461
+ "ta6Ref": "7.8.2"
1769
1462
  },
1770
1463
  "attachments": {
1771
- "ta6Ref": "7.8.3",
1772
- "title": "Please supply a copy with any insurance cover linked to the plan",
1773
- "enum": [
1774
- "Attached",
1775
- "To follow"
1776
- ]
1464
+ "ta6Ref": "7.8.3"
1777
1465
  }
1778
1466
  },
1779
1467
  "required": [
@@ -1786,12 +1474,7 @@
1786
1474
  ],
1787
1475
  "properties": {
1788
1476
  "yesNo": {
1789
- "ta6Ref": "7.8.1",
1790
- "enum": [
1791
- "Yes",
1792
- "No",
1793
- "Not known"
1794
- ]
1477
+ "ta6Ref": "7.8.1"
1795
1478
  }
1796
1479
  }
1797
1480
  }
@@ -1799,8 +1482,6 @@
1799
1482
  },
1800
1483
  "connectedUtilities": {
1801
1484
  "ta6Ref": "13",
1802
- "title": "Connected utilities",
1803
- "description": "Please indicate which utilities are are connected to the property.",
1804
1485
  "required": [
1805
1486
  "mainsElectricity",
1806
1487
  "mainsGas",
@@ -1810,7 +1491,6 @@
1810
1491
  "properties": {
1811
1492
  "mainsElectricity": {
1812
1493
  "ta6Ref": "13.1",
1813
- "title": "Mains electricity",
1814
1494
  "discriminator": {
1815
1495
  "propertyName": "yesNo"
1816
1496
  },
@@ -1832,8 +1512,7 @@
1832
1512
  ]
1833
1513
  },
1834
1514
  "supplier": {
1835
- "ta6Ref": "13.1.2",
1836
- "title": "Supplier"
1515
+ "ta6Ref": "13.1.2"
1837
1516
  }
1838
1517
  },
1839
1518
  "required": [
@@ -1848,8 +1527,7 @@
1848
1527
  ]
1849
1528
  },
1850
1529
  "supplier": {
1851
- "ta6Ref": "13.1.2",
1852
- "title": "Supplier"
1530
+ "ta6Ref": "13.1.2"
1853
1531
  }
1854
1532
  }
1855
1533
  }
@@ -1859,18 +1537,12 @@
1859
1537
  ],
1860
1538
  "properties": {
1861
1539
  "yesNo": {
1862
- "ta6Ref": "13.1.1",
1863
- "enum": [
1864
- "Yes",
1865
- "To be connected",
1866
- "No"
1867
- ]
1540
+ "ta6Ref": "13.1.1"
1868
1541
  }
1869
1542
  }
1870
1543
  },
1871
1544
  "mainsGas": {
1872
1545
  "ta6Ref": "13.2",
1873
- "title": "Mains gas",
1874
1546
  "discriminator": {
1875
1547
  "propertyName": "yesNo"
1876
1548
  },
@@ -1892,8 +1564,7 @@
1892
1564
  ]
1893
1565
  },
1894
1566
  "supplier": {
1895
- "ta6Ref": "13.2.2",
1896
- "title": "Supplier"
1567
+ "ta6Ref": "13.2.2"
1897
1568
  }
1898
1569
  },
1899
1570
  "required": [
@@ -1908,8 +1579,7 @@
1908
1579
  ]
1909
1580
  },
1910
1581
  "supplier": {
1911
- "ta6Ref": "13.2.2",
1912
- "title": "Supplier"
1582
+ "ta6Ref": "13.2.2"
1913
1583
  }
1914
1584
  }
1915
1585
  }
@@ -1919,18 +1589,12 @@
1919
1589
  ],
1920
1590
  "properties": {
1921
1591
  "yesNo": {
1922
- "ta6Ref": "13.2.1",
1923
- "enum": [
1924
- "Yes",
1925
- "To be connected",
1926
- "No"
1927
- ]
1592
+ "ta6Ref": "13.2.1"
1928
1593
  }
1929
1594
  }
1930
1595
  },
1931
1596
  "telephone": {
1932
1597
  "ta6Ref": "13.5",
1933
- "title": "Telephone",
1934
1598
  "discriminator": {
1935
1599
  "propertyName": "yesNo"
1936
1600
  },
@@ -1952,8 +1616,7 @@
1952
1616
  ]
1953
1617
  },
1954
1618
  "supplier": {
1955
- "ta6Ref": "13.5.2",
1956
- "title": "Supplier"
1619
+ "ta6Ref": "13.5.2"
1957
1620
  }
1958
1621
  },
1959
1622
  "required": [
@@ -1968,8 +1631,7 @@
1968
1631
  ]
1969
1632
  },
1970
1633
  "supplier": {
1971
- "ta6Ref": "13.5.2",
1972
- "title": "Supplier"
1634
+ "ta6Ref": "13.5.2"
1973
1635
  }
1974
1636
  }
1975
1637
  }
@@ -1979,18 +1641,12 @@
1979
1641
  ],
1980
1642
  "properties": {
1981
1643
  "yesNo": {
1982
- "ta6Ref": "13.5.1",
1983
- "enum": [
1984
- "Yes",
1985
- "To be connected",
1986
- "No"
1987
- ]
1644
+ "ta6Ref": "13.5.1"
1988
1645
  }
1989
1646
  }
1990
1647
  },
1991
1648
  "cableSatelliteTV": {
1992
1649
  "ta6Ref": "13.6",
1993
- "title": "Cable TV or satellite",
1994
1650
  "discriminator": {
1995
1651
  "propertyName": "yesNo"
1996
1652
  },
@@ -2012,8 +1668,7 @@
2012
1668
  ]
2013
1669
  },
2014
1670
  "supplier": {
2015
- "ta6Ref": "13.6.2",
2016
- "title": "Supplier"
1671
+ "ta6Ref": "13.6.2"
2017
1672
  }
2018
1673
  },
2019
1674
  "required": [
@@ -2035,12 +1690,7 @@
2035
1690
  ],
2036
1691
  "properties": {
2037
1692
  "yesNo": {
2038
- "ta6Ref": "13.6.1",
2039
- "enum": [
2040
- "Yes",
2041
- "To be connected",
2042
- "No"
2043
- ]
1693
+ "ta6Ref": "13.6.1"
2044
1694
  }
2045
1695
  }
2046
1696
  }
@@ -2048,8 +1698,6 @@
2048
1698
  },
2049
1699
  "waterAndDrainage": {
2050
1700
  "ta6Ref": "13",
2051
- "title": "Water and Drainage",
2052
- "description": "Please describe the water and drainage services that are connected to the property.",
2053
1701
  "required": [
2054
1702
  "water",
2055
1703
  "drainage"
@@ -2057,14 +1705,12 @@
2057
1705
  "properties": {
2058
1706
  "water": {
2059
1707
  "ta6Ref": "13",
2060
- "title": "Water",
2061
1708
  "required": [
2062
1709
  "mainsWater"
2063
1710
  ],
2064
1711
  "properties": {
2065
1712
  "mainsWater": {
2066
1713
  "ta6Ref": "13.3",
2067
- "title": "Mains water",
2068
1714
  "discriminator": {
2069
1715
  "propertyName": "yesNo"
2070
1716
  },
@@ -2086,8 +1732,7 @@
2086
1732
  ]
2087
1733
  },
2088
1734
  "supplier": {
2089
- "ta6Ref": "13.3.2",
2090
- "title": "Supplier"
1735
+ "ta6Ref": "13.3.2"
2091
1736
  }
2092
1737
  },
2093
1738
  "required": [
@@ -2102,8 +1747,7 @@
2102
1747
  ]
2103
1748
  },
2104
1749
  "supplier": {
2105
- "ta6Ref": "13.3.2",
2106
- "title": "Supplier"
1750
+ "ta6Ref": "13.3.2"
2107
1751
  }
2108
1752
  }
2109
1753
  }
@@ -2113,12 +1757,7 @@
2113
1757
  ],
2114
1758
  "properties": {
2115
1759
  "yesNo": {
2116
- "ta6Ref": "13.3.1",
2117
- "enum": [
2118
- "Yes",
2119
- "To be connected",
2120
- "No"
2121
- ]
1760
+ "ta6Ref": "13.3.1"
2122
1761
  }
2123
1762
  }
2124
1763
  }
@@ -2132,7 +1771,6 @@
2132
1771
  "properties": {
2133
1772
  "mainsSurfaceWaterDrainage": {
2134
1773
  "ta6Ref": "12.4b",
2135
- "title": "Mains surface water drainage",
2136
1774
  "discriminator": {
2137
1775
  "propertyName": "yesNo"
2138
1776
  },
@@ -2171,19 +1809,12 @@
2171
1809
  ],
2172
1810
  "properties": {
2173
1811
  "yesNo": {
2174
- "ta6Ref": "12.4b1",
2175
- "enum": [
2176
- "Yes",
2177
- "To be connected",
2178
- "No",
2179
- "Not known"
2180
- ]
1812
+ "ta6Ref": "12.4b1"
2181
1813
  }
2182
1814
  }
2183
1815
  },
2184
1816
  "mainsFoulDrainage": {
2185
1817
  "ta6Ref": "12.4a",
2186
- "title": "Mains foul drainage",
2187
1818
  "discriminator": {
2188
1819
  "propertyName": "yesNo"
2189
1820
  },
@@ -2196,8 +1827,7 @@
2196
1827
  ]
2197
1828
  },
2198
1829
  "supplier": {
2199
- "ta6Ref": "12.4a2",
2200
- "title": "Supplier"
1830
+ "ta6Ref": "12.4a2"
2201
1831
  }
2202
1832
  }
2203
1833
  },
@@ -2209,8 +1839,7 @@
2209
1839
  ]
2210
1840
  },
2211
1841
  "supplier": {
2212
- "ta6Ref": "12.4a2",
2213
- "title": "Supplier"
1842
+ "ta6Ref": "12.4a2"
2214
1843
  }
2215
1844
  }
2216
1845
  },
@@ -2224,7 +1853,6 @@
2224
1853
  },
2225
1854
  "septicTank": {
2226
1855
  "ta6Ref": "12.5a",
2227
- "title": "Septic tank",
2228
1856
  "discriminator": {
2229
1857
  "propertyName": "yesNo"
2230
1858
  },
@@ -2246,12 +1874,10 @@
2246
1874
  ]
2247
1875
  },
2248
1876
  "dateReplaced": {
2249
- "ta6Ref": "12.5a2",
2250
- "title": "Date replaced or upgraded"
1877
+ "ta6Ref": "12.5a2"
2251
1878
  },
2252
1879
  "dateLastEmptied": {
2253
- "ta6Ref": "12.7",
2254
- "title": "Date last emptied"
1880
+ "ta6Ref": "12.7"
2255
1881
  }
2256
1882
  },
2257
1883
  "required": [
@@ -2265,17 +1891,12 @@
2265
1891
  ],
2266
1892
  "properties": {
2267
1893
  "yesNo": {
2268
- "ta6Ref": "12.5a1",
2269
- "enum": [
2270
- "Yes",
2271
- "No"
2272
- ]
1894
+ "ta6Ref": "12.5a1"
2273
1895
  }
2274
1896
  }
2275
1897
  },
2276
1898
  "cesspit": {
2277
1899
  "ta6Ref": "12.5b",
2278
- "title": "Cesspit",
2279
1900
  "discriminator": {
2280
1901
  "propertyName": "yesNo"
2281
1902
  },
@@ -2297,8 +1918,7 @@
2297
1918
  ]
2298
1919
  },
2299
1920
  "dateLastEmptied": {
2300
- "ta6Ref": "12.7",
2301
- "title": "Date last emptied"
1921
+ "ta6Ref": "12.7"
2302
1922
  }
2303
1923
  },
2304
1924
  "required": [
@@ -2311,17 +1931,12 @@
2311
1931
  ],
2312
1932
  "properties": {
2313
1933
  "yesNo": {
2314
- "ta6Ref": "12.5c1",
2315
- "enum": [
2316
- "Yes",
2317
- "No"
2318
- ]
1934
+ "ta6Ref": "12.5c1"
2319
1935
  }
2320
1936
  }
2321
1937
  },
2322
1938
  "sewerageTreatmentPlant": {
2323
1939
  "ta6Ref": "12.5b",
2324
- "title": "Sewerage treatment plant",
2325
1940
  "discriminator": {
2326
1941
  "propertyName": "yesNo"
2327
1942
  },
@@ -2343,12 +1958,10 @@
2343
1958
  ]
2344
1959
  },
2345
1960
  "dateInstalled": {
2346
- "ta6Ref": "12.9",
2347
- "title": "Date installed"
1961
+ "ta6Ref": "12.9"
2348
1962
  },
2349
1963
  "dateLastServiced": {
2350
- "ta6Ref": "12.8",
2351
- "title": "Date last serviced"
1964
+ "ta6Ref": "12.8"
2352
1965
  }
2353
1966
  },
2354
1967
  "required": [
@@ -2362,17 +1975,12 @@
2362
1975
  ],
2363
1976
  "properties": {
2364
1977
  "yesNo": {
2365
- "ta6Ref": "12.5b1",
2366
- "enum": [
2367
- "Yes",
2368
- "No"
2369
- ]
1978
+ "ta6Ref": "12.5b1"
2370
1979
  }
2371
1980
  }
2372
1981
  },
2373
1982
  "otherConnectedProperties": {
2374
1983
  "ta6Ref": "12.6",
2375
- "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
2376
1984
  "discriminator": {
2377
1985
  "propertyName": "yesNo"
2378
1986
  },
@@ -2394,8 +2002,7 @@
2394
2002
  ]
2395
2003
  },
2396
2004
  "numberOfPropertiesSharing": {
2397
- "ta6Ref": "12.6.2",
2398
- "title": "How many other properties?"
2005
+ "ta6Ref": "12.6.2"
2399
2006
  }
2400
2007
  },
2401
2008
  "required": [
@@ -2408,17 +2015,12 @@
2408
2015
  ],
2409
2016
  "properties": {
2410
2017
  "yesNo": {
2411
- "ta6Ref": "12.6.1",
2412
- "enum": [
2413
- "Yes",
2414
- "No"
2415
- ]
2018
+ "ta6Ref": "12.6.1"
2416
2019
  }
2417
2020
  }
2418
2021
  },
2419
2022
  "plantOnOtherLand": {
2420
2023
  "ta6Ref": "12.10",
2421
- "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
2422
2024
  "discriminator": {
2423
2025
  "propertyName": "yesNo"
2424
2026
  },
@@ -2440,12 +2042,7 @@
2440
2042
  ]
2441
2043
  },
2442
2044
  "attachments": {
2443
- "ta6Ref": "12.10.2",
2444
- "title": "Please supply a plan showing the location of the system and how access is obtained.",
2445
- "enum": [
2446
- "Attached",
2447
- "To follow"
2448
- ]
2045
+ "ta6Ref": "12.10.2"
2449
2046
  }
2450
2047
  },
2451
2048
  "required": [
@@ -2458,11 +2055,7 @@
2458
2055
  ],
2459
2056
  "properties": {
2460
2057
  "yesNo": {
2461
- "ta6Ref": "12.10.1",
2462
- "enum": [
2463
- "Yes",
2464
- "No"
2465
- ]
2058
+ "ta6Ref": "12.10.1"
2466
2059
  }
2467
2060
  }
2468
2061
  }
@@ -2481,13 +2074,7 @@
2481
2074
  ],
2482
2075
  "properties": {
2483
2076
  "yesNo": {
2484
- "ta6Ref": "12.4a1",
2485
- "enum": [
2486
- "Yes",
2487
- "To be connected",
2488
- "No",
2489
- "Not known"
2490
- ]
2077
+ "ta6Ref": "12.4a1"
2491
2078
  }
2492
2079
  }
2493
2080
  }
@@ -2497,7 +2084,6 @@
2497
2084
  },
2498
2085
  "centralHeating": {
2499
2086
  "ta6Ref": "12.3",
2500
- "title": "Central Heating",
2501
2087
  "discriminator": {
2502
2088
  "propertyName": "hasCentralHeating"
2503
2089
  },
@@ -2520,7 +2106,6 @@
2520
2106
  },
2521
2107
  "centralHeatingDetails": {
2522
2108
  "ta6Ref": "12.3.2",
2523
- "title": "Central Heating Details",
2524
2109
  "required": [
2525
2110
  "centralHeatingFuel",
2526
2111
  "centralHeatingInstalled",
@@ -2532,7 +2117,6 @@
2532
2117
  "properties": {
2533
2118
  "centralHeatingFuel": {
2534
2119
  "ta6Ref": "12.3.3",
2535
- "title": "Central Heating Fuel",
2536
2120
  "discriminator": {
2537
2121
  "propertyName": "centralHeatingFuelType"
2538
2122
  },
@@ -2557,8 +2141,7 @@
2557
2141
  ]
2558
2142
  },
2559
2143
  "otherCentralHeatingFuelType": {
2560
- "ta6Ref": "12.3a2",
2561
- "title": "Please describe the other fuel type"
2144
+ "ta6Ref": "12.3a2"
2562
2145
  }
2563
2146
  },
2564
2147
  "required": [
@@ -2571,25 +2154,15 @@
2571
2154
  ],
2572
2155
  "properties": {
2573
2156
  "centralHeatingFuelType": {
2574
- "ta6Ref": "12.3a1",
2575
- "title": "What type of fuel does the system run on?",
2576
- "enum": [
2577
- "Gas",
2578
- "Electricity",
2579
- "Oil",
2580
- "LPG",
2581
- "Other"
2582
- ]
2157
+ "ta6Ref": "12.3a1"
2583
2158
  }
2584
2159
  }
2585
2160
  },
2586
2161
  "centralHeatingInstalled": {
2587
- "ta6Ref": "12.3b1",
2588
- "title": "When was the heating system installed?"
2162
+ "ta6Ref": "12.3b1"
2589
2163
  },
2590
2164
  "boilerInstallationCertificate": {
2591
2165
  "ta6Ref": "12.3b2",
2592
- "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
2593
2166
  "discriminator": {
2594
2167
  "propertyName": "yesNo"
2595
2168
  },
@@ -2611,12 +2184,7 @@
2611
2184
  ]
2612
2185
  },
2613
2186
  "attachments": {
2614
- "ta6Ref": "12.3b4",
2615
- "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",
2616
- "enum": [
2617
- "Attached",
2618
- "To follow"
2619
- ]
2187
+ "ta6Ref": "12.3b4"
2620
2188
  }
2621
2189
  },
2622
2190
  "required": [
@@ -2629,30 +2197,18 @@
2629
2197
  ],
2630
2198
  "properties": {
2631
2199
  "yesNo": {
2632
- "ta6Ref": "12.3b3",
2633
- "enum": [
2634
- "Yes",
2635
- "No"
2636
- ]
2200
+ "ta6Ref": "12.3b3"
2637
2201
  }
2638
2202
  }
2639
2203
  },
2640
2204
  "heatingLastServicedDate": {
2641
- "ta6Ref": "12.3d1",
2642
- "title": "When was the heating system last serviced or maintained?"
2205
+ "ta6Ref": "12.3d1"
2643
2206
  },
2644
2207
  "heatingLastServicedReport": {
2645
- "ta6Ref": "12.3d2",
2646
- "title": "Please provide a copy of the service or maintenance works report.",
2647
- "enum": [
2648
- "Attached",
2649
- "To follow",
2650
- "Not available"
2651
- ]
2208
+ "ta6Ref": "12.3d2"
2652
2209
  },
2653
2210
  "heatingInGoodWorkingOrder": {
2654
2211
  "ta6Ref": "12.3c",
2655
- "title": "Is the heating system in good working order to your satisfaction?",
2656
2212
  "discriminator": {
2657
2213
  "propertyName": "yesNo"
2658
2214
  },
@@ -2681,11 +2237,7 @@
2681
2237
  ],
2682
2238
  "properties": {
2683
2239
  "yesNo": {
2684
- "ta6Ref": "12.3c1",
2685
- "enum": [
2686
- "Yes",
2687
- "No"
2688
- ]
2240
+ "ta6Ref": "12.3c1"
2689
2241
  }
2690
2242
  }
2691
2243
  }
@@ -2702,18 +2254,12 @@
2702
2254
  ],
2703
2255
  "properties": {
2704
2256
  "hasCentralHeating": {
2705
- "ta6Ref": "12.3.1",
2706
- "title": "Is there full/partial central heating in your property?",
2707
- "enum": [
2708
- "Yes",
2709
- "No"
2710
- ]
2257
+ "ta6Ref": "12.3.1"
2711
2258
  }
2712
2259
  }
2713
2260
  },
2714
2261
  "insurance": {
2715
2262
  "ta6Ref": "6",
2716
- "title": "Insurance",
2717
2263
  "discriminator": {
2718
2264
  "propertyName": "isInsured"
2719
2265
  },
@@ -2726,17 +2272,10 @@
2726
2272
  ]
2727
2273
  },
2728
2274
  "details": {
2729
- "ta6Ref": "6.2",
2730
- "title": "Why not?"
2275
+ "ta6Ref": "6.2"
2731
2276
  },
2732
2277
  "landlordInsuresIfFlat": {
2733
- "ta6Ref": "6.3",
2734
- "title": "If the property is a flat, does the landlord insure the building?",
2735
- "enum": [
2736
- "Yes",
2737
- "No",
2738
- "Not applicable"
2739
- ]
2278
+ "ta6Ref": "6.3"
2740
2279
  }
2741
2280
  },
2742
2281
  "required": [
@@ -2753,7 +2292,6 @@
2753
2292
  },
2754
2293
  "difficultiesObtainingInsurance": {
2755
2294
  "ta6Ref": "6.4",
2756
- "title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
2757
2295
  "required": [
2758
2296
  "abnormalRiseInPremiums",
2759
2297
  "subjectToHighExcesses",
@@ -2763,7 +2301,6 @@
2763
2301
  "properties": {
2764
2302
  "abnormalRiseInPremiums": {
2765
2303
  "ta6Ref": "6.4a",
2766
- "title": "Subject to abnormal rise in premiums?",
2767
2304
  "discriminator": {
2768
2305
  "propertyName": "yesNo"
2769
2306
  },
@@ -2785,8 +2322,7 @@
2785
2322
  ]
2786
2323
  },
2787
2324
  "details": {
2788
- "ta6Ref": "6.4.2",
2789
- "title": "Provide details"
2325
+ "ta6Ref": "6.4.2"
2790
2326
  }
2791
2327
  },
2792
2328
  "required": [
@@ -2799,17 +2335,12 @@
2799
2335
  ],
2800
2336
  "properties": {
2801
2337
  "yesNo": {
2802
- "ta6Ref": "6.4a1",
2803
- "enum": [
2804
- "Yes",
2805
- "No"
2806
- ]
2338
+ "ta6Ref": "6.4a1"
2807
2339
  }
2808
2340
  }
2809
2341
  },
2810
2342
  "subjectToHighExcesses": {
2811
2343
  "ta6Ref": "6.4b",
2812
- "title": "Subject to high excesses?",
2813
2344
  "discriminator": {
2814
2345
  "propertyName": "yesNo"
2815
2346
  },
@@ -2831,8 +2362,7 @@
2831
2362
  ]
2832
2363
  },
2833
2364
  "details": {
2834
- "ta6Ref": "6.4.2",
2835
- "title": "Provide details"
2365
+ "ta6Ref": "6.4.2"
2836
2366
  }
2837
2367
  },
2838
2368
  "required": [
@@ -2845,17 +2375,12 @@
2845
2375
  ],
2846
2376
  "properties": {
2847
2377
  "yesNo": {
2848
- "ta6Ref": "6.4b1",
2849
- "enum": [
2850
- "Yes",
2851
- "No"
2852
- ]
2378
+ "ta6Ref": "6.4b1"
2853
2379
  }
2854
2380
  }
2855
2381
  },
2856
2382
  "subjectToUnusualConditions": {
2857
2383
  "ta6Ref": "6.4c",
2858
- "title": "Subject to unusual conditions?",
2859
2384
  "discriminator": {
2860
2385
  "propertyName": "yesNo"
2861
2386
  },
@@ -2877,8 +2402,7 @@
2877
2402
  ]
2878
2403
  },
2879
2404
  "details": {
2880
- "ta6Ref": "6.4.2",
2881
- "title": "Provide details"
2405
+ "ta6Ref": "6.4.2"
2882
2406
  }
2883
2407
  },
2884
2408
  "required": [
@@ -2891,17 +2415,12 @@
2891
2415
  ],
2892
2416
  "properties": {
2893
2417
  "yesNo": {
2894
- "ta6Ref": "6.4c1",
2895
- "enum": [
2896
- "Yes",
2897
- "No"
2898
- ]
2418
+ "ta6Ref": "6.4c1"
2899
2419
  }
2900
2420
  }
2901
2421
  },
2902
2422
  "refused": {
2903
2423
  "ta6Ref": "6.4d",
2904
- "title": "Refused?",
2905
2424
  "discriminator": {
2906
2425
  "propertyName": "yesNo"
2907
2426
  },
@@ -2923,8 +2442,7 @@
2923
2442
  ]
2924
2443
  },
2925
2444
  "details": {
2926
- "ta6Ref": "6.4.2",
2927
- "title": "Provide details"
2445
+ "ta6Ref": "6.4.2"
2928
2446
  }
2929
2447
  },
2930
2448
  "required": [
@@ -2937,11 +2455,7 @@
2937
2455
  ],
2938
2456
  "properties": {
2939
2457
  "yesNo": {
2940
- "ta6Ref": "6.4d1",
2941
- "enum": [
2942
- "Yes",
2943
- "No"
2944
- ]
2458
+ "ta6Ref": "6.4d1"
2945
2459
  }
2946
2460
  }
2947
2461
  }
@@ -2949,7 +2463,6 @@
2949
2463
  },
2950
2464
  "insuranceClaims": {
2951
2465
  "ta6Ref": "6.5",
2952
- "title": "Have you ever made a claim against your building insurance in relation to the property?",
2953
2466
  "discriminator": {
2954
2467
  "propertyName": "yesNo"
2955
2468
  },
@@ -2971,8 +2484,7 @@
2971
2484
  ]
2972
2485
  },
2973
2486
  "details": {
2974
- "ta6Ref": "6.5.2",
2975
- "title": "Provide details"
2487
+ "ta6Ref": "6.5.2"
2976
2488
  }
2977
2489
  },
2978
2490
  "required": [
@@ -2985,11 +2497,7 @@
2985
2497
  ],
2986
2498
  "properties": {
2987
2499
  "yesNo": {
2988
- "ta6Ref": "6.5.1",
2989
- "enum": [
2990
- "Yes",
2991
- "No"
2992
- ]
2500
+ "ta6Ref": "6.5.1"
2993
2501
  }
2994
2502
  }
2995
2503
  }
@@ -3005,18 +2513,12 @@
3005
2513
  ],
3006
2514
  "properties": {
3007
2515
  "isInsured": {
3008
- "ta6Ref": "6.1",
3009
- "title": "Do you insure the property?",
3010
- "enum": [
3011
- "Yes",
3012
- "No"
3013
- ]
2516
+ "ta6Ref": "6.1"
3014
2517
  }
3015
2518
  }
3016
2519
  },
3017
2520
  "rightsAndInformalArrangements": {
3018
2521
  "ta6Ref": "8",
3019
- "title": "Rights and Informal Arrangements",
3020
2522
  "required": [
3021
2523
  "sharedContributions",
3022
2524
  "neighbouringLandRights",
@@ -3026,7 +2528,6 @@
3026
2528
  "properties": {
3027
2529
  "sharedContributions": {
3028
2530
  "ta6Ref": "8.1",
3029
- "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?",
3030
2531
  "discriminator": {
3031
2532
  "propertyName": "yesNo"
3032
2533
  },
@@ -3048,8 +2549,7 @@
3048
2549
  ]
3049
2550
  },
3050
2551
  "details": {
3051
- "ta6Ref": "8.1.2",
3052
- "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"
2552
+ "ta6Ref": "8.1.2"
3053
2553
  }
3054
2554
  },
3055
2555
  "required": [
@@ -3062,17 +2562,12 @@
3062
2562
  ],
3063
2563
  "properties": {
3064
2564
  "yesNo": {
3065
- "ta6Ref": "8.1.1",
3066
- "enum": [
3067
- "Yes",
3068
- "No"
3069
- ]
2565
+ "ta6Ref": "8.1.1"
3070
2566
  }
3071
2567
  }
3072
2568
  },
3073
2569
  "neighbouringLandRights": {
3074
2570
  "ta6Ref": "8.2",
3075
- "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)",
3076
2571
  "discriminator": {
3077
2572
  "propertyName": "yesNo"
3078
2573
  },
@@ -3094,8 +2589,7 @@
3094
2589
  ]
3095
2590
  },
3096
2591
  "details": {
3097
- "ta6Ref": "8.2.2",
3098
- "title": "Please give details and provide a plan showing the route of the access, parking etc"
2592
+ "ta6Ref": "8.2.2"
3099
2593
  }
3100
2594
  },
3101
2595
  "required": [
@@ -3108,17 +2602,12 @@
3108
2602
  ],
3109
2603
  "properties": {
3110
2604
  "yesNo": {
3111
- "ta6Ref": "8.2.1",
3112
- "enum": [
3113
- "Yes",
3114
- "No"
3115
- ]
2605
+ "ta6Ref": "8.2.1"
3116
2606
  }
3117
2607
  }
3118
2608
  },
3119
2609
  "accessRestrictionAttempts": {
3120
2610
  "ta6Ref": "8.3",
3121
- "title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
3122
2611
  "discriminator": {
3123
2612
  "propertyName": "yesNo"
3124
2613
  },
@@ -3140,8 +2629,7 @@
3140
2629
  ]
3141
2630
  },
3142
2631
  "details": {
3143
- "ta6Ref": "8.3.2",
3144
- "title": "Details"
2632
+ "ta6Ref": "8.3.2"
3145
2633
  }
3146
2634
  },
3147
2635
  "required": [
@@ -3154,17 +2642,12 @@
3154
2642
  ],
3155
2643
  "properties": {
3156
2644
  "yesNo": {
3157
- "ta6Ref": "8.3.1",
3158
- "enum": [
3159
- "Yes",
3160
- "No"
3161
- ]
2645
+ "ta6Ref": "8.3.1"
3162
2646
  }
3163
2647
  }
3164
2648
  },
3165
2649
  "rightsOrArrangements": {
3166
2650
  "ta6Ref": "8.4",
3167
- "title": "Do you know if any of the following rights or arrangements affect the property?",
3168
2651
  "required": [
3169
2652
  "rightsOfLight",
3170
2653
  "rightsOfSupport",
@@ -3177,7 +2660,6 @@
3177
2660
  "properties": {
3178
2661
  "publicRightOfWay": {
3179
2662
  "ta6Ref": "8.6",
3180
- "title": "A public right of way through and/or across your property, buildings or land",
3181
2663
  "discriminator": {
3182
2664
  "propertyName": "yesNo"
3183
2665
  },
@@ -3199,8 +2681,7 @@
3199
2681
  ]
3200
2682
  },
3201
2683
  "details": {
3202
- "ta6Ref": "8.6.2",
3203
- "title": "Please provide details and mark the route on a plan of the property"
2684
+ "ta6Ref": "8.6.2"
3204
2685
  }
3205
2686
  },
3206
2687
  "required": [
@@ -3213,17 +2694,12 @@
3213
2694
  ],
3214
2695
  "properties": {
3215
2696
  "yesNo": {
3216
- "ta6Ref": "8.6.1",
3217
- "enum": [
3218
- "Yes",
3219
- "No"
3220
- ]
2697
+ "ta6Ref": "8.6.1"
3221
2698
  }
3222
2699
  }
3223
2700
  },
3224
2701
  "rightsOfLight": {
3225
2702
  "ta6Ref": "8.4a",
3226
- "title": "Rights of light",
3227
2703
  "discriminator": {
3228
2704
  "propertyName": "yesNo"
3229
2705
  },
@@ -3252,17 +2728,12 @@
3252
2728
  ],
3253
2729
  "properties": {
3254
2730
  "yesNo": {
3255
- "ta6Ref": "8.4a1",
3256
- "enum": [
3257
- "Yes",
3258
- "No"
3259
- ]
2731
+ "ta6Ref": "8.4a1"
3260
2732
  }
3261
2733
  }
3262
2734
  },
3263
2735
  "rightsOfSupport": {
3264
2736
  "ta6Ref": "8.4b",
3265
- "title": "Rights of support from ajoining properties",
3266
2737
  "discriminator": {
3267
2738
  "propertyName": "yesNo"
3268
2739
  },
@@ -3291,17 +2762,12 @@
3291
2762
  ],
3292
2763
  "properties": {
3293
2764
  "yesNo": {
3294
- "ta6Ref": "8.4b1",
3295
- "enum": [
3296
- "Yes",
3297
- "No"
3298
- ]
2765
+ "ta6Ref": "8.4b1"
3299
2766
  }
3300
2767
  }
3301
2768
  },
3302
2769
  "rightsCreatedThroughCustom": {
3303
2770
  "ta6Ref": "8.4c",
3304
- "title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
3305
2771
  "discriminator": {
3306
2772
  "propertyName": "yesNo"
3307
2773
  },
@@ -3330,17 +2796,12 @@
3330
2796
  ],
3331
2797
  "properties": {
3332
2798
  "yesNo": {
3333
- "ta6Ref": "8.4c1",
3334
- "enum": [
3335
- "Yes",
3336
- "No"
3337
- ]
2799
+ "ta6Ref": "8.4c1"
3338
2800
  }
3339
2801
  }
3340
2802
  },
3341
2803
  "rightsToTakeFromLand": {
3342
2804
  "ta6Ref": "8.5c",
3343
- "title": "Other people's rights to take things from the land (such as timber, hay or fish)",
3344
2805
  "discriminator": {
3345
2806
  "propertyName": "yesNo"
3346
2807
  },
@@ -3362,8 +2823,7 @@
3362
2823
  ]
3363
2824
  },
3364
2825
  "details": {
3365
- "ta6Ref": "8.5c2",
3366
- "title": "Details"
2826
+ "ta6Ref": "8.5c2"
3367
2827
  }
3368
2828
  },
3369
2829
  "required": [
@@ -3376,17 +2836,12 @@
3376
2836
  ],
3377
2837
  "properties": {
3378
2838
  "yesNo": {
3379
- "ta6Ref": "8.5c1",
3380
- "enum": [
3381
- "Yes",
3382
- "No"
3383
- ]
2839
+ "ta6Ref": "8.5c1"
3384
2840
  }
3385
2841
  }
3386
2842
  },
3387
2843
  "minesAndMinerals": {
3388
2844
  "ta6Ref": "8.5a",
3389
- "title": "Mines and minerals under the property",
3390
2845
  "discriminator": {
3391
2846
  "propertyName": "yesNo"
3392
2847
  },
@@ -3415,17 +2870,12 @@
3415
2870
  ],
3416
2871
  "properties": {
3417
2872
  "yesNo": {
3418
- "ta6Ref": "8.5a1",
3419
- "enum": [
3420
- "Yes",
3421
- "No"
3422
- ]
2873
+ "ta6Ref": "8.5a1"
3423
2874
  }
3424
2875
  }
3425
2876
  },
3426
2877
  "churchChancel": {
3427
2878
  "ta6Ref": "8.5b",
3428
- "title": "Liability to contribute to the maintenance of a church chancel?",
3429
2879
  "discriminator": {
3430
2880
  "propertyName": "yesNo"
3431
2881
  },
@@ -3454,17 +2904,12 @@
3454
2904
  ],
3455
2905
  "properties": {
3456
2906
  "yesNo": {
3457
- "ta6Ref": "8.5b1",
3458
- "enum": [
3459
- "Yes",
3460
- "No"
3461
- ]
2907
+ "ta6Ref": "8.5b1"
3462
2908
  }
3463
2909
  }
3464
2910
  },
3465
2911
  "otherRights": {
3466
2912
  "ta6Ref": "8.6",
3467
- "title": "Any other rights or arrangements affecting the property?",
3468
2913
  "discriminator": {
3469
2914
  "propertyName": "yesNo"
3470
2915
  },
@@ -3486,8 +2931,7 @@
3486
2931
  ]
3487
2932
  },
3488
2933
  "details": {
3489
- "ta6Ref": "8.6.2",
3490
- "title": "Details"
2934
+ "ta6Ref": "8.6.2"
3491
2935
  }
3492
2936
  },
3493
2937
  "required": [
@@ -3500,11 +2944,7 @@
3500
2944
  ],
3501
2945
  "properties": {
3502
2946
  "yesNo": {
3503
- "ta6Ref": "8.6.1",
3504
- "enum": [
3505
- "Yes",
3506
- "No"
3507
- ]
2947
+ "ta6Ref": "8.6.1"
3508
2948
  }
3509
2949
  }
3510
2950
  }
@@ -3514,7 +2954,6 @@
3514
2954
  },
3515
2955
  "environmentalIssues": {
3516
2956
  "ta6Ref": "7",
3517
- "title": "Environmental Issues Affecting the Property",
3518
2957
  "required": [
3519
2958
  "flooding",
3520
2959
  "radon"
@@ -3522,7 +2961,6 @@
3522
2961
  "properties": {
3523
2962
  "flooding": {
3524
2963
  "ta6Ref": "7.1.0",
3525
- "title": "Flooding",
3526
2964
  "discriminator": {
3527
2965
  "propertyName": "hasBeenFlooded"
3528
2966
  },
@@ -3544,12 +2982,10 @@
3544
2982
  ]
3545
2983
  },
3546
2984
  "details": {
3547
- "ta6Ref": "7.1.2",
3548
- "title": "Please state when the flooding occurred and identify the parts that flooded"
2985
+ "ta6Ref": "7.1.2"
3549
2986
  },
3550
2987
  "typeOfFlooding": {
3551
2988
  "ta6Ref": "7.2",
3552
- "title": "What type of flooding occurred?",
3553
2989
  "required": [
3554
2990
  "groundWater",
3555
2991
  "sewer",
@@ -3560,48 +2996,22 @@
3560
2996
  ],
3561
2997
  "properties": {
3562
2998
  "groundWater": {
3563
- "ta6Ref": "7.2a",
3564
- "title": "Ground water",
3565
- "enum": [
3566
- "Yes",
3567
- "No"
3568
- ]
2999
+ "ta6Ref": "7.2a"
3569
3000
  },
3570
3001
  "sewer": {
3571
- "ta6Ref": "7.2b",
3572
- "title": "Sewer",
3573
- "enum": [
3574
- "Yes",
3575
- "No"
3576
- ]
3002
+ "ta6Ref": "7.2b"
3577
3003
  },
3578
3004
  "surfaceWater": {
3579
- "ta6Ref": "7.2c",
3580
- "title": "Surface water",
3581
- "enum": [
3582
- "Yes",
3583
- "No"
3584
- ]
3005
+ "ta6Ref": "7.2c"
3585
3006
  },
3586
3007
  "coastal": {
3587
- "ta6Ref": "7.2d",
3588
- "title": "Coastal flooding",
3589
- "enum": [
3590
- "Yes",
3591
- "No"
3592
- ]
3008
+ "ta6Ref": "7.2d"
3593
3009
  },
3594
3010
  "river": {
3595
- "ta6Ref": "7.2e",
3596
- "title": "River flooding",
3597
- "enum": [
3598
- "Yes",
3599
- "No"
3600
- ]
3011
+ "ta6Ref": "7.2e"
3601
3012
  },
3602
3013
  "other": {
3603
3014
  "ta6Ref": "7.2f",
3604
- "title": "Other",
3605
3015
  "discriminator": {
3606
3016
  "propertyName": "yesNo"
3607
3017
  },
@@ -3623,8 +3033,7 @@
3623
3033
  ]
3624
3034
  },
3625
3035
  "details": {
3626
- "ta6Ref": "7.2f2",
3627
- "title": "Please state"
3036
+ "ta6Ref": "7.2f2"
3628
3037
  }
3629
3038
  },
3630
3039
  "required": [
@@ -3637,11 +3046,7 @@
3637
3046
  ],
3638
3047
  "properties": {
3639
3048
  "yesNo": {
3640
- "ta6Ref": "7.2f1",
3641
- "enum": [
3642
- "Yes",
3643
- "No"
3644
- ]
3049
+ "ta6Ref": "7.2f1"
3645
3050
  }
3646
3051
  }
3647
3052
  }
@@ -3661,7 +3066,6 @@
3661
3066
  "properties": {
3662
3067
  "floodRiskReport": {
3663
3068
  "ta6Ref": "7.3",
3664
- "title": "Has a Flood Risk Report been prepared?",
3665
3069
  "discriminator": {
3666
3070
  "propertyName": "yesNo"
3667
3071
  },
@@ -3683,12 +3087,7 @@
3683
3087
  ]
3684
3088
  },
3685
3089
  "attachments": {
3686
- "ta6Ref": "7.3.2",
3687
- "title": "Please supply a copy",
3688
- "enum": [
3689
- "Attached",
3690
- "To follow"
3691
- ]
3090
+ "ta6Ref": "7.3.2"
3692
3091
  }
3693
3092
  },
3694
3093
  "required": [
@@ -3701,27 +3100,17 @@
3701
3100
  ],
3702
3101
  "properties": {
3703
3102
  "yesNo": {
3704
- "ta6Ref": "7.3.1",
3705
- "enum": [
3706
- "Yes",
3707
- "No"
3708
- ]
3103
+ "ta6Ref": "7.3.1"
3709
3104
  }
3710
3105
  }
3711
3106
  },
3712
3107
  "hasBeenFlooded": {
3713
- "ta6Ref": "7.1.1",
3714
- "title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
3715
- "enum": [
3716
- "Yes",
3717
- "No"
3718
- ]
3108
+ "ta6Ref": "7.1.1"
3719
3109
  }
3720
3110
  }
3721
3111
  },
3722
3112
  "radon": {
3723
3113
  "ta6Ref": "7.4",
3724
- "title": "Radon",
3725
3114
  "required": [
3726
3115
  "remedialMeasuresOnConstruction",
3727
3116
  "radonTest"
@@ -3729,7 +3118,6 @@
3729
3118
  "properties": {
3730
3119
  "radonTest": {
3731
3120
  "ta6Ref": "7.4",
3732
- "title": "Has a Radon test been carried out on the property?",
3733
3121
  "discriminator": {
3734
3122
  "propertyName": "yesNo"
3735
3123
  },
@@ -3751,20 +3139,10 @@
3751
3139
  ]
3752
3140
  },
3753
3141
  "details": {
3754
- "ta6Ref": "7.4b",
3755
- "title": "Was the test result was below the recommended action level?",
3756
- "enum": [
3757
- "Yes",
3758
- "No"
3759
- ]
3142
+ "ta6Ref": "7.4b"
3760
3143
  },
3761
3144
  "attachments": {
3762
- "ta6Ref": "7.4a",
3763
- "title": "Please supply a copy of the report",
3764
- "enum": [
3765
- "Attached",
3766
- "To follow"
3767
- ]
3145
+ "ta6Ref": "7.4a"
3768
3146
  }
3769
3147
  },
3770
3148
  "required": [
@@ -3778,28 +3156,18 @@
3778
3156
  ],
3779
3157
  "properties": {
3780
3158
  "yesNo": {
3781
- "ta6Ref": "7.4.1",
3782
- "enum": [
3783
- "Yes",
3784
- "No"
3785
- ]
3159
+ "ta6Ref": "7.4.1"
3786
3160
  }
3787
3161
  }
3788
3162
  },
3789
3163
  "remedialMeasuresOnConstruction": {
3790
3164
  "ta6Ref": "7.5",
3791
- "title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
3792
3165
  "required": [
3793
3166
  "yesNo"
3794
3167
  ],
3795
3168
  "properties": {
3796
3169
  "yesNo": {
3797
- "ta6Ref": "7.5.1",
3798
- "enum": [
3799
- "Yes",
3800
- "No",
3801
- "Not known"
3802
- ]
3170
+ "ta6Ref": "7.5.1"
3803
3171
  }
3804
3172
  }
3805
3173
  }
@@ -3809,14 +3177,12 @@
3809
3177
  },
3810
3178
  "additionalInformation": {
3811
3179
  "ta6Ref": "10",
3812
- "title": "Additional Information",
3813
3180
  "required": [
3814
3181
  "otherCharges"
3815
3182
  ],
3816
3183
  "properties": {
3817
3184
  "otherCharges": {
3818
3185
  "ta6Ref": "10.1",
3819
- "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?",
3820
3186
  "discriminator": {
3821
3187
  "propertyName": "yesNo"
3822
3188
  },
@@ -3838,8 +3204,7 @@
3838
3204
  ]
3839
3205
  },
3840
3206
  "details": {
3841
- "ta6Ref": "10.1.2",
3842
- "title": "Please give details"
3207
+ "ta6Ref": "10.1.2"
3843
3208
  }
3844
3209
  },
3845
3210
  "required": [
@@ -3852,11 +3217,7 @@
3852
3217
  ],
3853
3218
  "properties": {
3854
3219
  "yesNo": {
3855
- "ta6Ref": "10.1.1",
3856
- "enum": [
3857
- "Yes",
3858
- "No"
3859
- ]
3220
+ "ta6Ref": "10.1.1"
3860
3221
  }
3861
3222
  }
3862
3223
  }
@@ -3866,8 +3227,6 @@
3866
3227
  },
3867
3228
  "additionalLegalInfo": {
3868
3229
  "ta6Ref": "0",
3869
- "title": "Additional information required for the legal process",
3870
- "description": "Supporting mapping to BASPI, Law Society and RICS Data Schema elements.",
3871
3230
  "required": [
3872
3231
  "legalBoundaries",
3873
3232
  "servicesCrossing",
@@ -3880,7 +3239,6 @@
3880
3239
  "properties": {
3881
3240
  "legalBoundaries": {
3882
3241
  "ta6Ref": "1",
3883
- "title": "Legal Boundaries",
3884
3242
  "required": [
3885
3243
  "ownership",
3886
3244
  "haveBoundaryFeaturesMoved",
@@ -3894,13 +3252,7 @@
3894
3252
  ],
3895
3253
  "properties": {
3896
3254
  "areBoundariesUniform": {
3897
- "ta6Ref": "1.2",
3898
- "title": "Are the boundaries uniform?",
3899
- "enum": [
3900
- "Yes",
3901
- "No",
3902
- "Not applicable"
3903
- ]
3255
+ "ta6Ref": "1.2"
3904
3256
  }
3905
3257
  },
3906
3258
  "oneOf": [
@@ -3915,44 +3267,16 @@
3915
3267
  ],
3916
3268
  "properties": {
3917
3269
  "left": {
3918
- "ta6Ref": "1.1a",
3919
- "title": "On the left",
3920
- "enum": [
3921
- "Seller",
3922
- "Shared",
3923
- "Neighbour",
3924
- "Not known"
3925
- ]
3270
+ "ta6Ref": "1.1a"
3926
3271
  },
3927
3272
  "right": {
3928
- "ta6Ref": "1.1b",
3929
- "title": "On the right",
3930
- "enum": [
3931
- "Seller",
3932
- "Shared",
3933
- "Neighbour",
3934
- "Not known"
3935
- ]
3273
+ "ta6Ref": "1.1b"
3936
3274
  },
3937
3275
  "rear": {
3938
- "ta6Ref": "1.1c",
3939
- "title": "At the rear",
3940
- "enum": [
3941
- "Seller",
3942
- "Shared",
3943
- "Neighbour",
3944
- "Not known"
3945
- ]
3276
+ "ta6Ref": "1.1c"
3946
3277
  },
3947
3278
  "front": {
3948
- "ta6Ref": "1.1d",
3949
- "title": "At the front",
3950
- "enum": [
3951
- "Seller",
3952
- "Shared",
3953
- "Neighbour",
3954
- "Not known"
3955
- ]
3279
+ "ta6Ref": "1.1d"
3956
3280
  }
3957
3281
  }
3958
3282
  }
@@ -3965,16 +3289,10 @@
3965
3289
  ],
3966
3290
  "properties": {
3967
3291
  "details": {
3968
- "ta6Ref": "1.2.1",
3969
- "title": "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property"
3292
+ "ta6Ref": "1.2.1"
3970
3293
  },
3971
3294
  "attachments": {
3972
- "ta6Ref": "1.2.2",
3973
- "title": "Attachments",
3974
- "enum": [
3975
- "Attached",
3976
- "To follow"
3977
- ]
3295
+ "ta6Ref": "1.2.2"
3978
3296
  }
3979
3297
  }
3980
3298
  }
@@ -3982,7 +3300,6 @@
3982
3300
  },
3983
3301
  "haveBoundaryFeaturesMoved": {
3984
3302
  "ta6Ref": "1.3",
3985
- "title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
3986
3303
  "discriminator": {
3987
3304
  "propertyName": "yesNo"
3988
3305
  },
@@ -4005,8 +3322,7 @@
4005
3322
  ]
4006
3323
  },
4007
3324
  "details": {
4008
- "ta6Ref": "1.3.2",
4009
- "title": "Details"
3325
+ "ta6Ref": "1.3.2"
4010
3326
  }
4011
3327
  },
4012
3328
  "required": [
@@ -4019,18 +3335,12 @@
4019
3335
  ],
4020
3336
  "properties": {
4021
3337
  "yesNo": {
4022
- "ta6Ref": "1.3.1",
4023
- "enum": [
4024
- "Yes",
4025
- "No",
4026
- "Not applicable"
4027
- ]
3338
+ "ta6Ref": "1.3.1"
4028
3339
  }
4029
3340
  }
4030
3341
  },
4031
3342
  "adjacentLandIncluded": {
4032
3343
  "ta6Ref": "1.4",
4033
- "title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
4034
3344
  "discriminator": {
4035
3345
  "propertyName": "yesNo"
4036
3346
  },
@@ -4053,8 +3363,7 @@
4053
3363
  ]
4054
3364
  },
4055
3365
  "details": {
4056
- "ta6Ref": "1.4.2",
4057
- "title": "Details"
3366
+ "ta6Ref": "1.4.2"
4058
3367
  }
4059
3368
  },
4060
3369
  "required": [
@@ -4067,19 +3376,12 @@
4067
3376
  ],
4068
3377
  "properties": {
4069
3378
  "yesNo": {
4070
- "ta6Ref": "1.4.1",
4071
- "enum": [
4072
- "Yes",
4073
- "No",
4074
- "Not applicable"
4075
- ]
3379
+ "ta6Ref": "1.4.1"
4076
3380
  }
4077
3381
  }
4078
3382
  },
4079
3383
  "flyingFreehold": {
4080
3384
  "ta6Ref": "1.5",
4081
- "title": "Is there a flying freehold?",
4082
- "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.",
4083
3385
  "discriminator": {
4084
3386
  "propertyName": "yesNo"
4085
3387
  },
@@ -4102,8 +3404,7 @@
4102
3404
  ]
4103
3405
  },
4104
3406
  "details": {
4105
- "ta6Ref": "1.5.2",
4106
- "title": "Details"
3407
+ "ta6Ref": "1.5.2"
4107
3408
  }
4108
3409
  },
4109
3410
  "required": [
@@ -4116,12 +3417,7 @@
4116
3417
  ],
4117
3418
  "properties": {
4118
3419
  "yesNo": {
4119
- "ta6Ref": "1.5.1",
4120
- "enum": [
4121
- "Yes",
4122
- "No",
4123
- "Not applicable"
4124
- ]
3420
+ "ta6Ref": "1.5.1"
4125
3421
  }
4126
3422
  }
4127
3423
  }
@@ -4129,7 +3425,6 @@
4129
3425
  },
4130
3426
  "servicesCrossing": {
4131
3427
  "ta6Ref": "8",
4132
- "title": "Services Crossing Other Property",
4133
3428
  "required": [
4134
3429
  "pipesWiresCablesDrainsToProperty",
4135
3430
  "pipesWiresCablesDrainsFromProperty",
@@ -4138,7 +3433,6 @@
4138
3433
  "properties": {
4139
3434
  "pipesWiresCablesDrainsToProperty": {
4140
3435
  "ta6Ref": "8.7",
4141
- "title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
4142
3436
  "discriminator": {
4143
3437
  "propertyName": "yesNo"
4144
3438
  },
@@ -4168,18 +3462,12 @@
4168
3462
  ],
4169
3463
  "properties": {
4170
3464
  "yesNo": {
4171
- "ta6Ref": "8.7.1",
4172
- "enum": [
4173
- "Yes",
4174
- "No",
4175
- "Not known"
4176
- ]
3465
+ "ta6Ref": "8.7.1"
4177
3466
  }
4178
3467
  }
4179
3468
  },
4180
3469
  "pipesWiresCablesDrainsFromProperty": {
4181
3470
  "ta6Ref": "8.8",
4182
- "title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
4183
3471
  "discriminator": {
4184
3472
  "propertyName": "yesNo"
4185
3473
  },
@@ -4209,18 +3497,12 @@
4209
3497
  ],
4210
3498
  "properties": {
4211
3499
  "yesNo": {
4212
- "ta6Ref": "8.8.1",
4213
- "enum": [
4214
- "Yes",
4215
- "No",
4216
- "Not known"
4217
- ]
3500
+ "ta6Ref": "8.8.1"
4218
3501
  }
4219
3502
  }
4220
3503
  },
4221
3504
  "formalOrInformalAgreements": {
4222
3505
  "ta6Ref": "8.9",
4223
- "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?",
4224
3506
  "discriminator": {
4225
3507
  "propertyName": "yesNo"
4226
3508
  },
@@ -4243,16 +3525,10 @@
4243
3525
  ]
4244
3526
  },
4245
3527
  "details": {
4246
- "ta6Ref": "8.9.2",
4247
- "title": "Please provide details"
3528
+ "ta6Ref": "8.9.2"
4248
3529
  },
4249
3530
  "attachments": {
4250
- "ta6Ref": "8.9.3",
4251
- "title": "Attachments",
4252
- "enum": [
4253
- "Attached",
4254
- "To follow"
4255
- ]
3531
+ "ta6Ref": "8.9.3"
4256
3532
  }
4257
3533
  },
4258
3534
  "required": [
@@ -4265,12 +3541,7 @@
4265
3541
  ],
4266
3542
  "properties": {
4267
3543
  "yesNo": {
4268
- "ta6Ref": "8.9.1",
4269
- "enum": [
4270
- "Yes",
4271
- "No",
4272
- "Not known"
4273
- ]
3544
+ "ta6Ref": "8.9.1"
4274
3545
  }
4275
3546
  }
4276
3547
  }
@@ -4278,7 +3549,6 @@
4278
3549
  },
4279
3550
  "energyAndMeters": {
4280
3551
  "ta6Ref": "12",
4281
- "title": "Energy and Meters",
4282
3552
  "required": [
4283
3553
  "testedByQualifiedElectrician",
4284
3554
  "electricalWorkSince2005",
@@ -4287,7 +3557,6 @@
4287
3557
  "properties": {
4288
3558
  "testedByQualifiedElectrician": {
4289
3559
  "ta6Ref": "12.1",
4290
- "title": "Have the electrics at the property been tested by a qualified electrician?",
4291
3560
  "discriminator": {
4292
3561
  "propertyName": "yesNo"
4293
3562
  },
@@ -4309,16 +3578,10 @@
4309
3578
  ]
4310
3579
  },
4311
3580
  "yearTested": {
4312
- "ta6Ref": "12.1.2",
4313
- "title": "State the year they were last tested"
3581
+ "ta6Ref": "12.1.2"
4314
3582
  },
4315
3583
  "attachments": {
4316
- "ta6Ref": "12.1.3",
4317
- "title": "Please upload the test certificate.",
4318
- "enum": [
4319
- "Attached",
4320
- "To follow"
4321
- ]
3584
+ "ta6Ref": "12.1.3"
4322
3585
  }
4323
3586
  },
4324
3587
  "required": [
@@ -4332,17 +3595,12 @@
4332
3595
  ],
4333
3596
  "properties": {
4334
3597
  "yesNo": {
4335
- "ta6Ref": "12.1.1",
4336
- "enum": [
4337
- "Yes",
4338
- "No"
4339
- ]
3598
+ "ta6Ref": "12.1.1"
4340
3599
  }
4341
3600
  }
4342
3601
  },
4343
3602
  "electricalWorkSince2005": {
4344
3603
  "ta6Ref": "12.2",
4345
- "title": "Since 1st January 2005, has any electrical work been carried out to the property?",
4346
3604
  "discriminator": {
4347
3605
  "propertyName": "yesNo"
4348
3606
  },
@@ -4365,28 +3623,13 @@
4365
3623
  ]
4366
3624
  },
4367
3625
  "electricalSafetyCertificate": {
4368
- "ta6Ref": "12.2.2a",
4369
- "title": "Please provide a signed Electrical Safety Certificate (BS7671)",
4370
- "enum": [
4371
- "Attached",
4372
- "To follow"
4373
- ]
3626
+ "ta6Ref": "12.2.2a"
4374
3627
  },
4375
3628
  "buildingRegulationsComplianceCertificate": {
4376
- "ta6Ref": "12.2.2b",
4377
- "title": "or a Building Regulations Compliance Certificate (or equivalent)",
4378
- "enum": [
4379
- "Attached",
4380
- "To follow"
4381
- ]
3629
+ "ta6Ref": "12.2.2b"
4382
3630
  },
4383
3631
  "buildingControlCompletionCertificate": {
4384
- "ta6Ref": "12.2.2c",
4385
- "title": "or a Building Control Completion Certificate",
4386
- "enum": [
4387
- "Attached",
4388
- "To follow"
4389
- ]
3632
+ "ta6Ref": "12.2.2c"
4390
3633
  }
4391
3634
  }
4392
3635
  }
@@ -4396,12 +3639,7 @@
4396
3639
  ],
4397
3640
  "properties": {
4398
3641
  "yesNo": {
4399
- "ta6Ref": "12.2.1",
4400
- "enum": [
4401
- "Yes",
4402
- "No",
4403
- "Not known"
4404
- ]
3642
+ "ta6Ref": "12.2.1"
4405
3643
  }
4406
3644
  }
4407
3645
  },
@@ -4411,12 +3649,7 @@
4411
3649
  ],
4412
3650
  "properties": {
4413
3651
  "hasSolarPanels": {
4414
- "ta6Ref": "4.6",
4415
- "title": "Are there solar or photovoltaic panels installed at the property?",
4416
- "enum": [
4417
- "Yes",
4418
- "No"
4419
- ]
3652
+ "ta6Ref": "4.6"
4420
3653
  }
4421
3654
  },
4422
3655
  "oneOf": [
@@ -4429,12 +3662,10 @@
4429
3662
  ],
4430
3663
  "properties": {
4431
3664
  "yearInstalled": {
4432
- "ta6Ref": "4.6a",
4433
- "title": "What year were they installed?"
3665
+ "ta6Ref": "4.6a"
4434
3666
  },
4435
3667
  "panelsOwnedOutright": {
4436
3668
  "ta6Ref": "4.6b",
4437
- "title": "Do you own the panels, and all equipment related to them, outright?",
4438
3669
  "discriminator": {
4439
3670
  "propertyName": "yesNo"
4440
3671
  },
@@ -4463,17 +3694,12 @@
4463
3694
  ],
4464
3695
  "properties": {
4465
3696
  "yesNo": {
4466
- "ta6Ref": "4.6b1",
4467
- "enum": [
4468
- "Yes",
4469
- "No"
4470
- ]
3697
+ "ta6Ref": "4.6b1"
4471
3698
  }
4472
3699
  }
4473
3700
  },
4474
3701
  "panelProviderLease": {
4475
3702
  "ta6Ref": "4.6c",
4476
- "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
4477
3703
  "discriminator": {
4478
3704
  "propertyName": "yesNo"
4479
3705
  },
@@ -4495,12 +3721,7 @@
4495
3721
  ]
4496
3722
  },
4497
3723
  "attachments": {
4498
- "ta6Ref": "4.6c2",
4499
- "title": "Please supply copies of the relevant documents",
4500
- "enum": [
4501
- "Attached",
4502
- "To follow"
4503
- ]
3724
+ "ta6Ref": "4.6c2"
4504
3725
  }
4505
3726
  },
4506
3727
  "required": [
@@ -4513,11 +3734,7 @@
4513
3734
  ],
4514
3735
  "properties": {
4515
3736
  "yesNo": {
4516
- "ta6Ref": "4.6c1",
4517
- "enum": [
4518
- "Yes",
4519
- "No"
4520
- ]
3737
+ "ta6Ref": "4.6c1"
4521
3738
  }
4522
3739
  }
4523
3740
  }
@@ -4527,41 +3744,33 @@
4527
3744
  },
4528
3745
  "electricityMeterLocation": {
4529
3746
  "ta6Ref": "13.1b",
4530
- "title": "Location of electricity meter (if any)",
4531
3747
  "properties": {
4532
3748
  "description": {
4533
- "ta6Ref": "13.1b1",
4534
- "title": "Describe the location of the meter"
3749
+ "ta6Ref": "13.1b1"
4535
3750
  }
4536
3751
  }
4537
3752
  },
4538
3753
  "gasMeterLocation": {
4539
3754
  "ta6Ref": "13.2b",
4540
- "title": "Location of gas meter (if any)",
4541
3755
  "properties": {
4542
3756
  "description": {
4543
- "ta6Ref": "13.2b1",
4544
- "title": "Describe the location of the meter"
3757
+ "ta6Ref": "13.2b1"
4545
3758
  }
4546
3759
  }
4547
3760
  },
4548
3761
  "stopcockLocation": {
4549
3762
  "ta6Ref": "13.3b",
4550
- "title": "Location of stopcock (if any)",
4551
3763
  "properties": {
4552
3764
  "description": {
4553
- "ta6Ref": "13.3b1",
4554
- "title": "Describe the location of the stopcock"
3765
+ "ta6Ref": "13.3b1"
4555
3766
  }
4556
3767
  }
4557
3768
  },
4558
3769
  "waterMeterLocation": {
4559
3770
  "ta6Ref": "13.3b",
4560
- "title": "Location of water meter (if any)",
4561
3771
  "properties": {
4562
3772
  "description": {
4563
- "ta6Ref": "13.3b2",
4564
- "title": "Describe the location of the meter"
3773
+ "ta6Ref": "13.3b2"
4565
3774
  }
4566
3775
  }
4567
3776
  }
@@ -4569,7 +3778,6 @@
4569
3778
  },
4570
3779
  "guaranteesWarrantiesAndIndemnityInsurances": {
4571
3780
  "ta6Ref": "5",
4572
- "title": "Guarantees, Warranties and Indemnity Insurances",
4573
3781
  "discriminator": {
4574
3782
  "propertyName": "hasValidGuaranteesOrWarranties"
4575
3783
  },
@@ -4592,7 +3800,6 @@
4592
3800
  },
4593
3801
  "newHomeWarranty": {
4594
3802
  "ta6Ref": "5.1a",
4595
- "title": "New Home Warranty (NHBC or similar)",
4596
3803
  "discriminator": {
4597
3804
  "propertyName": "yesNo"
4598
3805
  },
@@ -4614,15 +3821,10 @@
4614
3821
  ]
4615
3822
  },
4616
3823
  "details": {
4617
- "ta6Ref": "5.1a2",
4618
- "title": "Please confirm the name of the warranty provider and the date of the warranty"
3824
+ "ta6Ref": "5.1a2"
4619
3825
  },
4620
3826
  "attachments": {
4621
- "ta6Ref": "5.1a3",
4622
- "enum": [
4623
- "Attached",
4624
- "To follow"
4625
- ]
3827
+ "ta6Ref": "5.1a3"
4626
3828
  }
4627
3829
  },
4628
3830
  "required": [
@@ -4635,17 +3837,12 @@
4635
3837
  ],
4636
3838
  "properties": {
4637
3839
  "yesNo": {
4638
- "ta6Ref": "5.1a1",
4639
- "enum": [
4640
- "Yes",
4641
- "No"
4642
- ]
3840
+ "ta6Ref": "5.1a1"
4643
3841
  }
4644
3842
  }
4645
3843
  },
4646
3844
  "roofingWork": {
4647
3845
  "ta6Ref": "5.1f",
4648
- "title": "Roofing work",
4649
3846
  "discriminator": {
4650
3847
  "propertyName": "yesNo"
4651
3848
  },
@@ -4667,11 +3864,7 @@
4667
3864
  ]
4668
3865
  },
4669
3866
  "attachments": {
4670
- "ta6Ref": "5.1f2",
4671
- "enum": [
4672
- "Attached",
4673
- "To follow"
4674
- ]
3867
+ "ta6Ref": "5.1f2"
4675
3868
  }
4676
3869
  },
4677
3870
  "required": [
@@ -4684,17 +3877,12 @@
4684
3877
  ],
4685
3878
  "properties": {
4686
3879
  "yesNo": {
4687
- "ta6Ref": "5.1f1",
4688
- "enum": [
4689
- "Yes",
4690
- "No"
4691
- ]
3880
+ "ta6Ref": "5.1f1"
4692
3881
  }
4693
3882
  }
4694
3883
  },
4695
3884
  "dampProofingTreatment": {
4696
3885
  "ta6Ref": "5.1b",
4697
- "title": "Damp proofing treatment",
4698
3886
  "discriminator": {
4699
3887
  "propertyName": "yesNo"
4700
3888
  },
@@ -4716,11 +3904,7 @@
4716
3904
  ]
4717
3905
  },
4718
3906
  "attachments": {
4719
- "ta6Ref": "5.1b2",
4720
- "enum": [
4721
- "Attached",
4722
- "To follow"
4723
- ]
3907
+ "ta6Ref": "5.1b2"
4724
3908
  }
4725
3909
  },
4726
3910
  "required": [
@@ -4733,17 +3917,12 @@
4733
3917
  ],
4734
3918
  "properties": {
4735
3919
  "yesNo": {
4736
- "ta6Ref": "5.1b1",
4737
- "enum": [
4738
- "Yes",
4739
- "No"
4740
- ]
3920
+ "ta6Ref": "5.1b1"
4741
3921
  }
4742
3922
  }
4743
3923
  },
4744
3924
  "timberRotOrInfestationTreatment": {
4745
3925
  "ta6Ref": "5.1c",
4746
- "title": "Timber rot or infestation treatment",
4747
3926
  "discriminator": {
4748
3927
  "propertyName": "yesNo"
4749
3928
  },
@@ -4765,11 +3944,7 @@
4765
3944
  ]
4766
3945
  },
4767
3946
  "attachments": {
4768
- "ta6Ref": "5.1c2",
4769
- "enum": [
4770
- "Attached",
4771
- "To follow"
4772
- ]
3947
+ "ta6Ref": "5.1c2"
4773
3948
  }
4774
3949
  },
4775
3950
  "required": [
@@ -4782,17 +3957,12 @@
4782
3957
  ],
4783
3958
  "properties": {
4784
3959
  "yesNo": {
4785
- "ta6Ref": "5.1c1",
4786
- "enum": [
4787
- "Yes",
4788
- "No"
4789
- ]
3960
+ "ta6Ref": "5.1c1"
4790
3961
  }
4791
3962
  }
4792
3963
  },
4793
3964
  "centralHeatingAndorPlumbing": {
4794
3965
  "ta6Ref": "5.1g",
4795
- "title": "Central heating and/or plumbing",
4796
3966
  "discriminator": {
4797
3967
  "propertyName": "yesNo"
4798
3968
  },
@@ -4814,11 +3984,7 @@
4814
3984
  ]
4815
3985
  },
4816
3986
  "attachments": {
4817
- "ta6Ref": "5.1g2",
4818
- "enum": [
4819
- "Attached",
4820
- "To follow"
4821
- ]
3987
+ "ta6Ref": "5.1g2"
4822
3988
  }
4823
3989
  },
4824
3990
  "required": [
@@ -4831,17 +3997,12 @@
4831
3997
  ],
4832
3998
  "properties": {
4833
3999
  "yesNo": {
4834
- "ta6Ref": "5.1g1",
4835
- "enum": [
4836
- "Yes",
4837
- "No"
4838
- ]
4000
+ "ta6Ref": "5.1g1"
4839
4001
  }
4840
4002
  }
4841
4003
  },
4842
4004
  "doubleGlazing": {
4843
4005
  "ta6Ref": "5.1d",
4844
- "title": "Double glazing (windows, doors, roof lights, conservatory etc)",
4845
4006
  "discriminator": {
4846
4007
  "propertyName": "yesNo"
4847
4008
  },
@@ -4863,11 +4024,7 @@
4863
4024
  ]
4864
4025
  },
4865
4026
  "attachments": {
4866
- "ta6Ref": "5.1d2",
4867
- "enum": [
4868
- "Attached",
4869
- "To follow"
4870
- ]
4027
+ "ta6Ref": "5.1d2"
4871
4028
  }
4872
4029
  },
4873
4030
  "required": [
@@ -4880,17 +4037,12 @@
4880
4037
  ],
4881
4038
  "properties": {
4882
4039
  "yesNo": {
4883
- "ta6Ref": "5.1d1",
4884
- "enum": [
4885
- "Yes",
4886
- "No"
4887
- ]
4040
+ "ta6Ref": "5.1d1"
4888
4041
  }
4889
4042
  }
4890
4043
  },
4891
4044
  "electricalRepairOrInstallation": {
4892
4045
  "ta6Ref": "5.1e",
4893
- "title": "Electrical repair or installation",
4894
4046
  "discriminator": {
4895
4047
  "propertyName": "yesNo"
4896
4048
  },
@@ -4912,11 +4064,7 @@
4912
4064
  ]
4913
4065
  },
4914
4066
  "attachments": {
4915
- "ta6Ref": "5.1e2",
4916
- "enum": [
4917
- "Attached",
4918
- "To follow"
4919
- ]
4067
+ "ta6Ref": "5.1e2"
4920
4068
  }
4921
4069
  },
4922
4070
  "required": [
@@ -4929,17 +4077,12 @@
4929
4077
  ],
4930
4078
  "properties": {
4931
4079
  "yesNo": {
4932
- "ta6Ref": "5.1e1",
4933
- "enum": [
4934
- "Yes",
4935
- "No"
4936
- ]
4080
+ "ta6Ref": "5.1e1"
4937
4081
  }
4938
4082
  }
4939
4083
  },
4940
4084
  "subsidenceWork": {
4941
4085
  "ta6Ref": "5.1h",
4942
- "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
4943
4086
  "discriminator": {
4944
4087
  "propertyName": "yesNo"
4945
4088
  },
@@ -4961,11 +4104,7 @@
4961
4104
  ]
4962
4105
  },
4963
4106
  "attachments": {
4964
- "ta6Ref": "5.1h2",
4965
- "enum": [
4966
- "Attached",
4967
- "To follow"
4968
- ]
4107
+ "ta6Ref": "5.1h2"
4969
4108
  }
4970
4109
  },
4971
4110
  "required": [
@@ -4978,17 +4117,12 @@
4978
4117
  ],
4979
4118
  "properties": {
4980
4119
  "yesNo": {
4981
- "ta6Ref": "5.1h1",
4982
- "enum": [
4983
- "Yes",
4984
- "No"
4985
- ]
4120
+ "ta6Ref": "5.1h1"
4986
4121
  }
4987
4122
  }
4988
4123
  },
4989
4124
  "otherGuarantees": {
4990
4125
  "ta6Ref": "5.1i",
4991
- "title": "Other Guarantees or warranties",
4992
4126
  "discriminator": {
4993
4127
  "propertyName": "yesNo"
4994
4128
  },
@@ -5010,15 +4144,10 @@
5010
4144
  ]
5011
4145
  },
5012
4146
  "details": {
5013
- "ta6Ref": "5.1i2",
5014
- "title": "Please provide details"
4147
+ "ta6Ref": "5.1i2"
5015
4148
  },
5016
4149
  "attachments": {
5017
- "ta6Ref": "5.1i3",
5018
- "enum": [
5019
- "Attached",
5020
- "To follow"
5021
- ]
4150
+ "ta6Ref": "5.1i3"
5022
4151
  }
5023
4152
  },
5024
4153
  "required": [
@@ -5032,17 +4161,12 @@
5032
4161
  ],
5033
4162
  "properties": {
5034
4163
  "yesNo": {
5035
- "ta6Ref": "5.1i1",
5036
- "enum": [
5037
- "Yes",
5038
- "No"
5039
- ]
4164
+ "ta6Ref": "5.1i1"
5040
4165
  }
5041
4166
  }
5042
4167
  },
5043
4168
  "outstandingClaimsOrApplications": {
5044
4169
  "ta6Ref": "5.2",
5045
- "title": "Are there any outstanding claims or current applications relating to any of the above?",
5046
4170
  "discriminator": {
5047
4171
  "propertyName": "yesNo"
5048
4172
  },
@@ -5064,15 +4188,10 @@
5064
4188
  ]
5065
4189
  },
5066
4190
  "details": {
5067
- "ta6Ref": "5.2.2",
5068
- "title": "Please provide details"
4191
+ "ta6Ref": "5.2.2"
5069
4192
  },
5070
4193
  "attachments": {
5071
- "ta6Ref": "5.2.3",
5072
- "enum": [
5073
- "Attached",
5074
- "To follow"
5075
- ]
4194
+ "ta6Ref": "5.2.3"
5076
4195
  }
5077
4196
  },
5078
4197
  "required": [
@@ -5085,11 +4204,7 @@
5085
4204
  ],
5086
4205
  "properties": {
5087
4206
  "yesNo": {
5088
- "ta6Ref": "5.2.1",
5089
- "enum": [
5090
- "Yes",
5091
- "No"
5092
- ]
4207
+ "ta6Ref": "5.2.1"
5093
4208
  }
5094
4209
  }
5095
4210
  }
@@ -5113,18 +4228,12 @@
5113
4228
  ],
5114
4229
  "properties": {
5115
4230
  "hasValidGuaranteesOrWarranties": {
5116
- "ta6Ref": "5.1",
5117
- "title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
5118
- "enum": [
5119
- "Yes",
5120
- "No"
5121
- ]
4231
+ "ta6Ref": "5.1"
5122
4232
  }
5123
4233
  }
5124
4234
  },
5125
4235
  "occupiers": {
5126
4236
  "ta6Ref": "11",
5127
- "title": "Occupiers",
5128
4237
  "required": [
5129
4238
  "sellerLivesAtProperty",
5130
4239
  "othersAged17OrOver"
@@ -5132,17 +4241,12 @@
5132
4241
  "properties": {
5133
4242
  "sellerLivesAtProperty": {
5134
4243
  "ta6Ref": "11.1",
5135
- "title": "Does the seller live at the property?",
5136
4244
  "required": [
5137
4245
  "yesNo"
5138
4246
  ],
5139
4247
  "properties": {
5140
4248
  "yesNo": {
5141
- "ta6Ref": "11.1.1",
5142
- "enum": [
5143
- "Yes",
5144
- "No"
5145
- ]
4249
+ "ta6Ref": "11.1.1"
5146
4250
  }
5147
4251
  }
5148
4252
  },
@@ -5169,22 +4273,16 @@
5169
4273
  ]
5170
4274
  },
5171
4275
  "aged17OrOverNames": {
5172
- "ta6Ref": "11.3",
5173
- "title": "Please provide their full names and ages."
4276
+ "ta6Ref": "11.3"
5174
4277
  },
5175
4278
  "aged17OrOverTenantsOrLodgers": {
5176
4279
  "ta6Ref": "11.4",
5177
- "title": "Are any of them tenants or lodgers?",
5178
4280
  "required": [
5179
4281
  "yesNo"
5180
4282
  ],
5181
4283
  "properties": {
5182
4284
  "yesNo": {
5183
- "ta6Ref": "11.4.1",
5184
- "enum": [
5185
- "Yes",
5186
- "No"
5187
- ]
4285
+ "ta6Ref": "11.4.1"
5188
4286
  }
5189
4287
  }
5190
4288
  },
@@ -5212,23 +4310,17 @@
5212
4310
  },
5213
4311
  "aged17OrOverAgreedToLeave": {
5214
4312
  "ta6Ref": "11.5a",
5215
- "title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
5216
4313
  "required": [
5217
4314
  "yesNo"
5218
4315
  ],
5219
4316
  "properties": {
5220
4317
  "yesNo": {
5221
- "ta6Ref": "11.5a1",
5222
- "enum": [
5223
- "Yes",
5224
- "No"
5225
- ]
4318
+ "ta6Ref": "11.5a1"
5226
4319
  }
5227
4320
  }
5228
4321
  },
5229
4322
  "aged17OrOverWillSignToConfirmWillVacate": {
5230
4323
  "ta6Ref": "11.5b",
5231
- "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?",
5232
4324
  "discriminator": {
5233
4325
  "propertyName": "yesNo"
5234
4326
  },
@@ -5250,12 +4342,7 @@
5250
4342
  ]
5251
4343
  },
5252
4344
  "attachments": {
5253
- "ta6Ref": "11.5b2",
5254
- "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).",
5255
- "enum": [
5256
- "Attached",
5257
- "To follow"
5258
- ]
4345
+ "ta6Ref": "11.5b2"
5259
4346
  }
5260
4347
  },
5261
4348
  "required": [
@@ -5268,11 +4355,7 @@
5268
4355
  ],
5269
4356
  "properties": {
5270
4357
  "yesNo": {
5271
- "ta6Ref": "11.5b1",
5272
- "enum": [
5273
- "Yes",
5274
- "No"
5275
- ]
4358
+ "ta6Ref": "11.5b1"
5276
4359
  }
5277
4360
  }
5278
4361
  }
@@ -5288,12 +4371,7 @@
5288
4371
  ],
5289
4372
  "properties": {
5290
4373
  "soldWithVacantPossession": {
5291
- "ta6Ref": "11.5.1",
5292
- "title": "Is the property being sold with vacant possession?",
5293
- "enum": [
5294
- "Yes",
5295
- "No"
5296
- ]
4374
+ "ta6Ref": "11.5.1"
5297
4375
  }
5298
4376
  }
5299
4377
  }
@@ -5310,12 +4388,7 @@
5310
4388
  ],
5311
4389
  "properties": {
5312
4390
  "hasOthersAged17OrOver": {
5313
- "ta6Ref": "11.2.1",
5314
- "title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
5315
- "enum": [
5316
- "Yes",
5317
- "No"
5318
- ]
4391
+ "ta6Ref": "11.2.1"
5319
4392
  }
5320
4393
  }
5321
4394
  }
@@ -5323,7 +4396,6 @@
5323
4396
  },
5324
4397
  "completionAndMoving": {
5325
4398
  "ta6Ref": "14",
5326
- "title": "Completion and Moving",
5327
4399
  "required": [
5328
4400
  "sellerWillEnsure",
5329
4401
  "otherPropertyInChain",
@@ -5333,29 +4405,23 @@
5333
4405
  "properties": {
5334
4406
  "sellerWillEnsure": {
5335
4407
  "ta6Ref": "14.4",
5336
- "title": "Please confirm that on completion you will:",
5337
4408
  "properties": {
5338
4409
  "removeRubbish": {
5339
- "ta6Ref": "14.4a",
5340
- "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."
4410
+ "ta6Ref": "14.4a"
5341
4411
  },
5342
4412
  "replaceLightFittings": {
5343
- "ta6Ref": "14.4b",
5344
- "title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb."
4413
+ "ta6Ref": "14.4b"
5345
4414
  },
5346
4415
  "takeReasonableCare": {
5347
- "ta6Ref": "14.4c",
5348
- "title": "Take reasonable care when removing any other fittings or contents."
4416
+ "ta6Ref": "14.4c"
5349
4417
  },
5350
4418
  "leaveKeys": {
5351
- "ta6Ref": "14.4d",
5352
- "title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion."
4419
+ "ta6Ref": "14.4d"
5353
4420
  }
5354
4421
  }
5355
4422
  },
5356
4423
  "otherPropertyInChain": {
5357
4424
  "ta6Ref": "14.1",
5358
- "title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
5359
4425
  "discriminator": {
5360
4426
  "propertyName": "yesNo"
5361
4427
  },
@@ -5384,18 +4450,12 @@
5384
4450
  ],
5385
4451
  "properties": {
5386
4452
  "yesNo": {
5387
- "ta6Ref": "14.1.1",
5388
- "enum": [
5389
- "Yes",
5390
- "No"
5391
- ]
4453
+ "ta6Ref": "14.1.1"
5392
4454
  }
5393
4455
  }
5394
4456
  },
5395
4457
  "moveRestrictionDates": {
5396
4458
  "ta6Ref": "14.2",
5397
- "title": "Are there any dates on which you cannot move?",
5398
- "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.",
5399
4459
  "discriminator": {
5400
4460
  "propertyName": "yesNo"
5401
4461
  },
@@ -5430,28 +4490,18 @@
5430
4490
  ],
5431
4491
  "properties": {
5432
4492
  "yesNo": {
5433
- "ta6Ref": "14.2.1",
5434
- "enum": [
5435
- "Yes",
5436
- "No"
5437
- ]
4493
+ "ta6Ref": "14.2.1"
5438
4494
  }
5439
4495
  }
5440
4496
  },
5441
4497
  "sufficientToRepayAllMortgages": {
5442
4498
  "ta6Ref": "14.3",
5443
- "title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
5444
4499
  "required": [
5445
4500
  "yesNo"
5446
4501
  ],
5447
4502
  "properties": {
5448
4503
  "yesNo": {
5449
- "ta6Ref": "14.3.1",
5450
- "enum": [
5451
- "Yes",
5452
- "No",
5453
- "No mortgage"
5454
- ]
4504
+ "ta6Ref": "14.3.1"
5455
4505
  }
5456
4506
  }
5457
4507
  }
@@ -5459,14 +4509,12 @@
5459
4509
  },
5460
4510
  "confirmationOfAccuracyByOwners": {
5461
4511
  "ta6Ref": "14.5",
5462
- "title": "Confirmation to be supplied by all owners or their representative",
5463
4512
  "required": [
5464
4513
  "confirmInformationIsAccurate"
5465
4514
  ],
5466
4515
  "properties": {
5467
4516
  "confirmInformationIsAccurate": {
5468
- "ta6Ref": "14.5.1",
5469
- "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"
4517
+ "ta6Ref": "14.5.1"
5470
4518
  }
5471
4519
  }
5472
4520
  }