@pdtf/schemas 2.0.0-22 → 2.0.0-24

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.
@@ -1,14 +1,46 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$id": "https://trust.propdata.org.uk/schemas/v2/overlays/ta6.json",
4
+ "required": [
5
+ "transactionId",
6
+ "status",
7
+ "participants",
8
+ "propertyPack"
9
+ ],
4
10
  "properties": {
5
11
  "propertyPack": {
6
12
  "properties": {
7
13
  "materialFacts": {
14
+ "required": [
15
+ "uprn",
16
+ "address",
17
+ "delayFactors",
18
+ "ownership",
19
+ "parking",
20
+ "listingAndConservation",
21
+ "typeOfConstruction",
22
+ "energyEfficiency",
23
+ "councilTax",
24
+ "disputesAndComplaints",
25
+ "alterationsAndChanges",
26
+ "notices",
27
+ "specialistIssues",
28
+ "fixturesAndFittings",
29
+ "waterAndDrainage",
30
+ "connectedUtilities",
31
+ "centralHeating",
32
+ "insurance",
33
+ "rightsAndInformalArrangements",
34
+ "environmentalIssues"
35
+ ],
8
36
  "properties": {
9
37
  "address": {
10
38
  "ta6Ref": "0.1",
11
39
  "title": "Property Address",
40
+ "required": [
41
+ "line1",
42
+ "postcode"
43
+ ],
12
44
  "properties": {
13
45
  "line1": {
14
46
  "ta6Ref": "0.1.1",
@@ -32,9 +64,20 @@
32
64
  }
33
65
  }
34
66
  },
67
+ "media": {
68
+ "items": {
69
+ "required": [
70
+ "mediaUrl"
71
+ ]
72
+ }
73
+ },
35
74
  "parking": {
36
75
  "ta6Ref": "9",
37
76
  "title": "Parking",
77
+ "required": [
78
+ "parkingArrangements",
79
+ "controlledParking"
80
+ ],
38
81
  "properties": {
39
82
  "parkingArrangements": {
40
83
  "ta6Ref": "9.1",
@@ -65,20 +108,69 @@
65
108
  "enum": [
66
109
  "Other"
67
110
  ]
111
+ },
112
+ "otherParkingType": {
113
+ "ta6Ref": "9.1.2",
114
+ "title": "Please describe the other parking arrangements"
68
115
  }
69
- }
116
+ },
117
+ "required": [
118
+ "otherParkingType"
119
+ ]
70
120
  }
71
- ]
121
+ ],
122
+ "required": [
123
+ "parkingArrangementsType"
124
+ ],
125
+ "properties": {
126
+ "parkingArrangementsType": {
127
+ "ta6Ref": "9.1.1",
128
+ "title": "What type of parking arrangements are there?",
129
+ "enum": [
130
+ "Garage",
131
+ "Allocated parking space",
132
+ "Driveway",
133
+ "On street",
134
+ "Resident permit",
135
+ "Metered parking",
136
+ "Communal parking",
137
+ "None",
138
+ "Other"
139
+ ]
140
+ }
141
+ }
72
142
  },
73
143
  "controlledParking": {
74
144
  "ta6Ref": "9.2",
75
- "title": "Is the property in a controlled parking zone or within a local authority parking scheme?"
145
+ "title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
146
+ "required": [
147
+ "yesNo"
148
+ ],
149
+ "properties": {
150
+ "yesNo": {
151
+ "ta6Ref": "9.2.1",
152
+ "enum": [
153
+ "Yes",
154
+ "No"
155
+ ]
156
+ }
157
+ }
158
+ },
159
+ "electricVehicleChargingPoint": {
160
+ "required": [
161
+ "yesNo"
162
+ ]
76
163
  }
77
164
  }
78
165
  },
79
166
  "listingAndConservation": {
80
167
  "ta6Ref": "4.7",
81
168
  "title": "Listing and Conservation",
169
+ "required": [
170
+ "isListed",
171
+ "isConservationArea",
172
+ "hasTreePreservationOrder"
173
+ ],
82
174
  "properties": {
83
175
  "isListed": {
84
176
  "ta6Ref": "4.7a",
@@ -102,10 +194,38 @@
102
194
  "enum": [
103
195
  "Yes"
104
196
  ]
197
+ },
198
+ "details": {
199
+ "ta6Ref": "4.7a2",
200
+ "title": "Please provide details of the listing and any relevant documents"
201
+ },
202
+ "attachments": {
203
+ "ta6Ref": "4.7a3",
204
+ "title": "Attachments",
205
+ "enum": [
206
+ "Attached",
207
+ "To follow"
208
+ ]
105
209
  }
106
- }
210
+ },
211
+ "required": [
212
+ "details",
213
+ "attachments"
214
+ ]
107
215
  }
108
- ]
216
+ ],
217
+ "required": [
218
+ "yesNo"
219
+ ],
220
+ "properties": {
221
+ "yesNo": {
222
+ "ta6Ref": "4.7a1",
223
+ "enum": [
224
+ "Yes",
225
+ "No"
226
+ ]
227
+ }
228
+ }
109
229
  },
110
230
  "isConservationArea": {
111
231
  "ta6Ref": "4.7b",
@@ -129,10 +249,38 @@
129
249
  "enum": [
130
250
  "Yes"
131
251
  ]
252
+ },
253
+ "details": {
254
+ "ta6Ref": "4.7b2",
255
+ "title": "Please provide details of the listing and any relevant documents"
256
+ },
257
+ "attachments": {
258
+ "ta6Ref": "4.7b3",
259
+ "title": "Attachments",
260
+ "enum": [
261
+ "Attached",
262
+ "To follow"
263
+ ]
132
264
  }
133
- }
265
+ },
266
+ "required": [
267
+ "details",
268
+ "attachments"
269
+ ]
134
270
  }
135
- ]
271
+ ],
272
+ "required": [
273
+ "yesNo"
274
+ ],
275
+ "properties": {
276
+ "yesNo": {
277
+ "ta6Ref": "4.7b1",
278
+ "enum": [
279
+ "Yes",
280
+ "No"
281
+ ]
282
+ }
283
+ }
136
284
  },
137
285
  "hasTreePreservationOrder": {
138
286
  "ta6Ref": "4.8",
@@ -157,6 +305,10 @@
157
305
  "Yes"
158
306
  ]
159
307
  },
308
+ "details": {
309
+ "ta6Ref": "4.8.2",
310
+ "title": "Details"
311
+ },
160
312
  "workCarriedOut": {
161
313
  "ta6Ref": "4.8a",
162
314
  "title": "Has work been carried out to any trees which are protected by the order?",
@@ -179,20 +331,73 @@
179
331
  "enum": [
180
332
  "Yes"
181
333
  ]
334
+ },
335
+ "details": {
336
+ "ta6Ref": "4.8a2",
337
+ "title": "Were the relevant consents obtained? Provide any relevant documentation",
338
+ "enum": [
339
+ "Yes",
340
+ "No"
341
+ ]
342
+ },
343
+ "attachments": {
344
+ "ta6Ref": "4.8a3",
345
+ "title": "Attachments",
346
+ "enum": [
347
+ "Attached",
348
+ "To follow"
349
+ ]
182
350
  }
183
- }
351
+ },
352
+ "required": [
353
+ "details"
354
+ ]
184
355
  }
185
- ]
356
+ ],
357
+ "required": [
358
+ "yesNo"
359
+ ],
360
+ "properties": {
361
+ "yesNo": {
362
+ "ta6Ref": "4.8a1",
363
+ "enum": [
364
+ "Yes",
365
+ "No"
366
+ ]
367
+ }
368
+ }
186
369
  }
187
370
  }
188
371
  }
189
- ]
372
+ ],
373
+ "required": [
374
+ "yesNo"
375
+ ],
376
+ "properties": {
377
+ "yesNo": {
378
+ "ta6Ref": "4.8.1",
379
+ "enum": [
380
+ "Yes",
381
+ "No"
382
+ ]
383
+ }
384
+ }
190
385
  }
191
386
  }
192
387
  },
193
388
  "energyEfficiency": {
389
+ "ta6Ref": "7.6",
390
+ "title": "Energy Efficiency",
391
+ "required": [
392
+ "certificate",
393
+ "greenDealLoan"
394
+ ],
194
395
  "properties": {
195
396
  "certificate": {
397
+ "ta6Ref": "7.6.1",
398
+ "required": [
399
+ "currentEnergyRating"
400
+ ],
196
401
  "properties": {
197
402
  "currentEnergyRating": {
198
403
  "ta6Ref": "7.6",
@@ -214,9 +419,14 @@
214
419
  }
215
420
  },
216
421
  "greenDealLoan": {
422
+ "ta6Ref": "7.7",
423
+ "title": "Green Deal Loan",
424
+ "required": [
425
+ "hasGreenDealLoan"
426
+ ],
217
427
  "properties": {
218
428
  "hasGreenDealLoan": {
219
- "ta6Ref": "7.7",
429
+ "ta6Ref": "7.7.1",
220
430
  "title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
221
431
  "discriminator": {
222
432
  "propertyName": "yesNo"
@@ -237,16 +447,49 @@
237
447
  "enum": [
238
448
  "Yes"
239
449
  ]
450
+ },
451
+ "details": {
452
+ "ta6Ref": "7.7.1.2",
453
+ "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"
454
+ },
455
+ "attachments": {
456
+ "ta6Ref": "7.7.1.3",
457
+ "title": "Attachments",
458
+ "enum": [
459
+ "Attached",
460
+ "To follow"
461
+ ]
240
462
  }
241
- }
463
+ },
464
+ "required": [
465
+ "details",
466
+ "attachments"
467
+ ]
242
468
  }
243
- ]
469
+ ],
470
+ "required": [
471
+ "yesNo"
472
+ ],
473
+ "properties": {
474
+ "yesNo": {
475
+ "ta6Ref": "7.7.1.1",
476
+ "enum": [
477
+ "Yes",
478
+ "No"
479
+ ]
480
+ }
481
+ }
244
482
  }
245
483
  }
246
484
  }
247
485
  }
248
486
  },
249
487
  "disputesAndComplaints": {
488
+ "ta6Ref": "2",
489
+ "title": "Disputes and Complaints",
490
+ "required": [
491
+ "hasDisputesAndComplaints"
492
+ ],
250
493
  "properties": {
251
494
  "hasDisputesAndComplaints": {
252
495
  "ta6Ref": "2.1",
@@ -271,10 +514,29 @@
271
514
  "enum": [
272
515
  "Yes"
273
516
  ]
517
+ },
518
+ "details": {
519
+ "ta6Ref": "2.1.2",
520
+ "title": "Please give details"
274
521
  }
275
- }
522
+ },
523
+ "required": [
524
+ "details"
525
+ ]
276
526
  }
277
- ]
527
+ ],
528
+ "required": [
529
+ "yesNo"
530
+ ],
531
+ "properties": {
532
+ "yesNo": {
533
+ "ta6Ref": "2.1.1",
534
+ "enum": [
535
+ "Yes",
536
+ "No"
537
+ ]
538
+ }
539
+ }
278
540
  },
279
541
  "leadingToDisputesAndComplaints": {
280
542
  "ta6Ref": "2.2",
@@ -298,10 +560,29 @@
298
560
  "enum": [
299
561
  "Yes"
300
562
  ]
563
+ },
564
+ "details": {
565
+ "ta6Ref": "2.2.2",
566
+ "title": "Please give details"
301
567
  }
302
- }
568
+ },
569
+ "required": [
570
+ "details"
571
+ ]
303
572
  }
304
- ]
573
+ ],
574
+ "required": [
575
+ "yesNo"
576
+ ],
577
+ "properties": {
578
+ "yesNo": {
579
+ "ta6Ref": "2.2.1",
580
+ "enum": [
581
+ "Yes",
582
+ "No"
583
+ ]
584
+ }
585
+ }
305
586
  }
306
587
  }
307
588
  },
@@ -309,6 +590,15 @@
309
590
  "ta6Ref": "4.1",
310
591
  "title": "Alterations and Changes to the Property",
311
592
  "description": "Have any of the following changes been made to the whole or any part of the property (including the garden)?",
593
+ "required": [
594
+ "hasStructuralAlterations",
595
+ "changeOfUse",
596
+ "windowReplacementsSince2002",
597
+ "hasAddedConservatory",
598
+ "worksUnfinished",
599
+ "planningPermissionBreaches",
600
+ "unresolvedPlanningIssues"
601
+ ],
312
602
  "properties": {
313
603
  "hasStructuralAlterations": {
314
604
  "ta6Ref": "4.1a",
@@ -359,7 +649,10 @@
359
649
  "To follow"
360
650
  ]
361
651
  }
362
- }
652
+ },
653
+ "required": [
654
+ "attachments"
655
+ ]
363
656
  },
364
657
  {
365
658
  "properties": {
@@ -374,9 +667,15 @@
374
667
  "title": "Please outline the reasons why",
375
668
  "description": "e.g. the work was exempt from Building Regulations"
376
669
  }
377
- }
670
+ },
671
+ "required": [
672
+ "details"
673
+ ]
378
674
  }
379
675
  ],
676
+ "required": [
677
+ "yesNo"
678
+ ],
380
679
  "properties": {
381
680
  "yesNo": {
382
681
  "ta6Ref": "4.2.1",
@@ -410,7 +709,10 @@
410
709
  "To follow"
411
710
  ]
412
711
  }
413
- }
712
+ },
713
+ "required": [
714
+ "attachments"
715
+ ]
414
716
  },
415
717
  {
416
718
  "properties": {
@@ -425,13 +727,36 @@
425
727
  "title": "Please outline the reasons why",
426
728
  "description": "e.g. permitted development rights applied"
427
729
  }
428
- }
730
+ },
731
+ "required": [
732
+ "details"
733
+ ]
734
+ }
735
+ ],
736
+ "required": [
737
+ "yesNo"
738
+ ]
739
+ },
740
+ "listedBuildingConsent": {
741
+ "oneOf": [
742
+ {
743
+ "required": [
744
+ "attachments"
745
+ ]
429
746
  }
430
747
  ]
431
748
  }
432
- }
749
+ },
750
+ "required": [
751
+ "details",
752
+ "buildingRegApproval",
753
+ "planningPermission"
754
+ ]
433
755
  }
434
756
  ],
757
+ "required": [
758
+ "yesNo"
759
+ ],
435
760
  "properties": {
436
761
  "yesNo": {
437
762
  "ta6Ref": "4.1a1",
@@ -465,6 +790,10 @@
465
790
  "Yes"
466
791
  ]
467
792
  },
793
+ "yearCompleted": {
794
+ "ta6Ref": "4.1b2",
795
+ "title": "What year was the change completed?"
796
+ },
468
797
  "buildingRegApproval": {
469
798
  "ta6Ref": "4.2",
470
799
  "title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
@@ -487,7 +816,10 @@
487
816
  "To follow"
488
817
  ]
489
818
  }
490
- }
819
+ },
820
+ "required": [
821
+ "attachments"
822
+ ]
491
823
  },
492
824
  {
493
825
  "properties": {
@@ -502,9 +834,15 @@
502
834
  "title": "Please outline the reasons why",
503
835
  "description": "e.g. the work was exempt from Building Regulations"
504
836
  }
505
- }
837
+ },
838
+ "required": [
839
+ "details"
840
+ ]
506
841
  }
507
842
  ],
