@pdtf/schemas 2.0.0-8 → 2.0.0

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.
@@ -2,8 +2,6 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$id": "https://trust.propdata.org.uk/schemas/v2/overlays/baspi.json",
4
4
  "required": [
5
- "transactionId",
6
- "status",
7
5
  "participants",
8
6
  "propertyPack"
9
7
  ],
@@ -32,8 +30,12 @@
32
30
  }
33
31
  },
34
32
  "propertyPack": {
35
- "baspiRef": "-",
33
+ "baspiRef": "0",
36
34
  "title": "Property Pack",
35
+ "required": [
36
+ "materialFacts",
37
+ "additionalLegalInfo"
38
+ ],
37
39
  "properties": {
38
40
  "materialFacts": {
39
41
  "baspiRef": "A",
@@ -56,7 +58,6 @@
56
58
  "fixturesAndFittings",
57
59
  "waterAndDrainage",
58
60
  "connectedUtilities",
59
- "greenDealLoan",
60
61
  "centralHeating",
61
62
  "insurance",
62
63
  "boundaries",
@@ -110,7 +111,7 @@
110
111
  },
111
112
  "delayFactors": {
112
113
  "baspiRef": "A1.2",
113
- "title": "Delay Factors",
114
+ "title": "Delay factors",
114
115
  "required": [
115
116
  "hasDelayFactors"
116
117
  ],
@@ -141,7 +142,7 @@
141
142
  },
142
143
  "details": {
143
144
  "baspiRef": "A1.2.2",
144
- "title": "Provide details and likely timescale for delay (if known)"
145
+ "title": "Provide details and likely timescale for delay"
145
146
  },
146
147
  "attachments": {
147
148
  "baspiRef": "A1.2.3",
@@ -266,24 +267,66 @@
266
267
  ],
267
268
  "properties": {
268
269
  "contactDetails": {
270
+ "baspiRef": "A1.5.1",
271
+ "title": "Contact Details",
272
+ "description": "Complete the details for the relevant parties",
273
+ "required": [
274
+ "rentchargeOwner",
275
+ "managingAgent"
276
+ ],
269
277
  "properties": {
270
278
  "rentchargeOwner": {
271
279
  "baspiRef": "A1.5.4",
272
280
  "title": "Rentcharge Owner",
281
+ "required": [
282
+ "contact"
283
+ ],
273
284
  "properties": {
274
285
  "contact": {
286
+ "baspiRef": "A1.5.4.1",
275
287
  "required": [
276
288
  "nameOrOrganisation",
277
- "line1",
278
- "postcode",
289
+ "address",
279
290
  "emailAddress"
280
291
  ],
281
292
  "properties": {
293
+ "nameOrOrganisation": {
294
+ "baspiRef": "A1.5.4.1.1",
295
+ "title": "Name or organisation"
296
+ },
282
297
  "address": {
298
+ "baspiRef": "A1.5.4.1.2",
299
+ "title": "Address",
283
300
  "required": [
284
301
  "line1",
285
302
  "postcode"
286
- ]
303
+ ],
304
+ "properties": {
305
+ "line1": {
306
+ "baspiRef": "A1.5.4.1.2.1",
307
+ "title": "Address line 1"
308
+ },
309
+ "line2": {
310
+ "baspiRef": "A1.5.4.1.2.2",
311
+ "title": "Address line 2"
312
+ },
313
+ "line3": {
314
+ "baspiRef": "A1.5.4.1.2.3",
315
+ "title": "Address line 3"
316
+ },
317
+ "town": {
318
+ "baspiRef": "A1.5.4.1.2.4",
319
+ "title": "Town"
320
+ },
321
+ "postcode": {
322
+ "baspiRef": "A1.5.4.1.2.5",
323
+ "title": "Postcode"
324
+ }
325
+ }
326
+ },
327
+ "emailAddress": {
328
+ "baspiRef": "A1.5.5.1.3",
329
+ "title": "Email address"
287
330
  }
288
331
  }
289
332
  }
@@ -292,13 +335,14 @@
292
335
  "managingAgent": {
293
336
  "baspiRef": "A1.5.5",
294
337
  "title": "Managing Agent",
338
+ "required": [
339
+ "contact"
340
+ ],
295
341
  "properties": {
296
342
  "contact": {
297
343
  "baspiRef": "A1.5.5.1",
298
344
  "required": [
299
345
  "nameOrOrganisation",
300
- "line1",
301
- "postcode",
302
346
  "telephone",
303
347
  "emailAddress"
304
348
  ],
@@ -346,6 +390,154 @@
346
390
  }
347
391
  }
348
392
  }
393
+ },
394
+ "transferAndRegistration": {
395
+ "properties": {
396
+ "requirementsToBeMemberOfManagementCompany": {
397
+ "baspiRef": "A1.5.6",
398
+ "title": "Is the incoming Owner required to take a share in, or become a member of, the Management Company?",
399
+ "discriminator": {
400
+ "propertyName": "yesNo"
401
+ },
402
+ "oneOf": [
403
+ {
404
+ "properties": {
405
+ "yesNo": {
406
+ "enum": [
407
+ "No"
408
+ ]
409
+ }
410
+ }
411
+ },
412
+ {
413
+ "properties": {
414
+ "yesNo": {
415
+ "enum": [
416
+ "Yes"
417
+ ]
418
+ }
419
+ }
420
+ }
421
+ ],
422
+ "required": [
423
+ "yesNo"
424
+ ],
425
+ "properties": {
426
+ "yesNo": {
427
+ "baspiRef": "A1.5.6.1",
428
+ "enum": [
429
+ "Yes",
430
+ "No"
431
+ ]
432
+ }
433
+ }
434
+ }
435
+ }
436
+ },
437
+ "serviceCharge": {
438
+ "baspiRef": "A1.5.1",
439
+ "title": "Service Charge",
440
+ "required": [
441
+ "annualServiceCharge",
442
+ "largeAdditionalExpense",
443
+ "reserveFund"
444
+ ],
445
+ "properties": {
446
+ "annualServiceCharge": {
447
+ "baspiRef": "A1.5.1.1.2",
448
+ "title": "What is the annual Service Charge payable by this Property?",
449
+ "description": "This should include any sums payable for the maintenance of the managed area"
450
+ },
451
+ "largeAdditionalExpense": {
452
+ "baspiRef": "A1.5.2.1",
453
+ "title": "Does the seller know of any expense (e.g. the cost of redecoration of outside or communal areas not usually incurred annually) likely to be shown in the service charge accounts within the next three years?",
454
+ "discriminator": {
455
+ "propertyName": "yesNo"
456
+ },
457
+ "oneOf": [
458
+ {
459
+ "properties": {
460
+ "yesNo": {
461
+ "enum": [
462
+ "No"
463
+ ]
464
+ }
465
+ }
466
+ },
467
+ {
468
+ "properties": {
469
+ "yesNo": {
470
+ "enum": [
471
+ "Yes"
472
+ ]
473
+ },
474
+ "details": {
475
+ "baspiRef": "A1.5.2.3",
476
+ "title": "Details"
477
+ }
478
+ },
479
+ "required": [
480
+ "details"
481
+ ]
482
+ }
483
+ ],
484
+ "required": [
485
+ "yesNo"
486
+ ],
487
+ "properties": {
488
+ "yesNo": {
489
+ "baspiRef": "A1.5.2.2",
490
+ "enum": [
491
+ "Yes",
492
+ "No"
493
+ ]
494
+ }
495
+ }
496
+ },
497
+ "transferFees": {
498
+ "baspiRef": "A1.5.3",
499
+ "title": "Are there any transfer fees, deferred charges or similar fees, expressed as a percentage of the Property's value payable on an event such as resale or subletting?",
500
+ "discriminator": {
501
+ "propertyName": "yesNo"
502
+ },
503
+ "oneOf": [
504
+ {
505
+ "properties": {
506
+ "yesNo": {
507
+ "enum": [
508
+ "No"
509
+ ]
510
+ }
511
+ }
512
+ },
513
+ {
514
+ "properties": {
515
+ "yesNo": {
516
+ "enum": [
517
+ "Yes"
518
+ ]
519
+ },
520
+ "details": {
521
+ "baspiRef": "A1.5.3.2",
522
+ "title": "Provide details."
523
+ }
524
+ }
525
+ }
526
+ ],
527
+ "required": [
528
+ "yesNo"
529
+ ],
530
+ "properties": {
531
+ "yesNo": {
532
+ "baspiRef": "A1.5.3.1",
533
+ "enum": [
534
+ "Yes",
535
+ "No"
536
+ ]
537
+ }
538
+ }
539
+ }
540
+ }
349
541
  }
350
542
  }
351
543
  }
@@ -475,13 +667,16 @@
475
667
  "title": "Landlord",
476
668
  "description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents",
477
669
  "required": [
478
- "nameOrOrganisation",
479
- "address",
480
- "emailAddress"
670
+ "contact"
481
671
  ],
482
672
  "properties": {
483
673
  "contact": {
484
674
  "baspiRef": "A1.5.4.1",
675
+ "required": [
676
+ "nameOrOrganisation",
677
+ "address",
678
+ "emailAddress"
679
+ ],
485
680
  "properties": {
486
681
  "nameOrOrganisation": {
487
682
  "baspiRef": "A1.5.4.1.1",
@@ -529,6 +724,9 @@
529
724
  "baspiRef": "A1.5.5",
530
725
  "title": "Managing Agent",
531
726
  "description": "A managing agent may be employed by the landlord or by the tenants’ management company to collect the rent and/or manage the building.",
727
+ "required": [
728
+ "contact"
729
+ ],
532
730
  "properties": {
533
731
  "contact": {
534
732
  "baspiRef": "A1.5.5.1",
@@ -614,7 +812,7 @@
614
812
  "yesNoNotApplicable": {
615
813
  "enum": [
616
814
  "No",
617
- "N/A"
815
+ "Not applicable"
618
816
  ]
619
817
  }
620
818
  }
@@ -631,7 +829,17 @@
631
829
  ],
632
830
  "required": [
633
831
  "yesNoNotApplicable"
634
- ]
832
+ ],
833
+ "properties": {
834
+ "yesNoNotApplicable": {
835
+ "baspiRef": "A1.5.6.1",
836
+ "enum": [
837
+ "Yes",
838
+ "No",
839
+ "Not applicable"
840
+ ]
841
+ }
842
+ }
635
843
  }
636
844
  }
637
845
  },
@@ -660,7 +868,7 @@
660
868
  },
661
869
  "annualGroundRent": {
662
870
  "baspiRef": "A1.4.2.2",
663
- "title": "What is the annual ground rent payable?"
871
+ "title": "What is the annual ground rent payable? (£)"
664
872
  },
665
873
  "rentSubjectToIncrease": {
666
874
  "baspiRef": "A1.4.2.3",
@@ -686,13 +894,13 @@
686
894
  ]
687
895
  },
688
896
  "rentReviewFrequency": {
689
- "baspiRef": "A1.4.2.3.1",
897
+ "baspiRef": "A1.4.2.3.2",
690
898
  "title": "How often is the rent reviewed?"
691
899
  },
692
900
  "rentIncreaseCalculated": {
693
- "baspiRef": "A1.4.2.3.2",
901
+ "baspiRef": "A1.4.2.3.3",
694
902
  "title": "How is the increase calculated?",
695
- "description": "eg set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
903
+ "description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
696
904
  }
697
905
  },
698
906
  "required": [
@@ -703,7 +911,16 @@
703
911
  ],
704
912
  "required": [
705
913
  "yesNo"
706
- ]
914
+ ],
915
+ "properties": {
916
+ "yesNo": {
917
+ "baspiRef": "A1.4.2.3.1",
918
+ "enum": [
919
+ "Yes",
920
+ "No"
921
+ ]
922
+ }
923
+ }
707
924
  }
708
925
  },
709
926
  "required": [
@@ -780,7 +997,10 @@
780
997
  "baspiRef": "A1.5.2.3",
781
998
  "title": "Details"
782
999
  }
783
- }
1000
+ },
1001
+ "required": [
1002
+ "details"
1003
+ ]
784
1004
  }
785
1005
  ],
786
1006
  "required": [
@@ -802,6 +1022,45 @@
802
1022
  "discriminator": {
803
1023
  "propertyName": "yesNo"
804
1024
  },
1025
+ "oneOf": [
1026
+ {
1027
+ "properties": {
1028
+ "yesNo": {
1029
+ "enum": [
1030
+ "No"
1031
+ ]
1032
+ }
1033
+ }
1034
+ },
1035
+ {
1036
+ "properties": {
1037
+ "yesNo": {
1038
+ "enum": [
1039
+ "Yes"
1040
+ ]
1041
+ }
1042
+ }
1043
+ }
1044
+ ],
1045
+ "required": [
1046
+ "yesNo"
1047
+ ],
1048
+ "properties": {
1049
+ "yesNo": {
1050
+ "baspiRef": "1.5.2.1.1",
1051
+ "enum": [
1052
+ "Yes",
1053
+ "No"
1054
+ ]
1055
+ }
1056
+ }
1057
+ },
1058
+ "transferFees": {
1059
+ "baspiRef": "A1.5.3",
1060
+ "title": "Are there any transfer fees deferred service charges or similar fees, expressed as a percentage of the Property's value, payable on an event such as resale or subletting?",
1061
+ "discriminator": {
1062
+ "propertyName": "yesNo"
1063
+ },
805
1064
  "oneOf": [
806
1065
  {
807
1066
  "properties": {
@@ -820,13 +1079,10 @@
820
1079
  ]
821
1080
  },
822
1081
  "details": {
823
- "baspiRef": "1.5.2.1.2",
824
- "title": "Provide details"
1082
+ "baspiRef": "A1.5.3.2",
1083
+ "title": "Provide details."
825
1084
  }
826
- },
827
- "required": [
828
- "details"
829
- ]
1085
+ }
830
1086
  }
831
1087
  ],
832
1088
  "required": [
@@ -834,7 +1090,7 @@
834
1090
  ],
835
1091
  "properties": {
836
1092
  "yesNo": {
837
- "baspiRef": "1.5.2.1.1",
1093
+ "baspiRef": "A1.5.3.1",
838
1094
  "enum": [
839
1095
  "Yes",
840
1096
  "No"
@@ -994,7 +1250,8 @@
994
1250
  "baspiRef": "A1.6.2.1",
995
1251
  "enum": [
996
1252
  "Yes",
997
- "No"
1253
+ "No",
1254
+ "Not known"
998
1255
  ]
999
1256
  }
1000
1257
  }
@@ -1037,7 +1294,8 @@
1037
1294
  "properties": {
1038
1295
  "yesNo": {
1039
1296
  "enum": [
1040
- "No"
1297
+ "No",
1298
+ "Not known"
1041
1299
  ]
1042
1300
  }
1043
1301
  }
@@ -1076,7 +1334,8 @@
1076
1334
  "baspiRef": "A1.7.1.1",
1077
1335
  "enum": [
1078
1336
  "Yes",
1079
- "No"
1337
+ "No",
1338
+ "Not known"
1080
1339
  ]
1081
1340
  }
1082
1341
  }
@@ -1092,7 +1351,8 @@
1092
1351
  "properties": {
1093
1352
  "yesNo": {
1094
1353
  "enum": [
1095
- "No"
1354
+ "No",
1355
+ "Not known"
1096
1356
  ]
1097
1357
  }
1098
1358
  }
@@ -1131,7 +1391,8 @@
1131
1391
  "baspiRef": "A1.7.2.1",
