@pdtf/schemas 3.6.0-dev.14 → 3.6.0-dev.15

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.
@@ -0,0 +1,4726 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://trust.propdata.org.uk/schemas/v3/overlays/ta6ed6v2.json",
4
+ "required": [
5
+ "participants",
6
+ "propertyPack"
7
+ ],
8
+ "properties": {
9
+ "participants": {
10
+ "ta6ed6v2Ref": "1",
11
+ "items": {
12
+ "discriminator": {
13
+ "propertyName": "role"
14
+ },
15
+ "oneOf": [
16
+ {
17
+ "properties": {
18
+ "role": {
19
+ "enum": [
20
+ "Prospective Buyer",
21
+ "Buyer's Conveyancer",
22
+ "Seller's Conveyancer",
23
+ "Estate Agent",
24
+ "Buyer's Agent",
25
+ "Surveyor",
26
+ "Mortgage Broker",
27
+ "Lender",
28
+ "Landlord",
29
+ "Tenant",
30
+ "Platform Support"
31
+ ]
32
+ }
33
+ }
34
+ },
35
+ {
36
+ "properties": {
37
+ "role": {
38
+ "enum": [
39
+ "Buyer"
40
+ ]
41
+ }
42
+ }
43
+ },
44
+ {
45
+ "properties": {
46
+ "role": {
47
+ "enum": [
48
+ "Seller"
49
+ ]
50
+ },
51
+ "sellersCapacity": {
52
+ "ta6ed6v2Ref": "1.4",
53
+ "discriminator": {
54
+ "propertyName": "capacity"
55
+ },
56
+ "oneOf": [
57
+ {
58
+ "properties": {
59
+ "capacity": {
60
+ "enum": [
61
+ "Legal Owner",
62
+ "Mortgagee in Possession"
63
+ ]
64
+ }
65
+ }
66
+ },
67
+ {
68
+ "properties": {
69
+ "capacity": {
70
+ "enum": [
71
+ "Personal Representative for a Deceased Owner",
72
+ "Under Power of Attorney",
73
+ "Trustee",
74
+ "Assistant",
75
+ "Other"
76
+ ]
77
+ }
78
+ }
79
+ },
80
+ {
81
+ "properties": {
82
+ "capacity": {
83
+ "enum": [
84
+ "Company Director",
85
+ "Company Secretary"
86
+ ]
87
+ },
88
+ "companyNumber": {
89
+ "ta6ed6v2Ref": "1.6.1"
90
+ },
91
+ "directorOrAuthorisedPerson": {
92
+ "ta6ed6v2Ref": "1.6.2"
93
+ },
94
+ "countryOfIncorporation": {
95
+ "ta6ed6v2Ref": "1.6.3"
96
+ }
97
+ }
98
+ }
99
+ ],
100
+ "required": [
101
+ "capacity"
102
+ ],
103
+ "title": "What is your role in the sale?",
104
+ "properties": {
105
+ "capacity": {
106
+ "ta6ed6v2Ref": "1.4",
107
+ "enum": [
108
+ "Legal Owner",
109
+ "Company Director",
110
+ "Personal Representative for a Deceased Owner",
111
+ "Under Power of Attorney",
112
+ "Trustee"
113
+ ],
114
+ "enumNames": [
115
+ "Seller (Private individual)",
116
+ "Seller (Company)",
117
+ "Executor(s)/Administrator(s)",
118
+ "Attorney(s)",
119
+ "Trustee(s)"
120
+ ]
121
+ }
122
+ }
123
+ },
124
+ "dateBecameOwnerOrAuthority": {
125
+ "ta6ed6v2Ref": "1.5",
126
+ "title": "When did you become the owner of, or get authority to sell, the property? (DD/MM/YYYY)"
127
+ }
128
+ },
129
+ "required": [
130
+ "sellersCapacity",
131
+ "dateBecameOwnerOrAuthority"
132
+ ]
133
+ }
134
+ ],
135
+ "required": [
136
+ "role"
137
+ ],
138
+ "properties": {
139
+ "role": {
140
+ "ta6ed6v2Ref": "1"
141
+ }
142
+ }
143
+ }
144
+ },
145
+ "propertyPack": {
146
+ "required": [
147
+ "address",
148
+ "parking",
149
+ "disputesAndComplaints",
150
+ "alterationsAndChanges",
151
+ "listingAndConservation",
152
+ "notices",
153
+ "specialistIssues",
154
+ "waterAndDrainage",
155
+ "electricity",
156
+ "heating",
157
+ "connectivity",
158
+ "insurance",
159
+ "rightsAndInformalArrangements",
160
+ "environmentalIssues",
161
+ "legalBoundaries",
162
+ "servicesCrossing",
163
+ "electricalWorks",
164
+ "guaranteesWarrantiesAndIndemnityInsurances",
165
+ "occupiers",
166
+ "completionAndMoving",
167
+ "confirmationOfAccuracyByOwners",
168
+ "additionalInformation"
169
+ ],
170
+ "properties": {
171
+ "address": {
172
+ "ta6ed6v2Ref": "1.1",
173
+ "required": [
174
+ "line1",
175
+ "postcode"
176
+ ],
177
+ "title": "Address of the property",
178
+ "properties": {
179
+ "line1": {
180
+ "ta6ed6v2Ref": "1.1.1"
181
+ },
182
+ "line2": {
183
+ "ta6ed6v2Ref": "1.1.2"
184
+ },
185
+ "line3": {
186
+ "ta6ed6v2Ref": "1.1.3"
187
+ },
188
+ "town": {
189
+ "ta6ed6v2Ref": "1.1.4"
190
+ },
191
+ "postcode": {
192
+ "ta6ed6v2Ref": "1.1.5"
193
+ }
194
+ }
195
+ },
196
+ "uprn": {
197
+ "ta6ed6v2Ref": "1.2",
198
+ "title": "UPRN (if known)",
199
+ "description": "Unique Property Reference Number (digits)"
200
+ },
201
+ "parking": {
202
+ "ta6ed6v2Ref": "10",
203
+ "required": [
204
+ "parkingArrangements",
205
+ "controlledParking",
206
+ "electricVehicleChargingPoint"
207
+ ],
208
+ "properties": {
209
+ "parkingArrangements": {
210
+ "ta6ed6v2Ref": "10.1",
211
+ "title": "What are the parking arrangements at the property?"
212
+ },
213
+ "controlledParking": {
214
+ "ta6ed6v2Ref": "10.2",
215
+ "discriminator": {
216
+ "propertyName": "yesNo"
217
+ },
218
+ "oneOf": [
219
+ {
220
+ "properties": {
221
+ "yesNo": {
222
+ "enum": [
223
+ "No"
224
+ ]
225
+ }
226
+ }
227
+ },
228
+ {
229
+ "properties": {
230
+ "yesNo": {
231
+ "enum": [
232
+ "Yes"
233
+ ]
234
+ }
235
+ }
236
+ }
237
+ ],
238
+ "required": [
239
+ "yesNo"
240
+ ],
241
+ "title": "Is a permit required for on-road parking?",
242
+ "properties": {
243
+ "yesNo": {
244
+ "ta6ed6v2Ref": "10.2.1",
245
+ "enum": [
246
+ "Yes",
247
+ "No"
248
+ ]
249
+ }
250
+ }
251
+ },
252
+ "electricVehicleChargingPoint": {
253
+ "ta6ed6v2Ref": "10.3",
254
+ "discriminator": {
255
+ "propertyName": "yesNo"
256
+ },
257
+ "oneOf": [
258
+ {
259
+ "properties": {
260
+ "yesNo": {
261
+ "enum": [
262
+ "No"
263
+ ]
264
+ }
265
+ }
266
+ },
267
+ {
268
+ "properties": {
269
+ "yesNo": {
270
+ "enum": [
271
+ "Yes"
272
+ ]
273
+ },
274
+ "chargerDetails": {
275
+ "ta6ed6v2Ref": "10.3a"
276
+ },
277
+ "chargerDetailsAttachments": {
278
+ "ta6ed6v2Ref": "10.3a1"
279
+ },
280
+ "cableCrossesPavement": {
281
+ "ta6ed6v2Ref": "10.3b",
282
+ "discriminator": {
283
+ "propertyName": "yesNo"
284
+ },
285
+ "oneOf": [
286
+ {
287
+ "properties": {
288
+ "yesNo": {
289
+ "enum": [
290
+ "No"
291
+ ]
292
+ }
293
+ }
294
+ },
295
+ {
296
+ "properties": {
297
+ "yesNo": {
298
+ "enum": [
299
+ "Yes"
300
+ ]
301
+ },
302
+ "details": {
303
+ "ta6ed6v2Ref": "10.3b2"
304
+ }
305
+ },
306
+ "required": [
307
+ "details"
308
+ ]
309
+ }
310
+ ],
311
+ "required": [
312
+ "yesNo"
313
+ ],
314
+ "properties": {
315
+ "yesNo": {
316
+ "ta6ed6v2Ref": "10.3b1"
317
+ }
318
+ }
319
+ }
320
+ },
321
+ "required": [
322
+ "chargerDetails",
323
+ "cableCrossesPavement"
324
+ ]
325
+ }
326
+ ],
327
+ "required": [
328
+ "yesNo"
329
+ ],
330
+ "title": "Does the property have an electric vehicle (EV) charging point?",
331
+ "properties": {
332
+ "yesNo": {
333
+ "ta6ed6v2Ref": "10.3.1"
334
+ }
335
+ }
336
+ }
337
+ }
338
+ },
339
+ "listingAndConservation": {
340
+ "ta6ed6v2Ref": "5.7",
341
+ "required": [
342
+ "isListed",
343
+ "isConservationArea",
344
+ "hasTreePreservationOrder"
345
+ ],
346
+ "title": "Listed buildings and conservation area",
347
+ "properties": {
348
+ "isListed": {
349
+ "ta6ed6v2Ref": "5.7",
350
+ "discriminator": {
351
+ "propertyName": "yesNo"
352
+ },
353
+ "oneOf": [
354
+ {
355
+ "properties": {
356
+ "yesNo": {
357
+ "enum": [
358
+ "No",
359
+ "Not known"
360
+ ]
361
+ }
362
+ }
363
+ },
364
+ {
365
+ "properties": {
366
+ "yesNo": {
367
+ "enum": [
368
+ "Yes"
369
+ ]
370
+ }
371
+ }
372
+ }
373
+ ],
374
+ "required": [
375
+ "yesNo"
376
+ ],
377
+ "title": "Is the property (or any part of it) listed?",
378
+ "properties": {
379
+ "yesNo": {
380
+ "ta6ed6v2Ref": "5.7.1"
381
+ }
382
+ }
383
+ },
384
+ "isConservationArea": {
385
+ "ta6ed6v2Ref": "5.8",
386
+ "discriminator": {
387
+ "propertyName": "yesNo"
388
+ },
389
+ "oneOf": [
390
+ {
391
+ "properties": {
392
+ "yesNo": {
393
+ "enum": [
394
+ "No",
395
+ "Not known"
396
+ ]
397
+ }
398
+ }
399
+ },
400
+ {
401
+ "properties": {
402
+ "yesNo": {
403
+ "enum": [
404
+ "Yes"
405
+ ]
406
+ }
407
+ }
408
+ }
409
+ ],
410
+ "required": [
411
+ "yesNo"
412
+ ],
413
+ "title": "Is the property (or any part of it) in a conservation area?",
414
+ "properties": {
415
+ "yesNo": {
416
+ "ta6ed6v2Ref": "5.8.1"
417
+ }
418
+ }
419
+ },
420
+ "hasTreePreservationOrder": {
421
+ "ta6ed6v2Ref": "5.9",
422
+ "discriminator": {
423
+ "propertyName": "yesNo"
424
+ },
425
+ "oneOf": [
426
+ {
427
+ "properties": {
428
+ "yesNo": {
429
+ "enum": [
430
+ "No",
431
+ "Not known"
432
+ ]
433
+ }
434
+ }
435
+ },
436
+ {
437
+ "properties": {
438
+ "yesNo": {
439
+ "enum": [
440
+ "Yes"
441
+ ]
442
+ },
443
+ "workCarriedOut": {
444
+ "ta6ed6v2Ref": "5.9a",
445
+ "discriminator": {
446
+ "propertyName": "yesNo"
447
+ },
448
+ "oneOf": [
449
+ {
450
+ "properties": {
451
+ "yesNo": {
452
+ "enum": [
453
+ "No",
454
+ "Not known"
455
+ ]
456
+ }
457
+ }
458
+ },
459
+ {
460
+ "properties": {
461
+ "yesNo": {
462
+ "enum": [
463
+ "Yes"
464
+ ]
465
+ },
466
+ "details": {
467
+ "ta6ed6v2Ref": "5.9a2"
468
+ },
469
+ "attachments": {
470
+ "ta6ed6v2Ref": "5.9a3",
471
+ "title": "Provide a copy of the TPO along with any relevant documents"
472
+ }
473
+ },
474
+ "required": [
475
+ "details",
476
+ "attachments"
477
+ ]
478
+ }
479
+ ],
480
+ "required": [
481
+ "yesNo"
482
+ ],
483
+ "title": "Are you aware of any works carried out on those trees?",
484
+ "properties": {
485
+ "yesNo": {
486
+ "ta6ed6v2Ref": "5.9a1"
487
+ }
488
+ }
489
+ }
490
+ },
491
+ "required": [
492
+ "workCarriedOut"
493
+ ]
494
+ }
495
+ ],
496
+ "required": [
497
+ "yesNo"
498
+ ],
499
+ "title": "Are any trees on or overhanging the property subject to a tree preservation order (TPO)?",
500
+ "properties": {
501
+ "yesNo": {
502
+ "ta6ed6v2Ref": "5.9.1"
503
+ }
504
+ }
505
+ }
506
+ }
507
+ },
508
+ "energyEfficiency": {
509
+ "ta6ed6v2Ref": "8",
510
+ "properties": {
511
+ "greenDealLoan": {
512
+ "ta6ed6v2Ref": "8.5",
513
+ "required": [
514
+ "hasGreenDealLoan"
515
+ ],
516
+ "title": "Green Deal",
517
+ "properties": {
518
+ "hasGreenDealLoan": {
519
+ "ta6ed6v2Ref": "8.5.1",
520
+ "discriminator": {
521
+ "propertyName": "yesNo"
522
+ },
523
+ "oneOf": [
524
+ {
525
+ "properties": {
526
+ "yesNo": {
527
+ "enum": [
528
+ "No"
529
+ ]
530
+ }
531
+ }
532
+ },
533
+ {
534
+ "properties": {
535
+ "yesNo": {
536
+ "enum": [
537
+ "Yes"
538
+ ]
539
+ },
540
+ "details": {
541
+ "ta6ed6v2Ref": "8.5.1b",
542
+ "title": "Give details of all installations and supply a copy of your last electricity bill"
543
+ },
544
+ "attachments": {
545
+ "ta6ed6v2Ref": "8.5.1c"
546
+ }
547
+ },
548
+ "required": [
549
+ "details",
550
+ "attachments"
551
+ ]
552
+ }
553
+ ],
554
+ "required": [
555
+ "yesNo"
556
+ ],
557
+ "title": "Have any installations in the property been financed under the Green Deal scheme?",
558
+ "properties": {
559
+ "yesNo": {
560
+ "ta6ed6v2Ref": "8.5.1a"
561
+ }
562
+ }
563
+ }
564
+ }
565
+ }
566
+ }
567
+ },
568
+ "disputesAndComplaints": {
569
+ "ta6ed6v2Ref": "3",
570
+ "required": [
571
+ "hasDisputesAndComplaints",
572
+ "leadingToDisputesAndComplaints"
573
+ ],
574
+ "title": "Disputes",
575
+ "properties": {
576
+ "hasDisputesAndComplaints": {
577
+ "ta6ed6v2Ref": "3.1",
578
+ "discriminator": {
579
+ "propertyName": "yesNo"
580
+ },
581
+ "oneOf": [
582
+ {
583
+ "properties": {
584
+ "yesNo": {
585
+ "enum": [
586
+ "No"
587
+ ]
588
+ }
589
+ }
590
+ },
591
+ {
592
+ "properties": {
593
+ "yesNo": {
594
+ "enum": [
595
+ "Yes"
596
+ ]
597
+ },
598
+ "details": {
599
+ "ta6ed6v2Ref": "3.1.2",
600
+ "title": "Give details such as when this took place and who was involved"
601
+ }
602
+ },
603
+ "required": [
604
+ "details"
605
+ ]
606
+ }
607
+ ],
608
+ "required": [
609
+ "yesNo"
610
+ ],
611
+ "title": "Are you aware of any disputes or complaints about the property or a property nearby?",
612
+ "description": "If yes, give details such as when this took place and who was involved:",
613
+ "properties": {
614
+ "yesNo": {
615
+ "ta6ed6v2Ref": "3.1.1"
616
+ }
617
+ }
618
+ },
619
+ "leadingToDisputesAndComplaints": {
620
+ "ta6ed6v2Ref": "3.2",
621
+ "discriminator": {
622
+ "propertyName": "yesNo"
623
+ },
624
+ "oneOf": [
625
+ {
626
+ "properties": {
627
+ "yesNo": {
628
+ "enum": [
629
+ "No"
630
+ ]
631
+ }
632
+ }
633
+ },
634
+ {
635
+ "properties": {
636
+ "yesNo": {
637
+ "enum": [
638
+ "Yes"
639
+ ]
640
+ },
641
+ "details": {
642
+ "ta6ed6v2Ref": "3.2.2"
643
+ }
644
+ },
645
+ "required": [
646
+ "details"
647
+ ]
648
+ }
649
+ ],
650
+ "required": [
651
+ "yesNo"
652
+ ],
653
+ "title": "Are you aware of anything that might lead to a dispute about the property or a property nearby?",
654
+ "description": "If yes, please give details:",
655
+ "properties": {
656
+ "yesNo": {
657
+ "ta6ed6v2Ref": "3.2.1"
658
+ }
659
+ }
660
+ }
661
+ }
662
+ },
663
+ "alterationsAndChanges": {
664
+ "ta6ed6v2Ref": "5",
665
+ "required": [
666
+ "hasStructuralAlterations",
667
+ "nonResidentialPurposes",
668
+ "planningPermissionBreaches",
669
+ "unresolvedPlanningIssues"
670
+ ],
671
+ "title": "Alterations",
672
+ "properties": {
673
+ "hasStructuralAlterations": {
674
+ "ta6ed6v2Ref": "5.1",
675
+ "discriminator": {
676
+ "propertyName": "yesNo"
677
+ },
678
+ "oneOf": [
679
+ {
680
+ "properties": {
681
+ "yesNo": {
682
+ "enum": [
683
+ "No"
684
+ ]
685
+ }
686
+ }
687
+ },
688
+ {
689
+ "properties": {
690
+ "yesNo": {
691
+ "enum": [
692
+ "Yes"
693
+ ]
694
+ },
695
+ "alterationTypes": {
696
+ "ta6ed6v2Ref": "5.1"
697
+ },
698
+ "details": {
699
+ "ta6ed6v2Ref": "5.2a",
700
+ "title": "Give details of the work and the date it was carried out, or state not known"
701
+ },
702
+ "workCompleted": {
703
+ "ta6ed6v2Ref": "5.2b",
704
+ "discriminator": {
705
+ "propertyName": "yesNo"
706
+ },
707
+ "oneOf": [
708
+ {
709
+ "properties": {
710
+ "yesNo": {
711
+ "enum": [
712
+ "Yes"
713
+ ]
714
+ }
715
+ }
716
+ },
717
+ {
718
+ "properties": {
719
+ "yesNo": {
720
+ "enum": [
721
+ "No"
722
+ ]
723
+ },
724
+ "details": {
725
+ "ta6ed6v2Ref": "5.2b"
726
+ }
727
+ },
728
+ "required": [
729
+ "details"
730
+ ]
731
+ }
732
+ ],
733
+ "required": [
734
+ "yesNo"
735
+ ],
736
+ "properties": {
737
+ "yesNo": {
738
+ "ta6ed6v2Ref": "5.2b"
739
+ }
740
+ }
741
+ },
742
+ "documents": {
743
+ "ta6ed6v2Ref": "5.2c"
744
+ },
745
+ "approvalsObtained": {
746
+ "ta6ed6v2Ref": "5.2d.i"
747
+ },
748
+ "approvalsNotRequiredReason": {
749
+ "ta6ed6v2Ref": "5.2d.ii"
750
+ }
751
+ },
752
+ "required": [
753
+ "alterationTypes",
754
+ "details"
755
+ ]
756
+ }
757
+ ],
758
+ "required": [
759
+ "yesNo"
760
+ ],
761
+ "title": "Are you aware of any of the following alterations to the property?",
762
+ "properties": {
763
+ "yesNo": {
764
+ "ta6ed6v2Ref": "5.1.1"
765
+ }
766
+ }
767
+ },
768
+ "nonResidentialPurposes": {
769
+ "ta6ed6v2Ref": "5.3",
770
+ "discriminator": {
771
+ "propertyName": "yesNo"
772
+ },
773
+ "oneOf": [
774
+ {
775
+ "properties": {
776
+ "yesNo": {
777
+ "enum": [
778
+ "No"
779
+ ]
780
+ }
781
+ }
782
+ },
783
+ {
784
+ "properties": {
785
+ "yesNo": {
786
+ "enum": [
787
+ "Yes"
788
+ ]
789
+ },
790
+ "details": {
791
+ "ta6ed6v2Ref": "5.3.2",
792
+ "title": "Give details and supply a copy of any relevant planning permission"
793
+ },
794
+ "attachments": {
795
+ "ta6ed6v2Ref": "5.3.3"
796
+ }
797
+ },
798
+ "required": [
799
+ "details"
800
+ ]
801
+ }
802
+ ],
803
+ "required": [
804
+ "yesNo"
805
+ ],
806
+ "properties": {
807
+ "yesNo": {
808
+ "ta6ed6v2Ref": "5.3.1"
809
+ }
810
+ }
811
+ },
812
+ "planningPermissionBreaches": {
813
+ "ta6ed6v2Ref": "5.4",
814
+ "discriminator": {
815
+ "propertyName": "yesNo"
816
+ },
817
+ "oneOf": [
818
+ {
819
+ "properties": {
820
+ "yesNo": {
821
+ "enum": [
822
+ "No"
823
+ ]
824
+ }
825
+ }
826
+ },
827
+ {
828
+ "properties": {
829
+ "yesNo": {
830
+ "enum": [
831
+ "Yes"
832
+ ]
833
+ },
834
+ "details": {
835
+ "ta6ed6v2Ref": "5.4.2"
836
+ }
837
+ },
838
+ "required": [
839
+ "details"
840
+ ]
841
+ }
842
+ ],
843
+ "required": [
844
+ "yesNo"
845
+ ],
846
+ "title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions, unfinished work or work that does not have all necessary consents?",
847
+ "properties": {
848
+ "yesNo": {
849
+ "ta6ed6v2Ref": "5.4.1"
850
+ }
851
+ }
852
+ },
853
+ "unresolvedPlanningIssues": {
854
+ "ta6ed6v2Ref": "5.5",
855
+ "discriminator": {
856
+ "propertyName": "yesNo"
857
+ },
858
+ "oneOf": [
859
+ {
860
+ "properties": {
861
+ "yesNo": {
862
+ "enum": [
863
+ "No"
864
+ ]
865
+ }
866
+ }
867
+ },
868
+ {
869
+ "properties": {
870
+ "yesNo": {
871
+ "enum": [
872
+ "Yes"
873
+ ]
874
+ },
875
+ "details": {
876
+ "ta6ed6v2Ref": "5.5.2"
877
+ }
878
+ },
879
+ "required": [
880
+ "details"
881
+ ]
882
+ }
883
+ ],
884
+ "required": [
885
+ "yesNo"
886
+ ],
887
+ "title": "Are you aware of any planning or building control issues that need to be resolved?",
888
+ "properties": {
889
+ "yesNo": {
890
+ "ta6ed6v2Ref": "5.5.1"
891
+ }
892
+ }
893
+ }
894
+ }
895
+ },
896
+ "notices": {
897
+ "ta6ed6v2Ref": "4",
898
+ "required": [
899
+ "otherNotices",
900
+ "neighbourDevelopment",
901
+ "planningApplication"
902
+ ],
903
+ "title": "Notices",
904
+ "properties": {
905
+ "neighbourDevelopment": {
906
+ "ta6ed6v2Ref": "4.2",
907
+ "discriminator": {
908
+ "propertyName": "yesNo"
909
+ },
910
+ "oneOf": [
911
+ {
912
+ "properties": {
913
+ "yesNo": {
914
+ "enum": [
915
+ "No"
916
+ ]
917
+ }
918
+ }
919
+ },
920
+ {
921
+ "properties": {
922
+ "yesNo": {
923
+ "enum": [
924
+ "Yes"
925
+ ]
926
+ },
927
+ "details": {
928
+ "ta6ed6v2Ref": "4.2.2",
929
+ "title": "Please give details"
930
+ }
931
+ },
932
+ "required": [
933
+ "details"
934
+ ]
935
+ }
936
+ ],
937
+ "required": [
938
+ "yesNo"
939
+ ],
940
+ "title": "Are you aware of any plans or proposals to develop property or land nearby?",
941
+ "properties": {
942
+ "yesNo": {
943
+ "ta6ed6v2Ref": "4.2.1"
944
+ }
945
+ }
946
+ },
947
+ "planningApplication": {
948
+ "ta6ed6v2Ref": "4.3",
949
+ "discriminator": {
950
+ "propertyName": "yesNo"
951
+ },
952
+ "oneOf": [
953
+ {
954
+ "properties": {
955
+ "yesNo": {
956
+ "enum": [
957
+ "No"
958
+ ]
959
+ }
960
+ }
961
+ },
962
+ {
963
+ "properties": {
964
+ "yesNo": {
965
+ "enum": [
966
+ "Yes"
967
+ ]
968
+ },
969
+ "details": {
970
+ "ta6ed6v2Ref": "4.3.2",
971
+ "title": "Please give details"
972
+ }
973
+ },
974
+ "required": [
975
+ "details"
976
+ ]
977
+ }
978
+ ],
979
+ "required": [
980
+ "yesNo"
981
+ ],
982
+ "title": "Are you aware of any proposals to make alterations to or change the use of buildings nearby?",
983
+ "properties": {
984
+ "yesNo": {
985
+ "ta6ed6v2Ref": "4.3.1"
986
+ }
987
+ }
988
+ },
989
+ "partyWallAct": {
990
+ "ta6ed6v2Ref": "2.5",
991
+ "discriminator": {
992
+ "propertyName": "yesNo"
993
+ },
994
+ "oneOf": [
995
+ {
996
+ "properties": {
997
+ "yesNo": {
998
+ "enum": [
999
+ "No"
1000
+ ]
1001
+ }
1002
+ }
1003
+ },
1004
+ {
1005
+ "properties": {
1006
+ "yesNo": {
1007
+ "enum": [
1008
+ "Yes"
1009
+ ]
1010
+ },
1011
+ "details": {
1012
+ "ta6ed6v2Ref": "2.5.2",
1013
+ "title": "Supply a copy and give details of any works carried out or agreed"
1014
+ }
1015
+ },
1016
+ "required": [
1017
+ "details"
1018
+ ]
1019
+ }
1020
+ ],
1021
+ "required": [
1022
+ "yesNo"
1023
+ ],
1024
+ "title": "Are you aware of any notice being served or received under the Party Wall etc. Act 1996 in respect of any shared/party walls or boundaries?",
1025
+ "properties": {
1026
+ "yesNo": {
1027
+ "ta6ed6v2Ref": "2.5.1"
1028
+ }
1029
+ }
1030
+ },
1031
+ "otherNotices": {
1032
+ "ta6ed6v2Ref": "4.1",
1033
+ "discriminator": {
1034
+ "propertyName": "yesNo"
1035
+ },
1036
+ "oneOf": [
1037
+ {
1038
+ "properties": {
1039
+ "yesNo": {
1040
+ "enum": [
1041
+ "No"
1042
+ ]
1043
+ }
1044
+ }
1045
+ },
1046
+ {
1047
+ "properties": {
1048
+ "yesNo": {
1049
+ "enum": [
1050
+ "Yes"
1051
+ ]
1052
+ },
1053
+ "details": {
1054
+ "ta6ed6v2Ref": "4.1.2",
1055
+ "title": "Please give details"
1056
+ }
1057
+ },
1058
+ "required": [
1059
+ "details"
1060
+ ]
1061
+ }
1062
+ ],
1063
+ "required": [
1064
+ "yesNo"
1065
+ ],
1066
+ "title": "Are you aware of any notices, communications, negotiations or discussions which affect the property or a property nearby? For example, from or to a neighbour, council or government department.",
1067
+ "properties": {
1068
+ "yesNo": {
1069
+ "ta6ed6v2Ref": "4.1.1"
1070
+ }
1071
+ }
1072
+ }
1073
+ }
1074
+ },
1075
+ "specialistIssues": {
1076
+ "ta6ed6v2Ref": "8.6",
1077
+ "required": [
1078
+ "japaneseKnotweed"
1079
+ ],
1080
+ "properties": {
1081
+ "japaneseKnotweed": {
1082
+ "ta6ed6v2Ref": "8.6",
1083
+ "discriminator": {
1084
+ "propertyName": "yesNo"
1085
+ },
1086
+ "oneOf": [
1087
+ {
1088
+ "properties": {
1089
+ "yesNo": {
1090
+ "enum": [
1091
+ "No",
1092
+ "Not known"
1093
+ ]
1094
+ }
1095
+ }
1096
+ },
1097
+ {
1098
+ "properties": {
1099
+ "yesNo": {
1100
+ "enum": [
1101
+ "Yes"
1102
+ ]
1103
+ },
1104
+ "managementPlanInPlace": {
1105
+ "ta6ed6v2Ref": "8.6.2",
1106
+ "title": "Is there a Japanese knotweed management and treatment plan in place?"
1107
+ }
1108
+ },
1109
+ "required": [
1110
+ "managementPlanInPlace"
1111
+ ],
1112
+ "oneOf": [
1113
+ null,
1114
+ {
1115
+ "required": [
1116
+ "attachments"
1117
+ ],
1118
+ "properties": {
1119
+ "attachments": {
1120
+ "ta6ed6v2Ref": "8.6.3",
1121
+ "title": "Provide a copy of the plan with any insurance cover linked to the plan."
1122
+ }
1123
+ }
1124
+ }
1125
+ ]
1126
+ }
1127
+ ],
1128
+ "required": [
1129
+ "yesNo",
1130
+ "knotweedSurveyCarriedOut"
1131
+ ],
1132
+ "title": "Japanese knotweed",
1133
+ "properties": {
1134
+ "knotweedSurveyCarriedOut": {
1135
+ "ta6ed6v2Ref": "8.7",
1136
+ "discriminator": {
1137
+ "propertyName": "yesNo"
1138
+ },
1139
+ "oneOf": [
1140
+ {
1141
+ "properties": {
1142
+ "yesNo": {
1143
+ "enum": [
1144
+ "No",
1145
+ "Not known"
1146
+ ]
1147
+ }
1148
+ }
1149
+ },
1150
+ {
1151
+ "properties": {
1152
+ "yesNo": {
1153
+ "enum": [
1154
+ "Yes"
1155
+ ]
1156
+ },
1157
+ "attachments": {
1158
+ "ta6ed6v2Ref": "8.7.2"
1159
+ }
1160
+ },
1161
+ "required": [
1162
+ "attachments"
1163
+ ]
1164
+ }
1165
+ ],
1166
+ "required": [
1167
+ "yesNo"
1168
+ ],
1169
+ "properties": {
1170
+ "yesNo": {
1171
+ "ta6ed6v2Ref": "8.7.1"
1172
+ }
1173
+ }
1174
+ },
1175
+ "yesNo": {
1176
+ "ta6ed6v2Ref": "8.6.1",
1177
+ "title": "Is the property affected by Japanese knotweed?"
1178
+ }
1179
+ }
1180
+ }
1181
+ }
1182
+ },
1183
+ "electricity": {
1184
+ "ta6ed6v2Ref": "12.1",
1185
+ "required": [
1186
+ "mainsElectricity"
1187
+ ],
1188
+ "properties": {
1189
+ "mainsElectricity": {
1190
+ "ta6ed6v2Ref": "12.1",
1191
+ "discriminator": {
1192
+ "propertyName": "yesNo"
1193
+ },
1194
+ "oneOf": [
1195
+ {
1196
+ "properties": {
1197
+ "yesNo": {
1198
+ "enum": [
1199
+ "No"
1200
+ ]
1201
+ }
1202
+ }
1203
+ },
1204
+ {
1205
+ "properties": {
1206
+ "yesNo": {
1207
+ "enum": [
1208
+ "Yes"
1209
+ ]
1210
+ },
1211
+ "supplier": {
1212
+ "ta6ed6v2Ref": "12.1.2",
1213
+ "title": "Provider's name"
1214
+ },
1215
+ "electricityMeter": {
1216
+ "ta6ed6v2Ref": "12.1.3",
1217
+ "required": [
1218
+ "location",
1219
+ "mpan"
1220
+ ],
1221
+ "properties": {
1222
+ "location": {
1223
+ "ta6ed6v2Ref": "12.1.3",
1224
+ "title": "Location of meter"
1225
+ },
1226
+ "mpan": {
1227
+ "ta6ed6v2Ref": "12.1.4",
1228
+ "title": "MPAN number",
1229
+ "description": "Your MPAN is on your electricity or dual fuel bill, usually in a box marked 'Supply Number'. It's 21 digits long and begins with 'S'. You'll only need the last 12 or 13 digits."
1230
+ }
1231
+ }
1232
+ }
1233
+ },
1234
+ "required": [
1235
+ "supplier",
1236
+ "electricityMeter"
1237
+ ]
1238
+ },
1239
+ {
1240
+ "properties": {
1241
+ "yesNo": {
1242
+ "enum": [
1243
+ "To be connected"
1244
+ ]
1245
+ }
1246
+ }
1247
+ }
1248
+ ],
1249
+ "required": [
1250
+ "yesNo"
1251
+ ],
1252
+ "properties": {
1253
+ "yesNo": {
1254
+ "ta6ed6v2Ref": "12.1.1",
1255
+ "enum": [
1256
+ "Yes",
1257
+ "No"
1258
+ ]
1259
+ }
1260
+ }
1261
+ },
1262
+ "solarPanels": {
1263
+ "ta6ed6v2Ref": "5.6",
1264
+ "discriminator": {
1265
+ "propertyName": "yesNo"
1266
+ },
1267
+ "oneOf": [
1268
+ {
1269
+ "properties": {
1270
+ "yesNo": {
1271
+ "enum": [
1272
+ "No"
1273
+ ]
1274
+ }
1275
+ }
1276
+ },
1277
+ {
1278
+ "properties": {
1279
+ "yesNo": {
1280
+ "enum": [
1281
+ "Yes"
1282
+ ]
1283
+ },
1284
+ "hotWaterOnly": {
1285
+ "ta6ed6v2Ref": "5.6a"
1286
+ },
1287
+ "yearInstalled": {
1288
+ "ta6ed6v2Ref": "5.6b",
1289
+ "title": "Which year was the system installed? (YYYY)"
1290
+ },
1291
+ "panelsOwnedOutright": {
1292
+ "ta6ed6v2Ref": "5.6c",
1293
+ "discriminator": {
1294
+ "propertyName": "yesNo"
1295
+ },
1296
+ "oneOf": [
1297
+ {
1298
+ "properties": {
1299
+ "yesNo": {
1300
+ "enum": [
1301
+ "Yes"
1302
+ ]
1303
+ }
1304
+ }
1305
+ },
1306
+ {
1307
+ "properties": {
1308
+ "yesNo": {
1309
+ "enum": [
1310
+ "No"
1311
+ ]
1312
+ }
1313
+ }
1314
+ }
1315
+ ],
1316
+ "required": [
1317
+ "yesNo"
1318
+ ],
1319
+ "title": "Do you own the system outright?",
1320
+ "properties": {
1321
+ "yesNo": {
1322
+ "ta6ed6v2Ref": "5.6c"
1323
+ }
1324
+ }
1325
+ },
1326
+ "panelProviderLease": {
1327
+ "ta6ed6v2Ref": "5.6d",
1328
+ "discriminator": {
1329
+ "propertyName": "yesNo"
1330
+ },
1331
+ "oneOf": [
1332
+ {
1333
+ "properties": {
1334
+ "yesNo": {
1335
+ "enum": [
1336
+ "No"
1337
+ ]
1338
+ }
1339
+ }
1340
+ },
1341
+ {
1342
+ "properties": {
1343
+ "yesNo": {
1344
+ "enum": [
1345
+ "Yes"
1346
+ ]
1347
+ },
1348
+ "attachments": {
1349
+ "ta6ed6v2Ref": "5.6d2"
1350
+ }
1351
+ }
1352
+ }
1353
+ ],
1354
+ "required": [
1355
+ "yesNo"
1356
+ ],
1357
+ "title": "Has a long lease of the roof or air space been granted to a solar power system provider? A typical long lease may last 20 to 25 years.",
1358
+ "properties": {
1359
+ "yesNo": {
1360
+ "ta6ed6v2Ref": "5.6d1"
1361
+ }
1362
+ }
1363
+ },
1364
+ "maintenanceAgreement": {
1365
+ "ta6ed6v2Ref": "5.6e",
1366
+ "discriminator": {
1367
+ "propertyName": "yesNo"
1368
+ },
1369
+ "oneOf": [
1370
+ {
1371
+ "properties": {
1372
+ "yesNo": {
1373
+ "enum": [
1374
+ "No"
1375
+ ]
1376
+ }
1377
+ }
1378
+ },
1379
+ {
1380
+ "properties": {
1381
+ "yesNo": {
1382
+ "enum": [
1383
+ "Yes"
1384
+ ]
1385
+ },
1386
+ "attachments": {
1387
+ "ta6ed6v2Ref": "5.6e2"
1388
+ }
1389
+ },
1390
+ "required": [
1391
+ "attachments"
1392
+ ]
1393
+ }
1394
+ ],
1395
+ "required": [
1396
+ "yesNo"
1397
+ ],
1398
+ "properties": {
1399
+ "yesNo": {
1400
+ "ta6ed6v2Ref": "5.6e1"
1401
+ }
1402
+ }
1403
+ },
1404
+ "photovoltaicBatteries": {
1405
+ "ta6ed6v2Ref": "5.6f",
1406
+ "discriminator": {
1407
+ "propertyName": "yesNo"
1408
+ },
1409
+ "oneOf": [
1410
+ {
1411
+ "properties": {
1412
+ "yesNo": {
1413
+ "enum": [
1414
+ "No"
1415
+ ]
1416
+ }
1417
+ }
1418
+ },
1419
+ {
1420
+ "properties": {
1421
+ "yesNo": {
1422
+ "enum": [
1423
+ "Yes"
1424
+ ]
1425
+ },
1426
+ "description": {
1427
+ "ta6ed6v2Ref": "5.6f1"
1428
+ },
1429
+ "details": {
1430
+ "ta6ed6v2Ref": "5.6f2"
1431
+ }
1432
+ },
1433
+ "required": [
1434
+ "description",
1435
+ "details"
1436
+ ]
1437
+ }
1438
+ ],
1439
+ "required": [
1440
+ "yesNo"
1441
+ ],
1442
+ "title": "Is there a battery for storing solar power?",
1443
+ "properties": {
1444
+ "yesNo": {
1445
+ "ta6ed6v2Ref": "5.6f"
1446
+ }
1447
+ }
1448
+ },
1449
+ "nationalGrid": {
1450
+ "ta6ed6v2Ref": "5.6g",
1451
+ "discriminator": {
1452
+ "propertyName": "yesNo"
1453
+ },
1454
+ "oneOf": [
1455
+ {
1456
+ "properties": {
1457
+ "yesNo": {
1458
+ "enum": [
1459
+ "No"
1460
+ ]
1461
+ }
1462
+ }
1463
+ },
1464
+ {
1465
+ "properties": {
1466
+ "yesNo": {
1467
+ "enum": [
1468
+ "Yes"
1469
+ ]
1470
+ },
1471
+ "fitOrSegInPlace": {
1472
+ "ta6ed6v2Ref": "5.6g1",
1473
+ "discriminator": {
1474
+ "propertyName": "yesNo"
1475
+ },
1476
+ "oneOf": [
1477
+ {
1478
+ "properties": {
1479
+ "yesNo": {
1480
+ "enum": [
1481
+ "No"
1482
+ ]
1483
+ }
1484
+ }
1485
+ },
1486
+ {
1487
+ "properties": {
1488
+ "yesNo": {
1489
+ "enum": [
1490
+ "Yes"
1491
+ ]
1492
+ },
1493
+ "fitSegAgreementCopy": {
1494
+ "ta6ed6v2Ref": "5.6g2"
1495
+ },
1496
+ "attachments": {
1497
+ "ta6ed6v2Ref": "5.6g3"
1498
+ },
1499
+ "fitSegAssignmentProcedure": {
1500
+ "ta6ed6v2Ref": "5.6g4"
1501
+ }
1502
+ }
1503
+ }
1504
+ ],
1505
+ "required": [
1506
+ "yesNo"
1507
+ ],
1508
+ "properties": {
1509
+ "yesNo": {
1510
+ "ta6ed6v2Ref": "5.6g1a"
1511
+ }
1512
+ }
1513
+ }
1514
+ }
1515
+ }
1516
+ ],
1517
+ "required": [
1518
+ "yesNo"
1519
+ ],
1520
+ "title": "Does the system feed into the National Grid?",
1521
+ "properties": {
1522
+ "yesNo": {
1523
+ "ta6ed6v2Ref": "5.6g"
1524
+ }
1525
+ }
1526
+ },
1527
+ "installationCertificates": {
1528
+ "ta6ed6v2Ref": "5.6h"
1529
+ }
1530
+ },
1531
+ "required": [
1532
+ "hotWaterOnly",
1533
+ "yearInstalled",
1534
+ "panelsOwnedOutright",
1535
+ "panelProviderLease",
1536
+ "maintenanceAgreement",
1537
+ "photovoltaicBatteries",
1538
+ "nationalGrid",
1539
+ "installationCertificates"
1540
+ ]
1541
+ },
1542
+ {
1543
+ "properties": {
1544
+ "yesNo": {
1545
+ "enum": [
1546
+ "To be connected"
1547
+ ]
1548
+ }
1549
+ }
1550
+ }
1551
+ ],
1552
+ "required": [
1553
+ "yesNo"
1554
+ ],
1555
+ "title": "Has a solar power system for generating electricity, hot water or heating been installed at the property?",
1556
+ "properties": {
1557
+ "yesNo": {
1558
+ "ta6ed6v2Ref": "5.6",
1559
+ "enum": [
1560
+ "Yes",
1561
+ "No"
1562
+ ]
1563
+ }
1564
+ }
1565
+ },
1566
+ "heatPump": {
1567
+ "ta6ed6v2Ref": "12.6",
1568
+ "discriminator": {
1569
+ "propertyName": "yesNo"
1570
+ },
1571
+ "oneOf": [
1572
+ {
1573
+ "properties": {
1574
+ "yesNo": {
1575
+ "enum": [
1576
+ "No"
1577
+ ]
1578
+ }
1579
+ }
1580
+ },
1581
+ {
1582
+ "properties": {
1583
+ "yesNo": {
1584
+ "enum": [
1585
+ "Yes"
1586
+ ]
1587
+ },
1588
+ "supplier": {
1589
+ "ta6ed6v2Ref": "12.6.2",
1590
+ "title": "Provider name"
1591
+ },
1592
+ "makeModel": {
1593
+ "ta6ed6v2Ref": "12.6.3"
1594
+ },
1595
+ "serviceProviderName": {
1596
+ "ta6ed6v2Ref": "12.6.4",
1597
+ "title": "Service provider's name"
1598
+ }
1599
+ },
1600
+ "required": [
1601
+ "supplier",
1602
+ "makeModel",
1603
+ "serviceProviderName"
1604
+ ]
1605
+ },
1606
+ {
1607
+ "properties": {
1608
+ "yesNo": {
1609
+ "enum": [
1610
+ "To be connected"
1611
+ ]
1612
+ }
1613
+ }
1614
+ }
1615
+ ],
1616
+ "required": [
1617
+ "yesNo"
1618
+ ],
1619
+ "title": "Shared ground / air source heat pumps",
1620
+ "properties": {
1621
+ "yesNo": {
1622
+ "ta6ed6v2Ref": "12.6.1",
1623
+ "enum": [
1624
+ "Yes",
1625
+ "No"
1626
+ ]
1627
+ }
1628
+ }
1629
+ }
1630
+ }
1631
+ },
1632
+ "waterAndDrainage": {
1633
+ "ta6ed6v2Ref": "11",
1634
+ "required": [
1635
+ "water",
1636
+ "drainage"
1637
+ ],
1638
+ "properties": {
1639
+ "water": {
1640
+ "ta6ed6v2Ref": "12.3",
1641
+ "required": [
1642
+ "mainsWater"
1643
+ ],
1644
+ "properties": {
1645
+ "mainsWater": {
1646
+ "ta6ed6v2Ref": "12.3",
1647
+ "discriminator": {
1648
+ "propertyName": "yesNo"
1649
+ },
1650
+ "oneOf": [
1651
+ {
1652
+ "properties": {
1653
+ "yesNo": {
1654
+ "enum": [
1655
+ "No"
1656
+ ]
1657
+ }
1658
+ }
1659
+ },
1660
+ {
1661
+ "properties": {
1662
+ "yesNo": {
1663
+ "enum": [
1664
+ "Yes"
1665
+ ]
1666
+ },
1667
+ "supplier": {
1668
+ "ta6ed6v2Ref": "12.3.2",
1669
+ "title": "Provider's name"
1670
+ },
1671
+ "stopcock": {
1672
+ "ta6ed6v2Ref": "12.3.3",
1673
+ "required": [
1674
+ "location"
1675
+ ],
1676
+ "properties": {
1677
+ "location": {
1678
+ "ta6ed6v2Ref": "12.3.3",
1679
+ "title": "Location of stopcock"
1680
+ }
1681
+ }
1682
+ },
1683
+ "waterMeter": {
1684
+ "ta6ed6v2Ref": "12.3.4",
1685
+ "discriminator": {
1686
+ "propertyName": "isSupplyMetered"
1687
+ },
1688
+ "oneOf": [
1689
+ {
1690
+ "properties": {
1691
+ "isSupplyMetered": {
1692
+ "enum": [
1693
+ "No"
1694
+ ]
1695
+ }
1696
+ }
1697
+ },
1698
+ {
1699
+ "properties": {
1700
+ "isSupplyMetered": {
1701
+ "enum": [
1702
+ "Yes"
1703
+ ]
1704
+ },
1705
+ "location": {
1706
+ "ta6ed6v2Ref": "12.3.4",
1707
+ "title": "Location of meter (if any)"
1708
+ }
1709
+ },
1710
+ "required": [
1711
+ "location"
1712
+ ]
1713
+ }
1714
+ ],
1715
+ "required": [
1716
+ "isSupplyMetered"
1717
+ ],
1718
+ "properties": {
1719
+ "isSupplyMetered": {
1720
+ "ta6ed6v2Ref": "12.3.4"
1721
+ }
1722
+ }
1723
+ }
1724
+ },
1725
+ "required": [
1726
+ "supplier",
1727
+ "stopcock",
1728
+ "waterMeter"
1729
+ ]
1730
+ },
1731
+ {
1732
+ "properties": {
1733
+ "yesNo": {
1734
+ "enum": [
1735
+ "To be connected"
1736
+ ]
1737
+ }
1738
+ }
1739
+ }
1740
+ ],
1741
+ "required": [
1742
+ "yesNo"
1743
+ ],
1744
+ "properties": {
1745
+ "yesNo": {
1746
+ "ta6ed6v2Ref": "12.3.1",
1747
+ "enum": [
1748
+ "Yes",
1749
+ "No"
1750
+ ]
1751
+ }
1752
+ }
1753
+ }
1754
+ }
1755
+ },
1756
+ "drainage": {
1757
+ "ta6ed6v2Ref": "11.5",
1758
+ "required": [
1759
+ "mainsFoulDrainage",
1760
+ "mainsSurfaceWaterDrainage"
1761
+ ],
1762
+ "title": "Drains and sewers",
1763
+ "properties": {
1764
+ "mainsSurfaceWaterDrainage": {
1765
+ "ta6ed6v2Ref": "11.5b",
1766
+ "discriminator": {
1767
+ "propertyName": "yesNo"
1768
+ },
1769
+ "oneOf": [
1770
+ {
1771
+ "properties": {
1772
+ "yesNo": {
1773
+ "enum": [
1774
+ "No",
1775
+ "Not known"
1776
+ ]
1777
+ }
1778
+ }
1779
+ },
1780
+ {
1781
+ "properties": {
1782
+ "yesNo": {
1783
+ "enum": [
1784
+ "Yes"
1785
+ ]
1786
+ }
1787
+ }
1788
+ },
1789
+ {
1790
+ "properties": {
1791
+ "yesNo": {
1792
+ "enum": [
1793
+ "To be connected"
1794
+ ]
1795
+ }
1796
+ }
1797
+ }
1798
+ ],
1799
+ "required": [
1800
+ "yesNo"
1801
+ ],
1802
+ "title": "Surface water drainage?",
1803
+ "properties": {
1804
+ "yesNo": {
1805
+ "ta6ed6v2Ref": "11.5b",
1806
+ "enum": [
1807
+ "Yes",
1808
+ "No",
1809
+ "Not known"
1810
+ ]
1811
+ }
1812
+ }
1813
+ },
1814
+ "mainsFoulDrainage": {
1815
+ "ta6ed6v2Ref": "11.5a",
1816
+ "discriminator": {
1817
+ "propertyName": "yesNo"
1818
+ },
1819
+ "oneOf": [
1820
+ {
1821
+ "properties": {
1822
+ "yesNo": {
1823
+ "enum": [
1824
+ "Yes"
1825
+ ]
1826
+ },
1827
+ "supplier": {
1828
+ "ta6ed6v2Ref": "12.4.2",
1829
+ "title": "Provider's name"
1830
+ }
1831
+ },
1832
+ "required": [
1833
+ "supplier"
1834
+ ]
1835
+ },
1836
+ {
1837
+ "properties": {
1838
+ "yesNo": {
1839
+ "enum": [
1840
+ "To be connected"
1841
+ ]
1842
+ }
1843
+ }
1844
+ },
1845
+ {
1846
+ "properties": {
1847
+ "yesNo": {
1848
+ "enum": [
1849
+ "No",
1850
+ "Not known"
1851
+ ]
1852
+ },
1853
+ "offMainsDrainageSystem": {
1854
+ "ta6ed6v2Ref": "11.6",
1855
+ "discriminator": {
1856
+ "propertyName": "offMainsDrainageSystemType"
1857
+ },
1858
+ "oneOf": [
1859
+ {
1860
+ "properties": {
1861
+ "offMainsDrainageSystemType": {
1862
+ "enum": [
1863
+ "Sustainable Drainage System"
1864
+ ]
1865
+ }
1866
+ }
1867
+ },
1868
+ {
1869
+ "properties": {
1870
+ "offMainsDrainageSystemType": {
1871
+ "enum": [
1872
+ "Septic tank"
1873
+ ]
1874
+ },
1875
+ "dateDischargeCommenced": {
1876
+ "ta6ed6v2Ref": "11.7a",
1877
+ "title": "When did the discharge commence? (MM/YYYY)"
1878
+ },
1879
+ "dateInstalled": {
1880
+ "ta6ed6v2Ref": "11.7b",
1881
+ "title": "When was the system installed? (MM/YYYY)"
1882
+ },
1883
+ "dateReplaced": {
1884
+ "ta6ed6v2Ref": "11.7c",
1885
+ "title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)"
1886
+ },
1887
+ "dateLastEmptied": {
1888
+ "ta6ed6v2Ref": "11.7d",
1889
+ "title": "If a cesspool, when was the container last emptied? (MM/YYYY)"
1890
+ },
1891
+ "permitDocuments": {
1892
+ "ta6ed6v2Ref": "11.7j",
1893
+ "title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy"
1894
+ }
1895
+ },
1896
+ "required": [
1897
+ "dateDischargeCommenced",
1898
+ "dateInstalled",
1899
+ "dateLastEmptied"
1900
+ ]
1901
+ },
1902
+ {
1903
+ "properties": {
1904
+ "offMainsDrainageSystemType": {
1905
+ "enum": [
1906
+ "Cesspit"
1907
+ ]
1908
+ },
1909
+ "dateDischargeCommenced": {
1910
+ "ta6ed6v2Ref": "11.7a",
1911
+ "title": "When did the discharge commence? (MM/YYYY)"
1912
+ },
1913
+ "dateInstalled": {
1914
+ "ta6ed6v2Ref": "11.7b",
1915
+ "title": "When was the system installed? (MM/YYYY)"
1916
+ },
1917
+ "dateReplaced": {
1918
+ "ta6ed6v2Ref": "11.7c",
1919
+ "title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)"
1920
+ },
1921
+ "dateLastEmptied": {
1922
+ "ta6ed6v2Ref": "11.7d",
1923
+ "title": "If a cesspool, when was the container last emptied? (MM/YYYY)"
1924
+ },
1925
+ "permitDocuments": {
1926
+ "ta6ed6v2Ref": "11.7j",
1927
+ "title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy"
1928
+ }
1929
+ },
1930
+ "required": [
1931
+ "dateDischargeCommenced",
1932
+ "dateLastEmptied",
1933
+ "dateInstalled"
1934
+ ]
1935
+ },
1936
+ {
1937
+ "properties": {
1938
+ "offMainsDrainageSystemType": {
1939
+ "enum": [
1940
+ "Sewerage treatment plant"
1941
+ ]
1942
+ },
1943
+ "dateDischargeCommenced": {
1944
+ "ta6ed6v2Ref": "11.7a",
1945
+ "title": "When did the discharge commence? (MM/YYYY)"
1946
+ },
1947
+ "supplier": {
1948
+ "ta6ed6v2Ref": "12.5.2",
1949
+ "title": "Provider's name"
1950
+ },
1951
+ "makeModel": {
1952
+ "ta6ed6v2Ref": "12.5.3"
1953
+ },
1954
+ "serviceProviderName": {
1955
+ "ta6ed6v2Ref": "12.5.4",
1956
+ "title": "Service provider's name"
1957
+ },
1958
+ "dateInstalled": {
1959
+ "ta6ed6v2Ref": "11.7b",
1960
+ "title": "When was the system installed? (MM/YYYY)"
1961
+ },
1962
+ "dateReplaced": {
1963
+ "ta6ed6v2Ref": "11.7c",
1964
+ "title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)"
1965
+ },
1966
+ "dateLastServiced": {
1967
+ "ta6ed6v2Ref": "11.7e",
1968
+ "title": "If the property is served by a sewage treatment plant, when was the treatment plant last serviced? (MM/YYYY)"
1969
+ },
1970
+ "permitDocuments": {
1971
+ "ta6ed6v2Ref": "11.7j",
1972
+ "title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy"
1973
+ }
1974
+ },
1975
+ "required": [
1976
+ "dateDischargeCommenced",
1977
+ "dateInstalled",
1978
+ "dateLastServiced",
1979
+ "supplier",
1980
+ "makeModel",
1981
+ "serviceProviderName"
1982
+ ]
1983
+ },
1984
+ {
1985
+ "properties": {
1986
+ "offMainsDrainageSystemType": {
1987
+ "enum": [
1988
+ "Other",
1989
+ "Not known"
1990
+ ]
1991
+ },
1992
+ "permitDocuments": {
1993
+ "ta6ed6v2Ref": "11.7j",
1994
+ "title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy"
1995
+ }
1996
+ }
1997
+ }
1998
+ ],
1999
+ "required": [
2000
+ "offMainsDrainageSystemType",
2001
+ "otherConnectedProperties",
2002
+ "plantOnOtherLand",
2003
+ "plantDrainsIntoWaterway"
2004
+ ],
2005
+ "properties": {
2006
+ "offMainsDrainageSystemType": {
2007
+ "ta6ed6v2Ref": "11.6",
2008
+ "enum": [
2009
+ "Septic tank",
2010
+ "Cesspit",
2011
+ "Sewerage treatment plant",
2012
+ "Other"
2013
+ ]
2014
+ },
2015
+ "otherConnectedProperties": {
2016
+ "ta6ed6v2Ref": "11.7h",
2017
+ "discriminator": {
2018
+ "propertyName": "yesNo"
2019
+ },
2020
+ "oneOf": [
2021
+ {
2022
+ "properties": {
2023
+ "yesNo": {
2024
+ "enum": [
2025
+ "No"
2026
+ ]
2027
+ }
2028
+ }
2029
+ },
2030
+ {
2031
+ "properties": {
2032
+ "yesNo": {
2033
+ "enum": [
2034
+ "Yes"
2035
+ ]
2036
+ },
2037
+ "details": {
2038
+ "ta6ed6v2Ref": "11.7h",
2039
+ "title": "Give details about how many properties share the system, the arrangements for jointly managing it and how the costs are shared"
2040
+ }
2041
+ },
2042
+ "required": [
2043
+ "details"
2044
+ ]
2045
+ }
2046
+ ],
2047
+ "required": [
2048
+ "yesNo"
2049
+ ],
2050
+ "title": "Is the use of the sewerage system shared with other properties?",
2051
+ "properties": {
2052
+ "yesNo": {
2053
+ "ta6ed6v2Ref": "11.7h"
2054
+ }
2055
+ }
2056
+ },
2057
+ "plantOnOtherLand": {
2058
+ "ta6ed6v2Ref": "11.7i",
2059
+ "discriminator": {
2060
+ "propertyName": "yesNo"
2061
+ },
2062
+ "oneOf": [
2063
+ {
2064
+ "properties": {
2065
+ "yesNo": {
2066
+ "enum": [
2067
+ "No"
2068
+ ]
2069
+ }
2070
+ }
2071
+ },
2072
+ {
2073
+ "properties": {
2074
+ "yesNo": {
2075
+ "enum": [
2076
+ "Yes"
2077
+ ]
2078
+ },
2079
+ "attachments": {
2080
+ "ta6ed6v2Ref": "11.7i",
2081
+ "title": "Supply a plan showing the location of the system and how access is obtained."
2082
+ }
2083
+ },
2084
+ "required": [
2085
+ "attachments"
2086
+ ]
2087
+ }
2088
+ ],
2089
+ "required": [
2090
+ "yesNo"
2091
+ ],
2092
+ "title": "Is any part of the sewerage system, or the access to it, outside the boundary of the property?",
2093
+ "properties": {
2094
+ "yesNo": {
2095
+ "ta6ed6v2Ref": "11.7i"
2096
+ }
2097
+ }
2098
+ },
2099
+ "plantDrainsIntoWaterway": {
2100
+ "ta6ed6v2Ref": "11.7f",
2101
+ "discriminator": {
2102
+ "propertyName": "yesNo"
2103
+ },
2104
+ "oneOf": [
2105
+ {
2106
+ "properties": {
2107
+ "yesNo": {
2108
+ "enum": [
2109
+ "No, the effluent is discharged through a soakaway system."
2110
+ ]
2111
+ },
2112
+ "hasInfiltrationSystem": {
2113
+ "ta6ed6v2Ref": "11.7g",
2114
+ "required": [
2115
+ "yesNo"
2116
+ ],
2117
+ "title": "If the sewerage system discharges to the ground, does it have an infiltration system?",
2118
+ "properties": {
2119
+ "yesNo": {
2120
+ "ta6ed6v2Ref": "11.7g"
2121
+ }
2122
+ }
2123
+ }
2124
+ }
2125
+ },
2126
+ {
2127
+ "properties": {
2128
+ "yesNo": {
2129
+ "enum": [
2130
+ "Yes"
2131
+ ]
2132
+ }
2133
+ }
2134
+ }
2135
+ ],
2136
+ "required": [
2137
+ "yesNo"
2138
+ ],
2139
+ "title": "Does the sewerage system discharge to the ground or to surface water?",
2140
+ "properties": {
2141
+ "yesNo": {
2142
+ "ta6ed6v2Ref": "11.7f",
2143
+ "enumNames": [
2144
+ "Surface water",
2145
+ "Ground"
2146
+ ]
2147
+ }
2148
+ }
2149
+ }
2150
+ }
2151
+ }
2152
+ },
2153
+ "required": [
2154
+ "offMainsDrainageSystem"
2155
+ ]
2156
+ }
2157
+ ],
2158
+ "required": [
2159
+ "yesNo"
2160
+ ],
2161
+ "title": "Foul water drainage?",
2162
+ "properties": {
2163
+ "yesNo": {
2164
+ "ta6ed6v2Ref": "11.5a1",
2165
+ "enum": [
2166
+ "Yes",
2167
+ "No",
2168
+ "Not known"
2169
+ ]
2170
+ }
2171
+ }
2172
+ }
2173
+ }
2174
+ }
2175
+ }
2176
+ },
2177
+ "heating": {
2178
+ "ta6ed6v2Ref": "11.4",
2179
+ "required": [
2180
+ "mainHeatingTypes",
2181
+ "heatingInstalledDate",
2182
+ "boilerInstalledDate",
2183
+ "heatingSystemReplaced",
2184
+ "complianceCertificates",
2185
+ "inspectionReport",
2186
+ "inGoodWorkingOrder",
2187
+ "lastServicedYear"
2188
+ ],
2189
+ "title": "Heating",
2190
+ "properties": {
2191
+ "mainHeatingTypes": {
2192
+ "ta6ed6v2Ref": "11.4"
2193
+ },
2194
+ "mainHeatingTypesOtherDetails": {
2195
+ "ta6ed6v2Ref": "11.4"
2196
+ },
2197
+ "heatingInstalledDate": {
2198
+ "ta6ed6v2Ref": "11.4a"
2199
+ },
2200
+ "boilerInstalledDate": {
2201
+ "ta6ed6v2Ref": "11.4b"
2202
+ },
2203
+ "heatingSystemReplaced": {
2204
+ "ta6ed6v2Ref": "11.4c"
2205
+ },
2206
+ "complianceCertificates": {
2207
+ "ta6ed6v2Ref": "11.4d"
2208
+ },
2209
+ "inspectionReport": {
2210
+ "ta6ed6v2Ref": "11.4e"
2211
+ },
2212
+ "inGoodWorkingOrder": {
2213
+ "ta6ed6v2Ref": "11.4f"
2214
+ },
2215
+ "lastServicedYear": {
2216
+ "ta6ed6v2Ref": "11.4g"
2217
+ },
2218
+ "lastServicedReport": {
2219
+ "ta6ed6v2Ref": "11.4g"
2220
+ },
2221
+ "multipleHeatingSystems": {
2222
+ "ta6ed6v2Ref": "11.4h",
2223
+ "enum": [
2224
+ "Attached",
2225
+ "To follow"
2226
+ ]
2227
+ }
2228
+ }
2229
+ },
2230
+ "connectivity": {
2231
+ "ta6ed6v2Ref": "12",
2232
+ "required": [
2233
+ "telephone",
2234
+ "broadband"
2235
+ ],
2236
+ "title": "Connection to services",
2237
+ "properties": {
2238
+ "telephone": {
2239
+ "ta6ed6v2Ref": "12.7",
2240
+ "discriminator": {
2241
+ "propertyName": "yesNo"
2242
+ },
2243
+ "oneOf": [
2244
+ {
2245
+ "properties": {
2246
+ "yesNo": {
2247
+ "enum": [
2248
+ "No"
2249
+ ]
2250
+ }
2251
+ }
2252
+ },
2253
+ {
2254
+ "properties": {
2255
+ "yesNo": {
2256
+ "enum": [
2257
+ "Yes"
2258
+ ]
2259
+ },
2260
+ "supplier": {
2261
+ "ta6ed6v2Ref": "12.7.2",
2262
+ "title": "Provider's name"
2263
+ }
2264
+ },
2265
+ "required": [
2266
+ "supplier"
2267
+ ]
2268
+ },
2269
+ {
2270
+ "properties": {
2271
+ "yesNo": {
2272
+ "enum": [
2273
+ "To be connected"
2274
+ ]
2275
+ }
2276
+ }
2277
+ }
2278
+ ],
2279
+ "required": [
2280
+ "yesNo"
2281
+ ],
2282
+ "properties": {
2283
+ "yesNo": {
2284
+ "ta6ed6v2Ref": "12.7.1",
2285
+ "enum": [
2286
+ "Yes",
2287
+ "No"
2288
+ ]
2289
+ }
2290
+ }
2291
+ },
2292
+ "broadband": {
2293
+ "ta6ed6v2Ref": "12.8",
2294
+ "discriminator": {
2295
+ "propertyName": "typeOfConnection"
2296
+ },
2297
+ "oneOf": [
2298
+ {
2299
+ "properties": {
2300
+ "typeOfConnection": {
2301
+ "enum": [
2302
+ "None"
2303
+ ]
2304
+ }
2305
+ }
2306
+ },
2307
+ {
2308
+ "properties": {
2309
+ "typeOfConnection": {
2310
+ "enum": [
2311
+ "ADSL copper wire",
2312
+ "Cable",
2313
+ "FTTC (Fibre to the Cabinet)",
2314
+ "FTTP (Fibre to the Premises)"
2315
+ ]
2316
+ },
2317
+ "providerName": {
2318
+ "ta6ed6v2Ref": "12.8.2",
2319
+ "title": "Provider's name"
2320
+ }
2321
+ },
2322
+ "required": [
2323
+ "providerName"
2324
+ ]
2325
+ }
2326
+ ],
2327
+ "required": [
2328
+ "typeOfConnection"
2329
+ ],
2330
+ "properties": {
2331
+ "typeOfConnection": {
2332
+ "ta6ed6v2Ref": "12.8.1"
2333
+ }
2334
+ }
2335
+ },
2336
+ "otherServices": {
2337
+ "ta6ed6v2Ref": "12.9.1",
2338
+ "title": "If there are any other services, please give details"
2339
+ }
2340
+ }
2341
+ },
2342
+ "insurance": {
2343
+ "ta6ed6v2Ref": "7",
2344
+ "discriminator": {
2345
+ "propertyName": "isInsured"
2346
+ },
2347
+ "oneOf": [
2348
+ {
2349
+ "properties": {
2350
+ "isInsured": {
2351
+ "enum": [
2352
+ "No"
2353
+ ]
2354
+ },
2355
+ "whoInsures": {
2356
+ "ta6ed6v2Ref": "7.1.1"
2357
+ }
2358
+ },
2359
+ "required": [
2360
+ "whoInsures"
2361
+ ]
2362
+ },
2363
+ {
2364
+ "properties": {
2365
+ "isInsured": {
2366
+ "enum": [
2367
+ "Yes"
2368
+ ]
2369
+ },
2370
+ "insuranceClaims": {
2371
+ "ta6ed6v2Ref": "7.3",
2372
+ "discriminator": {
2373
+ "propertyName": "yesNo"
2374
+ },
2375
+ "oneOf": [
2376
+ {
2377
+ "properties": {
2378
+ "yesNo": {
2379
+ "enum": [
2380
+ "No"
2381
+ ]
2382
+ }
2383
+ }
2384
+ },
2385
+ {
2386
+ "properties": {
2387
+ "yesNo": {
2388
+ "enum": [
2389
+ "Yes"
2390
+ ]
2391
+ },
2392
+ "details": {
2393
+ "ta6ed6v2Ref": "7.3.2",
2394
+ "title": "Give details, including the date(s) of any claim(s) and how they were resolved"
2395
+ }
2396
+ },
2397
+ "required": [
2398
+ "details"
2399
+ ]
2400
+ }
2401
+ ],
2402
+ "required": [
2403
+ "yesNo"
2404
+ ],
2405
+ "title": "Have you made any buildings insurance claims?",
2406
+ "properties": {
2407
+ "yesNo": {
2408
+ "ta6ed6v2Ref": "7.3.1"
2409
+ }
2410
+ }
2411
+ }
2412
+ },
2413
+ "required": [
2414
+ "insuranceClaims"
2415
+ ]
2416
+ }
2417
+ ],
2418
+ "required": [
2419
+ "isInsured",
2420
+ "difficultiesObtainingInsurance"
2421
+ ],
2422
+ "properties": {
2423
+ "difficultiesObtainingInsurance": {
2424
+ "ta6ed6v2Ref": "7.2",
2425
+ "required": [
2426
+ "abnormalRiseInPremiums",
2427
+ "subjectToHighExcesses",
2428
+ "subjectToUnusualConditions",
2429
+ "refused"
2430
+ ],
2431
+ "title": "Are you aware of the property insurance ever being difficult to obtain or subject to special conditions?",
2432
+ "properties": {
2433
+ "abnormalRiseInPremiums": {
2434
+ "ta6ed6v2Ref": "7.2a",
2435
+ "discriminator": {
2436
+ "propertyName": "yesNo"
2437
+ },
2438
+ "oneOf": [
2439
+ {
2440
+ "properties": {
2441
+ "yesNo": {
2442
+ "enum": [
2443
+ "No"
2444
+ ]
2445
+ }
2446
+ }
2447
+ },
2448
+ {
2449
+ "properties": {
2450
+ "yesNo": {
2451
+ "enum": [
2452
+ "Yes"
2453
+ ]
2454
+ },
2455
+ "details": {
2456
+ "ta6ed6v2Ref": "7.2a2"
2457
+ }
2458
+ },
2459
+ "required": [
2460
+ "details"
2461
+ ]
2462
+ }
2463
+ ],
2464
+ "required": [
2465
+ "yesNo"
2466
+ ],
2467
+ "properties": {
2468
+ "yesNo": {
2469
+ "ta6ed6v2Ref": "7.2a1"
2470
+ }
2471
+ }
2472
+ },
2473
+ "subjectToHighExcesses": {
2474
+ "ta6ed6v2Ref": "7.2b",
2475
+ "discriminator": {
2476
+ "propertyName": "yesNo"
2477
+ },
2478
+ "oneOf": [
2479
+ {
2480
+ "properties": {
2481
+ "yesNo": {
2482
+ "enum": [
2483
+ "No"
2484
+ ]
2485
+ }
2486
+ }
2487
+ },
2488
+ {
2489
+ "properties": {
2490
+ "yesNo": {
2491
+ "enum": [
2492
+ "Yes"
2493
+ ]
2494
+ },
2495
+ "details": {
2496
+ "ta6ed6v2Ref": "7.2b2"
2497
+ }
2498
+ },
2499
+ "required": [
2500
+ "details"
2501
+ ]
2502
+ }
2503
+ ],
2504
+ "required": [
2505
+ "yesNo"
2506
+ ],
2507
+ "properties": {
2508
+ "yesNo": {
2509
+ "ta6ed6v2Ref": "7.2b1"
2510
+ }
2511
+ }
2512
+ },
2513
+ "subjectToUnusualConditions": {
2514
+ "ta6ed6v2Ref": "7.2c",
2515
+ "discriminator": {
2516
+ "propertyName": "yesNo"
2517
+ },
2518
+ "oneOf": [
2519
+ {
2520
+ "properties": {
2521
+ "yesNo": {
2522
+ "enum": [
2523
+ "No"
2524
+ ]
2525
+ }
2526
+ }
2527
+ },
2528
+ {
2529
+ "properties": {
2530
+ "yesNo": {
2531
+ "enum": [
2532
+ "Yes"
2533
+ ]
2534
+ },
2535
+ "details": {
2536
+ "ta6ed6v2Ref": "7.2c2"
2537
+ }
2538
+ },
2539
+ "required": [
2540
+ "details"
2541
+ ]
2542
+ }
2543
+ ],
2544
+ "required": [
2545
+ "yesNo"
2546
+ ],
2547
+ "properties": {
2548
+ "yesNo": {
2549
+ "ta6ed6v2Ref": "7.2c1"
2550
+ }
2551
+ }
2552
+ },
2553
+ "refused": {
2554
+ "ta6ed6v2Ref": "7.2d",
2555
+ "discriminator": {
2556
+ "propertyName": "yesNo"
2557
+ },
2558
+ "oneOf": [
2559
+ {
2560
+ "properties": {
2561
+ "yesNo": {
2562
+ "enum": [
2563
+ "No"
2564
+ ]
2565
+ }
2566
+ }
2567
+ },
2568
+ {
2569
+ "properties": {
2570
+ "yesNo": {
2571
+ "enum": [
2572
+ "Yes"
2573
+ ]
2574
+ },
2575
+ "details": {
2576
+ "ta6ed6v2Ref": "7.2d2"
2577
+ }
2578
+ },
2579
+ "required": [
2580
+ "details"
2581
+ ]
2582
+ }
2583
+ ],
2584
+ "required": [
2585
+ "yesNo"
2586
+ ],
2587
+ "properties": {
2588
+ "yesNo": {
2589
+ "ta6ed6v2Ref": "7.2d1"
2590
+ }
2591
+ }
2592
+ }
2593
+ }
2594
+ },
2595
+ "isInsured": {
2596
+ "ta6ed6v2Ref": "7.1",
2597
+ "title": "Do you insure the property?"
2598
+ }
2599
+ }
2600
+ },
2601
+ "rightsAndInformalArrangements": {
2602
+ "ta6ed6v2Ref": "9",
2603
+ "required": [
2604
+ "neighbouringLandRights",
2605
+ "sharedContributions",
2606
+ "rightsOrArrangements",
2607
+ "askedOthersToContribute"
2608
+ ],
2609
+ "title": "Rights and informal arrangements",
2610
+ "properties": {
2611
+ "sharedContributions": {
2612
+ "ta6ed6v2Ref": "9.2",
2613
+ "discriminator": {
2614
+ "propertyName": "yesNo"
2615
+ },
2616
+ "oneOf": [
2617
+ {
2618
+ "properties": {
2619
+ "yesNo": {
2620
+ "enum": [
2621
+ "No",
2622
+ "Not applicable"
2623
+ ]
2624
+ }
2625
+ }
2626
+ },
2627
+ {
2628
+ "properties": {
2629
+ "yesNo": {
2630
+ "enum": [
2631
+ "Yes"
2632
+ ]
2633
+ },
2634
+ "details": {
2635
+ "ta6ed6v2Ref": "9.2.2",
2636
+ "title": "Please give details of how much, how often and who you pay"
2637
+ },
2638
+ "disagreementOrComplaint": {
2639
+ "ta6ed6v2Ref": "9.3",
2640
+ "discriminator": {
2641
+ "propertyName": "yesNo"
2642
+ },
2643
+ "oneOf": [
2644
+ {
2645
+ "properties": {
2646
+ "yesNo": {
2647
+ "enum": [
2648
+ "No",
2649
+ "Not known"
2650
+ ]
2651
+ }
2652
+ }
2653
+ },
2654
+ {
2655
+ "properties": {
2656
+ "yesNo": {
2657
+ "enum": [
2658
+ "Yes"
2659
+ ]
2660
+ },
2661
+ "details": {
2662
+ "ta6ed6v2Ref": "9.3.2"
2663
+ }
2664
+ },
2665
+ "required": [
2666
+ "details"
2667
+ ]
2668
+ }
2669
+ ],
2670
+ "required": [
2671
+ "yesNo"
2672
+ ],
2673
+ "properties": {
2674
+ "yesNo": {
2675
+ "ta6ed6v2Ref": "9.3.1"
2676
+ }
2677
+ }
2678
+ }
2679
+ },
2680
+ "required": [
2681
+ "details",
2682
+ "disagreementOrComplaint"
2683
+ ]
2684
+ }
2685
+ ],
2686
+ "required": [
2687
+ "yesNo"
2688
+ ],
2689
+ "title": "Have you been asked to contribute towards the cost of the jointly used facilities?",
2690
+ "description": "If yes, give details of how much, how often and who you pay:",
2691
+ "properties": {
2692
+ "yesNo": {
2693
+ "ta6ed6v2Ref": "9.2.1"
2694
+ }
2695
+ }
2696
+ },
2697
+ "neighbouringLandRights": {
2698
+ "ta6ed6v2Ref": "9.1",
2699
+ "discriminator": {
2700
+ "propertyName": "yesNo"
2701
+ },
2702
+ "oneOf": [
2703
+ {
2704
+ "properties": {
2705
+ "yesNo": {
2706
+ "enum": [
2707
+ "No"
2708
+ ]
2709
+ }
2710
+ }
2711
+ },
2712
+ {
2713
+ "properties": {
2714
+ "yesNo": {
2715
+ "enum": [
2716
+ "Yes"
2717
+ ]
2718
+ },
2719
+ "details": {
2720
+ "ta6ed6v2Ref": "9.1.2",
2721
+ "title": "Please give details"
2722
+ },
2723
+ "disagreementOrComplaint": {
2724
+ "ta6ed6v2Ref": "9.3",
2725
+ "discriminator": {
2726
+ "propertyName": "yesNo"
2727
+ },
2728
+ "oneOf": [
2729
+ {
2730
+ "properties": {
2731
+ "yesNo": {
2732
+ "enum": [
2733
+ "No",
2734
+ "Not known"
2735
+ ]
2736
+ }
2737
+ }
2738
+ },
2739
+ {
2740
+ "properties": {
2741
+ "yesNo": {
2742
+ "enum": [
2743
+ "Yes"
2744
+ ]
2745
+ },
2746
+ "details": {
2747
+ "ta6ed6v2Ref": "9.3.2"
2748
+ }
2749
+ },
2750
+ "required": [
2751
+ "details"
2752
+ ]
2753
+ }
2754
+ ],
2755
+ "required": [
2756
+ "yesNo"
2757
+ ],
2758
+ "properties": {
2759
+ "yesNo": {
2760
+ "ta6ed6v2Ref": "9.3.1"
2761
+ }
2762
+ }
2763
+ }
2764
+ },
2765
+ "required": [
2766
+ "details",
2767
+ "disagreementOrComplaint"
2768
+ ]
2769
+ }
2770
+ ],
2771
+ "required": [
2772
+ "yesNo"
2773
+ ],
2774
+ "title": "Do you exercise any rights or arrangements over any other properties?",
2775
+ "properties": {
2776
+ "yesNo": {
2777
+ "ta6ed6v2Ref": "9.1.1"
2778
+ }
2779
+ }
2780
+ },
2781
+ "accessRestrictionAttempts": {
2782
+ "properties": {
2783
+ "yesNo": {
2784
+ "enum": [
2785
+ "Yes",
2786
+ "No",
2787
+ "Not known"
2788
+ ]
2789
+ }
2790
+ },
2791
+ "oneOf": [
2792
+ {
2793
+ "properties": {
2794
+ "yesNo": {
2795
+ "enum": [
2796
+ "No",
2797
+ "Not known"
2798
+ ]
2799
+ }
2800
+ }
2801
+ }
2802
+ ]
2803
+ },
2804
+ "rightsOrArrangements": {
2805
+ "ta6ed6v2Ref": "9.4",
2806
+ "required": [
2807
+ "publicRightOfWay",
2808
+ "rightsOfLight",
2809
+ "rightsOfSupport",
2810
+ "rightsCreatedThroughCustom",
2811
+ "minesAndMinerals",
2812
+ "churchChancel",
2813
+ "rightsToTakeFromLand",
2814
+ "otherRights",
2815
+ "disagreementOrComplaint"
2816
+ ],
2817
+ "title": "Do the owners of any other properties exercise any rights or arrangements over the property?",
2818
+ "properties": {
2819
+ "publicRightOfWay": {
2820
+ "ta6ed6v2Ref": "9.4.1",
2821
+ "discriminator": {
2822
+ "propertyName": "yesNo"
2823
+ },
2824
+ "oneOf": [
2825
+ {
2826
+ "properties": {
2827
+ "yesNo": {
2828
+ "enum": [
2829
+ "No"
2830
+ ]
2831
+ }
2832
+ }
2833
+ },
2834
+ {
2835
+ "properties": {
2836
+ "yesNo": {
2837
+ "enum": [
2838
+ "Yes"
2839
+ ]
2840
+ },
2841
+ "details": {
2842
+ "ta6ed6v2Ref": "9.4.1.2"
2843
+ }
2844
+ },
2845
+ "required": [
2846
+ "details"
2847
+ ]
2848
+ }
2849
+ ],
2850
+ "required": [
2851
+ "yesNo"
2852
+ ],
2853
+ "properties": {
2854
+ "yesNo": {
2855
+ "ta6ed6v2Ref": "9.4.1.1"
2856
+ }
2857
+ }
2858
+ },
2859
+ "rightsOfLight": {
2860
+ "ta6ed6v2Ref": "9.4a",
2861
+ "discriminator": {
2862
+ "propertyName": "yesNo"
2863
+ },
2864
+ "oneOf": [
2865
+ {
2866
+ "properties": {
2867
+ "yesNo": {
2868
+ "enum": [
2869
+ "No"
2870
+ ]
2871
+ }
2872
+ }
2873
+ },
2874
+ {
2875
+ "properties": {
2876
+ "yesNo": {
2877
+ "enum": [
2878
+ "Yes"
2879
+ ]
2880
+ },
2881
+ "details": {
2882
+ "ta6ed6v2Ref": "9.4a2"
2883
+ }
2884
+ },
2885
+ "required": [
2886
+ "details"
2887
+ ]
2888
+ }
2889
+ ],
2890
+ "required": [
2891
+ "yesNo"
2892
+ ],
2893
+ "properties": {
2894
+ "yesNo": {
2895
+ "ta6ed6v2Ref": "9.4a1"
2896
+ }
2897
+ }
2898
+ },
2899
+ "rightsOfSupport": {
2900
+ "ta6ed6v2Ref": "9.4b",
2901
+ "discriminator": {
2902
+ "propertyName": "yesNo"
2903
+ },
2904
+ "oneOf": [
2905
+ {
2906
+ "properties": {
2907
+ "yesNo": {
2908
+ "enum": [
2909
+ "No"
2910
+ ]
2911
+ }
2912
+ }
2913
+ },
2914
+ {
2915
+ "properties": {
2916
+ "yesNo": {
2917
+ "enum": [
2918
+ "Yes"
2919
+ ]
2920
+ },
2921
+ "details": {
2922
+ "ta6ed6v2Ref": "9.4b2"
2923
+ }
2924
+ },
2925
+ "required": [
2926
+ "details"
2927
+ ]
2928
+ }
2929
+ ],
2930
+ "required": [
2931
+ "yesNo"
2932
+ ],
2933
+ "properties": {
2934
+ "yesNo": {
2935
+ "ta6ed6v2Ref": "9.4b1"
2936
+ }
2937
+ }
2938
+ },
2939
+ "rightsCreatedThroughCustom": {
2940
+ "ta6ed6v2Ref": "9.4c",
2941
+ "discriminator": {
2942
+ "propertyName": "yesNo"
2943
+ },
2944
+ "oneOf": [
2945
+ {
2946
+ "properties": {
2947
+ "yesNo": {
2948
+ "enum": [
2949
+ "No"
2950
+ ]
2951
+ }
2952
+ }
2953
+ },
2954
+ {
2955
+ "properties": {
2956
+ "yesNo": {
2957
+ "enum": [
2958
+ "Yes"
2959
+ ]
2960
+ },
2961
+ "details": {
2962
+ "ta6ed6v2Ref": "9.4c2"
2963
+ }
2964
+ },
2965
+ "required": [
2966
+ "details"
2967
+ ]
2968
+ }
2969
+ ],
2970
+ "required": [
2971
+ "yesNo"
2972
+ ],
2973
+ "properties": {
2974
+ "yesNo": {
2975
+ "ta6ed6v2Ref": "9.4c1"
2976
+ }
2977
+ }
2978
+ },
2979
+ "rightsToTakeFromLand": {
2980
+ "ta6ed6v2Ref": "9.4d",
2981
+ "discriminator": {
2982
+ "propertyName": "yesNo"
2983
+ },
2984
+ "oneOf": [
2985
+ {
2986
+ "properties": {
2987
+ "yesNo": {
2988
+ "enum": [
2989
+ "No"
2990
+ ]
2991
+ }
2992
+ }
2993
+ },
2994
+ {
2995
+ "properties": {
2996
+ "yesNo": {
2997
+ "enum": [
2998
+ "Yes"
2999
+ ]
3000
+ },
3001
+ "details": {
3002
+ "ta6ed6v2Ref": "9.4d2"
3003
+ }
3004
+ },
3005
+ "required": [
3006
+ "details"
3007
+ ]
3008
+ }
3009
+ ],
3010
+ "required": [
3011
+ "yesNo"
3012
+ ],
3013
+ "properties": {
3014
+ "yesNo": {
3015
+ "ta6ed6v2Ref": "9.4d1"
3016
+ }
3017
+ }
3018
+ },
3019
+ "minesAndMinerals": {
3020
+ "ta6ed6v2Ref": "9.4e",
3021
+ "discriminator": {
3022
+ "propertyName": "yesNo"
3023
+ },
3024
+ "oneOf": [
3025
+ {
3026
+ "properties": {
3027
+ "yesNo": {
3028
+ "enum": [
3029
+ "No"
3030
+ ]
3031
+ }
3032
+ }
3033
+ },
3034
+ {
3035
+ "properties": {
3036
+ "yesNo": {
3037
+ "enum": [
3038
+ "Yes"
3039
+ ]
3040
+ },
3041
+ "details": {
3042
+ "ta6ed6v2Ref": "9.4e2"
3043
+ }
3044
+ },
3045
+ "required": [
3046
+ "details"
3047
+ ]
3048
+ }
3049
+ ],
3050
+ "required": [
3051
+ "yesNo"
3052
+ ],
3053
+ "properties": {
3054
+ "yesNo": {
3055
+ "ta6ed6v2Ref": "9.4e1"
3056
+ }
3057
+ }
3058
+ },
3059
+ "churchChancel": {
3060
+ "ta6ed6v2Ref": "9.4f",
3061
+ "discriminator": {
3062
+ "propertyName": "yesNo"
3063
+ },
3064
+ "oneOf": [
3065
+ {
3066
+ "properties": {
3067
+ "yesNo": {
3068
+ "enum": [
3069
+ "No"
3070
+ ]
3071
+ }
3072
+ }
3073
+ },
3074
+ {
3075
+ "properties": {
3076
+ "yesNo": {
3077
+ "enum": [
3078
+ "Yes"
3079
+ ]
3080
+ },
3081
+ "details": {
3082
+ "ta6ed6v2Ref": "9.4f2"
3083
+ }
3084
+ },
3085
+ "required": [
3086
+ "details"
3087
+ ]
3088
+ }
3089
+ ],
3090
+ "required": [
3091
+ "yesNo"
3092
+ ],
3093
+ "properties": {
3094
+ "yesNo": {
3095
+ "ta6ed6v2Ref": "9.4f1"
3096
+ }
3097
+ }
3098
+ },
3099
+ "otherRights": {
3100
+ "ta6ed6v2Ref": "9.4g",
3101
+ "discriminator": {
3102
+ "propertyName": "yesNo"
3103
+ },
3104
+ "oneOf": [
3105
+ {
3106
+ "properties": {
3107
+ "yesNo": {
3108
+ "enum": [
3109
+ "No"
3110
+ ]
3111
+ }
3112
+ }
3113
+ },
3114
+ {
3115
+ "properties": {
3116
+ "yesNo": {
3117
+ "enum": [
3118
+ "Yes"
3119
+ ]
3120
+ },
3121
+ "details": {
3122
+ "ta6ed6v2Ref": "9.4g2"
3123
+ }
3124
+ },
3125
+ "required": [
3126
+ "details"
3127
+ ]
3128
+ }
3129
+ ],
3130
+ "required": [
3131
+ "yesNo"
3132
+ ],
3133
+ "properties": {
3134
+ "yesNo": {
3135
+ "ta6ed6v2Ref": "9.4g1"
3136
+ }
3137
+ }
3138
+ },
3139
+ "disagreementOrComplaint": {
3140
+ "ta6ed6v2Ref": "9.6",
3141
+ "discriminator": {
3142
+ "propertyName": "yesNo"
3143
+ },
3144
+ "oneOf": [
3145
+ {
3146
+ "properties": {
3147
+ "yesNo": {
3148
+ "enum": [
3149
+ "No",
3150
+ "Not known"
3151
+ ]
3152
+ }
3153
+ }
3154
+ },
3155
+ {
3156
+ "properties": {
3157
+ "yesNo": {
3158
+ "enum": [
3159
+ "Yes"
3160
+ ]
3161
+ },
3162
+ "details": {
3163
+ "ta6ed6v2Ref": "9.6.2",
3164
+ "title": "Please give details"
3165
+ }
3166
+ },
3167
+ "required": [
3168
+ "details"
3169
+ ]
3170
+ }
3171
+ ],
3172
+ "required": [
3173
+ "yesNo"
3174
+ ],
3175
+ "title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
3176
+ "properties": {
3177
+ "yesNo": {
3178
+ "ta6ed6v2Ref": "9.6.1"
3179
+ }
3180
+ }
3181
+ }
3182
+ }
3183
+ },
3184
+ "askedOthersToContribute": {
3185
+ "ta6ed6v2Ref": "9.5",
3186
+ "discriminator": {
3187
+ "propertyName": "yesNo"
3188
+ },
3189
+ "oneOf": [
3190
+ {
3191
+ "properties": {
3192
+ "yesNo": {
3193
+ "enum": [
3194
+ "No",
3195
+ "Not applicable"
3196
+ ]
3197
+ }
3198
+ }
3199
+ },
3200
+ {
3201
+ "properties": {
3202
+ "yesNo": {
3203
+ "enum": [
3204
+ "Yes"
3205
+ ]
3206
+ },
3207
+ "details": {
3208
+ "ta6ed6v2Ref": "9.5.2"
3209
+ },
3210
+ "disagreementOrComplaint": {
3211
+ "ta6ed6v2Ref": "9.6",
3212
+ "discriminator": {
3213
+ "propertyName": "yesNo"
3214
+ },
3215
+ "oneOf": [
3216
+ {
3217
+ "properties": {
3218
+ "yesNo": {
3219
+ "enum": [
3220
+ "No",
3221
+ "Not known"
3222
+ ]
3223
+ }
3224
+ }
3225
+ },
3226
+ {
3227
+ "properties": {
3228
+ "yesNo": {
3229
+ "enum": [
3230
+ "Yes"
3231
+ ]
3232
+ },
3233
+ "details": {
3234
+ "ta6ed6v2Ref": "9.6.2",
3235
+ "title": "Please give details"
3236
+ }
3237
+ },
3238
+ "required": [
3239
+ "details"
3240
+ ]
3241
+ }
3242
+ ],
3243
+ "required": [
3244
+ "yesNo"
3245
+ ],
3246
+ "title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
3247
+ "properties": {
3248
+ "yesNo": {
3249
+ "ta6ed6v2Ref": "9.6.1"
3250
+ }
3251
+ }
3252
+ }
3253
+ },
3254
+ "required": [
3255
+ "details",
3256
+ "disagreementOrComplaint"
3257
+ ]
3258
+ }
3259
+ ],
3260
+ "required": [
3261
+ "yesNo"
3262
+ ],
3263
+ "properties": {
3264
+ "yesNo": {
3265
+ "ta6ed6v2Ref": "9.5.1"
3266
+ }
3267
+ }
3268
+ }
3269
+ }
3270
+ },
3271
+ "environmentalIssues": {
3272
+ "ta6ed6v2Ref": "8",
3273
+ "required": [
3274
+ "flooding",
3275
+ "radon"
3276
+ ],
3277
+ "title": "Environmental matters",
3278
+ "properties": {
3279
+ "flooding": {
3280
+ "ta6ed6v2Ref": "8",
3281
+ "required": [
3282
+ "historicalFlooding",
3283
+ "floodDefences"
3284
+ ],
3285
+ "properties": {
3286
+ "historicalFlooding": {
3287
+ "ta6ed6v2Ref": "8.1",
3288
+ "discriminator": {
3289
+ "propertyName": "hasBeenFlooded"
3290
+ },
3291
+ "oneOf": [
3292
+ {
3293
+ "properties": {
3294
+ "hasBeenFlooded": {
3295
+ "enum": [
3296
+ "No"
3297
+ ]
3298
+ }
3299
+ }
3300
+ },
3301
+ {
3302
+ "properties": {
3303
+ "hasBeenFlooded": {
3304
+ "enum": [
3305
+ "Yes"
3306
+ ]
3307
+ },
3308
+ "typeOfFlooding": {
3309
+ "ta6ed6v2Ref": "8.1",
3310
+ "title": "What type of flooding took place?"
3311
+ },
3312
+ "details": {
3313
+ "ta6ed6v2Ref": "8.1.2",
3314
+ "title": "Give details about the date(s) any flooding occurred and which parts flooded"
3315
+ }
3316
+ },
3317
+ "required": [
3318
+ "typeOfFlooding",
3319
+ "details"
3320
+ ]
3321
+ }
3322
+ ],
3323
+ "required": [
3324
+ "hasBeenFlooded"
3325
+ ],
3326
+ "title": "Are you aware of the property or any part of it ever being flooded?",
3327
+ "description": "If yes, what type of flooding took place?",
3328
+ "properties": {
3329
+ "hasBeenFlooded": {
3330
+ "ta6ed6v2Ref": "8.1.1",
3331
+ "title": "Are you aware of the property or any part of it ever being flooded?"
3332
+ }
3333
+ }
3334
+ },
3335
+ "floodDefences": {
3336
+ "ta6ed6v2Ref": "8.2",
3337
+ "discriminator": {
3338
+ "propertyName": "hasFloodDefences"
3339
+ },
3340
+ "oneOf": [
3341
+ {
3342
+ "properties": {
3343
+ "hasFloodDefences": {
3344
+ "enum": [
3345
+ "No",
3346
+ "Not known"
3347
+ ]
3348
+ }
3349
+ }
3350
+ },
3351
+ {
3352
+ "properties": {
3353
+ "hasFloodDefences": {
3354
+ "enum": [
3355
+ "Yes"
3356
+ ]
3357
+ },
3358
+ "details": {
3359
+ "ta6ed6v2Ref": "8.2.2",
3360
+ "title": "Please give details"
3361
+ }
3362
+ },
3363
+ "required": [
3364
+ "details"
3365
+ ]
3366
+ }
3367
+ ],
3368
+ "required": [
3369
+ "hasFloodDefences"
3370
+ ],
3371
+ "title": "Are you aware of any defences installed at the property to prevent flooding?",
3372
+ "description": "If yes, please give details:",
3373
+ "properties": {
3374
+ "hasFloodDefences": {
3375
+ "ta6ed6v2Ref": "8.2.1",
3376
+ "title": "Are you aware of any defences installed at the property to prevent flooding?"
3377
+ }
3378
+ }
3379
+ }
3380
+ }
3381
+ },
3382
+ "radon": {
3383
+ "ta6ed6v2Ref": "8.3",
3384
+ "required": [
3385
+ "remedialMeasuresOnConstruction",
3386
+ "radonTest"
3387
+ ],
3388
+ "properties": {
3389
+ "radonTest": {
3390
+ "ta6ed6v2Ref": "8.3",
3391
+ "discriminator": {
3392
+ "propertyName": "yesNo"
3393
+ },
3394
+ "oneOf": [
3395
+ {
3396
+ "properties": {
3397
+ "yesNo": {
3398
+ "enum": [
3399
+ "No",
3400
+ "Not known"
3401
+ ]
3402
+ }
3403
+ }
3404
+ },
3405
+ {
3406
+ "properties": {
3407
+ "yesNo": {
3408
+ "enum": [
3409
+ "Yes"
3410
+ ]
3411
+ },
3412
+ "details": {
3413
+ "ta6ed6v2Ref": "8.3.1a",
3414
+ "title": "Was the test result below the 'recommended action level'?"
3415
+ },
3416
+ "attachments": {
3417
+ "ta6ed6v2Ref": "8.3.1b",
3418
+ "title": "Supply a copy of the report"
3419
+ }
3420
+ },
3421
+ "required": [
3422
+ "details",
3423
+ "attachments"
3424
+ ]
3425
+ }
3426
+ ],
3427
+ "required": [
3428
+ "yesNo"
3429
+ ],
3430
+ "title": "Are you aware of any radon tests that have been carried out on the property?",
3431
+ "properties": {
3432
+ "yesNo": {
3433
+ "ta6ed6v2Ref": "8.3.1"
3434
+ }
3435
+ }
3436
+ },
3437
+ "remedialMeasuresOnConstruction": {
3438
+ "ta6ed6v2Ref": "8.4",
3439
+ "required": [
3440
+ "yesNo"
3441
+ ],
3442
+ "title": "Were any remedial measures undertaken to reduce radon gas levels in the property? Measures could have been undertaken during construction or while adding an extension.",
3443
+ "description": "Measures could have been undertaken during construction or while adding an extension.",
3444
+ "properties": {
3445
+ "yesNo": {
3446
+ "ta6ed6v2Ref": "8.4.1"
3447
+ }
3448
+ }
3449
+ }
3450
+ }
3451
+ }
3452
+ }
3453
+ },
3454
+ "additionalInformation": {
3455
+ "ta6ed6v2Ref": "15",
3456
+ "required": [
3457
+ "consents",
3458
+ "furtherInformation"
3459
+ ],
3460
+ "title": "Additional information about your answers",
3461
+ "properties": {
3462
+ "consents": {
3463
+ "ta6ed6v2Ref": "15.1",
3464
+ "properties": {
3465
+ "attachments": {
3466
+ "ta6ed6v2Ref": "15.1.1"
3467
+ },
3468
+ "consentsAttached": {
3469
+ "ta6ed6v2Ref": "15.1.2",
3470
+ "title": "Consents attached"
3471
+ },
3472
+ "consentsToFollow": {
3473
+ "ta6ed6v2Ref": "15.1.3",
3474
+ "title": "Consents to follow"
3475
+ },
3476
+ "consentsNotAvailable": {
3477
+ "ta6ed6v2Ref": "15.1.4"
3478
+ }
3479
+ }
3480
+ },
3481
+ "furtherInformation": {
3482
+ "ta6ed6v2Ref": "15.2",
3483
+ "title": "If there is any further information about any of your answers on this form, provide details below and/or supply additional documents.",
3484
+ "properties": {
3485
+ "details": {
3486
+ "ta6ed6v2Ref": "15.2.1"
3487
+ },
3488
+ "attachments": {
3489
+ "ta6ed6v2Ref": "15.2.2"
3490
+ }
3491
+ }
3492
+ }
3493
+ }
3494
+ },
3495
+ "legalBoundaries": {
3496
+ "ta6ed6v2Ref": "2",
3497
+ "required": [
3498
+ "ownership",
3499
+ "haveBoundaryFeaturesMoved",
3500
+ "flyingFreehold"
3501
+ ],
3502
+ "title": "Boundaries",
3503
+ "properties": {
3504
+ "ownership": {
3505
+ "ta6ed6v2Ref": "2",
3506
+ "properties": {
3507
+ "uniformBoundaries": {
3508
+ "ta6ed6v2Ref": "2.1",
3509
+ "required": [
3510
+ "left",
3511
+ "right",
3512
+ "rear",
3513
+ "front"
3514
+ ],
3515
+ "title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features",
3516
+ "properties": {
3517
+ "left": {
3518
+ "ta6ed6v2Ref": "2.1a",
3519
+ "title": "On the left?"
3520
+ },
3521
+ "right": {
3522
+ "ta6ed6v2Ref": "2.1b",
3523
+ "title": "On the right?"
3524
+ },
3525
+ "rear": {
3526
+ "ta6ed6v2Ref": "2.1c",
3527
+ "title": "At the rear?"
3528
+ },
3529
+ "front": {
3530
+ "ta6ed6v2Ref": "2.1d",
3531
+ "title": "At the front?"
3532
+ }
3533
+ }
3534
+ },
3535
+ "details": {
3536
+ "ta6ed6v2Ref": "2.2.1",
3537
+ "title": "If the boundaries of the property are irregular, indicate ownership by written description or by reference to a plan"
3538
+ },
3539
+ "attachments": {
3540
+ "ta6ed6v2Ref": "2.2"
3541
+ }
3542
+ }
3543
+ },
3544
+ "haveBoundaryFeaturesMoved": {
3545
+ "ta6ed6v2Ref": "2.3",
3546
+ "discriminator": {
3547
+ "propertyName": "yesNo"
3548
+ },
3549
+ "oneOf": [
3550
+ {
3551
+ "properties": {
3552
+ "yesNo": {
3553
+ "enum": [
3554
+ "No"
3555
+ ]
3556
+ }
3557
+ }
3558
+ },
3559
+ {
3560
+ "properties": {
3561
+ "yesNo": {
3562
+ "enum": [
3563
+ "Yes"
3564
+ ]
3565
+ },
3566
+ "details": {
3567
+ "ta6ed6v2Ref": "2.3.2",
3568
+ "title": "Please give details"
3569
+ }
3570
+ },
3571
+ "required": [
3572
+ "details"
3573
+ ]
3574
+ }
3575
+ ],
3576
+ "required": [
3577
+ "yesNo"
3578
+ ],
3579
+ "title": "Are you aware of any boundary feature being moved, any adjacent land being added to the property, or any neighbour taking over or building on any part of your property?",
3580
+ "description": "If yes, please give details:",
3581
+ "properties": {
3582
+ "yesNo": {
3583
+ "ta6ed6v2Ref": "2.3.1",
3584
+ "enum": [
3585
+ "Yes",
3586
+ "No"
3587
+ ]
3588
+ }
3589
+ }
3590
+ },
3591
+ "flyingFreehold": {
3592
+ "ta6ed6v2Ref": "2.4",
3593
+ "discriminator": {
3594
+ "propertyName": "yesNo"
3595
+ },
3596
+ "oneOf": [
3597
+ {
3598
+ "properties": {
3599
+ "yesNo": {
3600
+ "enum": [
3601
+ "No",
3602
+ "Not known"
3603
+ ]
3604
+ }
3605
+ }
3606
+ },
3607
+ {
3608
+ "properties": {
3609
+ "yesNo": {
3610
+ "enum": [
3611
+ "Yes"
3612
+ ]
3613
+ },
3614
+ "details": {
3615
+ "ta6ed6v2Ref": "2.4.2",
3616
+ "title": "Please give details"
3617
+ }
3618
+ },
3619
+ "required": [
3620
+ "details"
3621
+ ]
3622
+ }
3623
+ ],
3624
+ "required": [
3625
+ "yesNo"
3626
+ ],
3627
+ "title": "Does any part of the property or any building on the property overhang or project under the boundary of the neighbouring property or road? For example, cellars under the pavement, overhanging eaves or covered walkways.",
3628
+ "description": "If yes, please give details:",
3629
+ "properties": {
3630
+ "yesNo": {
3631
+ "ta6ed6v2Ref": "2.4.1",
3632
+ "enum": [
3633
+ "Yes",
3634
+ "No",
3635
+ "Not known"
3636
+ ]
3637
+ }
3638
+ }
3639
+ }
3640
+ }
3641
+ },
3642
+ "servicesCrossing": {
3643
+ "ta6ed6v2Ref": "9",
3644
+ "required": [
3645
+ "pipesWiresCablesDrainsToProperty",
3646
+ "pipesWiresCablesDrainsFromProperty",
3647
+ "formalOrInformalAgreements"
3648
+ ],
3649
+ "title": "Facilities crossing the property or any other property",
3650
+ "properties": {
3651
+ "pipesWiresCablesDrainsToProperty": {
3652
+ "ta6ed6v2Ref": "9.7",
3653
+ "discriminator": {
3654
+ "propertyName": "yesNo"
3655
+ },
3656
+ "oneOf": [
3657
+ {
3658
+ "properties": {
3659
+ "yesNo": {
3660
+ "enum": [
3661
+ "No",
3662
+ "Not known"
3663
+ ]
3664
+ }
3665
+ }
3666
+ },
3667
+ {
3668
+ "properties": {
3669
+ "yesNo": {
3670
+ "enum": [
3671
+ "Yes"
3672
+ ]
3673
+ },
3674
+ "details": {
3675
+ "ta6ed6v2Ref": "9.7.2",
3676
+ "title": "Please give details"
3677
+ }
3678
+ },
3679
+ "required": [
3680
+ "details"
3681
+ ]
3682
+ }
3683
+ ],
3684
+ "required": [
3685
+ "yesNo"
3686
+ ],
3687
+ "title": "Are you aware of any drains, pipes or wires serving the property that cross any other property?",
3688
+ "properties": {
3689
+ "yesNo": {
3690
+ "ta6ed6v2Ref": "9.7.1"
3691
+ }
3692
+ }
3693
+ },
3694
+ "pipesWiresCablesDrainsFromProperty": {
3695
+ "ta6ed6v2Ref": "9.8",
3696
+ "discriminator": {
3697
+ "propertyName": "yesNo"
3698
+ },
3699
+ "oneOf": [
3700
+ {
3701
+ "properties": {
3702
+ "yesNo": {
3703
+ "enum": [
3704
+ "No",
3705
+ "Not known"
3706
+ ]
3707
+ }
3708
+ }
3709
+ },
3710
+ {
3711
+ "properties": {
3712
+ "yesNo": {
3713
+ "enum": [
3714
+ "Yes"
3715
+ ]
3716
+ },
3717
+ "details": {
3718
+ "ta6ed6v2Ref": "9.8.2",
3719
+ "title": "Please give details"
3720
+ }
3721
+ },
3722
+ "required": [
3723
+ "details"
3724
+ ]
3725
+ }
3726
+ ],
3727
+ "required": [
3728
+ "yesNo"
3729
+ ],
3730
+ "title": "Are you aware of any drains, pipes or wires leading to any other property that cross the property?",
3731
+ "properties": {
3732
+ "yesNo": {
3733
+ "ta6ed6v2Ref": "9.8.1"
3734
+ }
3735
+ }
3736
+ },
3737
+ "formalOrInformalAgreements": {
3738
+ "ta6ed6v2Ref": "9.9",
3739
+ "discriminator": {
3740
+ "propertyName": "yesNo"
3741
+ },
3742
+ "oneOf": [
3743
+ {
3744
+ "properties": {
3745
+ "yesNo": {
3746
+ "enum": [
3747
+ "No",
3748
+ "Not known"
3749
+ ]
3750
+ }
3751
+ }
3752
+ },
3753
+ {
3754
+ "properties": {
3755
+ "yesNo": {
3756
+ "enum": [
3757
+ "Yes"
3758
+ ]
3759
+ },
3760
+ "details": {
3761
+ "ta6ed6v2Ref": "9.9.2",
3762
+ "title": "Supply a copy or give details"
3763
+ },
3764
+ "attachments": {
3765
+ "ta6ed6v2Ref": "9.9.3"
3766
+ }
3767
+ },
3768
+ "required": [
3769
+ "details"
3770
+ ]
3771
+ }
3772
+ ],
3773
+ "required": [
3774
+ "yesNo"
3775
+ ],
3776
+ "title": "Is there any agreement or arrangement about drains, pipes or wires?",
3777
+ "properties": {
3778
+ "yesNo": {
3779
+ "ta6ed6v2Ref": "9.9.1"
3780
+ }
3781
+ }
3782
+ }
3783
+ }
3784
+ },
3785
+ "electricalWorks": {
3786
+ "ta6ed6v2Ref": "11",
3787
+ "required": [
3788
+ "testedByQualifiedElectrician",
3789
+ "electricalWorkSince2005"
3790
+ ],
3791
+ "title": "Electrical systems",
3792
+ "properties": {
3793
+ "testedByQualifiedElectrician": {
3794
+ "ta6ed6v2Ref": "11.3",
3795
+ "discriminator": {
3796
+ "propertyName": "yesNo"
3797
+ },
3798
+ "oneOf": [
3799
+ {
3800
+ "properties": {
3801
+ "yesNo": {
3802
+ "enum": [
3803
+ "No"
3804
+ ]
3805
+ }
3806
+ }
3807
+ },
3808
+ {
3809
+ "properties": {
3810
+ "yesNo": {
3811
+ "enum": [
3812
+ "Yes"
3813
+ ]
3814
+ },
3815
+ "yearTested": {
3816
+ "ta6ed6v2Ref": "11.3"
3817
+ },
3818
+ "attachments": {
3819
+ "ta6ed6v2Ref": "11.3",
3820
+ "title": "Please supply a copy of the EICR",
3821
+ "enum": [
3822
+ "Attached",
3823
+ "To follow"
3824
+ ]
3825
+ }
3826
+ },
3827
+ "required": [
3828
+ "yearTested",
3829
+ "attachments"
3830
+ ]
3831
+ }
3832
+ ],
3833
+ "required": [
3834
+ "yesNo"
3835
+ ],
3836
+ "title": "Does the property have an Electrical Installation Condition Report (EICR)?",
3837
+ "properties": {
3838
+ "yesNo": {
3839
+ "ta6ed6v2Ref": "11.3"
3840
+ }
3841
+ }
3842
+ },
3843
+ "electricalWorkSince2005": {
3844
+ "ta6ed6v2Ref": "11.1",
3845
+ "discriminator": {
3846
+ "propertyName": "yesNo"
3847
+ },
3848
+ "oneOf": [
3849
+ {
3850
+ "properties": {
3851
+ "yesNo": {
3852
+ "enum": [
3853
+ "No",
3854
+ "Not known"
3855
+ ]
3856
+ }
3857
+ }
3858
+ },
3859
+ {
3860
+ "properties": {
3861
+ "yesNo": {
3862
+ "enum": [
3863
+ "Yes"
3864
+ ]
3865
+ },
3866
+ "yearWorkCarriedOut": {
3867
+ "ta6ed6v2Ref": "11.2"
3868
+ },
3869
+ "details": {
3870
+ "ta6ed6v2Ref": "11.1",
3871
+ "title": "Give details including when this work took place"
3872
+ },
3873
+ "suppliedCertificate": {
3874
+ "ta6ed6v2Ref": "11.2",
3875
+ "required": [
3876
+ "attachments"
3877
+ ],
3878
+ "title": "Please supply any certificates for electrical installation work",
3879
+ "properties": {
3880
+ "attachments": {
3881
+ "ta6ed6v2Ref": "11.2",
3882
+ "enum": [
3883
+ "Attached",
3884
+ "To follow"
3885
+ ]
3886
+ }
3887
+ }
3888
+ }
3889
+ },
3890
+ "required": [
3891
+ "details",
3892
+ "suppliedCertificate"
3893
+ ]
3894
+ }
3895
+ ],
3896
+ "required": [
3897
+ "yesNo"
3898
+ ],
3899
+ "title": "Are you aware of any electrical installation works carried out at the property?",
3900
+ "properties": {
3901
+ "yesNo": {
3902
+ "ta6ed6v2Ref": "11.1"
3903
+ }
3904
+ }
3905
+ }
3906
+ }
3907
+ },
3908
+ "guaranteesWarrantiesAndIndemnityInsurances": {
3909
+ "ta6ed6v2Ref": "6",
3910
+ "discriminator": {
3911
+ "propertyName": "hasValidGuaranteesOrWarranties"
3912
+ },
3913
+ "oneOf": [
3914
+ {
3915
+ "properties": {
3916
+ "hasValidGuaranteesOrWarranties": {
3917
+ "enum": [
3918
+ "No"
3919
+ ]
3920
+ }
3921
+ }
3922
+ },
3923
+ {
3924
+ "properties": {
3925
+ "hasValidGuaranteesOrWarranties": {
3926
+ "enum": [
3927
+ "Yes"
3928
+ ]
3929
+ },
3930
+ "newHomeWarranty": {
3931
+ "ta6ed6v2Ref": "6.1a",
3932
+ "discriminator": {
3933
+ "propertyName": "yesNo"
3934
+ },
3935
+ "oneOf": [
3936
+ {
3937
+ "properties": {
3938
+ "yesNo": {
3939
+ "enum": [
3940
+ "No"
3941
+ ]
3942
+ }
3943
+ }
3944
+ },
3945
+ {
3946
+ "properties": {
3947
+ "yesNo": {
3948
+ "enum": [
3949
+ "Yes"
3950
+ ]
3951
+ },
3952
+ "attachments": {
3953
+ "ta6ed6v2Ref": "6.1a3"
3954
+ }
3955
+ },
3956
+ "required": [
3957
+ "attachments"
3958
+ ]
3959
+ }
3960
+ ],
3961
+ "required": [
3962
+ "yesNo"
3963
+ ],
3964
+ "title": "New home warranty (e.g. NHBC or similar)",
3965
+ "properties": {
3966
+ "yesNo": {
3967
+ "ta6ed6v2Ref": "6.1a1"
3968
+ }
3969
+ }
3970
+ },
3971
+ "roofingWork": {
3972
+ "ta6ed6v2Ref": "6.1e",
3973
+ "discriminator": {
3974
+ "propertyName": "yesNo"
3975
+ },
3976
+ "oneOf": [
3977
+ {
3978
+ "properties": {
3979
+ "yesNo": {
3980
+ "enum": [
3981
+ "No"
3982
+ ]
3983
+ }
3984
+ }
3985
+ },
3986
+ {
3987
+ "properties": {
3988
+ "yesNo": {
3989
+ "enum": [
3990
+ "Yes"
3991
+ ]
3992
+ },
3993
+ "attachments": {
3994
+ "ta6ed6v2Ref": "6.1e2"
3995
+ }
3996
+ },
3997
+ "required": [
3998
+ "attachments"
3999
+ ]
4000
+ }
4001
+ ],
4002
+ "required": [
4003
+ "yesNo"
4004
+ ],
4005
+ "title": "Roofing",
4006
+ "properties": {
4007
+ "yesNo": {
4008
+ "ta6ed6v2Ref": "6.1e1"
4009
+ }
4010
+ }
4011
+ },
4012
+ "dampProofingTreatment": {
4013
+ "ta6ed6v2Ref": "6.1b",
4014
+ "discriminator": {
4015
+ "propertyName": "yesNo"
4016
+ },
4017
+ "oneOf": [
4018
+ {
4019
+ "properties": {
4020
+ "yesNo": {
4021
+ "enum": [
4022
+ "No"
4023
+ ]
4024
+ }
4025
+ }
4026
+ },
4027
+ {
4028
+ "properties": {
4029
+ "yesNo": {
4030
+ "enum": [
4031
+ "Yes"
4032
+ ]
4033
+ },
4034
+ "attachments": {
4035
+ "ta6ed6v2Ref": "6.1b2"
4036
+ }
4037
+ },
4038
+ "required": [
4039
+ "attachments"
4040
+ ]
4041
+ }
4042
+ ],
4043
+ "required": [
4044
+ "yesNo"
4045
+ ],
4046
+ "title": "Damp proofing",
4047
+ "properties": {
4048
+ "yesNo": {
4049
+ "ta6ed6v2Ref": "6.1b1"
4050
+ }
4051
+ }
4052
+ },
4053
+ "timberRotOrInfestationTreatment": {
4054
+ "ta6ed6v2Ref": "6.1c",
4055
+ "discriminator": {
4056
+ "propertyName": "yesNo"
4057
+ },
4058
+ "oneOf": [
4059
+ {
4060
+ "properties": {
4061
+ "yesNo": {
4062
+ "enum": [
4063
+ "No"
4064
+ ]
4065
+ }
4066
+ }
4067
+ },
4068
+ {
4069
+ "properties": {
4070
+ "yesNo": {
4071
+ "enum": [
4072
+ "Yes"
4073
+ ]
4074
+ },
4075
+ "attachments": {
4076
+ "ta6ed6v2Ref": "6.1c2"
4077
+ }
4078
+ },
4079
+ "required": [
4080
+ "attachments"
4081
+ ]
4082
+ }
4083
+ ],
4084
+ "required": [
4085
+ "yesNo"
4086
+ ],
4087
+ "title": "Timber treatment",
4088
+ "properties": {
4089
+ "yesNo": {
4090
+ "ta6ed6v2Ref": "6.1c1"
4091
+ }
4092
+ }
4093
+ },
4094
+ "centralHeatingAndorPlumbing": {
4095
+ "ta6ed6v2Ref": "6.1f",
4096
+ "discriminator": {
4097
+ "propertyName": "yesNo"
4098
+ },
4099
+ "oneOf": [
4100
+ {
4101
+ "properties": {
4102
+ "yesNo": {
4103
+ "enum": [
4104
+ "No"
4105
+ ]
4106
+ }
4107
+ }
4108
+ },
4109
+ {
4110
+ "properties": {
4111
+ "yesNo": {
4112
+ "enum": [
4113
+ "Yes"
4114
+ ]
4115
+ },
4116
+ "attachments": {
4117
+ "ta6ed6v2Ref": "6.1f2"
4118
+ }
4119
+ },
4120
+ "required": [
4121
+ "attachments"
4122
+ ]
4123
+ }
4124
+ ],
4125
+ "required": [
4126
+ "yesNo"
4127
+ ],
4128
+ "title": "Boiler or heating systems",
4129
+ "properties": {
4130
+ "yesNo": {
4131
+ "ta6ed6v2Ref": "6.1f1"
4132
+ }
4133
+ }
4134
+ },
4135
+ "doubleGlazing": {
4136
+ "ta6ed6v2Ref": "6.1d",
4137
+ "discriminator": {
4138
+ "propertyName": "yesNo"
4139
+ },
4140
+ "oneOf": [
4141
+ {
4142
+ "properties": {
4143
+ "yesNo": {
4144
+ "enum": [
4145
+ "No"
4146
+ ]
4147
+ }
4148
+ }
4149
+ },
4150
+ {
4151
+ "properties": {
4152
+ "yesNo": {
4153
+ "enum": [
4154
+ "Yes"
4155
+ ]
4156
+ },
4157
+ "attachments": {
4158
+ "ta6ed6v2Ref": "6.1d2"
4159
+ }
4160
+ },
4161
+ "required": [
4162
+ "attachments"
4163
+ ]
4164
+ }
4165
+ ],
4166
+ "required": [
4167
+ "yesNo"
4168
+ ],
4169
+ "title": "Windows, roof lights, roof windows or glazed doors",
4170
+ "properties": {
4171
+ "yesNo": {
4172
+ "ta6ed6v2Ref": "6.1d1"
4173
+ }
4174
+ }
4175
+ },
4176
+ "subsidenceWork": {
4177
+ "ta6ed6v2Ref": "6.1g",
4178
+ "discriminator": {
4179
+ "propertyName": "yesNo"
4180
+ },
4181
+ "oneOf": [
4182
+ {
4183
+ "properties": {
4184
+ "yesNo": {
4185
+ "enum": [
4186
+ "No"
4187
+ ]
4188
+ }
4189
+ }
4190
+ },
4191
+ {
4192
+ "properties": {
4193
+ "yesNo": {
4194
+ "enum": [
4195
+ "Yes"
4196
+ ]
4197
+ },
4198
+ "attachments": {
4199
+ "ta6ed6v2Ref": "6.1g2"
4200
+ }
4201
+ },
4202
+ "required": [
4203
+ "attachments"
4204
+ ]
4205
+ }
4206
+ ],
4207
+ "required": [
4208
+ "yesNo"
4209
+ ],
4210
+ "title": "Underpinning",
4211
+ "properties": {
4212
+ "yesNo": {
4213
+ "ta6ed6v2Ref": "6.1g1"
4214
+ }
4215
+ }
4216
+ },
4217
+ "insulation": {
4218
+ "ta6ed6v2Ref": "6.1h",
4219
+ "discriminator": {
4220
+ "propertyName": "yesNo"
4221
+ },
4222
+ "oneOf": [
4223
+ {
4224
+ "properties": {
4225
+ "yesNo": {
4226
+ "enum": [
4227
+ "No"
4228
+ ]
4229
+ }
4230
+ }
4231
+ },
4232
+ {
4233
+ "properties": {
4234
+ "yesNo": {
4235
+ "enum": [
4236
+ "Yes"
4237
+ ]
4238
+ },
4239
+ "attachments": {
4240
+ "ta6ed6v2Ref": "6.1h2"
4241
+ }
4242
+ },
4243
+ "required": [
4244
+ "attachments"
4245
+ ]
4246
+ }
4247
+ ],
4248
+ "required": [
4249
+ "yesNo"
4250
+ ],
4251
+ "properties": {
4252
+ "yesNo": {
4253
+ "ta6ed6v2Ref": "6.1h1"
4254
+ }
4255
+ }
4256
+ },
4257
+ "otherGuarantees": {
4258
+ "ta6ed6v2Ref": "6.1i",
4259
+ "discriminator": {
4260
+ "propertyName": "yesNo"
4261
+ },
4262
+ "oneOf": [
4263
+ {
4264
+ "properties": {
4265
+ "yesNo": {
4266
+ "enum": [
4267
+ "No"
4268
+ ]
4269
+ }
4270
+ }
4271
+ },
4272
+ {
4273
+ "properties": {
4274
+ "yesNo": {
4275
+ "enum": [
4276
+ "Yes"
4277
+ ]
4278
+ },
4279
+ "details": {
4280
+ "ta6ed6v2Ref": "6.1i2",
4281
+ "title": "Please give details"
4282
+ },
4283
+ "attachments": {
4284
+ "ta6ed6v2Ref": "6.1i3"
4285
+ }
4286
+ },
4287
+ "required": [
4288
+ "details",
4289
+ "attachments"
4290
+ ]
4291
+ }
4292
+ ],
4293
+ "required": [
4294
+ "yesNo"
4295
+ ],
4296
+ "title": "Other (please state)",
4297
+ "properties": {
4298
+ "yesNo": {
4299
+ "ta6ed6v2Ref": "6.1i1"
4300
+ }
4301
+ }
4302
+ },
4303
+ "outstandingClaimsOrApplications": {
4304
+ "ta6ed6v2Ref": "6.2",
4305
+ "discriminator": {
4306
+ "propertyName": "yesNo"
4307
+ },
4308
+ "oneOf": [
4309
+ {
4310
+ "properties": {
4311
+ "yesNo": {
4312
+ "enum": [
4313
+ "No"
4314
+ ]
4315
+ }
4316
+ }
4317
+ },
4318
+ {
4319
+ "properties": {
4320
+ "yesNo": {
4321
+ "enum": [
4322
+ "Yes"
4323
+ ]
4324
+ },
4325
+ "details": {
4326
+ "ta6ed6v2Ref": "6.2.2",
4327
+ "title": "Please give details"
4328
+ }
4329
+ },
4330
+ "required": [
4331
+ "details"
4332
+ ]
4333
+ }
4334
+ ],
4335
+ "required": [
4336
+ "yesNo"
4337
+ ],
4338
+ "title": "Are you aware of any claims under any of these guarantees or warranties?",
4339
+ "properties": {
4340
+ "yesNo": {
4341
+ "ta6ed6v2Ref": "6.2.1"
4342
+ }
4343
+ }
4344
+ },
4345
+ "breachOfTermsOrConditions": {
4346
+ "ta6ed6v2Ref": "6.3",
4347
+ "discriminator": {
4348
+ "propertyName": "yesNo"
4349
+ },
4350
+ "oneOf": [
4351
+ {
4352
+ "properties": {
4353
+ "yesNo": {
4354
+ "enum": [
4355
+ "No"
4356
+ ]
4357
+ }
4358
+ }
4359
+ },
4360
+ {
4361
+ "properties": {
4362
+ "yesNo": {
4363
+ "enum": [
4364
+ "Yes"
4365
+ ]
4366
+ },
4367
+ "details": {
4368
+ "ta6ed6v2Ref": "6.3.2"
4369
+ }
4370
+ },
4371
+ "required": [
4372
+ "details"
4373
+ ]
4374
+ }
4375
+ ],
4376
+ "required": [
4377
+ "yesNo"
4378
+ ],
4379
+ "properties": {
4380
+ "yesNo": {
4381
+ "ta6ed6v2Ref": "6.3.1"
4382
+ }
4383
+ }
4384
+ }
4385
+ },
4386
+ "required": [
4387
+ "newHomeWarranty",
4388
+ "roofingWork",
4389
+ "dampProofingTreatment",
4390
+ "timberRotOrInfestationTreatment",
4391
+ "centralHeatingAndorPlumbing",
4392
+ "doubleGlazing",
4393
+ "subsidenceWork",
4394
+ "insulation",
4395
+ "otherGuarantees",
4396
+ "outstandingClaimsOrApplications",
4397
+ "breachOfTermsOrConditions"
4398
+ ]
4399
+ }
4400
+ ],
4401
+ "required": [
4402
+ "hasValidGuaranteesOrWarranties"
4403
+ ],
4404
+ "title": "Guarantees and warranties",
4405
+ "properties": {
4406
+ "hasValidGuaranteesOrWarranties": {
4407
+ "ta6ed6v2Ref": "6.1",
4408
+ "title": "Does the property have any of the following unexpired guarantees or warranties?"
4409
+ }
4410
+ }
4411
+ },
4412
+ "occupiers": {
4413
+ "ta6ed6v2Ref": "13",
4414
+ "required": [
4415
+ "sellerLivesAtProperty",
4416
+ "othersAged17OrOver"
4417
+ ],
4418
+ "properties": {
4419
+ "sellerLivesAtProperty": {
4420
+ "ta6ed6v2Ref": "13.3",
4421
+ "required": [
4422
+ "yesNo"
4423
+ ],
4424
+ "title": "Do you live at the property?",
4425
+ "properties": {
4426
+ "yesNo": {
4427
+ "ta6ed6v2Ref": "13.3.1"
4428
+ }
4429
+ }
4430
+ },
4431
+ "othersAged17OrOver": {
4432
+ "ta6ed6v2Ref": "13.4",
4433
+ "discriminator": {
4434
+ "propertyName": "hasOthersAged17OrOver"
4435
+ },
4436
+ "oneOf": [
4437
+ {
4438
+ "properties": {
4439
+ "hasOthersAged17OrOver": {
4440
+ "enum": [
4441
+ "No"
4442
+ ]
4443
+ }
4444
+ }
4445
+ },
4446
+ {
4447
+ "properties": {
4448
+ "hasOthersAged17OrOver": {
4449
+ "enum": [
4450
+ "Yes"
4451
+ ]
4452
+ },
4453
+ "aged17OrOverNames": {
4454
+ "ta6ed6v2Ref": "13.4a",
4455
+ "title": "State the full names of any occupiers (other than the sellers) aged 17 or over"
4456
+ },
4457
+ "aged17OrOverTenantsOrLodgers": {
4458
+ "ta6ed6v2Ref": "13.4b",
4459
+ "required": [
4460
+ "yesNo"
4461
+ ],
4462
+ "title": "Are any of those occupiers who are aged 17 or over your tenants or lodgers?",
4463
+ "properties": {
4464
+ "yesNo": {
4465
+ "ta6ed6v2Ref": "13.4b1"
4466
+ }
4467
+ }
4468
+ },
4469
+ "vacantPossession": {
4470
+ "ta6ed6v2Ref": "13.5",
4471
+ "discriminator": {
4472
+ "propertyName": "soldWithVacantPossession"
4473
+ },
4474
+ "oneOf": [
4475
+ {
4476
+ "properties": {
4477
+ "soldWithVacantPossession": {
4478
+ "enum": [
4479
+ "No"
4480
+ ]
4481
+ },
4482
+ "details": {
4483
+ "ta6ed6v2Ref": "13.7a",
4484
+ "title": "Please provide details (e.g. the property is sold let to tenants)"
4485
+ },
4486
+ "attachments": {
4487
+ "ta6ed6v2Ref": "13.7b",
4488
+ "title": "If the property is not being sold with vacant possession, provide details of all occupiers and copies of their tenancy agreements."
4489
+ }
4490
+ },
4491
+ "required": [
4492
+ "details",
4493
+ "attachments"
4494
+ ]
4495
+ },
4496
+ {
4497
+ "properties": {
4498
+ "soldWithVacantPossession": {
4499
+ "enum": [
4500
+ "Yes"
4501
+ ]
4502
+ },
4503
+ "aged17OrOverAgreedToLeave": {
4504
+ "ta6ed6v2Ref": "13.6a",
4505
+ "required": [
4506
+ "yesNo"
4507
+ ],
4508
+ "properties": {
4509
+ "yesNo": {
4510
+ "ta6ed6v2Ref": "13.6a"
4511
+ }
4512
+ }
4513
+ },
4514
+ "aged17OrOverWillSignToConfirmWillVacate": {
4515
+ "ta6ed6v2Ref": "13.6b",
4516
+ "discriminator": {
4517
+ "propertyName": "yesNo"
4518
+ },
4519
+ "oneOf": [
4520
+ {
4521
+ "properties": {
4522
+ "yesNo": {
4523
+ "enum": [
4524
+ "Yes"
4525
+ ]
4526
+ }
4527
+ }
4528
+ },
4529
+ {
4530
+ "properties": {
4531
+ "yesNo": {
4532
+ "enum": [
4533
+ "No"
4534
+ ]
4535
+ }
4536
+ }
4537
+ }
4538
+ ],
4539
+ "required": [
4540
+ "yesNo"
4541
+ ],
4542
+ "title": "Have all occupiers aged 17 or over agreed to sign the sale contract and to vacate the property on or before completion?",
4543
+ "properties": {
4544
+ "yesNo": {
4545
+ "ta6ed6v2Ref": "13.6b1"
4546
+ }
4547
+ }
4548
+ }
4549
+ },
4550
+ "required": [
4551
+ "aged17OrOverAgreedToLeave",
4552
+ "aged17OrOverWillSignToConfirmWillVacate"
4553
+ ]
4554
+ }
4555
+ ],
4556
+ "required": [
4557
+ "soldWithVacantPossession"
4558
+ ],
4559
+ "properties": {
4560
+ "soldWithVacantPossession": {
4561
+ "ta6ed6v2Ref": "13.5.1",
4562
+ "title": "Is the property being sold with vacant possession (empty of all occupiers, rubbish and any contents or fittings not included in the sale)?"
4563
+ }
4564
+ }
4565
+ }
4566
+ },
4567
+ "required": [
4568
+ "aged17OrOverNames",
4569
+ "aged17OrOverTenantsOrLodgers"
4570
+ ]
4571
+ }
4572
+ ],
4573
+ "required": [
4574
+ "hasOthersAged17OrOver"
4575
+ ],
4576
+ "properties": {
4577
+ "hasOthersAged17OrOver": {
4578
+ "ta6ed6v2Ref": "13.4",
4579
+ "title": "Does anyone else, aged 17 or over, live at the property?"
4580
+ }
4581
+ }
4582
+ }
4583
+ }
4584
+ },
4585
+ "completionAndMoving": {
4586
+ "ta6ed6v2Ref": "14",
4587
+ "required": [
4588
+ "sellerWillEnsure",
4589
+ "sufficientToRepayAllMortgages"
4590
+ ],
4591
+ "title": "Completion",
4592
+ "properties": {
4593
+ "sellerWillEnsure": {
4594
+ "ta6ed6v2Ref": "14.2",
4595
+ "required": [
4596
+ "removeRubbish",
4597
+ "replaceLightFittings",
4598
+ "takeReasonableCare",
4599
+ "leaveKeys"
4600
+ ],
4601
+ "title": "Will you ensure that before or on completion",
4602
+ "properties": {
4603
+ "removeRubbish": {
4604
+ "ta6ed6v2Ref": "14.2a",
4605
+ "title": "All rubbish is removed from the property (including from the loft, garden, outbuildings, garages and sheds) and that the property will be left in a clean and tidy condition?"
4606
+ },
4607
+ "replaceLightFittings": {
4608
+ "ta6ed6v2Ref": "14.2b",
4609
+ "title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb?"
4610
+ },
4611
+ "takeReasonableCare": {
4612
+ "ta6ed6v2Ref": "14.2c",
4613
+ "title": "Reasonable care will be taken when removing any other fittings or contents?"
4614
+ },
4615
+ "leaveKeys": {
4616
+ "ta6ed6v2Ref": "14.2d",
4617
+ "title": "Keys to all windows and doors and details of codes for alarms and any other equipment will be left at the property or with the estate agent?"
4618
+ }
4619
+ }
4620
+ },
4621
+ "otherPropertyInChain": {
4622
+ "ta6ed6v2Ref": "13.1",
4623
+ "discriminator": {
4624
+ "propertyName": "yesNo"
4625
+ },
4626
+ "oneOf": [
4627
+ {
4628
+ "properties": {
4629
+ "yesNo": {
4630
+ "enum": [
4631
+ "No"
4632
+ ]
4633
+ }
4634
+ }
4635
+ },
4636
+ {
4637
+ "properties": {
4638
+ "yesNo": {
4639
+ "enum": [
4640
+ "Yes"
4641
+ ]
4642
+ }
4643
+ }
4644
+ }
4645
+ ],
4646
+ "required": [
4647
+ "yesNo"
4648
+ ],
4649
+ "title": "Does this sale depend on you completing the purchase of another property on the same day?",
4650
+ "properties": {
4651
+ "yesNo": {
4652
+ "ta6ed6v2Ref": "13.1"
4653
+ }
4654
+ }
4655
+ },
4656
+ "moveRestrictionDates": {
4657
+ "ta6ed6v2Ref": "13.2",
4658
+ "discriminator": {
4659
+ "propertyName": "yesNo"
4660
+ },
4661
+ "oneOf": [
4662
+ {
4663
+ "properties": {
4664
+ "yesNo": {
4665
+ "enum": [
4666
+ "No"
4667
+ ]
4668
+ }
4669
+ }
4670
+ },
4671
+ {
4672
+ "properties": {
4673
+ "yesNo": {
4674
+ "enum": [
4675
+ "Yes"
4676
+ ]
4677
+ },
4678
+ "details": {
4679
+ "ta6ed6v2Ref": "13.2.2",
4680
+ "title": "Please give details"
4681
+ }
4682
+ },
4683
+ "required": [
4684
+ "details"
4685
+ ]
4686
+ }
4687
+ ],
4688
+ "required": [
4689
+ "yesNo"
4690
+ ],
4691
+ "title": "Do you have any special requirements about a moving date?",
4692
+ "properties": {
4693
+ "yesNo": {
4694
+ "ta6ed6v2Ref": "13.2.1"
4695
+ }
4696
+ }
4697
+ },
4698
+ "sufficientToRepayAllMortgages": {
4699
+ "ta6ed6v2Ref": "14.1",
4700
+ "required": [
4701
+ "yesNo"
4702
+ ],
4703
+ "title": "Will the sale price be sufficient to pay off on completion all mortgages and charges secured on the property?",
4704
+ "properties": {
4705
+ "yesNo": {
4706
+ "ta6ed6v2Ref": "14.1.1"
4707
+ }
4708
+ }
4709
+ }
4710
+ }
4711
+ },
4712
+ "confirmationOfAccuracyByOwners": {
4713
+ "ta6ed6v2Ref": "16",
4714
+ "required": [
4715
+ "confirmInformationIsAccurate"
4716
+ ],
4717
+ "properties": {
4718
+ "confirmInformationIsAccurate": {
4719
+ "ta6ed6v2Ref": "15.3.1"
4720
+ }
4721
+ }
4722
+ }
4723
+ }
4724
+ }
4725
+ }
4726
+ }