843
+ "required": [
844
+ "yesNo"
845
+ ],
508
846
  "properties": {
509
847
  "yesNo": {
510
848
  "ta6Ref": "4.2.1",
@@ -538,7 +876,10 @@
538
876
  "To follow"
539
877
  ]
540
878
  }
541
- }
879
+ },
880
+ "required": [
881
+ "attachments"
882
+ ]
542
883
  },
543
884
  {
544
885
  "properties": {
@@ -553,9 +894,15 @@
553
894
  "title": "Please outline the reasons why",
554
895
  "description": "e.g. permitted development rights applied"
555
896
  }
556
- }
897
+ },
898
+ "required": [
899
+ "details"
900
+ ]
557
901
  }
558
902
  ],
903
+ "required": [
904
+ "yesNo"
905
+ ],
559
906
  "properties": {
560
907
  "yesNo": {
561
908
  "ta6Ref": "4.2.1",
@@ -566,38 +913,27 @@
566
913
  ]
567
914
  }
568
915
  }
569
- },
570
- "listedBuildingConsent": {
571
- "ta6Ref": "4.2",
572
- "title": "Was listed building consent obtained?",
573
- "discriminator": {
574
- "propertyName": "yesNo"
575
- },
576
- "oneOf": [
577
- {
578
- "properties": {
579
- "yesNo": {
580
- "enum": [
581
- "Yes"
582
- ]
583
- }
584
- }
585
- },
586
- {
587
- "properties": {
588
- "yesNo": {
589
- "enum": [
590
- "No",
591
- "Not required"
592
- ]
593
- }
594
- }
595
- }
596
- ]
597
916
  }
598
- }
917
+ },
918
+ "required": [
919
+ "yearCompleted",
920
+ "buildingRegApproval",
921
+ "planningPermission"
922
+ ]
599
923
  }
600
- ]
924
+ ],
925
+ "required": [
926
+ "yesNo"
927
+ ],
928
+ "properties": {
929
+ "yesNo": {
930
+ "ta6Ref": "4.1b1",
931
+ "enum": [
932
+ "Yes",
933
+ "No"
934
+ ]
935
+ }
936
+ }
601
937
  },
602
938
  "windowReplacementsSince2002": {
603
939
  "ta6Ref": "4.1c",
@@ -622,6 +958,10 @@
622
958
  "Yes"
623
959
  ]
624
960
  },
961
+ "yearCompleted": {
962
+ "ta6Ref": "4.1c2",
963
+ "title": "What year was the installation completed?"
964
+ },
625
965
  "buildingRegApproval": {
626
966
  "ta6Ref": "4.2",
627
967
  "title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
@@ -644,7 +984,10 @@
644
984
  "To follow"
645
985
  ]
646
986
  }
647
- }
987
+ },
988
+ "required": [
989
+ "attachments"
990
+ ]
648
991
  },
649
992
  {
650
993
  "properties": {
@@ -659,9 +1002,15 @@
659
1002
  "title": "Please outline the reasons why",
660
1003
  "description": "e.g. the work was exempt from Building Regulations"
661
1004
  }
662
- }
1005
+ },
1006
+ "required": [
1007
+ "details"
1008
+ ]
663
1009
  }
664
1010
  ],
1011
+ "required": [
1012
+ "yesNo"
1013
+ ],
665
1014
  "properties": {
666
1015
  "yesNo": {
667
1016
  "ta6Ref": "4.2.1",
@@ -695,7 +1044,10 @@
695
1044
  "To follow"
696
1045
  ]
697
1046
  }
698
- }
1047
+ },
1048
+ "required": [
1049
+ "attachments"
1050
+ ]
699
1051
  },
700
1052
  {
701
1053
  "properties": {
@@ -710,9 +1062,15 @@
710
1062
  "title": "Please outline the reasons why",
711
1063
  "description": "e.g. permitted development rights applied"
712
1064
  }
713
- }
1065
+ },
1066
+ "required": [
1067
+ "details"
1068
+ ]
714
1069
  }
715
1070
  ],
1071
+ "required": [
1072
+ "yesNo"
1073
+ ],
716
1074
  "properties": {
717
1075
  "yesNo": {
718
1076
  "ta6Ref": "4.2.1",
@@ -723,23 +1081,27 @@
723
1081
  ]
724
1082
  }
725
1083
  }
726
- },
727
- "listedBuildingConsent": {
728
- "oneOf": [
729
- null,
730
- {
731
- "properties": {
732
- "details": {
733
- "ta6Ref": "4.2.3",
734
- "title": "Please outline the reasons why"
735
- }
736
- }
737
- }
738
- ]
739
1084
  }
740
- }
1085
+ },
1086
+ "required": [
1087
+ "yearCompleted",
1088
+ "buildingRegApproval",
1089
+ "planningPermission"
1090
+ ]
741
1091
  }
742
- ]
1092
+ ],
1093
+ "required": [
1094
+ "yesNo"
1095
+ ],
1096
+ "properties": {
1097
+ "yesNo": {
1098
+ "ta6Ref": "4.1c1",
1099
+ "enum": [
1100
+ "Yes",
1101
+ "No"
1102
+ ]
1103
+ }
1104
+ }
743
1105
  },
744
1106
  "hasAddedConservatory": {
745
1107
  "ta6Ref": "4.1d",
@@ -764,6 +1126,10 @@
764
1126
  "Yes"
765
1127
  ]
766
1128
  },
1129
+ "yearCompleted": {
1130
+ "ta6Ref": "4.1d2",
1131
+ "title": "What year was the installation completed?"
1132
+ },
767
1133
  "buildingRegApproval": {
768
1134
  "ta6Ref": "4.2",
769
1135
  "title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
@@ -786,7 +1152,10 @@
786
1152
  "To follow"
787
1153
  ]
788
1154
  }
789
- }
1155
+ },
1156
+ "required": [
1157
+ "attachments"
1158
+ ]
790
1159
  },
791
1160
  {
792
1161
  "properties": {
@@ -801,9 +1170,15 @@
801
1170
  "title": "Please outline the reasons why",
802
1171
  "description": "e.g. the work was exempt from Building Regulations"
803
1172
  }
804
- }
1173
+ },
1174
+ "required": [
1175
+ "details"
1176
+ ]
805
1177
  }
806
1178
  ],
1179
+ "required": [
1180
+ "yesNo"
1181
+ ],
807
1182
  "properties": {
808
1183
  "yesNo": {
809
1184
  "ta6Ref": "4.2.1",
@@ -837,7 +1212,10 @@
837
1212
  "To follow"
838
1213
  ]
839
1214
  }
840
- }
1215
+ },
1216
+ "required": [
1217
+ "attachments"
1218
+ ]
841
1219
  },
842
1220
  {
843
1221
  "properties": {
@@ -852,9 +1230,15 @@
852
1230
  "title": "Please outline the reasons why",
853
1231
  "description": "e.g. permitted development rights applied"
854
1232
  }
855
- }
1233
+ },
1234
+ "required": [
1235
+ "details"
1236
+ ]
856
1237
  }
857
1238
  ],
1239
+ "required": [
1240
+ "yesNo"
1241
+ ],
858
1242
  "properties": {
859
1243
  "yesNo": {
860
1244
  "ta6Ref": "4.2.1",
@@ -865,66 +1249,27 @@
865
1249
  ]
866
1250
  }
867
1251
  }
868
- },
869
- "listedBuildingConsent": {
870
- "ta6Ref": "4.2",
871
- "title": "Was listed building consent obtained?",
872
- "discriminator": {
873
- "propertyName": "yesNo"
874
- },
875
- "oneOf": [
876
- {
877
- "properties": {
878
- "yesNo": {
879
- "enum": [
880
- "Yes"
881
- ]
882
- }
883
- }
884
- },
885
- {
886
- "properties": {
887
- "yesNo": {
888
- "enum": [
889
- "No",
890
- "Not required"
891
- ]
892
- }
893
- }
894
- }
895
- ]
896
- },
897
- "deedRestrictionConsent": {
898
- "ta6Ref": "4.2",
899
- "title": "Was any consent under a restriction in the deeds obtained? E.g. if your deeds require consent from someone else to alter or extend the property",
900
- "discriminator": {
901
- "propertyName": "yesNo"
902
- },
903
- "oneOf": [
904
- {
905
- "properties": {
906
- "yesNo": {
907
- "enum": [
908
- "Yes"
909
- ]
910
- }
911
- }
912
- },
913
- {
914
- "properties": {
915
- "yesNo": {
916
- "enum": [
917
- "No",
918
- "Not required"
919
- ]
920
- }
921
- }
922
- }
923
- ]
924
1252
  }
925
- }
1253
+ },
1254
+ "required": [
1255
+ "yearCompleted",
1256
+ "buildingRegApproval",
1257
+ "planningPermission"
1258
+ ]
926
1259
  }
927
- ]
1260
+ ],
1261
+ "required": [
1262
+ "yesNo"
1263
+ ],
1264
+ "properties": {
1265
+ "yesNo": {
1266
+ "ta6Ref": "4.1d1",
1267
+ "enum": [
1268
+ "Yes",
1269
+ "No"
1270
+ ]
1271
+ }
1272
+ }
928
1273
  },
929
1274
  "worksUnfinished": {
930
1275
  "ta6Ref": "4.3",
@@ -948,10 +1293,29 @@
948
1293
  "enum": [
949
1294
  "Yes"
950
1295
  ]
1296
+ },
1297
+ "details": {
1298
+ "ta6Ref": "4.3.2",
1299
+ "title": "Please provide details and explain why"
951
1300
  }
952
- }
1301
+ },
1302
+ "required": [
1303
+ "details"
1304
+ ]
953
1305
  }
954
- ]
1306
+ ],
1307
+ "required": [
1308
+ "yesNo"
1309
+ ],
1310
+ "properties": {
1311
+ "yesNo": {
1312
+ "ta6Ref": "4.3.1",
1313
+ "enum": [
1314
+ "Yes",
1315
+ "No"
1316
+ ]
1317
+ }
1318
+ }
955
1319
  },
956
1320
  "planningPermissionBreaches": {
957
1321
  "ta6Ref": "4.4",
@@ -975,10 +1339,29 @@
975
1339
  "enum": [
976
1340
  "Yes"
977
1341
  ]
1342
+ },
1343
+ "details": {
1344
+ "ta6Ref": "4.4.2",
1345
+ "title": "Please give details"
978
1346
  }
979
- }
1347
+ },
1348
+ "required": [
1349
+ "details"
1350
+ ]
980
1351
  }
981
- ]
1352
+ ],
1353
+ "required": [
1354
+ "yesNo"
1355
+ ],
1356
+ "properties": {
1357
+ "yesNo": {
1358
+ "ta6Ref": "4.4.1",
1359
+ "enum": [
1360
+ "Yes",
1361
+ "No"
1362
+ ]
1363
+ }
1364
+ }
982
1365
  },
983
1366
  "unresolvedPlanningIssues": {
984
1367
  "ta6Ref": "4.5",
@@ -1002,10 +1385,29 @@
1002
1385
  "enum": [
1003
1386
  "Yes"
1004
1387
  ]
1388
+ },
1389
+ "details": {
1390
+ "ta6Ref": "4.5.2",
1391
+ "title": "Please give details"
1005
1392
  }
1006
- }
1393
+ },
1394
+ "required": [
1395
+ "details"
1396
+ ]
1007
1397
  }
1008
- ]
1398
+ ],
1399
+ "required": [
1400
+ "yesNo"
1401
+ ],
1402
+ "properties": {
1403
+ "yesNo": {
1404
+ "ta6Ref": "4.5.1",
1405
+ "enum": [
1406
+ "Yes",
1407
+ "No"
1408
+ ]
1409
+ }
1410
+ }
1009
1411
  }
1010
1412
  }
1011
1413
  },
@@ -1013,9 +1415,18 @@
1013
1415
  "ta6Ref": "3",
1014
1416
  "title": "Notices which Affect the Property",
1015
1417
  "description": "Are you aware of, or have you received, any of the following notices?",
1418
+ "required": [
1419
+ "neighbourDevelopment",
1420
+ "planningApplication",
1421
+ "requiredMaintenance",
1422
+ "listedBuildingApplication",
1423
+ "infrastructureProject",
1424
+ "partyWallAct",
1425
+ "otherNotices"
1426
+ ],
1016
1427
  "properties": {
1017
1428
  "neighbourDevelopment": {
1018
- "ta6Ref": "3.1",
1429
+ "ta6Ref": "3.2",
1019
1430
  "title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
1020
1431
  "discriminator": {
1021
1432
  "propertyName": "yesNo"
@@ -1036,13 +1447,32 @@
1036
1447
  "enum": [
1037
1448
  "Yes"
1038
1449
  ]
1450
+ },
1451
+ "details": {
1452
+ "ta6Ref": "3.2.2",
1453
+ "title": "Details"
1039
1454
  }
1040
- }
1455
+ },
1456
+ "required": [
1457
+ "details"
1458
+ ]
1041
1459
  }
1042
- ]
1460
+ ],
1461
+ "required": [
1462
+ "yesNo"
1463
+ ],
1464
+ "properties": {
1465
+ "yesNo": {
1466
+ "ta6Ref": "3.2.1",
1467
+ "enum": [
1468
+ "Yes",
1469
+ "No"
1470
+ ]
1471
+ }
1472
+ }
1043
1473
  },
1044
1474
  "planningApplication": {
1045
- "ta6Ref": "3.2",
1475
+ "ta6Ref": "3.1",
1046
1476
  "title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
1047
1477
  "discriminator": {
1048
1478
  "propertyName": "yesNo"
@@ -1063,10 +1493,29 @@
1063
1493
  "enum": [
1064
1494
  "Yes"
1065
1495
  ]
1496
+ },
1497
+ "details": {
1498
+ "ta6Ref": "3.1.2",
1499
+ "title": "Details"
1066
1500
  }
1067
- }
1501
+ },
1502
+ "required": [
1503
+ "details"
1504
+ ]
1068
1505
  }
1069
- ]
1506
+ ],
1507
+ "required": [
1508
+ "yesNo"
1509
+ ],
1510
+ "properties": {
1511
+ "yesNo": {
1512
+ "ta6Ref": "3.1.1",
1513
+ "enum": [
1514
+ "Yes",
1515
+ "No"
1516
+ ]
1517
+ }
1518
+ }
1070
1519
  },
1071
1520
  "requiredMaintenance": {
1072
1521
  "ta6Ref": "3.1",
@@ -1090,10 +1539,29 @@
1090
1539
  "enum": [
1091
1540
  "Yes"
1092
1541
  ]
1542
+ },
1543
+ "details": {
1544
+ "ta6Ref": "3.1.2",
1545
+ "title": "Details"
1093
1546
  }
1094
- }
1547
+ },
1548
+ "required": [
1549
+ "details"
1550
+ ]
1095
1551
  }
1096
- ]
1552
+ ],
1553
+ "required": [
1554
+ "yesNo"
1555
+ ],
1556
+ "properties": {
1557
+ "yesNo": {
1558
+ "ta6Ref": "3.1.1",
1559
+ "enum": [
1560
+ "Yes",
1561
+ "No"
1562
+ ]
1563
+ }
1564
+ }
1097
1565
  },
1098
1566
  "listedBuildingApplication": {
1099
1567
  "ta6Ref": "3.1",
@@ -1117,10 +1585,29 @@
1117
1585
  "enum": [
1118
1586
  "Yes"
1119
1587
  ]
1588
+ },
1589
+ "details": {
1590
+ "ta6Ref": "3.1.2",
1591
+ "title": "Details"
1120
1592
  }