1132
1392
  "enum": [
1133
1393
  "Yes",
1134
- "No"
1394
+ "No",
1395
+ "Not known"
1135
1396
  ]
1136
1397
  }
1137
1398
  }
@@ -1147,7 +1408,8 @@
1147
1408
  "properties": {
1148
1409
  "yesNo": {
1149
1410
  "enum": [
1150
- "No"
1411
+ "No",
1412
+ "Not known"
1151
1413
  ]
1152
1414
  }
1153
1415
  }
@@ -1159,12 +1421,8 @@
1159
1421
  "Yes"
1160
1422
  ]
1161
1423
  },
1162
- "details": {
1163
- "baspiRef": "A1.7.3.2",
1164
- "title": "Details"
1165
- },
1166
1424
  "workCarriedOut": {
1167
- "baspiRef": "A1.7.3.3",
1425
+ "baspiRef": "A1.7.3.2",
1168
1426
  "title": "Has work been carried out to any trees which are protected by the order?",
1169
1427
  "discriminator": {
1170
1428
  "propertyName": "yesNo"
@@ -1186,17 +1444,18 @@
1186
1444
  "Yes"
1187
1445
  ]
1188
1446
  },
1189
- "details": {
1190
- "baspiRef": "A1.7.3.2.2",
1191
- "title": "Were the relevant consents obtained? Provide any relevant documentation",
1447
+ "consentsObtained": {
1448
+ "baspiRef": "A1.7.3.3",
1449
+ "title": "Were the relevant consents obtained?",
1192
1450
  "enum": [
1193
1451
  "Yes",
1194
- "No"
1452
+ "No",
1453
+ "Not known"
1195
1454
  ]
1196
1455
  },
1197
1456
  "attachments": {
1198
1457
  "baspiRef": "A1.7.3.4",
1199
- "title": "Attachments",
1458
+ "title": "Provide any relevant documentation",
1200
1459
  "enum": [
1201
1460
  "Attached",
1202
1461
  "To follow"
@@ -1204,7 +1463,7 @@
1204
1463
  }
1205
1464
  },
1206
1465
  "required": [
1207
- "details"
1466
+ "consentsObtained"
1208
1467
  ]
1209
1468
  }
1210
1469
  ],
@@ -1221,7 +1480,10 @@
1221
1480
  }
1222
1481
  }
1223
1482
  }
1224
- }
1483
+ },
1484
+ "required": [
1485
+ "workCarriedOut"
1486
+ ]
1225
1487
  }
1226
1488
  ],
1227
1489
  "required": [
@@ -1232,7 +1494,8 @@
1232
1494
  "baspiRef": "A1.7.3.1",
1233
1495
  "enum": [
1234
1496
  "Yes",
1235
- "No"
1497
+ "No",
1498
+ "Not known"
1236
1499
  ]
1237
1500
  }
1238
1501
  }
@@ -1411,7 +1674,8 @@
1411
1674
  "baspiRef": "A1.8.3",
1412
1675
  "title": "Energy Efficiency",
1413
1676
  "required": [
1414
- "certificate"
1677
+ "certificate",
1678
+ "greenDealLoan"
1415
1679
  ],
1416
1680
  "properties": {
1417
1681
  "certificate": {
@@ -1438,10 +1702,74 @@
1438
1702
  ]
1439
1703
  }
1440
1704
  }
1441
- }
1442
- }
1443
- },
1444
- "councilTax": {
1705
+ },
1706
+ "greenDealLoan": {
1707
+ "baspiRef": "A7.3",
1708
+ "title": "Green Deal Loan",
1709
+ "required": [
1710
+ "hasGreenDealLoan"
1711
+ ],
1712
+ "properties": {
1713
+ "hasGreenDealLoan": {
1714
+ "baspiRef": "A7.3",
1715
+ "title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
1716
+ "discriminator": {
1717
+ "propertyName": "yesNo"
1718
+ },
1719
+ "oneOf": [
1720
+ {
1721
+ "properties": {
1722
+ "yesNo": {
1723
+ "enum": [
1724
+ "No"
1725
+ ]
1726
+ }
1727
+ }
1728
+ },
1729
+ {
1730
+ "properties": {
1731
+ "yesNo": {
1732
+ "enum": [
1733
+ "Yes"
1734
+ ]
1735
+ },
1736
+ "details": {
1737
+ "baspiRef": "A7.3.2",
1738
+ "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"
1739
+ },
1740
+ "attachments": {
1741
+ "baspiRef": "A7.3.3",
1742
+ "title": "Attachments",
1743
+ "enum": [
1744
+ "Attached",
1745
+ "To follow"
1746
+ ]
1747
+ }
1748
+ },
1749
+ "required": [
1750
+ "details",
1751
+ "attachments"
1752
+ ]
1753
+ }
1754
+ ],
1755
+ "required": [
1756
+ "yesNo"
1757
+ ],
1758
+ "properties": {
1759
+ "yesNo": {
1760
+ "baspiRef": "A7.3.1",
1761
+ "enum": [
1762
+ "Yes",
1763
+ "No"
1764
+ ]
1765
+ }
1766
+ }
1767
+ }
1768
+ }
1769
+ }
1770
+ }
1771
+ },
1772
+ "councilTax": {
1445
1773
  "baspiRef": "A1.9",
1446
1774
  "title": "Council Tax",
1447
1775
  "required": [
@@ -1525,7 +1853,8 @@
1525
1853
  "baspiRef": "A2",
1526
1854
  "title": "Disputes and Complaints",
1527
1855
  "required": [
1528
- "hasDisputesAndComplaints"
1856
+ "hasDisputesAndComplaints",
1857
+ "leadingToDisputesAndComplaints"
1529
1858
  ],
1530
1859
  "properties": {
1531
1860
  "hasDisputesAndComplaints": {
@@ -1632,6 +1961,7 @@
1632
1961
  "changeOfUse",
1633
1962
  "windowReplacementsSince2002",
1634
1963
  "hasAddedConservatory",
1964
+ "worksUnfinished",
1635
1965
  "planningPermissionBreaches",
1636
1966
  "unresolvedPlanningIssues"
1637
1967
  ],
@@ -1926,7 +2256,7 @@
1926
2256
  },
1927
2257
  "changeOfUse": {
1928
2258
  "baspiRef": "A3.2",
1929
- "title": "Has there been any change of use (e.g. from an office to a residence?",
2259
+ "title": "Has there been any change of use (e.g. from an office to a residence)?",
1930
2260
  "discriminator": {
1931
2261
  "propertyName": "yesNo"
1932
2262
  },
@@ -2046,7 +2376,8 @@
2046
2376
  "properties": {
2047
2377
  "yesNo": {
2048
2378
  "enum": [
2049
- "No"
2379
+ "No",
2380
+ "Not required"
2050
2381
  ]
2051
2382
  },
2052
2383
  "details": {
@@ -2882,7 +3213,7 @@
2882
3213
  },
2883
3214
  "details": {
2884
3215
  "baspiRef": "A3.7.2",
2885
- "title": "Details"
3216
+ "title": "Please give details"
2886
3217
  },
2887
3218
  "willingToInsure": {
2888
3219
  "baspiRef": "A3.9",
@@ -2946,7 +3277,7 @@
2946
3277
  },
2947
3278
  "details": {
2948
3279
  "baspiRef": "A3.8.2",
2949
- "title": "Details"
3280
+ "title": "Please give details"
2950
3281
  },
2951
3282
  "willingToInsure": {
2952
3283
  "baspiRef": "A3.9",
@@ -3520,7 +3851,8 @@
3520
3851
  "properties": {
3521
3852
  "yesNo": {
3522
3853
  "enum": [
3523
- "No"
3854
+ "No",
3855
+ "Not known"
3524
3856
  ]
3525
3857
  }
3526
3858
  }
@@ -3532,13 +3864,18 @@
3532
3864
  "Yes"
3533
3865
  ]
3534
3866
  },
3535
- "details": {
3867
+ "managementPlanInPlace": {
3536
3868
  "baspiRef": "A5.3.2",
3537
- "title": "Please provide details,state whether there is a management plan in place and attach a copy"
3869
+ "title": "Is there a Japanese Knotweed management and treatment plan in place?",
3870
+ "enum": [
3871
+ "Yes",
3872
+ "No",
3873
+ "Not known"
3874
+ ]
3538
3875
  },
3539
3876
  "attachments": {
3540
3877
  "baspiRef": "A5.3.3",
3541
- "title": "Attachments",
3878
+ "title": "Please supply a copy with any insurance cover linked to the plan",
3542
3879
  "enum": [
3543
3880
  "Attached",
3544
3881
  "To follow"
@@ -3546,8 +3883,7 @@
3546
3883
  }
3547
3884
  },
3548
3885
  "required": [
3549
- "details",
3550
- "attachments"
3886
+ "managementPlanInPlace"
3551
3887
  ]
3552
3888
  }
3553
3889
  ],
@@ -3559,7 +3895,8 @@
3559
3895
  "baspiRef": "A5.3.1",
3560
3896
  "enum": [
3561
3897
  "Yes",
3562
- "No"
3898
+ "No",
3899
+ "Not known"
3563
3900
  ]
3564
3901
  }
3565
3902
  }
@@ -3792,7 +4129,8 @@
3792
4129
  "cableSatelliteTV",
3793
4130
  "broadband",
3794
4131
  "solarPanels",
3795
- "otherServices"
4132
+ "otherServices",
4133
+ "maintenanceAgreements"
3796
4134
  ],
3797
4135
  "properties": {
3798
4136
  "mainsElectricity": {
@@ -3820,7 +4158,7 @@
3820
4158
  },
3821
4159
  "supplier": {
3822
4160
  "baspiRef": "A7.1.0.1.2",
3823
- "title": "Supplier (if known)"
4161
+ "title": "Supplier"
3824
4162
  }
3825
4163
  }
3826
4164
  },
@@ -3837,7 +4175,7 @@
3837
4175
  },
3838
4176
  "supplier": {
3839
4177
  "baspiRef": "A7.1.0.1.2",
3840
- "title": "Supplier (if known)"
4178
+ "title": "Supplier"
3841
4179
  }
3842
4180
  },
3843
4181
  "required": [
@@ -3884,7 +4222,7 @@
3884
4222
  },
3885
4223
  "supplier": {
3886
4224
  "baspiRef": "A7.1.0.2.2",
3887
- "title": "Supplier (if known)"
4225
+ "title": "Supplier"
3888
4226
  }
3889
4227
  }
3890
4228
  },
@@ -3901,7 +4239,7 @@
3901
4239
  },
3902
4240
  "supplier": {
3903
4241
  "baspiRef": "A7.1.0.2.2",
3904
- "title": "Supplier (if known)"
4242
+ "title": "Supplier"
3905
4243
  }
3906
4244
  },
3907
4245
  "required": [
@@ -3948,7 +4286,7 @@
3948
4286
  },
3949
4287
  "supplier": {
3950
4288
  "baspiRef": "A7.1.0.3.2",
3951
- "title": "Supplier (if known)"
4289
+ "title": "Supplier"
3952
4290
  }
3953
4291
  }
3954
4292
  },
@@ -3965,7 +4303,7 @@
3965
4303
  },
3966
4304
  "supplier": {
3967
4305
  "baspiRef": "A7.1.0.3.2",
3968
- "title": "Supplier (if known)"
4306
+ "title": "Supplier"
3969
4307
  }
3970
4308
  },
3971
4309
  "required": [
@@ -4012,7 +4350,7 @@
4012
4350
  },
4013
4351
  "supplier": {
4014
4352
  "baspiRef": "A7.1.0.4.2",
4015
- "title": "Supplier (if known)"
4353
+ "title": "Supplier"
4016
4354
  }
4017
4355
  }
4018
4356
  },
@@ -4029,7 +4367,7 @@
4029
4367
  },
4030
4368
  "supplier": {
4031
4369
  "baspiRef": "A7.1.0.4.2",
4032
- "title": "Supplier (if known)"
4370
+ "title": "Supplier"
4033
4371
  }
4034
4372
  },
4035
4373
  "required": [
@@ -4076,7 +4414,7 @@
4076
4414
  },
4077
4415
  "supplier": {
4078
4416
  "baspiRef": "A7.1.0.5.2",
4079
- "title": "Supplier (if known)"
4417
+ "title": "Supplier"
4080
4418
  }
4081
4419
  }
4082
4420
  },
@@ -4093,7 +4431,7 @@
4093
4431
  },
4094
4432
  "supplier": {
4095
4433
  "baspiRef": "A7.1.0.5.2",
4096
- "title": "Supplier (if known)"
4434
+ "title": "Supplier"
4097
4435
  }
4098
4436
  },
4099
4437
  "required": [
@@ -4140,7 +4478,7 @@
4140
4478
  },
4141
4479
  "supplier": {
4142
4480
  "baspiRef": "A7.1.0.6.2",
4143
- "title": "Supplier (if known)"
4481
+ "title": "Supplier"
4144
4482
  }
4145
4483
  }
4146
4484
  },
@@ -4157,7 +4495,7 @@
4157
4495
  },
4158
4496
  "supplier": {
4159
4497
  "baspiRef": "A7.1.0.6.2",
4160
- "title": "Supplier (if known)"
4498
+ "title": "Supplier"
4161
4499
  }
4162
4500
  },
4163
4501
  "required": [
@@ -4204,7 +4542,7 @@
4204
4542
  },
4205
4543
  "supplier": {
4206
4544
  "baspiRef": "A7.1.0.7.2",
4207
- "title": "Supplier (if known)"
4545
+ "title": "Supplier"
4208
4546
  }
4209
4547
  }
4210
4548
  },
@@ -4221,7 +4559,7 @@
4221
4559
  },
4222
4560
  "supplier": {
4223
4561
  "baspiRef": "A7.1.0.7.2",
4224
- "title": "Supplier (if known)"
4562
+ "title": "Supplier"
4225
4563
  }
4226
4564
  },
4227
4565
  "required": [
@@ -4268,7 +4606,7 @@
4268
4606
  },
4269
4607
  "supplier": {
4270
4608
  "baspiRef": "A7.1.0.8.2",
4271
- "title": "Supplier (if known)"
4609
+ "title": "Supplier"
4272
4610
  }
4273
4611
  }
4274
4612
  },
@@ -4285,7 +4623,7 @@
4285
4623
  },
4286
4624
  "supplier": {
4287
4625
  "baspiRef": "A7.1.0.8.2",
4288
- "title": "Supplier (if known)"
4626
+ "title": "Supplier"
4289
4627
  }
4290
4628
  },
4291
4629
  "required": [
@@ -4333,7 +4671,7 @@
4333
4671
  },
4334
4672
  "supplier": {
4335
4673
  "baspiRef": "A7.1.0.9.2",
4336
- "title": "Supplier (if known)"
4674
+ "title": "Supplier"
4337
4675
  }
4338
4676
  }
4339
4677
  },
@@ -4350,7 +4688,7 @@
4350
4688
  },
4351
4689
  "supplier": {
4352
4690
  "baspiRef": "A7.1.0.9.2",
4353
- "title": "Supplier (if known)"
4691
+ "title": "Supplier"
4354
4692
  }
4355
4693
  },
4356
4694
  "required": [
@@ -4430,516 +4768,815 @@
4430
4768
  }
4431
4769
  },