1121
- }
1593
+ },
1594
+ "required": [
1595
+ "details"
1596
+ ]
1122
1597
  }
1123
- ]
1598
+ ],
1599
+ "required": [
1600
+ "yesNo"
1601
+ ],
1602
+ "properties": {
1603
+ "yesNo": {
1604
+ "ta6Ref": "3.1.1",
1605
+ "enum": [
1606
+ "Yes",
1607
+ "No"
1608
+ ]
1609
+ }
1610
+ }
1124
1611
  },
1125
1612
  "infrastructureProject": {
1126
1613
  "ta6Ref": "3.1",
@@ -1144,10 +1631,29 @@
1144
1631
  "enum": [
1145
1632
  "Yes"
1146
1633
  ]
1634
+ },
1635
+ "details": {
1636
+ "ta6Ref": "3.1.2",
1637
+ "title": "Details"
1147
1638
  }
1148
- }
1639
+ },
1640
+ "required": [
1641
+ "details"
1642
+ ]
1149
1643
  }
1150
- ]
1644
+ ],
1645
+ "required": [
1646
+ "yesNo"
1647
+ ],
1648
+ "properties": {
1649
+ "yesNo": {
1650
+ "ta6Ref": "3.1.1",
1651
+ "enum": [
1652
+ "Yes",
1653
+ "No"
1654
+ ]
1655
+ }
1656
+ }
1151
1657
  },
1152
1658
  "partyWallAct": {
1153
1659
  "ta6Ref": "1.6",
@@ -1171,10 +1677,29 @@
1171
1677
  "enum": [
1172
1678
  "Yes"
1173
1679
  ]
1680
+ },
1681
+ "details": {
1682
+ "ta6Ref": "1.6.2",
1683
+ "title": "Details"
1174
1684
  }
1175
- }
1685
+ },
1686
+ "required": [
1687
+ "details"
1688
+ ]
1176
1689
  }
1177
- ]
1690
+ ],
1691
+ "required": [
1692
+ "yesNo"
1693
+ ],
1694
+ "properties": {
1695
+ "yesNo": {
1696
+ "ta6Ref": "1.6.1",
1697
+ "enum": [
1698
+ "Yes",
1699
+ "No"
1700
+ ]
1701
+ }
1702
+ }
1178
1703
  },
1179
1704
  "otherNotices": {
1180
1705
  "ta6Ref": "3.1",
@@ -1198,14 +1723,36 @@
1198
1723
  "enum": [
1199
1724
  "Yes"
1200
1725
  ]
1726
+ },
1727
+ "details": {
1728
+ "ta6Ref": "3.1.2",
1729
+ "title": "Details"
1201
1730
  }
1202
- }
1203
- }
1204
- ]
1731
+ },
1732
+ "required": [
1733
+ "details"
1734
+ ]
1735
+ }
1736
+ ],
1737
+ "required": [
1738
+ "yesNo"
1739
+ ],
1740
+ "properties": {
1741
+ "yesNo": {
1742
+ "ta6Ref": "3.1.1",
1743
+ "enum": [
1744
+ "Yes",
1745
+ "No"
1746
+ ]
1747
+ }
1748
+ }
1205
1749
  }
1206
1750
  }
1207
1751
  },
1208
1752
  "specialistIssues": {
1753
+ "required": [
1754
+ "japaneseKnotweed"
1755
+ ],
1209
1756
  "properties": {
1210
1757
  "japaneseKnotweed": {
1211
1758
  "ta6Ref": "7.8",
@@ -1229,10 +1776,38 @@
1229
1776
  "enum": [
1230
1777
  "Yes"
1231
1778
  ]
1779
+ },
1780
+ "details": {
1781
+ "ta6Ref": "7.8.2",
1782
+ "title": "Please provide details,state whether there is a management plan in place and attach a copy"
1783
+ },
1784
+ "attachments": {
1785
+ "ta6Ref": "7.8.3",
1786
+ "title": "Attachments",
1787
+ "enum": [
1788
+ "Attached",
1789
+ "To follow"
1790
+ ]
1232
1791
  }
1233
- }
1792
+ },
1793
+ "required": [
1794
+ "details",
1795
+ "attachments"
1796
+ ]
1234
1797
  }
1235
- ]
1798
+ ],
1799
+ "required": [
1800
+ "yesNo"
1801
+ ],
1802
+ "properties": {
1803
+ "yesNo": {
1804
+ "ta6Ref": "7.8.1",
1805
+ "enum": [
1806
+ "Yes",
1807
+ "No"
1808
+ ]
1809
+ }
1810
+ }
1236
1811
  }
1237
1812
  }
1238
1813
  },
@@ -1240,6 +1815,12 @@
1240
1815
  "ta6Ref": "13",
1241
1816
  "title": "Connected utilities",
1242
1817
  "description": "Please indicate which utilities are are connected to the property.",
1818
+ "required": [
1819
+ "mainsElectricity",
1820
+ "mainsGas",
1821
+ "telephone",
1822
+ "cableSatelliteTV"
1823
+ ],
1243
1824
  "properties": {
1244
1825
  "mainsElectricity": {
1245
1826
  "ta6Ref": "13.1",
@@ -1263,8 +1844,15 @@
1263
1844
  "enum": [
1264
1845
  "Yes"
1265
1846
  ]
1847
+ },
1848
+ "supplier": {
1849
+ "ta6Ref": "13.2.1",
1850
+ "title": "Supplier"
1266
1851
  }
1267
- }
1852
+ },
1853
+ "required": [
1854
+ "supplier"
1855
+ ]
1268
1856
  },
1269
1857
  {
1270
1858
  "properties": {
@@ -1272,10 +1860,27 @@
1272
1860
  "enum": [
1273
1861
  "To be connected"
1274
1862
  ]
1863
+ },
1864
+ "supplier": {
1865
+ "ta6Ref": "13.1.2",
1866
+ "title": "Supplier"
1275
1867
  }
1276
1868
  }
1277
1869
  }
1278
- ]
1870
+ ],
1871
+ "required": [
1872
+ "yesNo"
1873
+ ],
1874
+ "properties": {
1875
+ "yesNo": {
1876
+ "ta6Ref": "13.1.1",
1877
+ "enum": [
1878
+ "Yes",
1879
+ "To be connected",
1880
+ "No"
1881
+ ]
1882
+ }
1883
+ }
1279
1884
  },
1280
1885
  "mainsGas": {
1281
1886
  "ta6Ref": "13.2",
@@ -1299,8 +1904,15 @@
1299
1904
  "enum": [
1300
1905
  "Yes"
1301
1906
  ]
1907
+ },
1908
+ "supplier": {
1909
+ "ta6Ref": "13.2.1",
1910
+ "title": "Supplier"
1302
1911
  }
1303
- }
1912
+ },
1913
+ "required": [
1914
+ "supplier"
1915
+ ]
1304
1916
  },
1305
1917
  {
1306
1918
  "properties": {
@@ -1311,7 +1923,20 @@
1311
1923
  }
1312
1924
  }
1313
1925
  }
1314
- ]
1926
+ ],
1927
+ "required": [
1928
+ "yesNo"
1929
+ ],
1930
+ "properties": {
1931
+ "yesNo": {
1932
+ "ta6Ref": "13.2.1",
1933
+ "enum": [
1934
+ "Yes",
1935
+ "To be connected",
1936
+ "No"
1937
+ ]
1938
+ }
1939
+ }
1315
1940
  },
1316
1941
  "telephone": {
1317
1942
  "ta6Ref": "13.5",
@@ -1335,8 +1960,15 @@
1335
1960
  "enum": [
1336
1961
  "Yes"
1337
1962
  ]
1963
+ },
1964
+ "supplier": {
1965
+ "ta6Ref": "13.2",
1966
+ "title": "Supplier"
1338
1967
  }
1339
- }
1968
+ },
1969
+ "required": [
1970
+ "supplier"
1971
+ ]
1340
1972
  },
1341
1973
  {
1342
1974
  "properties": {
@@ -1347,7 +1979,20 @@
1347
1979
  }
1348
1980
  }
1349
1981
  }
1350
- ]
1982
+ ],
1983
+ "required": [
1984
+ "yesNo"
1985
+ ],
1986
+ "properties": {
1987
+ "yesNo": {
1988
+ "ta6Ref": "13.5.1",
1989
+ "enum": [
1990
+ "Yes",
1991
+ "To be connected",
1992
+ "No"
1993
+ ]
1994
+ }
1995
+ }
1351
1996
  },
1352
1997
  "cableSatelliteTV": {
1353
1998
  "ta6Ref": "13.6",
@@ -1371,8 +2016,15 @@
1371
2016
  "enum": [
1372
2017
  "Yes"
1373
2018
  ]
2019
+ },
2020
+ "supplier": {
2021
+ "ta6Ref": "13.6.2",
2022
+ "title": "Supplier"
1374
2023
  }
1375
- }
2024
+ },
2025
+ "required": [
2026
+ "supplier"
2027
+ ]
1376
2028
  },
1377
2029
  {
1378
2030
  "properties": {
@@ -1383,43 +2035,20 @@
1383
2035
  }
1384
2036
  }
1385
2037
  }
1386
- ]
1387
- },
1388
- "solarPanels": {
1389
- "ta6Ref": "4.6",
1390
- "title": "Solar or photovoltaic panels",
1391
- "discriminator": {
1392
- "propertyName": "yesNo"
1393
- },
1394
- "oneOf": [
1395
- {
1396
- "properties": {
1397
- "yesNo": {
1398
- "enum": [
1399
- "No"
1400
- ]
1401
- }
1402
- }
1403
- },
1404
- {
1405
- "properties": {
1406
- "yesNo": {
1407
- "enum": [
1408
- "Yes"
1409
- ]
1410
- }
1411
- }
1412
- },
1413
- {
1414
- "properties": {
1415
- "yesNo": {
1416
- "enum": [
1417
- "To be connected"
1418
- ]
1419
- }
1420
- }
2038
+ ],
2039
+ "required": [
2040
+ "yesNo"
2041
+ ],
2042
+ "properties": {
2043
+ "yesNo": {
2044
+ "ta6Ref": "13.6.1",
2045
+ "enum": [
2046
+ "Yes",
2047
+ "To be connected",
2048
+ "No"
2049
+ ]
1421
2050
  }
1422
- ]
2051
+ }
1423
2052
  }
1424
2053
  }
1425
2054
  },
@@ -1427,8 +2056,17 @@
1427
2056
  "ta6Ref": "13",
1428
2057
  "title": "Water and Drainage",
1429
2058
  "description": "Please describe the water and drainage services that are connected to the property.",
2059
+ "required": [
2060
+ "water",
2061
+ "drainage"
2062
+ ],
1430
2063
  "properties": {
1431
2064
  "water": {
2065
+ "ta6Ref": "13",
2066
+ "title": "Water",
2067
+ "required": [
2068
+ "mainsWater"
2069
+ ],
1432
2070
  "properties": {
1433
2071
  "mainsWater": {
1434
2072
  "ta6Ref": "13.3",
@@ -1452,8 +2090,15 @@
1452
2090
  "enum": [
1453
2091
  "Yes"
1454
2092
  ]
2093
+ },
2094
+ "supplier": {
2095
+ "ta6Ref": "13.3.2",
2096
+ "title": "Supplier"
1455
2097
  }
1456
- }
2098
+ },
2099
+ "required": [
2100
+ "supplier"
2101
+ ]
1457
2102
  },
1458
2103
  {
1459
2104
  "properties": {
@@ -1464,11 +2109,28 @@
1464
2109
  }
1465
2110
  }
1466
2111
  }
1467
- ]
2112
+ ],
2113
+ "required": [
2114
+ "yesNo"
2115
+ ],
2116
+ "properties": {
2117
+ "yesNo": {
2118
+ "ta6Ref": "13.3.1",
2119
+ "enum": [
2120
+ "Yes",
2121
+ "To be connected",
2122
+ "No"
2123
+ ]
2124
+ }
2125
+ }
1468
2126
  }
1469
2127
  }
1470
2128
  },
1471
2129
  "drainage": {
2130
+ "required": [
2131
+ "mainsSurfaceWaterDrainage",
2132
+ "mainsFoulDrainage"
2133
+ ],
1472
2134
  "properties": {
1473
2135
  "mainsSurfaceWaterDrainage": {
1474
2136
  "ta6Ref": "12.4b",
@@ -1504,7 +2166,20 @@
1504
2166
  }
1505
2167
  }
1506
2168
  }
1507
- ]
2169
+ ],
2170
+ "required": [
2171
+ "yesNo"
2172
+ ],
2173
+ "properties": {
2174
+ "yesNo": {
2175
+ "ta6Ref": "12.4b1",
2176
+ "enum": [
2177
+ "Yes",
2178
+ "To be connected",
2179
+ "No"
2180
+ ]
2181
+ }
2182
+ }
1508
2183
  },
1509
2184
  "mainsFoulDrainage": {
1510
2185
  "ta6Ref": "12.4a",
@@ -1562,16 +2237,32 @@
1562
2237
  ]
1563
2238
  },
1564
2239
  "dateReplaced": {
1565
- "ta6Ref": "12.5.1",
2240
+ "ta6Ref": "12.5a2",
1566
2241
  "title": "Date replaced or upgraded"
1567
2242
  },
1568
2243
  "dateLastEmptied": {
1569
2244
  "ta6Ref": "12.7",
1570
2245
  "title": "Date last emptied"
1571
2246
  }
1572
- }
2247
+ },
2248
+ "required": [
2249
+ "dateReplaced",
2250
+ "dateLastEmptied"
2251
+ ]
1573
2252
  }
1574
- ]
2253
+ ],
2254
+ "required": [
2255
+ "yesNo"
2256
+ ],
2257
+ "properties": {
2258
+ "yesNo": {
2259
+ "ta6Ref": "12.5a1",
2260
+ "enum": [
2261
+ "Yes",
2262
+ "No"
2263
+ ]
2264
+ }
2265
+ }
1575
2266
  },
1576
2267
  "cesspit": {
1577
2268
  "ta6Ref": "12.5b",
@@ -1595,13 +2286,23 @@
1595
2286
  "enum": [
1596
2287
  "Yes"
1597
2288
  ]
2289
+ },
2290
+ "dateLastEmptied": {
2291
+ "ta6Ref": "12.7",
2292
+ "title": "Date last emptied"
1598
2293
  }
1599
- }
2294
+ },
2295
+ "required": [
2296
+ "dateLastEmptied"
2297
+ ]
1600
2298
  }
2299
+ ],
2300
+ "required": [
2301
+ "yesNo"
1601
2302
  ]
1602
2303
  },
1603
2304
  "sewerageTreatmentPlant": {
1604
- "ta6Ref": "12.5a",
2305
+ "ta6Ref": "12.8",
1605
2306
  "title": "Sewerage treatment plant",
1606
2307
  "discriminator": {
1607
2308
  "propertyName": "yesNo"
@@ -1628,12 +2329,28 @@
1628
2329
  "title": "Date installed"
1629
2330
  },
1630
2331
  "dateLastServiced": {
1631
- "ta6Ref": "12.8",
2332
+ "ta6Ref": "12.8.2",
1632
2333
  "title": "Date last serviced"
1633
2334
  }
1634
- }
2335
+ },
2336
+ "required": [
2337
+ "dateInstalled",
2338
+ "dateLastServiced"
2339
+ ]
1635
2340
  }
1636
- ]
2341
+ ],
2342
+ "required": [
2343
+ "yesNo"
2344
+ ],
2345
+ "properties": {
2346
+ "yesNo": {
2347
+ "ta6Ref": "12.8.1",
2348
+ "enum": [
2349
+ "Yes",
2350
+ "No"
2351
+ ]
2352
+ }
2353
+ }
1637
2354
  },
1638
2355
  "otherConnectedProperties": {
1639
2356
  "ta6Ref": "12.6",
@@ -1659,12 +2376,27 @@
1659
2376
  ]
1660
2377
  },
1661
2378
  "numberOfPropertiesSharing": {
1662
- "ta6Ref": "A7.1.1.2",
2379
+ "ta6Ref": "12.6.2",
1663
2380
  "title": "How many other properties?"
1664
2381
  }
1665
- }
2382
+ },
2383
+ "required": [
2384
+ "numberOfPropertiesSharing"
2385
+ ]
1666
2386
  }
1667
- ]
2387
+ ],
2388
+ "required": [
2389
+ "yesNo"
2390
+ ],
2391
+ "properties": {
2392
+ "yesNo": {
2393
+ "ta6Ref": "12.6.1",
2394
+ "enum": [
2395
+ "Yes",
2396
+ "No"
2397
+ ]
2398
+ }
2399
+ }
1668
2400
  },
1669
2401
  "plantOnOtherLand": {
1670
2402
  "ta6Ref": "12.10",
@@ -1690,19 +2422,44 @@
1690
2422
  ]
1691
2423
  },
1692
2424
  "attachments": {
1693
- "ta6Ref": "12.10.1",
2425
+ "ta6Ref": "12.10.2",
1694
2426
  "title": "Please supply a plan showing the location of the system and how access is obtained.",
1695
2427
  "enum": [
1696
2428
  "Attached",
1697
2429
  "To follow"
1698
2430
  ]
1699
2431
  }
1700
- }
2432
+ },
2433
+ "required": [
2434
+ "attachments"
2435
+ ]
1701
2436
  }
1702
- ]
2437
+ ],
2438
+ "required": [
2439
+ "yesNo"
2440
+ ],
2441
+ "properties": {
2442
+ "yesNo": {
2443
+ "ta6Ref": "12.10.1",
2444
+ "enum": [
2445
+ "Yes",
2446
+ "No"
2447
+ ]
2448
+ }
2449
+ }
1703
2450
  }
1704
- }
2451
+ },
2452
+ "required": [
2453
+ "septicTank",
2454
+ "cesspit",
2455
+ "sewerageTreatmentPlant",
2456
+ "otherConnectedProperties",
2457
+ "plantOnOtherLand"
2458
+ ]
1705
2459
  }
2460
+ ],
2461
+ "required": [
2462
+ "yesNo"
1706
2463
  ]
1707
2464
  }
1708
2465
  }
@@ -1710,28 +2467,82 @@
1710
2467
  }
1711
2468
  },
1712
2469
  "centralHeating": {
1713
- "properties": {
1714
- "hasCentralHeating": {
1715
- "ta6Ref": "12.3",
1716
- "title": "Is there full/partial central heating in your property?",
1717
- "enum": [
1718
- "Yes",
1719
- "No"
1720
- ]
1721
- }
2470
+ "ta6Ref": "12.3",
2471
+ "title": "Central Heating",
2472
+ "discriminator": {
2473
+ "propertyName": "hasCentralHeating"
1722
2474
  },
1723
2475
  "oneOf": [
1724
- null,
1725
2476
  {
1726
2477
  "properties": {
2478
+ "hasCentralHeating": {
2479
+ "enum": [
2480
+ "No"
2481
+ ]
2482
+ }
2483
+ }
2484
+ },
2485
+ {
2486
+ "properties": {
2487
+ "hasCentralHeating": {
2488
+ "enum": [
2489
+ "Yes"
2490
+ ]
2491
+ },
1727
2492
  "centralHeatingDetails": {
1728
- "ta6Ref": "12.3",
2493
+ "ta6Ref": "12.3.2",
1729
2494
  "title": "Central Heating Details",
2495
+ "required": [
2496
+ "centralHeatingFuel",
2497
+ "centralHeatingInstalled",
2498
+ "boilerInstallationCertificate",
2499
+ "heatingLastServicedDate",
2500
+ "heatingLastServicedReport",
2501
+ "heatingInGoodWorkingOrder"
2502
+ ],
1730
2503
  "properties": {
1731
2504
  "centralHeatingFuel": {
2505
+ "ta6Ref": "12.3.3",
2506
+ "title": "Central Heating Fuel",
2507
+ "discriminator": {
2508
+ "propertyName": "centralHeatingFuelType"
2509
+ },
2510
+ "oneOf": [
2511
+ {
2512
+ "properties": {
2513
+ "centralHeatingFuelType": {
2514
+ "enum": [
2515
+ "Gas",
2516
+ "Electricity",
2517
+ "Oil",
2518
+ "LPG"
2519
+ ]
2520
+ }
2521
+ }
2522
+ },
2523
+ {
2524
+ "properties": {
2525
+ "centralHeatingFuelType": {
2526
+ "enum": [
2527
+ "Other"
2528
+ ]
2529
+ },
2530
+ "otherCentralHeatingFuelType": {
2531
+ "ta6Ref": "12.3a2",
2532
+ "title": "Please describe the other fuel type"
2533
+ }
2534
+ },
2535
+ "required": [
2536
+ "otherCentralHeatingFuelType"
2537
+ ]
2538
+ }
2539
+ ],
2540
+ "required": [
2541
+ "centralHeatingFuelType"
2542
+ ],
1732
2543
  "properties": {
1733
2544
  "centralHeatingFuelType": {
1734
- "ta6Ref": "12.3a",
2545
+ "ta6Ref": "12.3a1",
1735
2546
  "title": "What type of fuel does the system run on?",
1736
2547
  "enum": [
1737
2548
  "Gas",
@@ -1741,18 +2552,7 @@
1741
2552
  "Other"
1742
2553
  ]
1743
2554
  }
1744
- },
1745
- "oneOf": [
1746
- null,
1747
- {
1748
- "properties": {
1749
- "otherCentralHeatingFuelType": {
1750
- "ta6Ref": "12.3a",
1751
- "title": "Please describe the other fuel type"
1752
- }
1753
- }
1754
- }
1755
- ]
2555
+ }
1756
2556
  },
1757
2557
  "centralHeatingInstalled": {
1758
2558
  "ta6Ref": "12.3b",
@@ -1780,15 +2580,47 @@
1780
2580
  "enum": [
1781
2581
  "Yes"
1782
2582
  ]
2583
+ },
2584
+ "attachments": {
2585
+ "ta6Ref": "12.3b2",
2586
+ "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",
2587
+ "enum": [
2588
+ "Attached",
2589
+ "To follow"
2590
+ ]
1783
2591
  }
1784
- }
2592
+ },
2593
+ "required": [
2594
+ "attachments"
2595
+ ]
1785
2596
  }
1786
- ]
2597
+ ],
2598
+ "required": [
2599
+ "yesNo"
2600
+ ],
2601
+ "properties": {
2602
+ "yesNo": {
2603
+ "ta6Ref": "12.3b1",
2604
+ "enum": [
2605
+ "Yes",
2606
+ "No"
2607
+ ]
2608
+ }
2609
+ }
1787
2610
  },
1788
2611
  "heatingLastServicedDate": {
1789
- "ta6Ref": "12.3d",
2612
+ "ta6Ref": "12.3d1",
1790
2613
  "title": "When was the heating system last serviced or maintained?"
1791
2614
  },
2615
+ "heatingLastServicedReport": {
2616
+ "ta6Ref": "12.3d2",
2617
+ "title": "Please provide a copy of the service or maintenance works report.",
2618
+ "enum": [
2619
+ "Attached",
2620
+ "To follow",
2621
+ "Not applicable"
2622
+ ]
2623
+ },
1792
2624
  "heatingInGoodWorkingOrder": {
1793
2625
  "ta6Ref": "12.3c",
1794
2626
  "title": "Is the heating system in good working order to your satisfaction?",
@@ -1814,13 +2646,41 @@
1814
2646
  }
1815
2647
  }
1816
2648
  }
1817
- ]
2649
+ ],
2650
+ "required": [
2651
+ "yesNo"
2652
+ ],
2653
+ "properties": {
2654
+ "yesNo": {
2655
+ "ta6Ref": "12.3c1",
2656
+ "enum": [
2657
+ "Yes",
2658
+ "No"
2659
+ ]
2660
+ }
2661
+ }
1818
2662
  }
1819
2663
  }
1820
2664
  }
1821
- }
2665
+ },
2666
+ "required": [
2667
+ "centralHeatingDetails"
2668
+ ]
2669
+ }
2670
+ ],
2671
+ "required": [
2672
+ "hasCentralHeating"
2673
+ ],
2674
+ "properties": {
2675
+ "hasCentralHeating": {
2676
+ "ta6Ref": "12.3.1",
2677
+ "title": "Is there full/partial central heating in your property?",
2678
+ "enum": [
2679
+ "Yes",
2680
+ "No"
2681
+ ]
1822
2682
  }
1823
- ]
2683
+ }
1824
2684
  },
1825
2685
  "insurance": {
1826
2686
  "ta6Ref": "6",
@@ -1835,8 +2695,25 @@
1835
2695
  "enum": [
1836
2696
  "No"
1837
2697
  ]
2698
+ },
2699
+ "details": {
2700
+ "ta6Ref": "6.2",
2701
+ "title": "Why not?"
2702
+ },
2703
+ "landlordInsuresIfFlat": {
2704
+ "ta6Ref": "6.3",
2705
+ "title": "If the property is a flat, does the landlord insure the building?",
2706
+ "enum": [
2707
+ "Yes",
2708
+ "No",
2709
+ "Not applicable"
2710
+ ]
1838
2711
  }
1839
- }
2712
+ },
2713
+ "required": [
2714
+ "details",
2715
+ "landlordInsuresIfFlat"
2716
+ ]
1840
2717
  },
1841
2718
  {
1842
2719
  "properties": {
@@ -1848,30 +2725,198 @@
1848
2725
  "difficultiesObtainingInsurance": {
1849
2726
  "ta6Ref": "6.4",
1850
2727
  "title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
1851
- "description": "(e.g. high premiums, excess over £1,500, special conditions etc)",
1852
- "discriminator": {
1853
- "propertyName": "yesNo"
1854
- },
1855
- "oneOf": [
1856
- {
2728
+ "required": [
2729
+ "abnormalRiseInPremiums",
2730
+ "subjectToHighExcesses",
2731
+ "subjectToUnusualConditions",
2732
+ "refused"
2733
+ ],
2734
+ "properties": {
2735
+ "abnormalRiseInPremiums": {
2736
+ "ta6Ref": "6.4a",
2737
+ "title": "Subject to abnormal rise in premiums?",
2738
+ "discriminator": {
2739
+ "propertyName": "yesNo"
2740
+ },
2741
+ "oneOf": [
2742
+ {
2743
+ "properties": {
2744
+ "yesNo": {
2745
+ "enum": [
2746
+ "No"
2747
+ ]
2748
+ }
2749
+ }
2750
+ },
2751
+ {
2752
+ "properties": {
2753
+ "yesNo": {
2754
+ "enum": [
2755
+ "Yes"
2756
+ ]
2757
+ },
2758
+ "details": {
2759
+ "ta6Ref": "6.4.a2",
2760
+ "title": "Provide details"
2761
+ }
2762
+ },
2763
+ "required": [
2764
+ "details"
2765
+ ]
2766
+ }
2767
+ ],
2768
+ "required": [
2769
+ "yesNo"
2770
+ ],
1857
2771
  "properties": {
1858
2772
  "yesNo": {
2773
+ "ta6Ref": "6.4.a1",
1859
2774
  "enum": [
2775
+ "Yes",
1860
2776
  "No"
1861
2777
  ]
1862
2778
  }
1863
2779
  }
1864
2780
  },
1865
- {
2781
+ "subjectToHighExcesses": {
2782
+ "ta6Ref": "6.4b",
2783
+ "title": "Subject to high excesses?",
2784
+ "discriminator": {
2785
+ "propertyName": "yesNo"
2786
+ },
2787
+ "oneOf": [
2788
+ {
2789
+ "properties": {
2790
+ "yesNo": {
2791
+ "enum": [
2792
+ "No"
2793
+ ]
2794
+ }
2795
+ }
2796
+ },
2797
+ {
2798
+ "properties": {
2799
+ "yesNo": {
2800
+ "enum": [
2801
+ "Yes"
2802
+ ]
2803
+ },
2804
+ "details": {
2805
+ "ta6Ref": "6.4.b2",
2806
+ "title": "Provide details"
2807
+ }
2808
+ },
2809
+ "required": [
2810
+ "details"
2811
+ ]
2812
+ }
2813
+ ],
2814
+ "required": [
2815
+ "yesNo"
2816
+ ],
1866
2817
  "properties": {
1867
2818
  "yesNo": {
2819
+ "ta6Ref": "6.4.b1",
1868
2820
  "enum": [
1869
- "Yes"
2821
+ "Yes",
2822
+ "No"
2823
+ ]
2824
+ }
2825
+ }
2826
+ },
2827
+ "subjectToUnusualConditions": {
2828
+ "ta6Ref": "6.4a",
2829
+ "title": "Subject to unusual conditions?",
2830
+ "discriminator": {
2831
+ "propertyName": "yesNo"
2832
+ },
2833
+ "oneOf": [
2834
+ {
2835
+ "properties": {
2836
+ "yesNo": {
2837
+ "enum": [
2838
+ "No"
2839
+ ]
2840
+ }
2841
+ }
2842
+ },
2843
+ {
2844
+ "properties": {
2845
+ "yesNo": {
2846
+ "enum": [
2847
+ "Yes"
2848
+ ]
2849
+ },
2850
+ "details": {
2851
+ "ta6Ref": "6.4.a2",
2852
+ "title": "Provide details"
2853
+ }
2854
+ },
2855
+ "required": [
2856
+ "details"
2857
+ ]
2858
+ }
2859
+ ],
2860
+ "required": [
2861
+ "yesNo"
2862
+ ],
2863
+ "properties": {
2864
+ "yesNo": {
2865
+ "ta6Ref": "6.4.a1",
2866
+ "enum": [
2867
+ "Yes",
2868
+ "No"
2869
+ ]
2870
+ }
2871
+ }
2872
+ },
2873
+ "refused": {
2874
+ "ta6Ref": "6.4a",
2875
+ "title": "Refused?",
2876
+ "discriminator": {
2877
+ "propertyName": "yesNo"
2878
+ },
2879
+ "oneOf": [
2880
+ {
2881
+ "properties": {
2882
+ "yesNo": {
2883
+ "enum": [
2884
+ "No"
2885
+ ]
2886
+ }
2887
+ }
2888
+ },
2889
+ {
2890
+ "properties": {
2891
+ "yesNo": {
2892
+ "enum": [
2893
+ "Yes"
2894
+ ]
2895
+ },
2896
+ "details": {
2897
+ "ta6Ref": "6.4.a2",
2898
+ "title": "Provide details"
2899
+ }
2900
+ },
2901
+ "required": [
2902
+ "details"
2903
+ ]
2904
+ }
2905
+ ],
2906
+ "required": [
2907
+ "yesNo"
2908
+ ],
2909
+ "properties": {
2910
+ "yesNo": {
2911
+ "ta6Ref": "6.4.a1",
2912
+ "enum": [
2913
+ "Yes",
2914
+ "No"
1870
2915
  ]
1871
2916
  }
1872
2917
  }
1873
2918
  }
1874
- ]
2919
+ }
1875
2920
  },
1876
2921
  "insuranceClaims": {
1877
2922
  "ta6Ref": "6.5",
@@ -1895,14 +2940,40 @@
1895
2940
  "enum": [
1896
2941
  "Yes"
1897
2942
  ]
2943
+ },
2944
+ "details": {
2945
+ "ta6Ref": "6.5.2",
2946
+ "title": "Provide details"
1898
2947
  }
1899
- }
2948
+ },
2949
+ "required": [
2950
+ "details"
2951
+ ]
1900
2952
  }
1901
- ]
2953
+ ],
2954
+ "required": [
2955
+ "yesNo"
2956
+ ],
2957
+ "properties": {
2958
+ "yesNo": {
2959
+ "ta6Ref": "6.5.1",
2960
+ "enum": [
2961
+ "Yes",
2962
+ "No"
2963
+ ]
2964
+ }
2965
+ }
1902
2966
  }