4432
4770
  "waterAndDrainage": {
4433
- "baspiRef": "A7",
4771
+ "baspiRef": "A7.1.0",
4434
4772
  "title": "Water and Drainage",
4435
4773
  "description": "Please describe the water and drainage services that are connected to the property.",
4436
4774
  "required": [
4437
- "mainsWater",
4438
- "mainsSurfaceWaterDrainage",
4439
- "mainsFoulDrainage"
4775
+ "water",
4776
+ "drainage",
4777
+ "maintenanceAgreements"
4440
4778
  ],
4441
4779
  "properties": {
4442
- "mainsWater": {
4780
+ "water": {
4443
4781
  "baspiRef": "A7.1.0.10",
4444
- "title": "Mains water",
4445
- "discriminator": {
4446
- "propertyName": "yesNo"
4447
- },
4448
- "oneOf": [
4449
- {
4450
- "properties": {
4451
- "yesNo": {
4452
- "enum": [
4453
- "No"
4782
+ "title": "Water",
4783
+ "required": [
4784
+ "mainsWater"
4785
+ ],
4786
+ "properties": {
4787
+ "mainsWater": {
4788
+ "baspiRef": "A7.1.0.10.0",
4789
+ "title": "Mains water",
4790
+ "discriminator": {
4791
+ "propertyName": "yesNo"
4792
+ },
4793
+ "oneOf": [
4794
+ {
4795
+ "properties": {
4796
+ "yesNo": {
4797
+ "enum": [
4798
+ "No"
4799
+ ]
4800
+ }
4801
+ }
4802
+ },
4803
+ {
4804
+ "properties": {
4805
+ "yesNo": {
4806
+ "enum": [
4807
+ "Yes"
4808
+ ]
4809
+ },
4810
+ "supplier": {
4811
+ "baspiRef": "A7.1.0.10.2",
4812
+ "title": "Supplier"
4813
+ }
4814
+ }
4815
+ },
4816
+ {
4817
+ "properties": {
4818
+ "yesNo": {
4819
+ "enum": [
4820
+ "To be connected"
4821
+ ]
4822
+ },
4823
+ "dateToBeConnected": {
4824
+ "baspiRef": "A7.1.0.10.3",
4825
+ "title": "Date to be connected"
4826
+ },
4827
+ "supplier": {
4828
+ "baspiRef": "A7.1.0.10.2",
4829
+ "title": "Supplier"
4830
+ }
4831
+ },
4832
+ "required": [
4833
+ "dateToBeConnected"
4454
4834
  ]
4455
4835
  }
4456
- }
4457
- },
4458
- {
4836
+ ],
4837
+ "required": [
4838
+ "yesNo"
4839
+ ],
4459
4840
  "properties": {
4460
4841
  "yesNo": {
4842
+ "baspiRef": "A7.1.0.10.1",
4461
4843
  "enum": [
4462
- "Yes"
4844
+ "Yes",
4845
+ "To be connected",
4846
+ "No"
4463
4847
  ]
4464
- },
4465
- "supplier": {
4466
- "baspiRef": "A7.1.0.10.2",
4467
- "title": "Supplier (if known)"
4468
4848
  }
4469
4849
  }
4470
- },
4471
- {
4472
- "properties": {
4473
- "yesNo": {
4474
- "enum": [
4475
- "To be connected"
4476
- ]
4477
- },
4478
- "dateToBeConnected": {
4479
- "baspiRef": "A7.1.0.10.3",
4480
- "title": "Date to be connected"
4481
- },
4482
- "supplier": {
4483
- "baspiRef": "A7.1.0.10.2",
4484
- "title": "Supplier (if known)"
4485
- }
4486
- },
4487
- "required": [
4488
- "dateToBeConnected"
4489
- ]
4490
- }
4491
- ],
4492
- "required": [
4493
- "yesNo"
4494
- ],
4495
- "properties": {
4496
- "yesNo": {
4497
- "baspiRef": "A7.1.0.10.1",
4498
- "enum": [
4499
- "Yes",
4500
- "To be connected",
4501
- "No"
4502
- ]
4503
4850
  }
4504
4851
  }
4505
4852
  },
4506
- "mainsSurfaceWaterDrainage": {
4853
+ "drainage": {
4507
4854
  "baspiRef": "A7.1.0.12",
4508
- "title": "Mains surface water drainage",
4509
- "discriminator": {
4510
- "propertyName": "yesNo"
4511
- },
4512
- "oneOf": [
4513
- {
4514
- "properties": {
4515
- "yesNo": {
4516
- "enum": [
4517
- "No"
4855
+ "title": "Drainage",
4856
+ "required": [
4857
+ "mainsSurfaceWaterDrainage",
4858
+ "mainsFoulDrainage"
4859
+ ],
4860
+ "properties": {
4861
+ "mainsSurfaceWaterDrainage": {
4862
+ "baspiRef": "A7.1.0.12.0",
4863
+ "title": "Mains surface water drainage",
4864
+ "discriminator": {
4865
+ "propertyName": "yesNo"
4866
+ },
4867
+ "oneOf": [
4868
+ {
4869
+ "properties": {
4870
+ "yesNo": {
4871
+ "enum": [
4872
+ "No",
4873
+ "Not known"
4874
+ ]
4875
+ }
4876
+ }
4877
+ },
4878
+ {
4879
+ "properties": {
4880
+ "yesNo": {
4881
+ "enum": [
4882
+ "Yes"
4883
+ ]
4884
+ },
4885
+ "supplier": {
4886
+ "baspiRef": "A7.1.0.12.2",
4887
+ "title": "Supplier"
4888
+ }
4889
+ }
4890
+ },
4891
+ {
4892
+ "properties": {
4893
+ "yesNo": {
4894
+ "enum": [
4895
+ "To be connected"
4896
+ ]
4897
+ },
4898
+ "dateToBeConnected": {
4899
+ "baspiRef": "A7.1.0.12.3",
4900
+ "title": "Date to be connected"
4901
+ },
4902
+ "supplier": {
4903
+ "baspiRef": "A7.1.0.12.2",
4904
+ "title": "Supplier"
4905
+ }
4906
+ },
4907
+ "required": [
4908
+ "dateToBeConnected"
4518
4909
  ]
4519
4910
  }
4520
- }
4521
- },
4522
- {
4911
+ ],
4912
+ "required": [
4913
+ "yesNo"
4914
+ ],
4523
4915
  "properties": {
4524
4916
  "yesNo": {
4917
+ "baspiRef": "A7.1.0.12.1",
4525
4918
  "enum": [
4526
- "Yes"
4919
+ "Yes",
4920
+ "To be connected",
4921
+ "No",
4922
+ "Not known"
4527
4923
  ]
4528
- },
4529
- "supplier": {
4530
- "baspiRef": "A7.1.0.12.2",
4531
- "title": "Supplier (if known)"
4532
4924
  }
4533
4925
  }
4534
4926
  },
4535
- {
4536
- "properties": {
4537
- "yesNo": {
4538
- "enum": [
4539
- "To be connected"
4540
- ]
4927
+ "mainsFoulDrainage": {
4928
+ "baspiRef": "A7.1.0.11",
4929
+ "title": "Mains foul drainage",
4930
+ "discriminator": {
4931
+ "propertyName": "yesNo"
4932
+ },
4933
+ "oneOf": [
4934
+ {
4935
+ "properties": {
4936
+ "yesNo": {
4937
+ "enum": [
4938
+ "Yes"
4939
+ ]
4940
+ },
4941
+ "supplier": {
4942
+ "baspiRef": "A7.1.0.11.3",
4943
+ "title": "Supplier"
4944
+ }
4945
+ }
4541
4946
  },
4542
- "dateToBeConnected": {
4543
- "baspiRef": "A7.1.0.12.3",
4544
- "title": "Date to be connected"
4947
+ {
4948
+ "properties": {
4949
+ "yesNo": {
4950
+ "enum": [
4951
+ "To be connected"
4952
+ ]
4953
+ },
4954
+ "dateToBeConnected": {
4955
+ "baspiRef": "A7.1.0.11.2",
4956
+ "title": "Date to be connected"
4957
+ },
4958
+ "supplier": {
4959
+ "baspiRef": "A7.1.0.11.3",
4960
+ "title": "Supplier"
4961
+ }
4962
+ },
4963
+ "required": [
4964
+ "dateToBeConnected"
4965
+ ]
4545
4966
  },
4546
- "supplier": {
4547
- "baspiRef": "A7.1.0.12.2",
4548
- "title": "Supplier (if known)"
4549
- }
4550
- },
4551
- "required": [
4552
- "dateToBeConnected"
4553
- ]
4554
- }
4555
- ],
4556
- "required": [
4557
- "yesNo"
4558
- ],
4559
- "properties": {
4560
- "yesNo": {
4561
- "baspiRef": "A7.1.0.12.1",
4562
- "enum": [
4563
- "Yes",
4564
- "To be connected",
4565
- "No"
4566
- ]
4567
- }
4568
- }
4569
- },
4570
- "mainsFoulDrainage": {
4571
- "baspiRef": "A7.1.0.11",
4572
- "title": "Mains foul drainage",
4573
- "discriminator": {
4574
- "propertyName": "yesNo"
4575
- },
4576
- "oneOf": [
4577
- {
4578
- "properties": {
4579
- "yesNo": {
4580
- "enum": [
4581
- "Yes"
4582
- ]
4583
- },
4584
- "supplier": {
4585
- "baspiRef": "A7.1.0.11.3",
4586
- "title": "Supplier (if known)"
4587
- }
4588
- }
4589
- },
4590
- {
4591
- "properties": {
4592
- "yesNo": {
4593
- "enum": [
4594
- "To be connected"
4595
- ]
4596
- },
4597
- "dateToBeConnected": {
4598
- "baspiRef": "A7.1.0.11.2",
4599
- "title": "Date to be connected"
4600
- },
4601
- "supplier": {
4602
- "baspiRef": "A7.1.0.11.2",
4603
- "title": "Supplier (if known)"
4604
- }
4605
- },
4606
- "required": [
4607
- "dateToBeConnected"
4608
- ]
4609
- },
4610
- {
4611
- "properties": {
4612
- "yesNo": {
4613
- "enum": [
4614
- "No"
4615
- ]
4616
- },
4617
- "sustainableDrainageSystem": {
4618
- "baspiRef": "A7.1.0.13",
4619
- "title": "Sustainable Drainage System",
4620
- "discriminator": {
4621
- "propertyName": "yesNo"
4622
- },
4623
- "oneOf": [
4624
- {
4967
+ {
4968
+ "properties": {
4969
+ "yesNo": {
4970
+ "enum": [
4971
+ "No",
4972
+ "Not known"
4973
+ ]
4974
+ },
4975
+ "sustainableDrainageSystem": {
4976
+ "baspiRef": "A7.1.0.13",
4977
+ "title": "Sustainable Drainage System",
4978
+ "discriminator": {
4979
+ "propertyName": "yesNo"
4980
+ },
4981
+ "oneOf": [
4982
+ {
4983
+ "properties": {
4984
+ "yesNo": {
4985
+ "enum": [
4986
+ "No"
4987
+ ]
4988
+ }
4989
+ }
4990
+ },
4991
+ {
4992
+ "properties": {
4993
+ "yesNo": {
4994
+ "enum": [
4995
+ "Yes"
4996
+ ]
4997
+ },
4998
+ "supplier": {
4999
+ "baspiRef": "A7.1.0.13.3",
5000
+ "title": "Supplier"
5001
+ }
5002
+ }
5003
+ },
5004
+ {
5005
+ "properties": {
5006
+ "yesNo": {
5007
+ "enum": [
5008
+ "To be connected"
5009
+ ]
5010
+ },
5011
+ "dateToBeConnected": {
5012
+ "baspiRef": "A7.1.0.13.2",
5013
+ "title": "Date to be connected"
5014
+ },
5015
+ "supplier": {
5016
+ "baspiRef": "A7.1.0.13.3",
5017
+ "title": "Supplier"
5018
+ }
5019
+ },
5020
+ "required": [
5021
+ "dateToBeConnected"
5022
+ ]
5023
+ }
5024
+ ],
5025
+ "required": [
5026
+ "yesNo"
5027
+ ],
4625
5028
  "properties": {
4626
5029
  "yesNo": {
5030
+ "baspiRef": "A7.1.0.13.1",
4627
5031
  "enum": [
5032
+ "Yes",
5033
+ "To be connected",
4628
5034
  "No"
4629
5035
  ]
4630
5036
  }
4631
5037
  }
4632
5038
  },
4633
- {
5039
+ "septicTank": {
5040
+ "baspiRef": "A7.1.0.14",
5041
+ "title": "Septic tank",
5042
+ "discriminator": {
5043
+ "propertyName": "yesNo"
5044
+ },
5045
+ "oneOf": [
5046
+ {
5047
+ "properties": {
5048
+ "yesNo": {
5049
+ "enum": [
5050
+ "No"
5051
+ ]
5052
+ }
5053
+ }
5054
+ },
5055
+ {
5056
+ "properties": {
5057
+ "yesNo": {
5058
+ "enum": [
5059
+ "Yes"
5060
+ ]
5061
+ },
5062
+ "dateReplaced": {
5063
+ "baspiRef": "A7.1.0.14.2",
5064
+ "title": "Date replaced or upgraded"
5065
+ },
5066
+ "dateLastEmptied": {
5067
+ "baspiRef": "A7.1.0.14.3",
5068
+ "title": "Date last emptied"
5069
+ }
5070
+ },
5071
+ "required": [
5072
+ "dateReplaced",
5073
+ "dateLastEmptied"
5074
+ ]
5075
+ }
5076
+ ],
5077
+ "required": [
5078
+ "yesNo"
5079
+ ],
4634
5080
  "properties": {
4635
5081
  "yesNo": {
5082
+ "baspiRef": "A7.1.0.14.1",
4636
5083
  "enum": [
4637
- "Yes"
5084
+ "Yes",
5085
+ "No"
4638
5086
  ]
4639
- },
4640
- "supplier": {
4641
- "baspiRef": "A7.1.0.13.3",
4642
- "title": "Supplier (if known)"
4643
5087
  }
4644
5088
  }
4645
5089
  },
4646
- {
4647
- "properties": {
4648
- "yesNo": {
4649
- "enum": [
4650
- "To be connected"
4651
- ]
4652
- },
4653
- "dateToBeConnected": {
4654
- "baspiRef": "A7.1.0.13.2",
4655
- "title": "Date to be connected"
5090
+ "cesspit": {
5091
+ "baspiRef": "A7.1.0.15",
5092
+ "title": "Cesspit",
5093
+ "discriminator": {
5094
+ "propertyName": "yesNo"
5095
+ },
5096
+ "oneOf": [
5097
+ {
5098
+ "properties": {
5099
+ "yesNo": {
5100
+ "enum": [
5101
+ "No"
5102
+ ]
5103
+ }
5104
+ }
4656
5105
  },
4657
- "supplier": {
4658
- "baspiRef": "A7.1.0.13.3",
4659
- "title": "Supplier (if known)"
5106
+ {
5107
+ "properties": {
5108
+ "yesNo": {
5109
+ "enum": [
5110
+ "Yes"
5111
+ ]
5112
+ },
5113
+ "dateLastEmptied": {
5114
+ "baspiRef": "A7.1.0.15.2",
5115
+ "title": "Date last emptied"
5116
+ }
5117
+ },
5118
+ "required": [
5119
+ "dateLastEmptied"
5120
+ ]
4660
5121
  }
4661
- },
5122
+ ],
4662
5123
  "required": [
4663
- "dateToBeConnected"
4664
- ]
4665
- }
4666
- ],
4667
- "required": [
4668
- "yesNo"
4669
- ],
4670
- "properties": {
4671
- "yesNo": {
4672
- "baspiRef": "A7.1.0.13.1",
4673
- "enum": [
4674
- "Yes",
4675
- "To be connected",
4676
- "No"
4677
- ]
4678
- }
4679
- }
4680
- },
4681
- "septicTank": {
4682
- "baspiRef": "A7.1.0.14",
4683
- "title": "Septic tank",
4684
- "discriminator": {
4685
- "propertyName": "yesNo"
4686
- },
4687
- "oneOf": [
4688
- {
5124
+ "yesNo"
5125
+ ],
4689
5126
  "properties": {
4690
5127
  "yesNo": {
5128
+ "baspiRef": "A7.1.0.15.1",
4691
5129
  "enum": [
5130
+ "Yes",
4692
5131
  "No"
4693
5132
  ]
4694
5133
  }
4695
5134
  }
4696
5135
  },
4697
- {
4698
- "properties": {
4699
- "yesNo": {
4700
- "enum": [
4701
- "Yes"
4702
- ]
4703
- },
4704
- "dateReplaced": {
4705
- "baspiRef": "A7.1.0.14.2",
4706
- "title": "Date replaced or upgraded"
5136
+ "sewerageTreatmentPlant": {
5137
+ "baspiRef": "A7.1.0.16",
5138
+ "title": "Sewerage treatment plant",
5139
+ "discriminator": {
5140
+ "propertyName": "yesNo"
5141
+ },
5142
+ "oneOf": [
5143
+ {
5144
+ "properties": {
5145
+ "yesNo": {
5146
+ "enum": [
5147
+ "No"
5148
+ ]
5149
+ }
5150
+ }
4707
5151
  },
4708
- "dateLastEmptied": {
4709
- "baspiRef": "A7.1.0.14.3",
4710
- "title": "Date last emptied"
5152
+ {
5153
+ "properties": {
5154
+ "yesNo": {
5155
+ "enum": [
5156
+ "Yes"
5157
+ ]
5158
+ },
5159
+ "dateInstalled": {
5160
+ "baspiRef": "A7.1.0.16.2",
5161
+ "title": "Date installed"
5162
+ },
5163
+ "dateLastServiced": {
5164
+ "baspiRef": "A7.1.0.16.3",
5165
+ "title": "Date last serviced"
5166
+ },
5167
+ "attachments": {
5168
+ "baspiRef": "A7.1.0.16.3",
5169
+ "title": "If installed after Jan 1991 supply the Building Regulations approval or equivalent",
5170
+ "enum": [
5171
+ "Attached",
5172
+ "To follow",
5173
+ "Not applicable"
5174
+ ]
5175
+ }
5176
+ },
5177
+ "required": [
5178
+ "dateInstalled",
5179
+ "dateLastServiced",
5180
+ "attachments"
5181
+ ]
4711
5182
  }
4712
- },
5183
+ ],
4713
5184
  "required": [
4714
- "dateReplaced",
4715
- "dateLastEmptied"
4716
- ]
4717
- }
4718
- ],
4719
- "required": [
4720
- "yesNo"
4721
- ],
4722
- "properties": {
4723
- "yesNo": {
4724
- "baspiRef": "A7.1.0.14.1",
4725
- "enum": [
4726
- "Yes",
4727
- "No"
4728
- ]
4729
- }
4730
- }
4731
- },
4732
- "cesspit": {
4733
- "baspiRef": "A7.1.0.15",
4734
- "title": "Cesspit",
4735
- "discriminator": {
4736
- "propertyName": "yesNo"
4737
- },
4738
- "oneOf": [
4739
- {
5185
+ "yesNo"
5186
+ ],
4740
5187
  "properties": {
4741
5188
  "yesNo": {
5189
+ "baspiRef": "A7.1.0.16.1",
4742
5190
  "enum": [
5191
+ "Yes",
4743
5192
  "No"
4744
5193
  ]
4745
5194
  }
4746
5195
  }
4747
5196
  },
4748
- {
5197
+ "otherConnectedProperties": {
5198
+ "baspiRef": "A7.1.1",
5199
+ "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
5200
+ "discriminator": {
5201
+ "propertyName": "yesNo"
5202
+ },
5203
+ "oneOf": [
5204
+ {
5205
+ "properties": {
5206
+ "yesNo": {
5207
+ "enum": [
5208
+ "No"
5209
+ ]
5210
+ }
5211
+ }
5212
+ },
5213
+ {
5214
+ "properties": {
5215
+ "yesNo": {
5216
+ "enum": [
5217
+ "Yes"
5218
+ ]
5219
+ },
5220
+ "numberOfPropertiesSharing": {
5221
+ "baspiRef": "A7.1.1.1",
5222
+ "title": "How many other properties?"
5223
+ },
5224
+ "details": {
5225
+ "baspiRef": "A7.1.1.2",
5226
+ "title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
5227
+ }
5228
+ },
5229
+ "required": [
5230
+ "numberOfPropertiesSharing",
5231
+ "details"
5232
+ ]
5233
+ }
5234
+ ],
5235
+ "required": [
5236
+ "yesNo"
5237
+ ],
4749
5238
  "properties": {
4750
5239
  "yesNo": {
5240
+ "baspiRef": "A7.1.1.1",
4751
5241
  "enum": [
4752
- "Yes"
5242
+ "Yes",
5243
+ "No"
4753
5244
  ]
4754
- },
4755
- "dateLastEmptied": {
4756
- "baspiRef": "A7.1.0.15.2",
4757
- "title": "Date last emptied"
4758
5245
  }
5246
+ }
5247
+ },
5248
+ "plantOnOtherLand": {
5249
+ "baspiRef": "A7.1.2",
5250
+ "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
5251
+ "discriminator": {
5252
+ "propertyName": "yesNo"
4759
5253
  },
4760
- "required": [
4761
- "dateLastEmptied"
4762
- ]
4763
- }
4764
- ],
4765
- "required": [
4766
- "yesNo"
4767
- ],
4768
- "properties": {
4769
- "yesNo": {
4770
- "baspiRef": "A7.1.0.15.1",
4771
- "enum": [
4772
- "Yes",
4773
- "No"
4774
- ]
4775
- }
4776
- }
4777
- },
4778
- "sewerageTreatmentPlant": {
4779
- "baspiRef": "A7.1.0.16",
4780
- "title": "Sewerage treatment plant",
4781
- "discriminator": {
4782
- "propertyName": "yesNo"
4783
- },
4784
- "oneOf": [
4785
- {
5254
+ "oneOf": [
5255
+ {
5256
+ "properties": {
5257
+ "yesNo": {
5258
+ "enum": [
5259
+ "No"
5260
+ ]
5261
+ }
5262
+ }
5263
+ },
5264
+ {
5265
+ "properties": {
5266
+ "yesNo": {
5267
+ "enum": [
5268
+ "Yes"
5269
+ ]
5270
+ },
5271
+ "attachments": {
5272
+ "baspiRef": "7.1.2.2",
5273
+ "title": "Please supply a plan showing the location of the system and how access is obtained.",
5274
+ "enum": [
5275
+ "Attached",
5276
+ "To follow"
5277
+ ]
5278
+ }
5279
+ },
5280
+ "required": [
5281
+ "attachments"
5282
+ ]
5283
+ }
5284
+ ],
5285
+ "required": [
5286
+ "yesNo"
5287
+ ],
4786
5288
  "properties": {
4787
5289
  "yesNo": {
5290
+ "baspiRef": "7.1.2.1",
4788
5291
  "enum": [
5292
+ "Yes",
4789
5293
  "No"
4790
5294
  ]
4791
5295
  }
4792
5296
  }
4793
5297
  },
4794
- {
4795
- "properties": {
4796
- "yesNo": {
4797
- "enum": [
4798
- "Yes"
4799
- ]
4800
- },
4801
- "dateInstalled": {
4802
- "baspiRef": "A7.1.0.16.2",
4803
- "title": "Date installed"
4804
- },
4805
- "dateLastServiced": {
4806
- "baspiRef": "A7.1.0.16.3",
4807
- "title": "Date last serviced"
5298
+ "plantRegistered": {
5299
+ "baspiRef": "A7.1.3",
5300
+ "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
5301
+ "discriminator": {
5302
+ "propertyName": "yesNo"
5303
+ },
5304
+ "oneOf": [
5305
+ {
5306
+ "properties": {
5307
+ "yesNo": {
5308
+ "enum": [
5309
+ "No"
5310
+ ]
5311
+ }
5312
+ }
4808
5313
  },
4809
- "attachments": {
4810
- "baspiRef": "A7.1.0.16.3",
4811
- "title": "If installed after Jan 1991 supply the Building Regulations approval or equivalent",
4812
- "enum": [
4813
- "Attached",
4814
- "To follow",
4815
- "N/A"
5314
+ {
5315
+ "properties": {
5316
+ "yesNo": {
5317
+ "enum": [
5318
+ "Yes"
5319
+ ]
5320
+ },
5321
+ "attachments": {
5322
+ "baspiRef": "A7.1.3.2",
5323
+ "title": "Please supply the appropriate permit to discharge or exemption certificate",
5324
+ "enum": [
5325
+ "Attached",
5326
+ "To follow"
5327
+ ]
5328
+ }
5329
+ },
5330
+ "required": [
5331
+ "attachments"
4816
5332
  ]
4817
5333
  }
4818
- },
5334
+ ],
4819
5335
  "required": [
4820
- "dateInstalled",
4821
- "dateLastServiced",
4822
- "attachments"
4823
- ]
4824
- }
4825
- ],
4826
- "required": [
4827
- "yesNo"
4828
- ],
4829
- "properties": {
4830
- "yesNo": {
4831
- "baspiRef": "A7.1.0.16.1",
4832
- "enum": [
4833
- "Yes",
4834
- "No"
4835
- ]
4836
- }
4837
- }
4838
- },
4839
- "otherConnectedProperties": {
4840
- "baspiRef": "A7.1.1",
4841
- "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
4842
- "discriminator": {
4843
- "propertyName": "yesNo"
4844
- },
4845
- "oneOf": [
4846
- {
5336
+ "yesNo"
5337
+ ],
4847
5338
  "properties": {
4848
5339
  "yesNo": {
5340
+ "baspiRef": "A7.1.3.1",
4849
5341
  "enum": [
5342
+ "Yes",
4850
5343
  "No"
4851
5344
  ]
4852
5345
  }
4853
5346
  }
4854
5347
  },
4855
- {
5348
+ "plantDrainsIntoWaterway": {
5349
+ "baspiRef": "A7.1.4",
5350
+ "title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
5351
+ "discriminator": {
5352
+ "propertyName": "yesNo"
5353
+ },
5354
+ "oneOf": [
5355
+ {
5356
+ "properties": {
5357
+ "yesNo": {
5358
+ "enum": [
5359
+ "No, the effluent is discharged through a soakaway system."
5360
+ ]
5361
+ }
5362
+ }
5363
+ },
5364
+ {
5365
+ "properties": {
5366
+ "yesNo": {
5367
+ "enum": [
5368
+ "Yes"
5369
+ ]
5370
+ },
5371
+ "dischargeCompliesWithGBR": {
5372
+ "baspiRef": "A7.1.4.1",
5373
+ "title": "Does it comply with the General Binding Rules for discharge into a waterway?",
5374
+ "enum": [
5375
+ "Yes",
5376
+ "No, it does not comply with the rules for discharge into a waterway."
5377
+ ]
5378
+ }
5379
+ },
5380
+ "required": [
5381
+ "dischargeCompliesWithGBR"
5382
+ ]
5383
+ }
5384
+ ],
5385
+ "required": [
5386
+ "yesNo"
5387
+ ],
4856
5388
  "properties": {
4857
5389
  "yesNo": {
5390
+ "baspiRef": "A7.1.4.1",
4858
5391
  "enum": [
4859
- "Yes"
5392
+ "Yes",
5393
+ "No, the effluent is discharged through a soakaway system."
4860
5394
  ]
4861
- },
4862
- "numberOfPropertiesSharing": {
4863
- "baspiRef": "A7.1.1.1",
4864
- "title": "How many other properties?"
4865
- },
4866
- "details": {
4867
- "baspiRef": "A7.1.1.2",
4868
- "title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
4869
5395
  }
4870
- },
4871
- "required": [
4872
- "details",
4873
- "attachments"
4874
- ]
5396
+ }
4875
5397
  }
4876
- ],
5398
+ },
4877
5399
  "required": [
4878
- "yesNo"
4879
- ],
4880
- "properties": {
4881
- "yesNo": {
4882
- "baspiRef": "A7.1.1.1",
4883
- "enum": [
4884
- "Yes",
4885
- "No"
4886
- ]
4887
- }
4888
- }
5400
+ "sustainableDrainageSystem",
5401
+ "septicTank",
5402
+ "cesspit",
5403
+ "sewerageTreatmentPlant",
5404
+ "otherConnectedProperties",
5405
+ "plantOnOtherLand",
5406
+ "plantRegistered",
5407
+ "plantDrainsIntoWaterway"
5408
+ ]
5409
+ }
5410
+ ],
5411
+ "required": [
5412
+ "yesNo"
5413
+ ],
5414
+ "properties": {
5415
+ "yesNo": {
5416
+ "baspiRef": "A7.1.0.11.1",
5417
+ "enum": [
5418
+ "Yes",
5419
+ "To be connected",
5420
+ "No",
5421
+ "Not known"
5422
+ ]
5423
+ }
5424
+ }
5425
+ }
5426
+ }
5427
+ },
5428
+ "maintenanceAgreements": {
5429
+ "baspiRef": "A7.2",
5430
+ "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
5431
+ "discriminator": {
5432
+ "propertyName": "yesNo"
5433
+ },
5434
+ "oneOf": [
5435
+ {
5436
+ "properties": {
5437
+ "yesNo": {
5438
+ "enum": [
5439
+ "No"
5440
+ ]
5441
+ }
5442
+ }
5443
+ },
5444
+ {
5445
+ "properties": {
5446
+ "yesNo": {
5447
+ "enum": [
5448
+ "Yes"
5449
+ ]
5450
+ },
5451
+ "details": {
5452
+ "baspiRef": "A7.2.2",
5453
+ "title": "Details"
4889
5454
  },
4890
- "plantOnOtherLand": {
4891
- "baspiRef": "A7.1.2",
4892
- "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
5455
+ "attachments": {
5456
+ "baspiRef": "A7.2.3",
5457
+ "title": "Attachments",
5458
+ "enum": [
5459
+ "Attached",
5460
+ "To follow"
5461
+ ]
5462
+ }
5463
+ },
5464
+ "required": [
5465
+ "details",
5466
+ "attachments"
5467
+ ]
5468
+ }
5469
+ ],
5470
+ "required": [
5471
+ "yesNo"
5472
+ ],
5473
+ "properties": {
5474
+ "yesNo": {
5475
+ "baspiRef": "A7.2.1",
5476
+ "enum": [
5477
+ "Yes",
5478
+ "No"
5479
+ ]
5480
+ }
5481
+ }
5482
+ }
5483
+ }
5484
+ },
5485
+ "centralHeating": {
5486
+ "baspiRef": "A7.4",
5487
+ "title": "Central Heating",
5488
+ "discriminator": {
5489
+ "propertyName": "hasCentralHeating"
5490
+ },
5491
+ "oneOf": [
5492
+ {
5493
+ "properties": {
5494
+ "hasCentralHeating": {
5495
+ "enum": [
5496
+ "No"
5497
+ ]
5498
+ }
5499
+ }
5500
+ },
5501
+ {
5502
+ "properties": {
5503
+ "hasCentralHeating": {
5504
+ "enum": [
5505
+ "Yes"
5506
+ ]
5507
+ },
5508
+ "centralHeatingDetails": {
5509
+ "baspiRef": "A7.4.0.0",
5510
+ "title": "Central Heating Details",
5511
+ "required": [
5512
+ "centralHeatingFuel",
5513
+ "centralHeatingInstalled",
5514
+ "boilerInstallationCertificate",
5515
+ "heatingLastServicedDate",
5516
+ "heatingLastServicedReport",
5517
+ "heatingInGoodWorkingOrder"
5518
+ ],
5519
+ "properties": {
5520
+ "centralHeatingFuel": {
5521
+ "baspiRef": "A7.4.0.1",
5522
+ "title": "Central Heating Fuel",
4893
5523
  "discriminator": {
4894
- "propertyName": "yesNo"
5524
+ "propertyName": "centralHeatingFuelType"
4895
5525
  },
4896
5526
  "oneOf": [
4897
5527
  {
4898
5528
  "properties": {
4899
- "yesNo": {
5529
+ "centralHeatingFuelType": {
4900
5530
  "enum": [
4901
- "No"
5531
+ "Gas",
5532
+ "Electricity",
5533
+ "Oil",
5534
+ "LPG"
4902
5535
  ]
4903
5536
  }
4904
5537
  }
4905
5538
  },
4906
5539
  {
4907
5540
  "properties": {
4908
- "yesNo": {
5541
+ "centralHeatingFuelType": {
4909
5542
  "enum": [
4910
- "Yes"
5543
+ "Other"
4911
5544
  ]
4912
5545
  },
4913
- "attachments": {
4914
- "baspiRef": "7.1.2.2",
4915
- "title": "Please supply a plan showing the location of the system and how access is obtained.",
4916
- "enum": [
4917
- "Attached",
4918
- "To follow"
4919
- ]
5546
+ "otherCentralHeatingFuelType": {
5547
+ "baspiRef": "A7.4.0.3",
5548
+ "title": "Please describe the other fuel type"
4920
5549
  }
4921
5550
  },
4922
5551
  "required": [
4923
- "attachments"
5552
+ "otherCentralHeatingFuelType"
4924
5553
  ]
4925
5554
  }
4926
5555
  ],
4927
5556
  "required": [
4928
- "yesNo"
5557
+ "centralHeatingFuelType"
4929
5558
  ],
4930
5559
  "properties": {
4931
- "yesNo": {
4932
- "baspiRef": "7.1.2.1",
5560
+ "centralHeatingFuelType": {
5561
+ "baspiRef": "A7.4.0.2",
5562
+ "title": "What type of fuel does the system run on?",
4933
5563
  "enum": [
4934
- "Yes",
4935
- "No"
5564
+ "Gas",
5565
+ "Electricity",
5566
+ "Oil",
5567
+ "LPG",
5568
+ "Other"
4936
5569
  ]
4937
5570
  }
4938
5571
  }
4939
5572
  },
4940
- "plantRegistered": {
4941
- "baspiRef": "A7.1.3",
4942
- "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
5573
+ "centralHeatingInstalled": {
5574
+ "baspiRef": "A7.4.1",
5575
+ "title": "When was the heating system installed?"
5576
+ },
5577
+ "boilerInstallationCertificate": {
5578
+ "baspiRef": "A7.4.1.1",
5579
+ "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
4943
5580
  "discriminator": {
4944
5581
  "propertyName": "yesNo"
4945
5582
  },
@@ -4961,8 +5598,8 @@
4961
5598
  ]
4962
5599
  },
4963
5600
  "attachments": {
4964
- "baspiRef": "A7.1.3.2",
4965
- "title": "Please supply the appropriate permit to discharge or exemption certificate",
5601
+ "baspiRef": "A7.4.1.2",
5602
+ "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",
4966
5603
  "enum": [
4967
5604
  "Attached",
4968
5605
  "To follow"
@@ -4979,7 +5616,7 @@
4979
5616
  ],
4980
5617
  "properties": {
4981
5618
  "yesNo": {
4982
- "baspiRef": "A7.1.3.1",
5619
+ "baspiRef": "A10.1.1",
4983
5620
  "enum": [
4984
5621
  "Yes",
4985
5622
  "No"
@@ -4987,9 +5624,22 @@
4987
5624
  }
4988
5625
  }
4989
5626
  },
4990
- "plantDrainsIntoWaterway": {
4991
- "baspiRef": "A7.1.4",
4992
- "title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
5627
+ "heatingLastServicedDate": {
5628
+ "baspiRef": "A7.4.2.1",
5629
+ "title": "When was the heating system last serviced or maintained?"
5630
+ },
5631
+ "heatingLastServicedReport": {
5632
+ "baspiRef": "A7.4.2.2",
5633
+ "title": "Please provide a copy of the service or maintenance works report.",
5634
+ "enum": [
5635
+ "Attached",
5636
+ "To follow",
5637
+ "Not available"
5638
+ ]
5639
+ },
5640
+ "heatingInGoodWorkingOrder": {
5641
+ "baspiRef": "A7.4.3",
5642
+ "title": "Is the heating system in good working order to your satisfaction?",
4993
5643
  "discriminator": {
4994
5644
  "propertyName": "yesNo"
4995
5645
  },
@@ -4998,7 +5648,7 @@
4998
5648
  "properties": {
4999
5649
  "yesNo": {
5000
5650
  "enum": [
5001
- "No, the effluent is discharged through a soakaway system."
5651
+ "Yes"
5002
5652
  ]
5003
5653
  }
5004
5654
  }
@@ -5007,20 +5657,16 @@
5007
5657
  "properties": {
5008
5658
  "yesNo": {
5009
5659
  "enum": [
5010
- "Yes"
5660
+ "No"
5011
5661
  ]
5012
5662
  },
5013
- "dischargeCompliesWithGBR": {
5014
- "baspiRef": "A7.1.4.1",
5015
- "title": "Does it comply with the General Binding Rules for discharge into a waterway?",
5016
- "enum": [
5017
- "Yes",
5018
- "No, it does not comply with the rules for discharge into a waterway."
5019
- ]
5663
+ "details": {
5664
+ "baspiRef": "A7.4.3.2",
5665
+ "title": "Please provide details"
5020
5666
  }
5021
5667
  },
5022
5668
  "required": [
5023
- "dischargeCompliesWithGBR"
5669
+ "details"
5024
5670
  ]
5025
5671
  }
5026
5672
  ],
@@ -5029,255 +5675,181 @@
5029
5675
  ],
5030
5676
  "properties": {
5031
5677
  "yesNo": {
5032
- "baspiRef": "A7.1.4.1",
5678
+ "baspiRef": "A7.4.3.1",
5033
5679
  "enum": [
5034
5680
  "Yes",
5035
- "No, the effluent is discharged through a soakaway system."
5681
+ "No"
5036
5682
  ]
5037
5683
  }
5038
5684
  }
5039
5685
  }
5040
- },
5041
- "required": [
5042
- "sustainableDrainageSystem",
5043
- "septicTank",
5044
- "cesspit",
5045
- "sewerageTreatmentPlant",
5046
- "otherConnectedProperties",
5047
- "yearSystemInstalled",
5048
- "plantOnOtherLand",
5049
- "plantRegistered",
5050
- "plantDrainsIntoWaterway"
5051
- ]
5052
- }
5053
- ],
5054
- "required": [
5055
- "yesNo"
5056
- ],
5057
- "properties": {
5058
- "yesNo": {
5059
- "baspiRef": "A7.1.0.11.1",
5060
- "enum": [
5061
- "Yes",
5062
- "To be connected",
5063
- "No"
5064
- ]
5065
- }
5066
- }
5067
- },
5068
- "maintenanceAgreements": {
5069
- "baspiRef": "A7.2",
5070
- "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
5071
- "discriminator": {
5072
- "propertyName": "yesNo"
5073
- },
5074
- "oneOf": [
5075
- {
5076
- "properties": {
5077
- "yesNo": {
5078
- "enum": [
5079
- "No"
5080
- ]
5081
- }
5082
5686
  }
5083
- },
5084
- {
5085
- "properties": {
5086
- "yesNo": {
5087
- "enum": [
5088
- "Yes"
5089
- ]
5090
- },
5091
- "details": {
5092
- "baspiRef": "A7.2.2",
5093
- "title": "Details"
5094
- },
5095
- "attachments": {
5096
- "baspiRef": "A7.2.3",
5097
- "title": "Attachments",
5098
- "enum": [
5099
- "Attached",
5100
- "To follow"
5101
- ]
5102
- }
5103
- },
5104
- "required": [
5105
- "details",
5106
- "attachments"
5107
- ]
5108
5687
  }
5109
- ],
5688
+ },
5110
5689
  "required": [
5111
- "yesNo"
5112
- ],
5113
- "properties": {
5114
- "yesNo": {
5115
- "baspiRef": "A7.2.1",
5116
- "enum": [
5117
- "Yes",
5118
- "No"
5119
- ]
5120
- }
5121
- }
5690
+ "centralHeatingDetails"
5691
+ ]
5122
5692
  }
5123
- }
5124
- },
5125
- "greenDealLoan": {
5126
- "baspiRef": "A7.3",
5127
- "title": "Green Deal Loan",
5693
+ ],
5128
5694
  "required": [
5129
- "hasGreenDealLoan"
5695
+ "hasCentralHeating"
5130
5696
  ],
5131
5697
  "properties": {
5132
- "hasGreenDealLoan": {
5133
- "baspiRef": "A7.3",
5134
- "title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
5135
- "discriminator": {
5136
- "propertyName": "yesNo"
5137
- },
5138
- "oneOf": [
5139
- {
5140
- "properties": {
5141
- "yesNo": {
5142
- "enum": [
5143
- "No"
5144
- ]
5145
- }
5146
- }
5147
- },
5148
- {
5149
- "properties": {
5150
- "yesNo": {
5151
- "enum": [
5152
- "Yes"
5153
- ]
5154
- },
5155
- "details": {
5156
- "baspiRef": "A7.3.2",
5157
- "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"
5158
- },
5159
- "attachments": {
5160
- "baspiRef": "A7.3.3",
5161
- "title": "Attachments",
5162
- "enum": [
5163
- "Attached",
5164
- "To follow"
5165
- ]
5166
- }
5167
- },
5168
- "required": [
5169
- "details",
5170
- "attachments"
5171
- ]
5172
- }
5173
- ],
5174
- "required": [
5175
- "yesNo"
5176
- ],
5177
- "properties": {
5178
- "yesNo": {
5179
- "baspiRef": "A7.3.1",
5180
- "enum": [
5181
- "Yes",
5182
- "No"
5183
- ]
5184
- }
5185
- }
5698
+ "hasCentralHeating": {
5699
+ "baspiRef": "A7.4.0",
5700
+ "title": "Is there full/partial central heating in your property?",
5701
+ "enum": [
5702
+ "Yes",
5703
+ "No"
5704
+ ]
5186
5705
  }
5187
5706
  }
5188
5707
  },
5189
- "centralHeating": {
5190
- "baspiRef": "A7.4",
5191
- "title": "Central Heating",
5708
+ "insurance": {
5709
+ "baspiRef": "A8",
5710
+ "title": "Insurance",
5192
5711
  "discriminator": {
5193
- "propertyName": "hasCentralHeating"
5712
+ "propertyName": "isInsured"
5194
5713
  },
5195
5714
  "oneOf": [
5196
5715
  {
5197
5716
  "properties": {
5198
- "hasCentralHeating": {
5717
+ "isInsured": {
5199
5718
  "enum": [
5200
5719
  "No"
5201
5720
  ]
5721
+ },
5722
+ "details": {
5723
+ "baspiRef": "A8.1.1",
5724
+ "title": "Why not?"
5725
+ },
5726
+ "landlordInsuresIfFlat": {
5727
+ "baspiRef": "A8.1.2",
5728
+ "title": "If the property is a flat, does the landlord insure the building?",
5729
+ "enum": [
5730
+ "Yes",
5731
+ "No",
5732
+ "Not applicable"
5733
+ ]
5202
5734
  }
5203
- }
5735
+ },
5736
+ "required": [
5737
+ "details",
5738
+ "landlordInsuresIfFlat"
5739
+ ]
5204
5740
  },
5205
5741
  {
5206
5742
  "properties": {
5207
- "hasCentralHeating": {
5743
+ "isInsured": {
5208
5744
  "enum": [
5209
5745
  "Yes"
5210
5746
  ]
5211
5747
  },
5212
- "centralHeatingDetails": {
5748
+ "difficultiesObtainingInsurance": {
5749
+ "baspiRef": "A8.1.2.1",
5750
+ "title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
5213
5751
  "required": [
5214
- "centralHeatingFuel",
5215
- "centralHeatingInstalled",
5216
- "boilerInstallationCertificate",
5217
- "heatingLastServiced",
5218
- "heatingInGoodWorkingOrder"
5752
+ "abnormalRiseInPremiums",
5753
+ "subjectToHighExcesses",
5754
+ "subjectToUnusualConditions",
5755
+ "refused"
5219
5756
  ],
5220
5757
  "properties": {
5221
- "centralHeatingFuel": {
5222
- "baspiRef": "A7.4.0.1",
5223
- "title": "Central Heating Fuel",
5758
+ "abnormalRiseInPremiums": {
5759
+ "baspiRef": "A8.1.2.1.1",
5760
+ "title": "Subject to abnormal rise in premiums?",
5224
5761
  "discriminator": {
5225
- "propertyName": "centralHeatingFuelType"
5762
+ "propertyName": "yesNo"
5763
+ },
5764
+ "oneOf": [
5765
+ {
5766
+ "properties": {
5767
+ "yesNo": {
5768
+ "enum": [
5769
+ "No"
5770
+ ]
5771
+ }
5772
+ }
5773
+ },
5774
+ {
5775
+ "properties": {
5776
+ "yesNo": {
5777
+ "enum": [
5778
+ "Yes"
5779
+ ]
5780
+ },
5781
+ "details": {
5782
+ "baspiRef": "A8.1.2.1.3",
5783
+ "title": "Provide details"
5784
+ }
5785
+ },
5786
+ "required": [
5787
+ "details"
5788
+ ]
5789
+ }
5790
+ ],
5791
+ "required": [
5792
+ "yesNo"
5793
+ ],
5794
+ "properties": {
5795
+ "yesNo": {
5796
+ "baspiRef": "A8.1.2.1.2",
5797
+ "enum": [
5798
+ "Yes",
5799
+ "No"
5800
+ ]
5801
+ }
5802
+ }
5803
+ },
5804
+ "subjectToHighExcesses": {
5805
+ "baspiRef": "A8.1.1.2",
5806
+ "title": "Subject to high excesses?",
5807
+ "discriminator": {
5808
+ "propertyName": "yesNo"
5226
5809
  },
5227
5810
  "oneOf": [
5228
5811
  {
5229
5812
  "properties": {
5230
- "centralHeatingFuelType": {
5813
+ "yesNo": {
5231
5814
  "enum": [
5232
- "Gas",
5233
- "Electricity",
5234
- "Oil",
5235
- "LPG"
5815
+ "No"
5236
5816
  ]
5237
5817
  }
5238
5818
  }
5239
5819
  },
5240
5820
  {
5241
5821
  "properties": {
5242
- "centralHeatingFuelType": {
5822
+ "yesNo": {
5243
5823
  "enum": [
5244
- "Other"
5824
+ "Yes"
5245
5825
  ]
5246
5826
  },
5247
- "otherCentralHeatingFuelType": {
5248
- "baspiRef": "A7.4.0.3",
5249
- "title": "Please describe the other fuel type"
5827
+ "details": {
5828
+ "baspiRef": "A8.1.2.1.2.2",
5829
+ "title": "Provide details"
5250
5830
  }
5251
5831
  },
5252
5832
  "required": [
5253
- "otherCentralHeatingFuelType"
5833
+ "details"
5254
5834
  ]
5255
5835
  }
5256
5836
  ],
5257
5837
  "required": [
5258
- "centralHeatingFuelType"
5838
+ "yesNo"
5259
5839
  ],
5260
5840
  "properties": {
5261
- "centralHeatingFuelType": {
5262
- "baspiRef": "A7.4.0.2",
5263
- "title": "What type of fuel does the system and boiler run on?",
5841
+ "yesNo": {
5842
+ "baspiRef": "A8.1.1.2.1",
5264
5843
  "enum": [
5265
- "Gas",
5266
- "Electricity",
5267
- "Oil",
5268
- "LPG",
5269
- "Other"
5844
+ "Yes",
5845
+ "No"
5270
5846
  ]
5271
5847
  }
5272
5848
  }
5273
5849
  },
5274
- "centralHeatingInstalled": {
5275
- "baspiRef": "A7.4.1",
5276
- "title": "When was the heating system and boiler installed?"
5277
- },
5278
- "boilerInstallationCertificate": {
5279
- "baspiRef": "A7.4.1.1",
5280
- "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
5850
+ "subjectToUnusualConditions": {
5851
+ "baspiRef": "A8.1.2.1.3",
5852
+ "title": "Subject to unusual conditions?",
5281
5853
  "discriminator": {
5282
5854
  "propertyName": "yesNo"
5283
5855
  },
@@ -5298,17 +5870,13 @@
5298
5870
  "Yes"
5299
5871
  ]
5300
5872
  },
5301
- "attachments": {
5302
- "baspiRef": "A7.4.1.2",
5303
- "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",
5304
- "enum": [
5305
- "Attached",
5306
- "To follow"
5307
- ]
5873
+ "details": {
5874
+ "baspiRef": "A8.1.2.1.3.2",
5875
+ "title": "Provide details"
5308
5876
  }
5309
5877
  },
5310
5878
  "required": [
5311
- "attachments"
5879
+ "details"
5312
5880
  ]
5313
5881
  }
5314
5882
  ],
@@ -5317,7 +5885,7 @@
5317
5885
  ],
5318
5886
  "properties": {
5319
5887
  "yesNo": {
5320
- "baspiRef": "A10.1.1",
5888
+ "baspiRef": "A8.1.2.1.3.1",
5321
5889
  "enum": [
5322
5890
  "Yes",
5323
5891
  "No"
@@ -5325,22 +5893,9 @@
5325
5893
  }
5326
5894
  }
5327
5895
  },
5328
- "heatingLastServicedDate": {
5329
- "baspiRef": "A7.4.2.1",
5330
- "title": "When was the heating system and boiler last serviced or maintained?"
5331
- },
5332
- "heatingLastServicedReport": {
5333
- "baspiRef": "A7.4.2.2",
5334
- "title": "Please provide a copy of the service or maintenance works report.",
5335
- "enum": [
5336
- "Attached",
5337
- "To follow",
5338
- "N/A"
5339
- ]
5340
- },
5341
- "heatingInGoodWorkingOrder": {
5342
- "baspiRef": "A7.4.3",
5343
- "title": "Is the heating system in good working order to your satisfaction?",
5896
+ "refused": {
5897
+ "baspiRef": "A8.1.2.1.4",
5898
+ "title": "Refused?",
5344
5899
  "discriminator": {
5345
5900
  "propertyName": "yesNo"
5346
5901
  },
@@ -5349,7 +5904,7 @@
5349
5904
  "properties": {
5350
5905
  "yesNo": {
5351
5906
  "enum": [
5352
- "Yes"
5907
+ "No"
5353
5908
  ]
5354
5909
  }
5355
5910
  }
@@ -5358,12 +5913,12 @@
5358
5913
  "properties": {
5359
5914
  "yesNo": {
5360
5915
  "enum": [
5361
- "No"
5916
+ "Yes"
5362
5917
  ]
5363
5918
  },
5364
5919
  "details": {
5365
- "baspiRef": "A7.4.3.2",
5366
- "title": "Please provide details"
5920
+ "baspiRef": "A8.1.2.1.4.2",
5921
+ "title": "Provide details"
5367
5922
  }
5368
5923
  },
5369
5924
  "required": [
@@ -5376,7 +5931,7 @@
5376
5931
  ],
5377
5932
  "properties": {
5378
5933
  "yesNo": {
5379
- "baspiRef": "A7.4.3.1",
5934
+ "baspiRef": "A8.1.2.1.4.1",
5380
5935
  "enum": [
5381
5936
  "Yes",
5382
5937
  "No"
@@ -5385,103 +5940,6 @@
5385
5940
  }
5386
5941
  }
5387
5942
  }
5388
- }
5389
- },
5390
- "required": [
5391
- "centralHeatingDetails"
5392
- ]
5393
- }
5394
- ],
5395
- "required": [
5396
- "hasCentralHeating"
5397
- ],
5398
- "properties": {
5399
- "hasCentralHeating": {
5400
- "baspiRef": "A7.4.0",
5401
- "title": "Is there full/partial central heating in your property?",
5402
- "enum": [
5403
- "Yes",
5404
- "No"
5405
- ]
5406
- }
5407
- }
5408
- },
5409
- "insurance": {
5410
- "baspiRef": "A8",
5411
- "title": "Insurance",
5412
- "discriminator": {
5413
- "propertyName": "isInsured"
5414
- },
5415
- "oneOf": [
5416
- {
5417
- "properties": {
5418
- "isInsured": {
5419
- "enum": [
5420
- "No"
5421
- ]
5422
- },
5423
- "details": {
5424
- "baspiRef": "A8.1.1",
5425
- "title": "Why not?"
5426
- }
5427
- },
5428
- "required": [
5429
- "details"
5430
- ]
5431
- },
5432
- {
5433
- "properties": {
5434
- "isInsured": {
5435
- "enum": [
5436
- "Yes"
5437
- ]
5438
- },
5439
- "difficultiesObtainingInsurance": {
5440
- "baspiRef": "A8.1.2",
5441
- "title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
5442
- "description": "(e.g. high premiums, excess over £1,500, special conditions etc)",
5443
- "discriminator": {
5444
- "propertyName": "yesNo"
5445
- },
5446
- "oneOf": [
5447
- {
5448
- "properties": {
5449
- "yesNo": {
5450
- "enum": [
5451
- "No"
5452
- ]
5453
- }
5454
- }
5455
- },
5456
- {
5457
- "properties": {
5458
- "yesNo": {
5459
- "enum": [
5460
- "Yes"
5461
- ]
5462
- },
5463
- "details": {
5464
- "baspiRef": "A8.1.2.2",
5465
- "title": "Provide details"
5466
- }
5467
- },
5468
- "required": [
5469
- "details"
5470
- ]
5471
- }
5472
- ],
5473
- "required": [
5474
- "yesNo"
5475
- ],
5476
- "properties": {
5477
- "yesNo": {
5478
- "baspiRef": "A8.1.2.1",
5479
- "enum": [
5480
- "Yes",
5481
- "No"
5482
- ]
5483
- }
5484
- }
5485
5943
  },
5486
5944
  "insuranceClaims": {
5487
5945
  "baspiRef": "A8.2",
@@ -5918,10 +6376,12 @@
5918
6376
  "title": "Do you know if any of the following rights or arrangements affect the property?",
5919
6377
  "required": [
5920
6378
  "publicRightOfWay",
5921
- "rightsOfLightOrSupport",
6379
+ "rightsOfLight",
6380
+ "rightsOfSupport",
5922
6381
  "rightsCreatedThroughCustom",
5923
6382
  "minesAndMinerals",
5924
6383
  "churchChancel",
6384
+ "rightsToTakeFromLand",
5925
6385
  "otherRights"
5926
6386
  ],
5927
6387
  "properties": {
@@ -5980,9 +6440,55 @@
5980
6440
  }
5981
6441
  }
5982
6442
  },
5983
- "rightsOfLightOrSupport": {
5984
- "baspiRef": "A10.4.2",
5985
- "title": "Rights of light or support for other properties",
6443
+ "rightsOfLight": {
6444
+ "baspiRef": "A10.4.2a",
6445
+ "title": "Rights of light",
6446
+ "discriminator": {
6447
+ "propertyName": "yesNo"
6448
+ },
6449
+ "oneOf": [
6450
+ {
6451
+ "properties": {
6452
+ "yesNo": {
6453
+ "enum": [
6454
+ "No"
6455
+ ]
6456
+ }
6457
+ }
6458
+ },
6459
+ {
6460
+ "properties": {
6461
+ "yesNo": {
6462
+ "enum": [
6463
+ "Yes"
6464
+ ]
6465
+ },
6466
+ "details": {
6467
+ "baspiRef": "A10.4.2a.2",
6468
+ "title": "Details"
6469
+ }
6470
+ },
6471
+ "required": [
6472
+ "details"
6473
+ ]
6474
+ }
6475
+ ],
6476
+ "required": [
6477
+ "yesNo"
6478
+ ],
6479
+ "properties": {
6480
+ "yesNo": {
6481
+ "baspiRef": "A10.4.2a.1",
6482
+ "enum": [
6483
+ "Yes",
6484
+ "No"
6485
+ ]
6486
+ }
6487
+ }
6488
+ },
6489
+ "rightsOfSupport": {
6490
+ "baspiRef": "A10.4.2b",
6491
+ "title": "Rights of support from ajoining properties",
5986
6492
  "discriminator": {
5987
6493
  "propertyName": "yesNo"
5988
6494
  },
@@ -6004,7 +6510,7 @@
6004
6510
  ]
6005
6511
  },
6006
6512
  "details": {
6007
- "baspiRef": "A10.4.2.2",
6513
+ "baspiRef": "A10.4.2b.2",
6008
6514
  "title": "Details"
6009
6515
  }
6010
6516
  },
@@ -6018,7 +6524,7 @@
6018
6524
  ],
6019
6525
  "properties": {
6020
6526
  "yesNo": {
6021
- "baspiRef": "A10.4.2.1",
6527
+ "baspiRef": "A10.4.2b.1",
6022
6528
  "enum": [
6023
6529
  "Yes",
6024
6530
  "No"
@@ -6027,8 +6533,54 @@
6027
6533
  }
6028
6534
  },
6029
6535
  "rightsCreatedThroughCustom": {
6030
- "baspiRef": "A10.4.3",
6031
- "title": "Rights created through custom or use (e.g. rights to graze on other land or forage, rights of the lord of the manor or others to take things from your property etc)",
6536
+ "baspiRef": "A10.4.3a",
6537
+ "title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
6538
+ "discriminator": {
6539
+ "propertyName": "yesNo"
6540
+ },
6541
+ "oneOf": [
6542
+ {
6543
+ "properties": {
6544
+ "yesNo": {
6545
+ "enum": [
6546
+ "No"
6547
+ ]
6548
+ }
6549
+ }
6550
+ },
6551
+ {
6552
+ "properties": {
6553
+ "yesNo": {
6554
+ "enum": [
6555
+ "Yes"
6556
+ ]
6557
+ },
6558
+ "details": {
6559
+ "baspiRef": "A10.4.3a2",
6560
+ "title": "Details"
6561
+ }
6562
+ },
6563
+ "required": [
6564
+ "details"
6565
+ ]
6566
+ }
6567
+ ],
6568
+ "required": [
6569
+ "yesNo"
6570
+ ],
6571
+ "properties": {
6572
+ "yesNo": {
6573
+ "baspiRef": "A10.4.3a1",
6574
+ "enum": [
6575
+ "Yes",
6576
+ "No"
6577
+ ]
6578
+ }
6579
+ }
6580
+ },
6581
+ "rightsToTakeFromLand": {
6582
+ "baspiRef": "A10.4.3b",
6583
+ "title": "Other people's rights to take things from the land (such as timber, hay or fish)",
6032
6584
  "discriminator": {
6033
6585
  "propertyName": "yesNo"
6034
6586
  },
@@ -6050,7 +6602,7 @@
6050
6602
  ]
6051
6603
  },
6052
6604
  "details": {
6053
- "baspiRef": "A10.4.3.2",
6605
+ "baspiRef": "A10.4.3b2",
6054
6606
  "title": "Details"
6055
6607
  }
6056
6608
  },
@@ -6064,7 +6616,7 @@
6064
6616
  ],
6065
6617
  "properties": {
6066
6618
  "yesNo": {
6067
- "baspiRef": "A10.4.3.1",
6619
+ "baspiRef": "A10.4.3b1",
6068
6620
  "enum": [
6069
6621
  "Yes",
6070
6622
  "No"
@@ -6265,42 +6817,46 @@
6265
6817
  "groundWater": {
6266
6818
  "baspiRef": "A11.1.2.2.1",
6267
6819
  "title": "Ground water",
6268
- "required": [
6269
- "yesNo"
6820
+ "enum": [
6821
+ "Yes",
6822
+ "No"
6270
6823
  ]
6271
6824
  },
6272
6825
  "sewer": {
6273
6826
  "baspiRef": "A11.1.2.2.2",
6274
6827
  "title": "Sewer",
6275
- "required": [
6276
- "yesNo"
6828
+ "enum": [
6829
+ "Yes",
6830
+ "No"
6277
6831
  ]
6278
6832
  },
6279
6833
  "surfaceWater": {
6280
6834
  "baspiRef": "A11.1.2.2.3",
6281
6835
  "title": "Surface water",
6282
- "required": [
6283
- "yesNo"
6836
+ "enum": [
6837
+ "Yes",
6838
+ "No"
6284
6839
  ]
6285
6840
  },
6286
6841
  "coastal": {
6287
6842
  "baspiRef": "A11.1.2.2.4",
6288
6843
  "title": "Coastal flooding",
6289
- "required": [
6290
- "yesNo"
6844
+ "enum": [
6845
+ "Yes",
6846
+ "No"
6291
6847
  ]
6292
6848
  },
6293
6849
  "river": {
6294
6850
  "baspiRef": "A11.1.2.2.5",
6295
6851
  "title": "River flooding",
6296
- "required": [
6297
- "yesNo"
6852
+ "enum": [
6853
+ "Yes",
6854
+ "No"
6298
6855
  ]
6299
6856
  },
6300
6857
  "other": {
6301
6858
  "baspiRef": "A11.1.2.2.6",
6302
6859
  "title": "Other",
6303
- "description": "Please state",
6304
6860
  "discriminator": {
6305
6861
  "propertyName": "yesNo"
6306
6862
  },
@@ -6322,7 +6878,7 @@
6322
6878
  ]
6323
6879
  },
6324
6880
  "details": {
6325
- "baspiRef": "A11.1.2.2.6.1",
6881
+ "baspiRef": "A11.1.2.2.6.2",
6326
6882
  "title": "Please stata"
6327
6883
  }
6328
6884
  },
@@ -6333,7 +6889,16 @@
6333
6889
  ],
6334
6890
  "required": [
6335
6891
  "yesNo"
6336
- ]
6892
+ ],
6893
+ "properties": {
6894
+ "yesNo": {
6895
+ "baspiRef": "A11.1.2.2.6.1",
6896
+ "enum": [
6897
+ "Yes",
6898
+ "No"
6899
+ ]
6900
+ }
6901
+ }
6337
6902
  }
6338
6903
  }
6339
6904
  }
@@ -6442,11 +7007,15 @@
6442
7007
  },
6443
7008
  "details": {
6444
7009
  "baspiRef": "A11.1.3.2",
6445
- "title": "Please supply a copy of the report and indicate if the test result was below the recommended level."
7010
+ "title": "Was the test result was below the recommended action level?",
7011
+ "enum": [
7012
+ "Yes",
7013
+ "No"
7014
+ ]
6446
7015
  },
6447
7016
  "attachments": {
6448
7017
  "baspiRef": "A11.1.3.3",
6449
- "title": "Attachments",
7018
+ "title": "Please supply a copy of the report",
6450
7019
  "enum": [
6451
7020
  "Attached",
6452
7021
  "To follow"
@@ -6473,15 +7042,18 @@
6473
7042
  }
6474
7043
  },
6475
7044
  "remedialMeasuresOnConstruction": {
7045
+ "baspiRef": "A11.1.3.4",
7046
+ "title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
6476
7047
  "required": [
6477
7048
  "yesNo"
6478
7049
  ],
6479
7050
  "properties": {
6480
7051
  "yesNo": {
6481
- "baspiRef": "A11.1.3.4",
7052
+ "baspiRef": "A11.1.3.4.1",
6482
7053
  "enum": [
6483
7054
  "Yes",
6484
- "No"
7055
+ "No",
7056
+ "Not known"
6485
7057
  ]
6486
7058
  }
6487
7059
  }
@@ -6499,7 +7071,8 @@
6499
7071
  "properties": {
6500
7072
  "yesNo": {
6501
7073
  "enum": [
6502
- "No"
7074
+ "No",
7075
+ "Not known"
6503
7076
  ]
6504
7077
  }
6505
7078
  }
@@ -6769,7 +7342,8 @@
6769
7342
  "title": "Additional Information",
6770
7343
  "required": [
6771
7344
  "restrictionsOnUseNotCompliedWith",
6772
- "otherMaterialIssue"
7345
+ "otherMaterialIssue",
7346
+ "otherCharges"
6773
7347
  ],
6774
7348
  "properties": {
6775
7349
  "restrictionsOnUseNotCompliedWith": {
@@ -6880,6 +7454,52 @@
6880
7454
  ]
6881
7455
  }
6882
7456
  }
7457
+ },
7458
+ "otherCharges": {
7459
+ "baspiRef": "A12.3",
7460
+ "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?",
7461
+ "discriminator": {
7462
+ "propertyName": "yesNo"
7463
+ },
7464
+ "oneOf": [
7465
+ {
7466
+ "properties": {
7467
+ "yesNo": {
7468
+ "enum": [
7469
+ "No"
7470
+ ]
7471
+ }
7472
+ }
7473
+ },
7474
+ {
7475
+ "properties": {
7476
+ "yesNo": {
7477
+ "enum": [
7478
+ "Yes"
7479
+ ]
7480
+ },
7481
+ "details": {
7482
+ "baspiRef": "A12.3.2",
7483
+ "title": "Please give details"
7484
+ }
7485
+ },
7486
+ "required": [
7487
+ "details"
7488
+ ]
7489
+ }
7490
+ ],
7491
+ "required": [
7492
+ "yesNo"
7493
+ ],
7494
+ "properties": {
7495
+ "yesNo": {
7496
+ "baspiRef": "A12.3.1",
7497
+ "enum": [
7498
+ "Yes",
7499
+ "No"
7500
+ ]
7501
+ }
7502
+ }
6883
7503
  }
6884
7504
  }
6885
7505
  },
@@ -6919,6 +7539,9 @@
6919
7539
  "legalOwners": {
6920
7540
  "baspiRef": "B1",
6921
7541
  "title": "Legal Owners",
7542
+ "required": [
7543
+ "namesOfLegalOwners"
7544
+ ],
6922
7545
  "properties": {
6923
7546
  "namesOfLegalOwners": {
6924
7547
  "baspiRef": "B1.1",
@@ -7092,6 +7715,12 @@
7092
7715
  "uniformBoundaries": {
7093
7716
  "baspiRef": "B2.1.0.2",
7094
7717
  "title": "Please indicate who has repaired, or treated as belonging to them, each of the boundaries. Identify each boundary as if you were looking at the property from the road.",
7718
+ "required": [
7719
+ "left",
7720
+ "right",
7721
+ "rear",
7722
+ "front"
7723
+ ],
7095
7724
  "properties": {
7096
7725
  "left": {
7097
7726
  "baspiRef": "B2.1.1",
@@ -7135,13 +7764,7 @@
7135
7764
  }
7136
7765
  }
7137
7766
  }
7138
- },
7139
- "required": [
7140
- "left",
7141
- "right",
7142
- "rear",
7143
- "front"
7144
- ]
7767
+ }
7145
7768
  },
7146
7769
  {
7147
7770
  "properties": {
@@ -7172,7 +7795,7 @@
7172
7795
  "properties": {
7173
7796
  "areBoundariesUniform": {
7174
7797
  "enum": [
7175
- "N/A"
7798
+ "Not applicable"
7176
7799
  ]
7177
7800
  }
7178
7801
  }
@@ -7188,7 +7811,7 @@
7188
7811
  "enum": [
7189
7812
  "Yes",
7190
7813
  "No",
7191
- "N/A"
7814
+ "Not applicable"
7192
7815
  ]
7193
7816
  }
7194
7817
  }
@@ -7205,7 +7828,7 @@
7205
7828
  "yesNo": {
7206
7829
  "enum": [
7207
7830
  "No",
7208
- "N/A"
7831
+ "Not applicable"
7209
7832
  ]
7210
7833
  }
7211
7834
  }
@@ -7236,7 +7859,7 @@
7236
7859
  "enum": [
7237
7860
  "Yes",
7238
7861
  "No",
7239
- "N/A"
7862
+ "Not applicable"
7240
7863
  ]
7241
7864
  }
7242
7865
  }
@@ -7253,7 +7876,7 @@
7253
7876
  "yesNo": {
7254
7877
  "enum": [
7255
7878
  "No",
7256
- "N/A"
7879
+ "Not applicable"
7257
7880
  ]
7258
7881
  }
7259
7882
  }
@@ -7284,7 +7907,7 @@
7284
7907
  "enum": [
7285
7908
  "Yes",
7286
7909
  "No",
7287
- "N/A"
7910
+ "Not applicable"
7288
7911
  ]
7289
7912
  }
7290
7913
  }
@@ -7292,7 +7915,7 @@
7292
7915
  "flyingFreehold": {
7293
7916
  "baspiRef": "B2.5",
7294
7917
  "title": "Is there a flying freehold?",
7295
- "description": "NOTE: a flying freehold is when part of the property overhangs a neighbour’s property or an accessway - eg a terrace house where part of the upstairs is over an accessway which belongs to someone else.",
7918
+ "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.",
7296
7919
  "discriminator": {
7297
7920
  "propertyName": "yesNo"
7298
7921
  },
@@ -7302,7 +7925,7 @@
7302
7925
  "yesNo": {
7303
7926
  "enum": [
7304
7927
  "No",
7305
- "N/A"
7928
+ "Not applicable"
7306
7929
  ]
7307
7930
  }
7308
7931
  }
@@ -7333,7 +7956,7 @@
7333
7956
  "enum": [
7334
7957
  "Yes",
7335
7958
  "No",
7336
- "N/A"
7959
+ "Not applicable"
7337
7960
  ]
7338
7961
  }
7339
7962
  }
@@ -7360,7 +7983,8 @@
7360
7983
  "properties": {
7361
7984
  "yesNo": {
7362
7985
  "enum": [
7363
- "No"
7986
+ "No",
7987
+ "Not known"
7364
7988
  ]
7365
7989
  }
7366
7990
  }
@@ -7398,7 +8022,8 @@
7398
8022
  "baspiRef": "B3.1.1",
7399
8023
  "enum": [
7400
8024
  "Yes",
7401
- "No"
8025
+ "No",
8026
+ "Not known"
7402
8027
  ]
7403
8028
  }
7404
8029
  }
@@ -7414,7 +8039,8 @@
7414
8039
  "properties": {
7415
8040
  "yesNo": {
7416
8041
  "enum": [
7417
- "No"
8042
+ "No",
8043
+ "Not known"
7418
8044
  ]
7419
8045
  }
7420
8046
  }
@@ -7452,7 +8078,8 @@
7452
8078
  "baspiRef": "B3.2.1",
7453
8079
  "enum": [
7454
8080
  "Yes",
7455
- "No"
8081
+ "No",
8082
+ "Not known"
7456
8083
  ]
7457
8084
  }
7458
8085
  }
@@ -7468,7 +8095,8 @@
7468
8095
  "properties": {
7469
8096
  "yesNo": {
7470
8097
  "enum": [
7471
- "No"
8098
+ "No",
8099
+ "Not known"
7472
8100
  ]
7473
8101
  }
7474
8102
  }
@@ -7506,7 +8134,8 @@
7506
8134
  "baspiRef": "B3.3.1",
7507
8135
  "enum": [
7508
8136
  "Yes",
7509
- "No"
8137
+ "No",
8138
+ "Not known"
7510
8139
  ]
7511
8140
  }
7512
8141
  }
@@ -7547,11 +8176,11 @@
7547
8176
  },
7548
8177
  "yearTested": {
7549
8178
  "baspiRef": "B4.1.2",
7550
- "title": "State the year they were last tested and upload the test certificate."
8179
+ "title": "State the year they were last tested"
7551
8180
  },
7552
8181
  "attachments": {
7553
8182
  "baspiRef": "B4.1.3",
7554
- "title": "Attachments",
8183
+ "title": "Please upload the test certificate.",
7555
8184
  "enum": [
7556
8185
  "Attached",
7557
8186
  "To follow"
@@ -7559,7 +8188,7 @@
7559
8188
  }
7560
8189
  },
7561
8190
  "required": [
7562
- "details",
8191
+ "yearTested",
7563
8192
  "attachments"
7564
8193
  ]
7565
8194
  }
@@ -7588,7 +8217,8 @@
7588
8217
  "properties": {
7589
8218
  "yesNo": {
7590
8219
  "enum": [
7591
- "No"
8220
+ "No",
8221
+ "Not known"
7592
8222
  ]
7593
8223
  }
7594
8224
  }
@@ -7602,15 +8232,31 @@
7602
8232
  },
7603
8233
  "yearWorkCarriedOut": {
7604
8234
  "baspiRef": "B4.2.2",
7605
- "title": "State the year the work was carried"
8235
+ "title": "State the year the work was carried out"
7606
8236
  },
7607
8237
  "details": {
7608
8238
  "baspiRef": "B4.2.3",
7609
8239
  "title": "Provide details"
7610
8240
  },
7611
- "attachments": {
7612
- "baspiRef": "B4.2.4",
7613
- "title": "Please supply the signed Electrical Safety Certificate (BS7671) and Building Regulations Compliance Certificate (or equivalent)",
8241
+ "electricalSafetyCertificate": {
8242
+ "baspiRef": "B4.2.4.1",
8243
+ "title": "Please provide a signed Electrical Safety Certificate (BS7671)",
8244
+ "enum": [
8245
+ "Attached",
8246
+ "To follow"
8247
+ ]
8248
+ },
8249
+ "buildingRegulationsComplianceCertificate": {
8250
+ "baspiRef": "B4.2.4.2",
8251
+ "title": "or a Building Regulations Compliance Certificate (or equivalent)",
8252
+ "enum": [
8253
+ "Attached",
8254
+ "To follow"
8255
+ ]
8256
+ },
8257
+ "buildingControlCompletionCertificate": {
8258
+ "baspiRef": "B4.2.4.3",
8259
+ "title": "or a Building Control Completion Certificate",
7614
8260
  "enum": [
7615
8261
  "Attached",
7616
8262
  "To follow"
@@ -7618,8 +8264,8 @@
7618
8264
  }
7619
8265
  },
7620
8266
  "required": [
7621
- "details",
7622
- "attachments"
8267
+ "yearWorkCarriedOut",
8268
+ "details"
7623
8269
  ]
7624
8270
  }
7625
8271
  ],
@@ -7631,7 +8277,8 @@
7631
8277
  "baspiRef": "B4.2.1",
7632
8278
  "enum": [
7633
8279
  "Yes",
7634
- "No"
8280
+ "No",
8281
+ "Not known"
7635
8282
  ]
7636
8283
  }
7637
8284
  }
@@ -7747,7 +8394,7 @@
7747
8394
  },
7748
8395
  "attachments": {
7749
8396
  "baspiRef": "4.3.3.3",
7750
- "title": "please supply copies of the relevant documents",
8397
+ "title": "Please supply copies of the relevant documents",
7751
8398
  "enum": [
7752
8399
  "Attached",
7753
8400
  "To follow"
@@ -7939,7 +8586,7 @@
7939
8586
  },
7940
8587
  "attachments": {
7941
8588
  "baspiRef": "4.6.1.2",
7942
- "title": "Photograph of meter location",
8589
+ "title": "Photograph of stopcock location",
7943
8590
  "enum": [
7944
8591
  "Attached",
7945
8592
  "To follow"
@@ -8186,9 +8833,161 @@
8186
8833
  "Yes"
8187
8834
  ]
8188
8835
  },
8189
- "newHomeWarranty": {
8190
- "baspiRef": "B5.1.1",
8191
- "title": "New Home Warranty (NHBC or similar)",
8836
+ "newHomeWarranty": {
8837
+ "baspiRef": "B5.1.1",
8838
+ "title": "New Home Warranty (NHBC or similar)",
8839
+ "discriminator": {
8840
+ "propertyName": "yesNo"
8841
+ },
8842
+ "oneOf": [
8843
+ {
8844
+ "properties": {
8845
+ "yesNo": {
8846
+ "enum": [
8847
+ "No"
8848
+ ]
8849
+ }
8850
+ }
8851
+ },
8852
+ {
8853
+ "properties": {
8854
+ "yesNo": {
8855
+ "enum": [
8856
+ "Yes"
8857
+ ]
8858
+ },
8859
+ "details": {
8860
+ "baspiRef": "B5.1.1.2",
8861
+ "title": "Please confirm the name of the warranty provider and the date of the warranty"
8862
+ },
8863
+ "attachments": {
8864
+ "baspiRef": "B5.1.1.3",
8865
+ "enum": [
8866
+ "Attached",
8867
+ "To follow"
8868
+ ]
8869
+ }
8870
+ },
8871
+ "required": [
8872
+ "details",
8873
+ "attachments"
8874
+ ]
8875
+ }
8876
+ ],
8877
+ "required": [
8878
+ "yesNo"
8879
+ ],
8880
+ "properties": {
8881
+ "yesNo": {
8882
+ "baspiRef": "B5.1.1.1",
8883
+ "enum": [
8884
+ "Yes",
8885
+ "No"
8886
+ ]
8887
+ }
8888
+ }
8889
+ },
8890
+ "roofingWork": {
8891
+ "baspiRef": "B5.1.2",
8892
+ "title": "Roofing work",
8893
+ "discriminator": {
8894
+ "propertyName": "yesNo"
8895
+ },
8896
+ "oneOf": [
8897
+ {
8898
+ "properties": {
8899
+ "yesNo": {
8900
+ "enum": [
8901
+ "No"
8902
+ ]
8903
+ }
8904
+ }
8905
+ },
8906
+ {
8907
+ "properties": {
8908
+ "yesNo": {
8909
+ "enum": [
8910
+ "Yes"
8911
+ ]
8912
+ },
8913
+ "attachments": {
8914
+ "baspiRef": "B5.1.1.2",
8915
+ "enum": [
8916
+ "Attached",
8917
+ "To follow"
8918
+ ]
8919
+ }
8920
+ },
8921
+ "required": [
8922
+ "attachments"
8923
+ ]
8924
+ }
8925
+ ],
8926
+ "required": [
8927
+ "yesNo"
8928
+ ],
8929
+ "properties": {
8930
+ "yesNo": {
8931
+ "baspiRef": "B5.1.2.1",
8932
+ "enum": [
8933
+ "Yes",
8934
+ "No"
8935
+ ]
8936
+ }
8937
+ }
8938
+ },
8939
+ "dampProofingTreatment": {
8940
+ "baspiRef": "B5.1.3",
8941
+ "title": "Damp proofing treatment",
8942
+ "discriminator": {
8943
+ "propertyName": "yesNo"
8944
+ },
8945
+ "oneOf": [
8946
+ {
8947
+ "properties": {
8948
+ "yesNo": {
8949
+ "enum": [
8950
+ "No"
8951
+ ]
8952
+ }
8953
+ }
8954
+ },
8955
+ {
8956
+ "properties": {
8957
+ "yesNo": {
8958
+ "enum": [
8959
+ "Yes"
8960
+ ]
8961
+ },
8962
+ "attachments": {
8963
+ "baspiRef": "B5.1.1.2",
8964
+ "enum": [
8965
+ "Attached",
8966
+ "To follow"
8967
+ ]
8968
+ }
8969
+ },
8970
+ "required": [
8971
+ "attachments"
8972
+ ]
8973
+ }
8974
+ ],
8975
+ "required": [
8976
+ "yesNo"
8977
+ ],
8978
+ "properties": {
8979
+ "yesNo": {
8980
+ "baspiRef": "B5.1.3.1",
8981
+ "enum": [
8982
+ "Yes",
8983
+ "No"
8984
+ ]
8985
+ }
8986
+ }
8987
+ },
8988
+ "timberRotOrInfestationTreatment": {
8989
+ "baspiRef": "B5.1.4",
8990
+ "title": "Timber rot or infestation treatment",
8192
8991
  "discriminator": {
8193
8992
  "propertyName": "yesNo"
8194
8993
  },
@@ -8209,12 +9008,8 @@
8209
9008
  "Yes"
8210
9009
  ]
8211
9010
  },
8212
- "details": {
8213
- "baspiRef": "B5.1.1.2",
8214
- "title": "Please confirm the name of the warranty provider and the date of the warranty"
8215
- },
8216
9011
  "attachments": {
8217
- "baspiRef": "B5.1.1.3",
9012
+ "baspiRef": "B5.1.1.2",
8218
9013
  "enum": [
8219
9014
  "Attached",
8220
9015
  "To follow"
@@ -8222,7 +9017,6 @@
8222
9017
  }
8223
9018
  },
8224
9019
  "required": [
8225
- "details",
8226
9020
  "attachments"
8227
9021
  ]
8228
9022
  }
@@ -8230,54 +9024,6 @@
8230
9024
  "required": [
8231
9025
  "yesNo"
8232
9026
  ],
8233
- "properties": {
8234
- "yesNo": {
8235
- "baspiRef": "B5.1.1.1",
8236
- "enum": [
8237
- "Yes",
8238
- "No"
8239
- ]
8240
- }
8241
- }
8242
- },
8243
- "roofingWork": {
8244
- "baspiRef": "B5.1.2",
8245
- "title": "Roofing work",
8246
- "required": [
8247
- "yesNo"
8248
- ],
8249
- "properties": {
8250
- "yesNo": {
8251
- "baspiRef": "B5.1.2.1",
8252
- "enum": [
8253
- "Yes",
8254
- "No"
8255
- ]
8256
- }
8257
- }
8258
- },
8259
- "dampProofingTreatment": {
8260
- "baspiRef": "B5.1.3",
8261
- "title": "Damp proofing treatment",
8262
- "required": [
8263
- "yesNo"
8264
- ],
8265
- "properties": {
8266
- "yesNo": {
8267
- "baspiRef": "B5.1.3.1",
8268
- "enum": [
8269
- "Yes",
8270
- "No"
8271
- ]
8272
- }
8273
- }
8274
- },
8275
- "timberRotOrInfestationTreatment": {
8276
- "baspiRef": "B5.1.4",
8277
- "title": "Timber rot or infestation treatment",
8278
- "required": [
8279
- "yesNo"
8280
- ],
8281
9027
  "properties": {
8282
9028
  "yesNo": {
8283
9029
  "baspiRef": "B5.1.4.1",
@@ -8291,6 +9037,39 @@
8291
9037
  "centralHeatingAndorPlumbing": {
8292
9038
  "baspiRef": "B5.1.5",
8293
9039
  "title": "Central heating and/or plumbing",
9040
+ "discriminator": {
9041
+ "propertyName": "yesNo"
9042
+ },
9043
+ "oneOf": [
9044
+ {
9045
+ "properties": {
9046
+ "yesNo": {
9047
+ "enum": [
9048
+ "No"
9049
+ ]
9050
+ }
9051
+ }
9052
+ },
9053
+ {
9054
+ "properties": {
9055
+ "yesNo": {
9056
+ "enum": [
9057
+ "Yes"
9058
+ ]
9059
+ },
9060
+ "attachments": {
9061
+ "baspiRef": "B5.1.1.2",
9062
+ "enum": [
9063
+ "Attached",
9064
+ "To follow"
9065
+ ]
9066
+ }
9067
+ },
9068
+ "required": [
9069
+ "attachments"
9070
+ ]
9071
+ }
9072
+ ],
8294
9073
  "required": [
8295
9074
  "yesNo"
8296
9075
  ],
@@ -8307,6 +9086,39 @@
8307
9086
  "doubleGlazing": {
8308
9087
  "baspiRef": "B5.1.6",
8309
9088
  "title": "Double glazing (windows, doors, roof lights, conservatory etc)",
9089
+ "discriminator": {
9090
+ "propertyName": "yesNo"
9091
+ },
9092
+ "oneOf": [
9093
+ {
9094
+ "properties": {
9095
+ "yesNo": {
9096
+ "enum": [
9097
+ "No"
9098
+ ]
9099
+ }
9100
+ }
9101
+ },
9102
+ {
9103
+ "properties": {
9104
+ "yesNo": {
9105
+ "enum": [
9106
+ "Yes"
9107
+ ]
9108
+ },
9109
+ "attachments": {
9110
+ "baspiRef": "B5.1.1.2",
9111
+ "enum": [
9112
+ "Attached",
9113
+ "To follow"
9114
+ ]
9115
+ }
9116
+ },
9117
+ "required": [
9118
+ "attachments"
9119
+ ]
9120
+ }
9121
+ ],
8310
9122
  "required": [
8311
9123
  "yesNo"
8312
9124
  ],
@@ -8323,6 +9135,39 @@
8323
9135
  "electricalRepairOrInstallation": {
8324
9136
  "baspiRef": "B5.1.7",
8325
9137
  "title": "Electrical repair or installation",
9138
+ "discriminator": {
9139
+ "propertyName": "yesNo"
9140
+ },
9141
+ "oneOf": [
9142
+ {
9143
+ "properties": {
9144
+ "yesNo": {
9145
+ "enum": [
9146
+ "No"
9147
+ ]
9148
+ }
9149
+ }
9150
+ },
9151
+ {
9152
+ "properties": {
9153
+ "yesNo": {
9154
+ "enum": [
9155
+ "Yes"
9156
+ ]
9157
+ },
9158
+ "attachments": {
9159
+ "baspiRef": "B5.1.1.2",
9160
+ "enum": [
9161
+ "Attached",
9162
+ "To follow"
9163
+ ]
9164
+ }
9165
+ },
9166
+ "required": [
9167
+ "attachments"
9168
+ ]
9169
+ }
9170
+ ],
8326
9171
  "required": [
8327
9172
  "yesNo"
8328
9173
  ],
@@ -8339,6 +9184,39 @@
8339
9184
  "subsidenceWork": {
8340
9185
  "baspiRef": "B5.1.8",
8341
9186
  "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
9187
+ "discriminator": {
9188
+ "propertyName": "yesNo"
9189
+ },
9190
+ "oneOf": [
9191
+ {
9192
+ "properties": {
9193
+ "yesNo": {
9194
+ "enum": [
9195
+ "No"
9196
+ ]
9197
+ }
9198
+ }
9199
+ },
9200
+ {
9201
+ "properties": {
9202
+ "yesNo": {
9203
+ "enum": [
9204
+ "Yes"
9205
+ ]
9206
+ },
9207
+ "attachments": {
9208
+ "baspiRef": "B5.1.1.2",
9209
+ "enum": [
9210
+ "Attached",
9211
+ "To follow"
9212
+ ]
9213
+ }
9214
+ },
9215
+ "required": [
9216
+ "attachments"
9217
+ ]
9218
+ }
9219
+ ],
8342
9220
  "required": [
8343
9221
  "yesNo"
8344
9222
  ],
@@ -8355,6 +9233,39 @@
8355
9233
  "solarPanels": {
8356
9234
  "baspiRef": "B5.1.9",
8357
9235
  "title": "Solar panels",
9236
+ "discriminator": {
9237
+ "propertyName": "yesNo"
9238
+ },
9239
+ "oneOf": [
9240
+ {
9241
+ "properties": {
9242
+ "yesNo": {
9243
+ "enum": [
9244
+ "No"
9245
+ ]
9246
+ }
9247
+ }
9248
+ },
9249
+ {
9250
+ "properties": {
9251
+ "yesNo": {
9252
+ "enum": [
9253
+ "Yes"
9254
+ ]
9255
+ },
9256
+ "attachments": {
9257
+ "baspiRef": "B5.1.1.2",
9258
+ "enum": [
9259
+ "Attached",
9260
+ "To follow"
9261
+ ]
9262
+ }
9263
+ },
9264
+ "required": [
9265
+ "attachments"
9266
+ ]
9267
+ }
9268
+ ],
8358
9269
  "required": [
8359
9270
  "yesNo"
8360
9271
  ],
@@ -8414,10 +9325,6 @@
8414
9325
  }
8415
9326
  }
8416
9327
  },
8417
- "willLeaveGuaranteePaperwork": {
8418
- "baspiRef": "B5.1.11",
8419
- "title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out"
8420
- },
8421
9328
  "outstandingClaimsOrApplications": {
8422
9329
  "baspiRef": "B5.2",
8423
9330
  "title": "Are there any outstanding claims or current applications relating to any of the above?",
@@ -8539,7 +9446,6 @@
8539
9446
  "subsidenceWork",
8540
9447
  "solarPanels",
8541
9448
  "otherGuarantees",
8542
- "willLeaveGuaranteePaperwork",
8543
9449
  "outstandingClaimsOrApplications",
8544
9450
  "titleDefectInsurance"
8545
9451
  ]
@@ -8640,7 +9546,7 @@
8640
9546
  },
8641
9547
  "details": {
8642
9548
  "baspiRef": "B6.4.1",
8643
- "title": "Please provide details (eg the property is sold let to tenants)"
9549
+ "title": "Please provide details (e.g. the property is sold let to tenants)"
8644
9550
  },
8645
9551
  "attachments": {
8646
9552
  "baspiRef": "B6.4.2",
@@ -8667,7 +9573,16 @@
8667
9573
  "title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
8668
9574
  "required": [
8669
9575
  "yesNo"
8670
- ]
9576
+ ],
9577
+ "properties": {
9578
+ "yesNo": {
9579
+ "baspiRef": "B6.3.1.1",
9580
+ "enum": [
9581
+ "Yes",
9582
+ "No"
9583
+ ]
9584
+ }
9585
+ }
8671
9586
  },
8672
9587
  "aged17OrOverWillSignToConfirmWillVacate": {
8673
9588
  "baspiRef": "B6.3.2",
@@ -8694,11 +9609,11 @@
8694
9609
  },
8695
9610
  "details": {
8696
9611
  "baspiRef": "B6.3.2.2",
8697
- "title": "Please supply other evidence that the property will be vacant on completion."
9612
+ "title": "Please provide details (eg the property is sold let to tenants)"
8698
9613
  },
8699
9614
  "attachments": {
8700
9615
  "baspiRef": "B6.3.2.3",
8701
- "title": "Attachments",
9616
+ "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).",
8702
9617
  "enum": [
8703
9618
  "Attached",
8704
9619
  "To follow"
@@ -8706,7 +9621,8 @@
8706
9621
  }
8707
9622
  },
8708
9623
  "required": [
8709
- "details"
9624
+ "details",
9625
+ "attachments"
8710
9626
  ]
8711
9627
  }
8712
9628
  ],
@@ -8772,16 +9688,34 @@
8772
9688
  "baspiRef": "B7",
8773
9689
  "title": "Completion and Moving",
8774
9690
  "required": [
8775
- "willRemoveAllRubbish",
9691
+ "sellerWillEnsure",
8776
9692
  "otherPropertyInChain",
8777
9693
  "moveRestrictionDates",
8778
- "digitalPropertyLogbook"
9694
+ "digitalPropertyLogbook",
9695
+ "sufficientToRepayAllMortgages"
8779
9696
  ],
8780
9697
  "properties": {
8781
- "willRemoveAllRubbish": {
9698
+ "sellerWillEnsure": {
8782
9699
  "baspiRef": "B7.1",
8783
- "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.",
8784
- "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 eg 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."
9700
+ "title": "Please confirm that on completion you will:",
9701
+ "properties": {
9702
+ "removeRubbish": {
9703
+ "baspiRef": "B7.1.1",
9704
+ "title": "Remove all rubbish and items not included in the sale from the property (including its garden, loft and any sheds or outbuildings) and leave the property in a clean and tidy condition."
9705
+ },
9706
+ "replaceLightFittings": {
9707
+ "baspiRef": "B7.1.2",
9708
+ "title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb."
9709
+ },
9710
+ "takeReasonableCare": {
9711
+ "baspiRef": "B7.1.3",
9712
+ "title": "Take reasonable care when removing any other fittings or contents."
9713
+ },
9714
+ "leaveKeys": {
9715
+ "baspiRef": "B7.1.4",
9716
+ "title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion."
9717
+ }
9718
+ }
8785
9719
  },
8786
9720
  "otherPropertyInChain": {
8787
9721
  "baspiRef": "B7.2",
@@ -8888,15 +9822,12 @@
8888
9822
  "Yes"
8889
9823
  ]
8890
9824
  },
8891
- "restrictedDates": {
8892
- "baspiRef": "B7.3.2",
8893
- "items": {
8894
- "baspiRef": "B7.3.2.1"
8895
- }
9825
+ "details": {
9826
+ "baspiRef": "B7.3.2"
8896
9827
  }
8897
9828
  },
8898
9829
  "required": [
8899
- "restrictedDates"
9830
+ "details"
8900
9831
  ]
8901
9832
  }
8902
9833
  ],
@@ -8976,7 +9907,8 @@
8976
9907
  "baspiRef": "A7.6.1",
8977
9908
  "enum": [
8978
9909
  "Yes",
8979
- "No"
9910
+ "No",
9911
+ "No mortgage"
8980
9912
  ]
8981
9913
  }
8982
9914
  }