1903
- }
2967
+ },
2968
+ "required": [
2969
+ "difficultiesObtainingInsurance",
2970
+ "insuranceClaims"
2971
+ ]
1904
2972
  }
1905
2973
  ],
2974
+ "required": [
2975
+ "isInsured"
2976
+ ],
1906
2977
  "properties": {
1907
2978
  "isInsured": {
1908
2979
  "ta6Ref": "6.1",
@@ -1914,14 +2985,15 @@
1914
2985
  }
1915
2986
  }
1916
2987
  },
1917
- "boundaries": {
1918
- "ta6Ref": "1",
1919
- "title": "Boundaries",
1920
- "description": "You will need to check your title to answer these questions. If you do not have a copy, for a small fee to HM Land Registry, you can download both the title register and the title plan of the property at https://www.gov.uk/search-property-information-land-registry."
1921
- },
1922
2988
  "rightsAndInformalArrangements": {
1923
2989
  "ta6Ref": "8",
1924
2990
  "title": "Rights and Informal Arrangements",
2991
+ "required": [
2992
+ "sharedContributions",
2993
+ "neighbouringLandRights",
2994
+ "accessRestrictionAttempts",
2995
+ "rightsOrArrangements"
2996
+ ],
1925
2997
  "properties": {
1926
2998
  "sharedContributions": {
1927
2999
  "ta6Ref": "8.1",
@@ -1945,10 +3017,29 @@
1945
3017
  "enum": [
1946
3018
  "Yes"
1947
3019
  ]
3020
+ },
3021
+ "details": {
3022
+ "ta6Ref": "8.1.2",
3023
+ "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"
1948
3024
  }
1949
- }
3025
+ },
3026
+ "required": [
3027
+ "details"
3028
+ ]
1950
3029
  }
1951
- ]
3030
+ ],
3031
+ "required": [
3032
+ "yesNo"
3033
+ ],
3034
+ "properties": {
3035
+ "yesNo": {
3036
+ "ta6Ref": "8.1.1",
3037
+ "enum": [
3038
+ "Yes",
3039
+ "No"
3040
+ ]
3041
+ }
3042
+ }
1952
3043
  },
1953
3044
  "neighbouringLandRights": {
1954
3045
  "ta6Ref": "8.2",
@@ -1972,10 +3063,29 @@
1972
3063
  "enum": [
1973
3064
  "Yes"
1974
3065
  ]
3066
+ },
3067
+ "details": {
3068
+ "ta6Ref": "8.2.1",
3069
+ "title": "Please give details and provide a plan showing the route of the access, parking etc"
1975
3070
  }
1976
- }
3071
+ },
3072
+ "required": [
3073
+ "details"
3074
+ ]
1977
3075
  }
1978
- ]
3076
+ ],
3077
+ "required": [
3078
+ "yesNo"
3079
+ ],
3080
+ "properties": {
3081
+ "yesNo": {
3082
+ "ta6Ref": "8.2.1",
3083
+ "enum": [
3084
+ "Yes",
3085
+ "No"
3086
+ ]
3087
+ }
3088
+ }
1979
3089
  },
1980
3090
  "accessRestrictionAttempts": {
1981
3091
  "ta6Ref": "8.3",
@@ -1999,14 +3109,41 @@
1999
3109
  "enum": [
2000
3110
  "Yes"
2001
3111
  ]
3112
+ },
3113
+ "details": {
3114
+ "ta6Ref": "8.3.2",
3115
+ "title": "Details"
2002
3116
  }
2003
- }
3117
+ },
3118
+ "required": [
3119
+ "details"
3120
+ ]
2004
3121
  }
2005
- ]
2006
- },
2007
- "rightsOrArrangements": {
2008
- "ta6Ref": "8.4",
2009
- "title": "Do you know if any of the following rights or arrangements affect the property?",
3122
+ ],
3123
+ "required": [
3124
+ "yesNo"
3125
+ ],
3126
+ "properties": {
3127
+ "yesNo": {
3128
+ "ta6Ref": "8.3.1",
3129
+ "enum": [
3130
+ "Yes",
3131
+ "No"
3132
+ ]
3133
+ }
3134
+ }
3135
+ },
3136
+ "rightsOrArrangements": {
3137
+ "ta6Ref": "8.4",
3138
+ "title": "Do you know if any of the following rights or arrangements affect the property?",
3139
+ "required": [
3140
+ "publicRightOfWay",
3141
+ "rightsOfLightOrSupport",
3142
+ "rightsCreatedThroughCustom",
3143
+ "minesAndMinerals",
3144
+ "churchChancel",
3145
+ "otherRights"
3146
+ ],
2010
3147
  "properties": {
2011
3148
  "publicRightOfWay": {
2012
3149
  "ta6Ref": "8.6",
@@ -2030,10 +3167,29 @@
2030
3167
  "enum": [
2031
3168
  "Yes"
2032
3169
  ]
3170
+ },
3171
+ "details": {
3172
+ "ta6Ref": "8.6.2",
3173
+ "title": "Please provide details and mark the route on a plan of the property"
2033
3174
  }
2034
- }
3175
+ },
3176
+ "required": [
3177
+ "details"
3178
+ ]
2035
3179
  }
2036
- ]
3180
+ ],
3181
+ "required": [
3182
+ "yesNo"
3183
+ ],
3184
+ "properties": {
3185
+ "yesNo": {
3186
+ "ta6Ref": "8.6.1",
3187
+ "enum": [
3188
+ "Yes",
3189
+ "No"
3190
+ ]
3191
+ }
3192
+ }
2037
3193
  },
2038
3194
  "rightsOfLightOrSupport": {
2039
3195
  "ta6Ref": "8.4a",
@@ -2057,10 +3213,29 @@
2057
3213
  "enum": [
2058
3214
  "Yes"
2059
3215
  ]
3216
+ },
3217
+ "details": {
3218
+ "ta6Ref": "8.4a2",
3219
+ "title": "Details"
2060
3220
  }
2061
- }
3221
+ },
3222
+ "required": [
3223
+ "details"
3224
+ ]
2062
3225
  }
2063
- ]
3226
+ ],
3227
+ "required": [
3228
+ "yesNo"
3229
+ ],
3230
+ "properties": {
3231
+ "yesNo": {
3232
+ "ta6Ref": "8.4a1",
3233
+ "enum": [
3234
+ "Yes",
3235
+ "No"
3236
+ ]
3237
+ }
3238
+ }
2064
3239
  },
2065
3240
  "rightsCreatedThroughCustom": {
2066
3241
  "ta6Ref": "8.4c",
@@ -2084,10 +3259,29 @@
2084
3259
  "enum": [
2085
3260
  "Yes"
2086
3261
  ]
3262
+ },
3263
+ "details": {
3264
+ "ta6Ref": "8.4c2",
3265
+ "title": "Details"
2087
3266
  }
2088
- }
3267
+ },
3268
+ "required": [
3269
+ "details"
3270
+ ]
2089
3271
  }
2090
- ]
3272
+ ],
3273
+ "required": [
3274
+ "yesNo"
3275
+ ],
3276
+ "properties": {
3277
+ "yesNo": {
3278
+ "ta6Ref": "8.4c1",
3279
+ "enum": [
3280
+ "Yes",
3281
+ "No"
3282
+ ]
3283
+ }
3284
+ }
2091
3285
  },
2092
3286
  "minesAndMinerals": {
2093
3287
  "ta6Ref": "8.5a",
@@ -2111,10 +3305,29 @@
2111
3305
  "enum": [
2112
3306
  "Yes"
2113
3307
  ]
3308
+ },
3309
+ "details": {
3310
+ "ta6Ref": "8.5a2",
3311
+ "title": "Details"
2114
3312
  }
2115
- }
3313
+ },
3314
+ "required": [
3315
+ "details"
3316
+ ]
2116
3317
  }
2117
- ]
3318
+ ],
3319
+ "required": [
3320
+ "yesNo"
3321
+ ],
3322
+ "properties": {
3323
+ "yesNo": {
3324
+ "ta6Ref": "8.5a1",
3325
+ "enum": [
3326
+ "Yes",
3327
+ "No"
3328
+ ]
3329
+ }
3330
+ }
2118
3331
  },
2119
3332
  "churchChancel": {
2120
3333
  "ta6Ref": "8.5b",
@@ -2138,10 +3351,29 @@
2138
3351
  "enum": [
2139
3352
  "Yes"
2140
3353
  ]
3354
+ },
3355
+ "details": {
3356
+ "ta6Ref": "8.5b2",
3357
+ "title": "Details"
2141
3358
  }
2142
- }
3359
+ },
3360
+ "required": [
3361
+ "details"
3362
+ ]
2143
3363
  }
2144
- ]
3364
+ ],
3365
+ "required": [
3366
+ "yesNo"
3367
+ ],
3368
+ "properties": {
3369
+ "yesNo": {
3370
+ "ta6Ref": "8.5b1",
3371
+ "enum": [
3372
+ "Yes",
3373
+ "No"
3374
+ ]
3375
+ }
3376
+ }
2145
3377
  },
2146
3378
  "otherRights": {
2147
3379
  "ta6Ref": "8.6",
@@ -2165,16 +3397,40 @@
2165
3397
  "enum": [
2166
3398
  "Yes"
2167
3399
  ]
3400
+ },
3401
+ "details": {
3402
+ "ta6Ref": "8.6.2",
3403
+ "title": "Details"
2168
3404
  }
2169
- }
3405
+ },
3406
+ "required": [
3407
+ "details"
3408
+ ]
2170
3409
  }
2171
- ]
3410
+ ],
3411
+ "required": [
3412
+ "yesNo"
3413
+ ],
3414
+ "properties": {
3415
+ "yesNo": {
3416
+ "ta6Ref": "8.6.1",
3417
+ "enum": [
3418
+ "Yes",
3419
+ "No"
3420
+ ]
3421
+ }
3422
+ }
2172
3423
  }
2173
3424
  }
2174
3425
  }
2175
3426
  }
2176
3427
  },
2177
3428
  "environmentalIssues": {
3429
+ "required": [
3430
+ "flooding",
3431
+ "radon",
3432
+ "otherEnvironmental"
3433
+ ],
2178
3434
  "properties": {
2179
3435
  "flooding": {
2180
3436
  "ta6Ref": "7.1",
@@ -2206,6 +3462,14 @@
2206
3462
  "typeOfFlooding": {
2207
3463
  "ta6Ref": "7.2",
2208
3464
  "title": "What type of flooding occurred?",
3465
+ "required": [
3466
+ "groundWater",
3467
+ "sewer",
3468
+ "surfaceWater",
3469
+ "coastal",
3470
+ "river",
3471
+ "other"
3472
+ ],
2209
3473
  "properties": {
2210
3474
  "groundWater": {
2211
3475
  "ta6Ref": "7.2a",
@@ -2246,12 +3510,66 @@
2246
3510
  "Yes",
2247
3511
  "No"
2248
3512
  ]
3513
+ },
3514
+ "other": {
3515
+ "ta6Ref": "7.2f",
3516
+ "title": "Other",
3517
+ "discriminator": {
3518
+ "propertyName": "yesNo"
3519
+ },
3520
+ "oneOf": [
3521
+ {
3522
+ "properties": {
3523
+ "yesNo": {
3524
+ "enum": [
3525
+ "No"
3526
+ ]
3527
+ }
3528
+ }
3529
+ },
3530
+ {
3531
+ "properties": {
3532
+ "yesNo": {
3533
+ "enum": [
3534
+ "Yes"
3535
+ ]
3536
+ },
3537
+ "details": {
3538
+ "ta6Ref": "7.2f1",
3539
+ "title": "Please stata"
3540
+ }
3541
+ },
3542
+ "required": [
3543
+ "details"
3544
+ ]
3545
+ }
3546
+ ],
3547
+ "required": [
3548
+ "yesNo"
3549
+ ],
3550
+ "properties": {
3551
+ "yesNo": {
3552
+ "ta6Ref": "7.2f1",
3553
+ "enum": [
3554
+ "Yes",
3555
+ "No"
3556
+ ]
3557
+ }
3558
+ }
2249
3559
  }
2250
3560
  }
2251
3561
  }
2252
- }
3562
+ },
3563
+ "required": [
3564
+ "typeOfFlooding",
3565
+ "details"
3566
+ ]
2253
3567
  }
2254
3568
  ],
3569
+ "required": [
3570
+ "floodRiskReport",
3571
+ "hasBeenFlooded"
3572
+ ],
2255
3573
  "properties": {
2256
3574
  "floodRiskReport": {
2257
3575
  "ta6Ref": "7.3",
@@ -2275,10 +3593,33 @@
2275
3593
  "enum": [
2276
3594
  "Yes"
2277
3595
  ]
3596
+ },
3597
+ "attachments": {
3598
+ "ta6Ref": "7.3.2",
3599
+ "title": "Please supply a copy",
3600
+ "enum": [
3601
+ "Attached",
3602
+ "To follow"
3603
+ ]
2278
3604
  }
2279
- }
3605
+ },
3606
+ "required": [
3607
+ "attachments"
3608
+ ]
2280
3609
  }
2281
- ]
3610
+ ],
3611
+ "required": [
3612
+ "yesNo"
3613
+ ],
3614
+ "properties": {
3615
+ "yesNo": {
3616
+ "ta6Ref": "7.3.1",
3617
+ "enum": [
3618
+ "Yes",
3619
+ "No"
3620
+ ]
3621
+ }
3622
+ }
2282
3623
  },
2283
3624
  "hasBeenFlooded": {
2284
3625
  "ta6Ref": "7.2",
@@ -2293,6 +3634,10 @@
2293
3634
  "radon": {
2294
3635
  "ta6Ref": "7.4",
2295
3636
  "title": "Radon",
3637
+ "required": [
3638
+ "remedialMeasuresOnConstruction",
3639
+ "radonTest"
3640
+ ],
2296
3641
  "properties": {
2297
3642
  "radonTest": {
2298
3643
  "ta6Ref": "7.4",
@@ -2316,14 +3661,104 @@
2316
3661
  "enum": [
2317
3662
  "Yes"
2318
3663
  ]
3664
+ },
3665
+ "details": {
3666
+ "ta6Ref": "7.4a",
3667
+ "title": "Was the test result was below the recommended level?",
3668
+ "enum": [
3669
+ "Yes",
3670
+ "No"
3671
+ ]
3672
+ },
3673
+ "attachments": {
3674
+ "ta6Ref": "7.4b",
3675
+ "title": "Please supply a copy of the report",
3676
+ "enum": [
3677
+ "Attached",
3678
+ "To follow"
3679
+ ]
2319
3680
  }
2320
- }
3681
+ },
3682
+ "required": [
3683
+ "details",
3684
+ "attachments"
3685
+ ]
2321
3686
  }
2322
- ]
3687
+ ],
3688
+ "required": [
3689
+ "yesNo"
3690
+ ],
3691
+ "properties": {
3692
+ "yesNo": {
3693
+ "ta6Ref": "7.4.1",
3694
+ "enum": [
3695
+ "Yes",
3696
+ "No"
3697
+ ]
3698
+ }
3699
+ }
2323
3700
  },
2324
3701
  "remedialMeasuresOnConstruction": {
2325
3702
  "ta6Ref": "7.5",
2326
- "title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?"
3703
+ "title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
3704
+ "required": [
3705
+ "yesNo"
3706
+ ]
3707
+ }
3708
+ }
3709
+ }
3710
+ }
3711
+ },
3712
+ "additionalInformation": {
3713
+ "ta6Ref": "10",
3714
+ "title": "Additional Information",
3715
+ "required": [
3716
+ "otherCharges"
3717
+ ],
3718
+ "properties": {
3719
+ "otherCharges": {
3720
+ "ta6Ref": "10.1",
3721
+ "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?",
3722
+ "discriminator": {
3723
+ "propertyName": "yesNo"
3724
+ },
3725
+ "oneOf": [
3726
+ {
3727
+ "properties": {
3728
+ "yesNo": {
3729
+ "enum": [
3730
+ "No"
3731
+ ]
3732
+ }
3733
+ }
3734
+ },
3735
+ {
3736
+ "properties": {
3737
+ "yesNo": {
3738
+ "enum": [
3739
+ "Yes"
3740
+ ]
3741
+ },
3742
+ "details": {
3743
+ "ta6Ref": "10.2",
3744
+ "title": "Please give details"
3745
+ }
3746
+ },
3747
+ "required": [
3748
+ "details"
3749
+ ]
3750
+ }
3751
+ ],
3752
+ "required": [
3753
+ "yesNo"
3754
+ ],
3755
+ "properties": {
3756
+ "yesNo": {
3757
+ "ta6Ref": "10.1",
3758
+ "enum": [
3759
+ "Yes",
3760
+ "No"
3761
+ ]
2327
3762
  }
2328
3763
  }
2329
3764
  }
@@ -2332,13 +3767,1542 @@
2332
3767
  }
2333
3768
  },
2334
3769
  "additionalLegalInfo": {
3770
+ "ta6Ref": "0",
3771
+ "title": "Additional information required for the legal process",
3772
+ "description": "Supporting mapping to BASPI, Law Society and RICS Data Schema elements.",
3773
+ "required": [
3774
+ "legalBoundaries",
3775
+ "servicesCrossing",
3776
+ "energyAndMeters",
3777
+ "smartHomeSystems",
3778
+ "guaranteesWarrantiesAndIndemnityInsurances",
3779
+ "occupiers",
3780
+ "completionAndMoving",
3781
+ "confirmationOfAccuracyByOwners"
3782
+ ],
2335
3783
  "properties": {
2336
- "completionAndMoving": {
3784
+ "legalBoundaries": {
3785
+ "ta6Ref": "1",
3786
+ "title": "Legal Boundaries",
3787
+ "required": [
3788
+ "ownership",
3789
+ "haveBoundaryFeaturesMoved",
3790
+ "adjacentLandIncluded",
3791
+ "flyingFreehold"
3792
+ ],
2337
3793
  "properties": {
2338
- "willRemoveAllRubbish": {
2339
- "ta6Ref": "14.4",
2340
- "title": "Please confirm that on completion you will remove all rubbish and items not included in the sale from the property including its garden, loft and any sheds or outbuildings.",
2341
- "description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services e.g. doorbells, boiler controls, burglar alarms, CCTV cameras etc) access to them will need to be provided to the buyer on the day of completion so that they can control them or sign up to the service. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know."
3794
+ "ownership": {
3795
+ "required": [
3796
+ "areBoundariesUniform"
3797
+ ],
3798
+ "properties": {
3799
+ "areBoundariesUniform": {
3800
+ "ta6Ref": "1.2",
3801
+ "title": "Are the boundaries uniform?",
3802
+ "enum": [
3803
+ "Yes",
3804
+ "No",
3805
+ "Not applicable"
3806
+ ]
3807
+ }
3808
+ },
3809
+ "oneOf": [
3810
+ {
3811
+ "properties": {
3812
+ "uniformBoundaries": {
3813
+ "required": [
3814
+ "left",
3815
+ "right",
3816
+ "rear",
3817
+ "front"
3818
+ ],
3819
+ "properties": {
3820
+ "left": {
3821
+ "ta6Ref": "1.1a",
3822
+ "title": "On the left",
3823
+ "enum": [
3824
+ "Seller",
3825
+ "Shared",
3826
+ "Neighbour",
3827
+ "Not known"
3828
+ ]
3829
+ },
3830
+ "right": {
3831
+ "ta6Ref": "1.1b",
3832
+ "title": "On the right",
3833
+ "enum": [
3834
+ "Seller",
3835
+ "Shared",
3836
+ "Neighbour",
3837
+ "Not known"
3838
+ ]
3839
+ },
3840
+ "rear": {
3841
+ "ta6Ref": "1.1c",
3842
+ "title": "At the rear",
3843
+ "enum": [
3844
+ "Seller",
3845
+ "Shared",
3846
+ "Neighbour",
3847
+ "Not known"
3848
+ ]
3849
+ },
3850
+ "front": {
3851
+ "ta6Ref": "1.1d",
3852
+ "title": "At the front",
3853
+ "enum": [
3854
+ "Seller",
3855
+ "Shared",
3856
+ "Neighbour",
3857
+ "Not known"
3858
+ ]
3859
+ }
3860
+ }
3861
+ }
3862
+ }
3863
+ },
3864
+ {
3865
+ "required": [
3866
+ "details",
3867
+ "attachments"
3868
+ ],
3869
+ "properties": {
3870
+ "details": {
3871
+ "ta6Ref": "1.2.1",
3872
+ "title": "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property"
3873
+ },
3874
+ "attachments": {
3875
+ "ta6Ref": "1.2.2",
3876
+ "title": "Attachments",
3877
+ "enum": [
3878
+ "Attached",
3879
+ "To follow"
3880
+ ]
3881
+ }
3882
+ }
3883
+ }
3884
+ ]
3885
+ },
3886
+ "haveBoundaryFeaturesMoved": {
3887
+ "ta6Ref": "1.3",
3888
+ "title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
3889
+ "discriminator": {
3890
+ "propertyName": "yesNo"
3891
+ },
3892
+ "oneOf": [
3893
+ {
3894
+ "properties": {
3895
+ "yesNo": {
3896
+ "enum": [
3897
+ "No",
3898
+ "Not applicable"
3899
+ ]
3900
+ }
3901
+ }
3902
+ },
3903
+ {
3904
+ "properties": {
3905
+ "yesNo": {
3906
+ "enum": [
3907
+ "Yes"
3908
+ ]
3909
+ },
3910
+ "details": {
3911
+ "ta6Ref": "1.3.2",
3912
+ "title": "Details"
3913
+ }
3914
+ },
3915
+ "required": [
3916
+ "details"
3917
+ ]
3918
+ }
3919
+ ],
3920
+ "required": [
3921
+ "yesNo"
3922
+ ],
3923
+ "properties": {
3924
+ "yesNo": {
3925
+ "ta6Ref": "1.3.1",
3926
+ "enum": [
3927
+ "Yes",
3928
+ "No",
3929
+ "Not applicable"
3930
+ ]
3931
+ }
3932
+ }
3933
+ },
3934
+ "adjacentLandIncluded": {
3935
+ "ta6Ref": "1.4",
3936
+ "title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
3937
+ "discriminator": {
3938
+ "propertyName": "yesNo"
3939
+ },
3940
+ "oneOf": [
3941
+ {
3942
+ "properties": {
3943
+ "yesNo": {
3944
+ "enum": [
3945
+ "No",
3946
+ "Not applicable"
3947
+ ]
3948
+ }
3949
+ }
3950
+ },
3951
+ {
3952
+ "properties": {
3953
+ "yesNo": {
3954
+ "enum": [
3955
+ "Yes"
3956
+ ]
3957
+ },
3958
+ "details": {
3959
+ "ta6Ref": "1.4.2",
3960
+ "title": "Details"
3961
+ }
3962
+ },
3963
+ "required": [
3964
+ "details"
3965
+ ]
3966
+ }
3967
+ ],
3968
+ "required": [
3969
+ "yesNo"
3970
+ ],
3971
+ "properties": {
3972
+ "yesNo": {
3973
+ "ta6Ref": "1.4.1",
3974
+ "enum": [
3975
+ "Yes",
3976
+ "No",
3977
+ "Not applicable"
3978
+ ]
3979
+ }
3980
+ }
3981
+ },
3982
+ "flyingFreehold": {
3983
+ "ta6Ref": "1.5",
3984
+ "title": "Is there a flying freehold?",
3985
+ "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.",
3986
+ "discriminator": {
3987
+ "propertyName": "yesNo"
3988
+ },
3989
+ "oneOf": [
3990
+ {
3991
+ "properties": {
3992
+ "yesNo": {
3993
+ "enum": [
3994
+ "No",
3995
+ "Not applicable"
3996
+ ]
3997
+ }
3998
+ }
3999
+ },
4000
+ {
4001
+ "properties": {
4002
+ "yesNo": {
4003
+ "enum": [
4004
+ "Yes"
4005
+ ]
4006
+ },
4007
+ "details": {
4008
+ "ta6Ref": "1.5.2",
4009
+ "title": "Details"
4010
+ }
4011
+ },
4012
+ "required": [
4013
+ "details"
4014
+ ]
4015
+ }
4016
+ ],
4017
+ "required": [
4018
+ "yesNo"
4019
+ ],
4020
+ "properties": {
4021
+ "yesNo": {
4022
+ "ta6Ref": "1.5.1",
4023
+ "enum": [
4024
+ "Yes",
4025
+ "No",
4026
+ "Not applicable"
4027
+ ]
4028
+ }
4029
+ }
4030
+ }
4031
+ }
4032
+ },
4033
+ "servicesCrossing": {
4034
+ "ta6Ref": "8",
4035
+ "title": "Services Crossing Other Property",
4036
+ "required": [
4037
+ "pipesWiresCablesDrainsToProperty",
4038
+ "pipesWiresCablesDrainsFromProperty",
4039
+ "formalOrInformalAgreements"
4040
+ ],
4041
+ "properties": {
4042
+ "pipesWiresCablesDrainsToProperty": {
4043
+ "ta6Ref": "8.7",
4044
+ "title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
4045
+ "discriminator": {
4046
+ "propertyName": "yesNo"
4047
+ },
4048
+ "oneOf": [
4049
+ {
4050
+ "properties": {
4051
+ "yesNo": {
4052
+ "enum": [
4053
+ "No"
4054
+ ]
4055
+ }
4056
+ }
4057
+ },
4058
+ {
4059
+ "properties": {
4060
+ "yesNo": {
4061
+ "enum": [
4062
+ "Yes"
4063
+ ]
4064
+ }
4065
+ }
4066
+ }
4067
+ ],
4068
+ "required": [
4069
+ "yesNo"
4070
+ ],
4071
+ "properties": {
4072
+ "yesNo": {
4073
+ "ta6Ref": "8.7.1",
4074
+ "enum": [
4075
+ "Yes",
4076
+ "No"
4077
+ ]
4078
+ }
4079
+ }
4080
+ },
4081
+ "pipesWiresCablesDrainsFromProperty": {
4082
+ "ta6Ref": "8.8",
4083
+ "title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
4084
+ "discriminator": {
4085
+ "propertyName": "yesNo"
4086
+ },
4087
+ "oneOf": [
4088
+ {
4089
+ "properties": {
4090
+ "yesNo": {
4091
+ "enum": [
4092
+ "No"
4093
+ ]
4094
+ }
4095
+ }
4096
+ },
4097
+ {
4098
+ "properties": {
4099
+ "yesNo": {
4100
+ "enum": [
4101
+ "Yes"
4102
+ ]
4103
+ }
4104
+ }
4105
+ }
4106
+ ],
4107
+ "required": [
4108
+ "yesNo"
4109
+ ],
4110
+ "properties": {
4111
+ "yesNo": {
4112
+ "ta6Ref": "8.8.1",
4113
+ "enum": [
4114
+ "Yes",
4115
+ "No"
4116
+ ]
4117
+ }
4118
+ }
4119
+ },
4120
+ "formalOrInformalAgreements": {
4121
+ "ta6Ref": "8.9",
4122
+ "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?",
4123
+ "discriminator": {
4124
+ "propertyName": "yesNo"
4125
+ },
4126
+ "oneOf": [
4127
+ {
4128
+ "properties": {
4129
+ "yesNo": {
4130
+ "enum": [
4131
+ "No"
4132
+ ]
4133
+ }
4134
+ }
4135
+ },
4136
+ {
4137
+ "properties": {
4138
+ "yesNo": {
4139
+ "enum": [
4140
+ "Yes"
4141
+ ]
4142
+ },
4143
+ "details": {
4144
+ "ta6Ref": "8.9.2",
4145
+ "title": "Please provide details"
4146
+ }
4147
+ },
4148
+ "required": [
4149
+ "details"
4150
+ ]
4151
+ }
4152
+ ],
4153
+ "required": [
4154
+ "yesNo"
4155
+ ],
4156
+ "properties": {
4157
+ "yesNo": {
4158
+ "ta6Ref": "8.9.1",
4159
+ "enum": [
4160
+ "Yes",
4161
+ "No"
4162
+ ]
4163
+ }
4164
+ }
4165
+ }
4166
+ }
4167
+ },
4168
+ "energyAndMeters": {
4169
+ "ta6Ref": "12",
4170
+ "title": "Energy and Meters",
4171
+ "required": [
4172
+ "testedByQualifiedElectrician",
4173
+ "electricalWorkSince2005",
4174
+ "solarPanels"
4175
+ ],
4176
+ "properties": {
4177
+ "testedByQualifiedElectrician": {
4178
+ "ta6Ref": "12.1",
4179
+ "title": "Have the electrics at the property been tested by a qualified electrician?",
4180
+ "discriminator": {
4181
+ "propertyName": "yesNo"
4182
+ },
4183
+ "oneOf": [
4184
+ {
4185
+ "properties": {
4186
+ "yesNo": {
4187
+ "enum": [
4188
+ "No"
4189
+ ]
4190
+ }
4191
+ }
4192
+ },
4193
+ {
4194
+ "properties": {
4195
+ "yesNo": {
4196
+ "enum": [
4197
+ "Yes"
4198
+ ]
4199
+ },
4200
+ "yearTested": {
4201
+ "ta6Ref": "12.1.1",
4202
+ "title": "State the year they were last tested"
4203
+ },
4204
+ "attachments": {
4205
+ "ta6Ref": "12.1.2",
4206
+ "title": "Please upload the test certificate.",
4207
+ "enum": [
4208
+ "Attached",
4209
+ "To follow"
4210
+ ]
4211
+ }
4212
+ },
4213
+ "required": [
4214
+ "yearTested",
4215
+ "attachments"
4216
+ ]
4217
+ }
4218
+ ],
4219
+ "required": [
4220
+ "yesNo"
4221
+ ],
4222
+ "properties": {
4223
+ "yesNo": {
4224
+ "ta6Ref": "12.1.1",
4225
+ "enum": [
4226
+ "Yes",
4227
+ "No"
4228
+ ]
4229
+ }
4230
+ }
4231
+ },
4232
+ "electricalWorkSince2005": {
4233
+ "ta6Ref": "12.2",
4234
+ "title": "Since 1st January 2005, has any electrical work been carried out to the property?",
4235
+ "discriminator": {
4236
+ "propertyName": "yesNo"
4237
+ },
4238
+ "oneOf": [
4239
+ {
4240
+ "properties": {
4241
+ "yesNo": {
4242
+ "enum": [
4243
+ "No"
4244
+ ]
4245
+ }
4246
+ }
4247
+ },
4248
+ {
4249
+ "properties": {
4250
+ "yesNo": {
4251
+ "enum": [
4252
+ "Yes"
4253
+ ]
4254
+ },
4255
+ "attachments": {
4256
+ "ta6Ref": "12.2.2",
4257
+ "title": "Please supply the signed Electrical Safety Certificate (BS7671) and Building Regulations Compliance Certificate (or equivalent)",
4258
+ "enum": [
4259
+ "Attached",
4260
+ "To follow"
4261
+ ]
4262
+ }
4263
+ },
4264
+ "required": [
4265
+ "attachments"
4266
+ ]
4267
+ }
4268
+ ],
4269
+ "required": [
4270
+ "yesNo"
4271
+ ],
4272
+ "properties": {
4273
+ "yesNo": {
4274
+ "ta6Ref": "12.2.1",
4275
+ "enum": [
4276
+ "Yes",
4277
+ "No"
4278
+ ]
4279
+ }
4280
+ }
4281
+ },
4282
+ "solarPanels": {
4283
+ "required": [
4284
+ "hasSolarPanels"
4285
+ ],
4286
+ "properties": {
4287
+ "hasSolarPanels": {
4288
+ "ta6Ref": "4.6",
4289
+ "title": "Are there solar or photovoltaic panels installed at the property?",
4290
+ "enum": [
4291
+ "Yes",
4292
+ "No"
4293
+ ]
4294
+ }
4295
+ },
4296
+ "oneOf": [
4297
+ null,
4298
+ {
4299
+ "required": [
4300
+ "yearInstalled",
4301
+ "panelsOwnedOutright",
4302
+ "panelProviderLease"
4303
+ ],
4304
+ "properties": {
4305
+ "yearInstalled": {
4306
+ "ta6Ref": "4.6a",
4307
+ "title": "What year were they installed?"
4308
+ },
4309
+ "panelsOwnedOutright": {
4310
+ "ta6Ref": "4.6b",
4311
+ "title": "Do you own the panels, and all equipment related to them, outright?",
4312
+ "discriminator": {
4313
+ "propertyName": "yesNo"
4314
+ },
4315
+ "oneOf": [
4316
+ {
4317
+ "properties": {
4318
+ "yesNo": {
4319
+ "enum": [
4320
+ "Yes"
4321
+ ]
4322
+ }
4323
+ }
4324
+ },
4325
+ {
4326
+ "properties": {
4327
+ "yesNo": {
4328
+ "enum": [
4329
+ "No"
4330
+ ]
4331
+ }
4332
+ }
4333
+ }
4334
+ ],
4335
+ "required": [
4336
+ "yesNo"
4337
+ ],
4338
+ "properties": {
4339
+ "yesNo": {
4340
+ "ta6Ref": "4.6b1",
4341
+ "enum": [
4342
+ "Yes",
4343
+ "No"
4344
+ ]
4345
+ }
4346
+ }
4347
+ },
4348
+ "panelProviderLease": {
4349
+ "ta6Ref": "4.6c",
4350
+ "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
4351
+ "discriminator": {
4352
+ "propertyName": "yesNo"
4353
+ },
4354
+ "oneOf": [
4355
+ {
4356
+ "properties": {
4357
+ "yesNo": {
4358
+ "enum": [
4359
+ "No"
4360
+ ]
4361
+ }
4362
+ }
4363
+ },
4364
+ {
4365
+ "properties": {
4366
+ "yesNo": {
4367
+ "enum": [
4368
+ "Yes"
4369
+ ]
4370
+ },
4371
+ "attachments": {
4372
+ "ta6Ref": "4.6c1",
4373
+ "title": "Please supply copies of the relevant documents",
4374
+ "enum": [
4375
+ "Attached",
4376
+ "To follow"
4377
+ ]
4378
+ }
4379
+ },
4380
+ "required": [
4381
+ "attachments"
4382
+ ]
4383
+ }
4384
+ ],
4385
+ "required": [
4386
+ "yesNo"
4387
+ ],
4388
+ "properties": {
4389
+ "yesNo": {
4390
+ "ta6Ref": "4.6c1",
4391
+ "enum": [
4392
+ "Yes",
4393
+ "No"
4394
+ ]
4395
+ }
4396
+ }
4397
+ }
4398
+ }
4399
+ }
4400
+ ]
4401
+ },
4402
+ "electricityMeterLocation": {
4403
+ "ta6Ref": "13.1b",
4404
+ "title": "Location of electricity meter (if any)",
4405
+ "properties": {
4406
+ "description": {
4407
+ "ta6Ref": "13.1b1",
4408
+ "title": "Describe the location of the meter"
4409
+ }
4410
+ }
4411
+ },
4412
+ "gasMeterLocation": {
4413
+ "ta6Ref": "13.2b",
4414
+ "title": "Location of gas meter (if any)",
4415
+ "properties": {
4416
+ "description": {
4417
+ "ta6Ref": "13.2b1",
4418
+ "title": "Describe the location of the meter"
4419
+ }
4420
+ }
4421
+ },
4422
+ "stopcockLocation": {
4423
+ "ta6Ref": "13.3b",
4424
+ "title": "Location of stopcock (if any)",
4425
+ "properties": {
4426
+ "description": {
4427
+ "ta6Ref": "13.3b1",
4428
+ "title": "Describe the location of the stopcock"
4429
+ }
4430
+ }
4431
+ },
4432
+ "waterMeterLocation": {
4433
+ "ta6Ref": "13.3b",
4434
+ "title": "Location of water meter (if any)",
4435
+ "properties": {
4436
+ "description": {
4437
+ "ta6Ref": "13.3b2",
4438
+ "title": "Describe the location of the meter"
4439
+ }
4440
+ }
4441
+ }
4442
+ }
4443
+ },
4444
+ "guaranteesWarrantiesAndIndemnityInsurances": {
4445
+ "ta6Ref": "5",
4446
+ "title": "Guarantees, Warranties and Indemnity Insurances",
4447
+ "discriminator": {
4448
+ "propertyName": "hasValidGuaranteesOrWarranties"
4449
+ },
4450
+ "oneOf": [
4451
+ {
4452
+ "properties": {
4453
+ "hasValidGuaranteesOrWarranties": {
4454
+ "enum": [
4455
+ "No"
4456
+ ]
4457
+ }
4458
+ }
4459
+ },
4460
+ {
4461
+ "properties": {
4462
+ "hasValidGuaranteesOrWarranties": {
4463
+ "enum": [
4464
+ "Yes"
4465
+ ]
4466
+ },
4467
+ "newHomeWarranty": {
4468
+ "ta6Ref": "5.1a",
4469
+ "title": "New Home Warranty (NHBC or similar)",
4470
+ "discriminator": {
4471
+ "propertyName": "yesNo"
4472
+ },
4473
+ "oneOf": [
4474
+ {
4475
+ "properties": {
4476
+ "yesNo": {
4477
+ "enum": [
4478
+ "No"
4479
+ ]
4480
+ }
4481
+ }
4482
+ },
4483
+ {
4484
+ "properties": {
4485
+ "yesNo": {
4486
+ "enum": [
4487
+ "Yes"
4488
+ ]
4489
+ },
4490
+ "details": {
4491
+ "ta6Ref": "5.1a2",
4492
+ "title": "Please confirm the name of the warranty provider and the date of the warranty"
4493
+ },
4494
+ "attachments": {
4495
+ "ta6Ref": "5.1a3",
4496
+ "enum": [
4497
+ "Attached",
4498
+ "To follow"
4499
+ ]
4500
+ }
4501
+ },
4502
+ "required": [
4503
+ "attachments"
4504
+ ]
4505
+ }
4506
+ ],
4507
+ "required": [
4508
+ "yesNo"
4509
+ ],
4510
+ "properties": {
4511
+ "yesNo": {
4512
+ "ta6Ref": "5.1a1",
4513
+ "enum": [
4514
+ "Yes",
4515
+ "No"
4516
+ ]
4517
+ }
4518
+ }
4519
+ },
4520
+ "roofingWork": {
4521
+ "ta6Ref": "5.1f",
4522
+ "title": "Roofing work",
4523
+ "discriminator": {
4524
+ "propertyName": "yesNo"
4525
+ },
4526
+ "oneOf": [
4527
+ {
4528
+ "properties": {
4529
+ "yesNo": {
4530
+ "enum": [
4531
+ "No"
4532
+ ]
4533
+ }
4534
+ }
4535
+ },
4536
+ {
4537
+ "properties": {
4538
+ "yesNo": {
4539
+ "enum": [
4540
+ "Yes"
4541
+ ]
4542
+ },
4543
+ "attachments": {
4544
+ "ta6Ref": "5.1f2",
4545
+ "enum": [
4546
+ "Attached",
4547
+ "To follow"
4548
+ ]
4549
+ }
4550
+ },
4551
+ "required": [
4552
+ "attachments"
4553
+ ]
4554
+ }
4555
+ ],
4556
+ "required": [
4557
+ "yesNo"
4558
+ ],
4559
+ "properties": {
4560
+ "yesNo": {
4561
+ "ta6Ref": "5.1f1",
4562
+ "enum": [
4563
+ "Yes",
4564
+ "No"
4565
+ ]
4566
+ }
4567
+ }
4568
+ },
4569
+ "dampProofingTreatment": {
4570
+ "ta6Ref": "5.1b",
4571
+ "title": "Damp proofing treatment",
4572
+ "discriminator": {
4573
+ "propertyName": "yesNo"
4574
+ },
4575
+ "oneOf": [
4576
+ {
4577
+ "properties": {
4578
+ "yesNo": {
4579
+ "enum": [
4580
+ "No"
4581
+ ]
4582
+ }
4583
+ }
4584
+ },
4585
+ {
4586
+ "properties": {
4587
+ "yesNo": {
4588
+ "enum": [
4589
+ "Yes"
4590
+ ]
4591
+ },
4592
+ "attachments": {
4593
+ "ta6Ref": "5.1b2",
4594
+ "enum": [
4595
+ "Attached",
4596
+ "To follow"
4597
+ ]
4598
+ }
4599
+ },
4600
+ "required": [
4601
+ "attachments"
4602
+ ]
4603
+ }
4604
+ ],
4605
+ "required": [
4606
+ "yesNo"
4607
+ ],
4608
+ "properties": {
4609
+ "yesNo": {
4610
+ "ta6Ref": "5.1b1",
4611
+ "enum": [
4612
+ "Yes",
4613
+ "No"
4614
+ ]
4615
+ }
4616
+ }
4617
+ },
4618
+ "timberRotOrInfestationTreatment": {
4619
+ "ta6Ref": "5.1c",
4620
+ "title": "Timber rot or infestation treatment",
4621
+ "discriminator": {
4622
+ "propertyName": "yesNo"
4623
+ },
4624
+ "oneOf": [
4625
+ {
4626
+ "properties": {
4627
+ "yesNo": {
4628
+ "enum": [
4629
+ "No"
4630
+ ]
4631
+ }
4632
+ }
4633
+ },
4634
+ {
4635
+ "properties": {
4636
+ "yesNo": {
4637
+ "enum": [
4638
+ "Yes"
4639
+ ]
4640
+ },
4641
+ "attachments": {
4642
+ "ta6Ref": "5.1c2",
4643
+ "enum": [
4644
+ "Attached",
4645
+ "To follow"
4646
+ ]
4647
+ }
4648
+ },
4649
+ "required": [
4650
+ "attachments"
4651
+ ]
4652
+ }
4653
+ ],
4654
+ "required": [
4655
+ "yesNo"
4656
+ ],
4657
+ "properties": {
4658
+ "yesNo": {
4659
+ "ta6Ref": "5.1c1",
4660
+ "enum": [
4661
+ "Yes",
4662
+ "No"
4663
+ ]
4664
+ }
4665
+ }
4666
+ },
4667
+ "centralHeatingAndorPlumbing": {
4668
+ "ta6Ref": "5.1g",
4669
+ "title": "Central heating and/or plumbing",
4670
+ "discriminator": {
4671
+ "propertyName": "yesNo"
4672
+ },
4673
+ "oneOf": [
4674
+ {
4675
+ "properties": {
4676
+ "yesNo": {
4677
+ "enum": [
4678
+ "No"
4679
+ ]
4680
+ }
4681
+ }
4682
+ },
4683
+ {
4684
+ "properties": {
4685
+ "yesNo": {
4686
+ "enum": [
4687
+ "Yes"
4688
+ ]
4689
+ },
4690
+ "attachments": {
4691
+ "ta6Ref": "5.1g2",
4692
+ "enum": [
4693
+ "Attached",
4694
+ "To follow"
4695
+ ]
4696
+ }
4697
+ },
4698
+ "required": [
4699
+ "attachments"
4700
+ ]
4701
+ }
4702
+ ],
4703
+ "required": [
4704
+ "yesNo"
4705
+ ],
4706
+ "properties": {
4707
+ "yesNo": {
4708
+ "ta6Ref": "5.1g1",
4709
+ "enum": [
4710
+ "Yes",
4711
+ "No"
4712
+ ]
4713
+ }
4714
+ }
4715
+ },
4716
+ "doubleGlazing": {
4717
+ "ta6Ref": "5.1d",
4718
+ "title": "Double glazing (windows, doors, roof lights, conservatory etc)",
4719
+ "discriminator": {
4720
+ "propertyName": "yesNo"
4721
+ },
4722
+ "oneOf": [
4723
+ {
4724
+ "properties": {
4725
+ "yesNo": {
4726
+ "enum": [
4727
+ "No"
4728
+ ]
4729
+ }
4730
+ }
4731
+ },
4732
+ {
4733
+ "properties": {
4734
+ "yesNo": {
4735
+ "enum": [
4736
+ "Yes"
4737
+ ]
4738
+ },
4739
+ "attachments": {
4740
+ "ta6Ref": "5.1d2",
4741
+ "enum": [
4742
+ "Attached",
4743
+ "To follow"
4744
+ ]
4745
+ }
4746
+ },
4747
+ "required": [
4748
+ "attachments"
4749
+ ]
4750
+ }
4751
+ ],
4752
+ "required": [
4753
+ "yesNo"
4754
+ ],
4755
+ "properties": {
4756
+ "yesNo": {
4757
+ "ta6Ref": "5.1d1",
4758
+ "enum": [
4759
+ "Yes",
4760
+ "No"
4761
+ ]
4762
+ }
4763
+ }
4764
+ },
4765
+ "electricalRepairOrInstallation": {
4766
+ "ta6Ref": "5.1e",
4767
+ "title": "Electrical repair or installation",
4768
+ "discriminator": {
4769
+ "propertyName": "yesNo"
4770
+ },
4771
+ "oneOf": [
4772
+ {
4773
+ "properties": {
4774
+ "yesNo": {
4775
+ "enum": [
4776
+ "No"
4777
+ ]
4778
+ }
4779
+ }
4780
+ },
4781
+ {
4782
+ "properties": {
4783
+ "yesNo": {
4784
+ "enum": [
4785
+ "Yes"
4786
+ ]
4787
+ },
4788
+ "attachments": {
4789
+ "ta6Ref": "5.1e2",
4790
+ "enum": [
4791
+ "Attached",
4792
+ "To follow"
4793
+ ]
4794
+ }
4795
+ },
4796
+ "required": [
4797
+ "attachments"
4798
+ ]
4799
+ }
4800
+ ],
4801
+ "required": [
4802
+ "yesNo"
4803
+ ],
4804
+ "properties": {
4805
+ "yesNo": {
4806
+ "ta6Ref": "5.1e1",
4807
+ "enum": [
4808
+ "Yes",
4809
+ "No"
4810
+ ]
4811
+ }
4812
+ }
4813
+ },
4814
+ "subsidenceWork": {
4815
+ "ta6Ref": "5.1h",
4816
+ "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
4817
+ "discriminator": {
4818
+ "propertyName": "yesNo"
4819
+ },
4820
+ "oneOf": [
4821
+ {
4822
+ "properties": {
4823
+ "yesNo": {
4824
+ "enum": [
4825
+ "No"
4826
+ ]
4827
+ }
4828
+ }
4829
+ },
4830
+ {
4831
+ "properties": {
4832
+ "yesNo": {
4833
+ "enum": [
4834
+ "Yes"
4835
+ ]
4836
+ },
4837
+ "attachments": {
4838
+ "ta6Ref": "5.1h2",
4839
+ "enum": [
4840
+ "Attached",
4841
+ "To follow"
4842
+ ]
4843
+ }
4844
+ },
4845
+ "required": [
4846
+ "attachments"
4847
+ ]
4848
+ }
4849
+ ],
4850
+ "required": [
4851
+ "yesNo"
4852
+ ],
4853
+ "properties": {
4854
+ "yesNo": {
4855
+ "ta6Ref": "5.1h1",
4856
+ "enum": [
4857
+ "Yes",
4858
+ "No"
4859
+ ]
4860
+ }
4861
+ }
4862
+ },
4863
+ "otherGuarantees": {
4864
+ "ta6Ref": "5.1i",
4865
+ "title": "Other Guarantees or warranties",
4866
+ "discriminator": {
4867
+ "propertyName": "yesNo"
4868
+ },
4869
+ "oneOf": [
4870
+ {
4871
+ "properties": {
4872
+ "yesNo": {
4873
+ "enum": [
4874
+ "No"
4875
+ ]
4876
+ }
4877
+ }
4878
+ },
4879
+ {
4880
+ "properties": {
4881
+ "yesNo": {
4882
+ "enum": [
4883
+ "Yes"
4884
+ ]
4885
+ },
4886
+ "details": {
4887
+ "ta6Ref": "5.1i2",
4888
+ "title": "Please provide details"
4889
+ },
4890
+ "attachments": {
4891
+ "ta6Ref": "5.1i3",
4892
+ "enum": [
4893
+ "Attached",
4894
+ "To follow"
4895
+ ]
4896
+ }
4897
+ },
4898
+ "required": [
4899
+ "details",
4900
+ "attachments"
4901
+ ]
4902
+ }
4903
+ ],
4904
+ "required": [
4905
+ "yesNo"
4906
+ ],
4907
+ "properties": {
4908
+ "yesNo": {
4909
+ "ta6Ref": "5.1i1",
4910
+ "enum": [
4911
+ "Yes",
4912
+ "No"
4913
+ ]
4914
+ }
4915
+ }
4916
+ },
4917
+ "outstandingClaimsOrApplications": {
4918
+ "ta6Ref": "5.2",
4919
+ "title": "Are there any outstanding claims or current applications relating to any of the above?",
4920
+ "discriminator": {
4921
+ "propertyName": "yesNo"
4922
+ },
4923
+ "oneOf": [
4924
+ {
4925
+ "properties": {
4926
+ "yesNo": {
4927
+ "enum": [
4928
+ "No"
4929
+ ]
4930
+ }
4931
+ }
4932
+ },
4933
+ {
4934
+ "properties": {
4935
+ "yesNo": {
4936
+ "enum": [
4937
+ "Yes"
4938
+ ]
4939
+ },
4940
+ "details": {
4941
+ "ta6Ref": "5.2.2",
4942
+ "title": "Please provide details"
4943
+ },
4944
+ "attachments": {
4945
+ "ta6Ref": "5.2.3",
4946
+ "enum": [
4947
+ "Attached",
4948
+ "To follow"
4949
+ ]
4950
+ }
4951
+ },
4952
+ "required": [
4953
+ "details"
4954
+ ]
4955
+ }
4956
+ ],
4957
+ "required": [
4958
+ "yesNo"
4959
+ ],
4960
+ "properties": {
4961
+ "yesNo": {
4962
+ "ta6Ref": "5.2.1",
4963
+ "enum": [
4964
+ "Yes",
4965
+ "No"
4966
+ ]
4967
+ }
4968
+ }
4969
+ }
4970
+ },
4971
+ "required": [
4972
+ "newHomeWarranty",
4973
+ "roofingWork",
4974
+ "dampProofingTreatment",
4975
+ "timberRotOrInfestationTreatment",
4976
+ "centralHeatingAndorPlumbing",
4977
+ "doubleGlazing",
4978
+ "electricalRepairOrInstallation",
4979
+ "subsidenceWork",
4980
+ "otherGuarantees",
4981
+ "outstandingClaimsOrApplications"
4982
+ ]
4983
+ }
4984
+ ],
4985
+ "required": [
4986
+ "hasValidGuaranteesOrWarranties"
4987
+ ],
4988
+ "properties": {
4989
+ "hasValidGuaranteesOrWarranties": {
4990
+ "ta6Ref": "5/1",
4991
+ "title": "Are there any valid guarantees or warranties relating to this property?",
4992
+ "enum": [
4993
+ "Yes",
4994
+ "No"
4995
+ ]
4996
+ }
4997
+ }
4998
+ },
4999
+ "occupiers": {
5000
+ "ta6Ref": "11",
5001
+ "title": "Occupiers",
5002
+ "required": [
5003
+ "sellerLivesAtProperty",
5004
+ "othersAged17OrOver"
5005
+ ],
5006
+ "properties": {
5007
+ "sellerLivesAtProperty": {
5008
+ "ta6Ref": "11.1",
5009
+ "title": "Does the seller live at the property?",
5010
+ "required": [
5011
+ "yesNo"
5012
+ ],
5013
+ "properties": {
5014
+ "yesNo": {
5015
+ "ta6Ref": "11.1.1",
5016
+ "enum": [
5017
+ "Yes",
5018
+ "No"
5019
+ ]
5020
+ }
5021
+ }
5022
+ },
5023
+ "othersAged17OrOver": {
5024
+ "ta6Ref": "11.2",
5025
+ "discriminator": {
5026
+ "propertyName": "hasOthersAged17OrOver"
5027
+ },
5028
+ "oneOf": [
5029
+ {
5030
+ "properties": {
5031
+ "hasOthersAged17OrOver": {
5032
+ "enum": [
5033
+ "No"
5034
+ ]
5035
+ }
5036
+ }
5037
+ },
5038
+ {
5039
+ "properties": {
5040
+ "hasOthersAged17OrOver": {
5041
+ "enum": [
5042
+ "Yes"
5043
+ ]
5044
+ },
5045
+ "aged17OrOverNames": {
5046
+ "ta6Ref": "11.3",
5047
+ "title": "Please provide their full names and ages."
5048
+ },
5049
+ "aged17OrOverTenantsOrLodgers": {
5050
+ "ta6Ref": "11.4",
5051
+ "title": "Are any of them tenants or lodgers?",
5052
+ "required": [
5053
+ "yesNo"
5054
+ ],
5055
+ "properties": {
5056
+ "yesNo": {
5057
+ "ta6Ref": "11.4.1",
5058
+ "enum": [
5059
+ "Yes",
5060
+ "No"
5061
+ ]
5062
+ }
5063
+ }
5064
+ },
5065
+ "vacantPossession": {
5066
+ "ta6Ref": "11.5",
5067
+ "discriminator": {
5068
+ "propertyName": "soldWithVacantPossession"
5069
+ },
5070
+ "oneOf": [
5071
+ {
5072
+ "properties": {
5073
+ "soldWithVacantPossession": {
5074
+ "enum": [
5075
+ "No"
5076
+ ]
5077
+ }
5078
+ }
5079
+ },
5080
+ {
5081
+ "properties": {
5082
+ "soldWithVacantPossession": {
5083
+ "enum": [
5084
+ "Yes"
5085
+ ]
5086
+ },
5087
+ "aged17OrOverAgreedToLeave": {
5088
+ "ta6Ref": "11.5a",
5089
+ "title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
5090
+ "required": [
5091
+ "yesNo"
5092
+ ],
5093
+ "properties": {
5094
+ "yesNo": {
5095
+ "ta6Ref": "11.5a1",
5096
+ "enum": [
5097
+ "Yes",
5098
+ "No"
5099
+ ]
5100
+ }
5101
+ }
5102
+ },
5103
+ "aged17OrOverWillSignToConfirmWillVacate": {
5104
+ "ta6Ref": "11.5b",
5105
+ "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?",
5106
+ "discriminator": {
5107
+ "propertyName": "yesNo"
5108
+ },
5109
+ "oneOf": [
5110
+ {
5111
+ "properties": {
5112
+ "yesNo": {
5113
+ "enum": [
5114
+ "Yes"
5115
+ ]
5116
+ }
5117
+ }
5118
+ },
5119
+ {
5120
+ "properties": {
5121
+ "yesNo": {
5122
+ "enum": [
5123
+ "No"
5124
+ ]
5125
+ },
5126
+ "attachments": {
5127
+ "ta6Ref": "11.5b2",
5128
+ "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).",
5129
+ "enum": [
5130
+ "Attached",
5131
+ "To follow"
5132
+ ]
5133
+ }
5134
+ },
5135
+ "required": [
5136
+ "attachments"
5137
+ ]
5138
+ }
5139
+ ],
5140
+ "required": [
5141
+ "yesNo"
5142
+ ],
5143
+ "properties": {
5144
+ "yesNo": {
5145
+ "ta6Ref": "11.5b1",
5146
+ "enum": [
5147
+ "Yes",
5148
+ "No"
5149
+ ]
5150
+ }
5151
+ }
5152
+ }
5153
+ },
5154
+ "required": [
5155
+ "aged17OrOverAgreedToLeave",
5156
+ "aged17OrOverWillSignToConfirmWillVacate"
5157
+ ]
5158
+ }
5159
+ ],
5160
+ "required": [
5161
+ "soldWithVacantPossession"
5162
+ ],
5163
+ "properties": {
5164
+ "soldWithVacantPossession": {
5165
+ "ta6Ref": "11.5.1",
5166
+ "title": "Is the property being sold with vacant possession?",
5167
+ "enum": [
5168
+ "Yes",
5169
+ "No"
5170
+ ]
5171
+ }
5172
+ }
5173
+ }
5174
+ },
5175
+ "required": [
5176
+ "aged17OrOverNames",
5177
+ "aged17OrOverTenantsOrLodgers",
5178
+ "vacantPossession"
5179
+ ]
5180
+ }
5181
+ ],
5182
+ "required": [
5183
+ "hasOthersAged17OrOver"
5184
+ ],
5185
+ "properties": {
5186
+ "hasOthersAged17OrOver": {
5187
+ "ta6Ref": "11.2",
5188
+ "title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
5189
+ "enum": [
5190
+ "Yes",
5191
+ "No"
5192
+ ]
5193
+ }
5194
+ }
5195
+ }
5196
+ }
5197
+ },
5198
+ "completionAndMoving": {
5199
+ "ta6Ref": "14",
5200
+ "title": "Completion and Moving",
5201
+ "required": [
5202
+ "willRemoveAllRubbish",
5203
+ "otherPropertyInChain",
5204
+ "moveRestrictionDates",
5205
+ "digitalPropertyLogbook",
5206
+ "sufficientToRepayAllMortgages"
5207
+ ],
5208
+ "properties": {
5209
+ "willRemoveAllRubbish": {
5210
+ "ta6Ref": "14.4",
5211
+ "title": "Please confirm that on completion you will remove all rubbish and items not included in the sale from the property including its garden, loft and any sheds or outbuildings.",
5212
+ "description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services e.g. doorbells, boiler controls, burglar alarms, CCTV cameras etc) access to them will need to be provided to the buyer on the day of completion so that they can control them or sign up to the service. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know."
5213
+ },
5214
+ "otherPropertyInChain": {
5215
+ "ta6Ref": "14.1",
5216
+ "title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
5217
+ "discriminator": {
5218
+ "propertyName": "yesNo"
5219
+ },
5220
+ "oneOf": [
5221
+ {
5222
+ "properties": {
5223
+ "yesNo": {
5224
+ "enum": [
5225
+ "No"
5226
+ ]
5227
+ }
5228
+ }
5229
+ },
5230
+ {
5231
+ "properties": {
5232
+ "yesNo": {
5233
+ "enum": [
5234
+ "Yes"
5235
+ ]
5236
+ }
5237
+ }
5238
+ }
5239
+ ],
5240
+ "required": [
5241
+ "yesNo"
5242
+ ],
5243
+ "properties": {
5244
+ "yesNo": {
5245
+ "ta6Ref": "14.1.1",
5246
+ "enum": [
5247
+ "Yes",
5248
+ "No"
5249
+ ]
5250
+ }
5251
+ }
5252
+ },
5253
+ "moveRestrictionDates": {
5254
+ "ta6Ref": "14.2",
5255
+ "title": "Are there any dates on which you cannot move?",
5256
+ "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.",
5257
+ "discriminator": {
5258
+ "propertyName": "yesNo"
5259
+ },
5260
+ "oneOf": [
5261
+ {
5262
+ "properties": {
5263
+ "yesNo": {
5264
+ "enum": [
5265
+ "No"
5266
+ ]
5267
+ }
5268
+ }
5269
+ },
5270
+ {
5271
+ "properties": {
5272
+ "yesNo": {
5273
+ "enum": [
5274
+ "Yes"
5275
+ ]
5276
+ }
5277
+ },
5278
+ "required": [
5279
+ "details"
5280
+ ]
5281
+ }
5282
+ ],
5283
+ "required": [
5284
+ "yesNo"
5285
+ ]
5286
+ },
5287
+ "sufficientToRepayAllMortgages": {
5288
+ "ta6Ref": "14.3",
5289
+ "title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
5290
+ "required": [
5291
+ "yesNo"
5292
+ ]
5293
+ }
5294
+ }
5295
+ },
5296
+ "confirmationOfAccuracyByOwners": {
5297
+ "ta6Ref": "14.5",
5298
+ "title": "Confirmation to be supplied by all owners or their representative",
5299
+ "required": [
5300
+ "confirmInformationIsAccurate"
5301
+ ],
5302
+ "properties": {
5303
+ "confirmInformationIsAccurate": {
5304
+ "ta6Ref": "14.5.1",
5305
+ "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"
2342
5306
  }
2343
5307
  }
2344
5308
  }