@pdtf/schemas 2.0.0-9 → 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",
@@ -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
  }
@@ -638,7 +836,7 @@
638
836
  "enum": [
639
837
  "Yes",
640
838
  "No",
641
- "N/A"
839
+ "Not applicable"
642
840
  ]
643
841
  }
644
842
  }
@@ -670,7 +868,7 @@
670
868
  },
671
869
  "annualGroundRent": {
672
870
  "baspiRef": "A1.4.2.2",
673
- "title": "What is the annual ground rent payable?"
871
+ "title": "What is the annual ground rent payable? (£)"
674
872
  },
675
873
  "rentSubjectToIncrease": {
676
874
  "baspiRef": "A1.4.2.3",
@@ -702,7 +900,7 @@
702
900
  "rentIncreaseCalculated": {
703
901
  "baspiRef": "A1.4.2.3.3",
704
902
  "title": "How is the increase calculated?",
705
- "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"
706
904
  }
707
905
  },
708
906
  "required": [
@@ -856,6 +1054,49 @@
856
1054
  ]
857
1055
  }
858
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
+ },
1064
+ "oneOf": [
1065
+ {
1066
+ "properties": {
1067
+ "yesNo": {
1068
+ "enum": [
1069
+ "No"
1070
+ ]
1071
+ }
1072
+ }
1073
+ },
1074
+ {
1075
+ "properties": {
1076
+ "yesNo": {
1077
+ "enum": [
1078
+ "Yes"
1079
+ ]
1080
+ },
1081
+ "details": {
1082
+ "baspiRef": "A1.5.3.2",
1083
+ "title": "Provide details."
1084
+ }
1085
+ }
1086
+ }
1087
+ ],
1088
+ "required": [
1089
+ "yesNo"
1090
+ ],
1091
+ "properties": {
1092
+ "yesNo": {
1093
+ "baspiRef": "A1.5.3.1",
1094
+ "enum": [
1095
+ "Yes",
1096
+ "No"
1097
+ ]
1098
+ }
1099
+ }
859
1100
  }
860
1101
  },
861
1102
  "required": [
@@ -1009,7 +1250,8 @@
1009
1250
  "baspiRef": "A1.6.2.1",
1010
1251
  "enum": [
1011
1252
  "Yes",
1012
- "No"
1253
+ "No",
1254
+ "Not known"
1013
1255
  ]
1014
1256
  }
1015
1257
  }
@@ -1052,7 +1294,8 @@
1052
1294
  "properties": {
1053
1295
  "yesNo": {
1054
1296
  "enum": [
1055
- "No"
1297
+ "No",
1298
+ "Not known"
1056
1299
  ]
1057
1300
  }
1058
1301
  }
@@ -1091,7 +1334,8 @@
1091
1334
  "baspiRef": "A1.7.1.1",
1092
1335
  "enum": [
1093
1336
  "Yes",
1094
- "No"
1337
+ "No",
1338
+ "Not known"
1095
1339
  ]
1096
1340
  }
1097
1341
  }
@@ -1107,7 +1351,8 @@
1107
1351
  "properties": {
1108
1352
  "yesNo": {
1109
1353
  "enum": [
1110
- "No"
1354
+ "No",
1355
+ "Not known"
1111
1356
  ]
1112
1357
  }
1113
1358
  }
@@ -1146,7 +1391,8 @@
1146
1391
  "baspiRef": "A1.7.2.1",
1147
1392
  "enum": [
1148
1393
  "Yes",
1149
- "No"
1394
+ "No",
1395
+ "Not known"
1150
1396
  ]
1151
1397
  }
1152
1398
  }
@@ -1162,7 +1408,8 @@
1162
1408
  "properties": {
1163
1409
  "yesNo": {
1164
1410
  "enum": [
1165
- "No"
1411
+ "No",
1412
+ "Not known"
1166
1413
  ]
1167
1414
  }
1168
1415
  }
@@ -1174,12 +1421,8 @@
1174
1421
  "Yes"
1175
1422
  ]
1176
1423
  },
1177
- "details": {
1178
- "baspiRef": "A1.7.3.2",
1179
- "title": "Details"
1180
- },
1181
1424
  "workCarriedOut": {
1182
- "baspiRef": "A1.7.3.3",
1425
+ "baspiRef": "A1.7.3.2",
1183
1426
  "title": "Has work been carried out to any trees which are protected by the order?",
1184
1427
  "discriminator": {
1185
1428
  "propertyName": "yesNo"
@@ -1201,17 +1444,18 @@
1201
1444
  "Yes"
1202
1445
  ]
1203
1446
  },
1204
- "details": {
1205
- "baspiRef": "A1.7.3.2.2",
1206
- "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?",
1207
1450
  "enum": [
1208
1451
  "Yes",
1209
- "No"
1452
+ "No",
1453
+ "Not known"
1210
1454
  ]
1211
1455
  },
1212
1456
  "attachments": {
1213
1457
  "baspiRef": "A1.7.3.4",
1214
- "title": "Attachments",
1458
+ "title": "Provide any relevant documentation",
1215
1459
  "enum": [
1216
1460
  "Attached",
1217
1461
  "To follow"
@@ -1219,7 +1463,7 @@
1219
1463
  }
1220
1464
  },
1221
1465
  "required": [
1222
- "details"
1466
+ "consentsObtained"
1223
1467
  ]
1224
1468
  }
1225
1469
  ],
@@ -1236,7 +1480,10 @@
1236
1480
  }
1237
1481
  }
1238
1482
  }
1239
- }
1483
+ },
1484
+ "required": [
1485
+ "workCarriedOut"
1486
+ ]
1240
1487
  }
1241
1488
  ],
1242
1489
  "required": [
@@ -1247,7 +1494,8 @@
1247
1494
  "baspiRef": "A1.7.3.1",
1248
1495
  "enum": [
1249
1496
  "Yes",
1250
- "No"
1497
+ "No",
1498
+ "Not known"
1251
1499
  ]
1252
1500
  }
1253
1501
  }
@@ -1426,7 +1674,8 @@
1426
1674
  "baspiRef": "A1.8.3",
1427
1675
  "title": "Energy Efficiency",
1428
1676
  "required": [
1429
- "certificate"
1677
+ "certificate",
1678
+ "greenDealLoan"
1430
1679
  ],
1431
1680
  "properties": {
1432
1681
  "certificate": {
@@ -1453,36 +1702,100 @@
1453
1702
  ]
1454
1703
  }
1455
1704
  }
1456
- }
1457
- }
1458
- },
1459
- "councilTax": {
1460
- "baspiRef": "A1.9",
1461
- "title": "Council Tax",
1462
- "required": [
1463
- "councilTaxBand",
1464
- "councilTaxAffectingAlterations"
1465
- ],
1466
- "properties": {
1467
- "councilTaxBand": {
1468
- "baspiRef": "A1.9.1",
1469
- "title": "Which Council Tax band does this property fall within?",
1470
- "description": "Band I relates to Wales only",
1471
- "enum": [
1472
- "A",
1473
- "B",
1474
- "C",
1475
- "D",
1476
- "E",
1477
- "F",
1478
- "G",
1479
- "H",
1480
- "I"
1481
- ]
1482
1705
  },
1483
- "councilTaxAffectingAlterations": {
1484
- "baspiRef": "A1.9.2",
1485
- "title": "Have you altered the property in any way to the extent that it might change the Council Tax band e.g. added a bedroom or substantially extended the property?",
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": {
1773
+ "baspiRef": "A1.9",
1774
+ "title": "Council Tax",
1775
+ "required": [
1776
+ "councilTaxBand",
1777
+ "councilTaxAffectingAlterations"
1778
+ ],
1779
+ "properties": {
1780
+ "councilTaxBand": {
1781
+ "baspiRef": "A1.9.1",
1782
+ "title": "Which Council Tax band does this property fall within?",
1783
+ "description": "Band I relates to Wales only",
1784
+ "enum": [
1785
+ "A",
1786
+ "B",
1787
+ "C",
1788
+ "D",
1789
+ "E",
1790
+ "F",
1791
+ "G",
1792
+ "H",
1793
+ "I"
1794
+ ]
1795
+ },
1796
+ "councilTaxAffectingAlterations": {
1797
+ "baspiRef": "A1.9.2",
1798
+ "title": "Have you altered the property in any way to the extent that it might change the Council Tax band e.g. added a bedroom or substantially extended the property?",
1486
1799
  "discriminator": {
1487
1800
  "propertyName": "yesNo"
1488
1801
  },
@@ -1540,7 +1853,8 @@
1540
1853
  "baspiRef": "A2",
1541
1854
  "title": "Disputes and Complaints",
1542
1855
  "required": [
1543
- "hasDisputesAndComplaints"
1856
+ "hasDisputesAndComplaints",
1857
+ "leadingToDisputesAndComplaints"
1544
1858
  ],
1545
1859
  "properties": {
1546
1860
  "hasDisputesAndComplaints": {
@@ -1647,6 +1961,7 @@
1647
1961
  "changeOfUse",
1648
1962
  "windowReplacementsSince2002",
1649
1963
  "hasAddedConservatory",
1964
+ "worksUnfinished",
1650
1965
  "planningPermissionBreaches",
1651
1966
  "unresolvedPlanningIssues"
1652
1967
  ],
@@ -1941,7 +2256,7 @@
1941
2256
  },
1942
2257
  "changeOfUse": {
1943
2258
  "baspiRef": "A3.2",
1944
- "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)?",
1945
2260
  "discriminator": {
1946
2261
  "propertyName": "yesNo"
1947
2262
  },
@@ -2061,7 +2376,8 @@
2061
2376
  "properties": {
2062
2377
  "yesNo": {
2063
2378
  "enum": [
2064
- "No"
2379
+ "No",
2380
+ "Not required"
2065
2381
  ]
2066
2382
  },
2067
2383
  "details": {
@@ -2897,7 +3213,7 @@
2897
3213
  },
2898
3214
  "details": {
2899
3215
  "baspiRef": "A3.7.2",
2900
- "title": "Details"
3216
+ "title": "Please give details"
2901
3217
  },
2902
3218
  "willingToInsure": {
2903
3219
  "baspiRef": "A3.9",
@@ -2961,7 +3277,7 @@
2961
3277
  },
2962
3278
  "details": {
2963
3279
  "baspiRef": "A3.8.2",
2964
- "title": "Details"
3280
+ "title": "Please give details"
2965
3281
  },
2966
3282
  "willingToInsure": {
2967
3283
  "baspiRef": "A3.9",
@@ -3535,7 +3851,8 @@
3535
3851
  "properties": {
3536
3852
  "yesNo": {
3537
3853
  "enum": [
3538
- "No"
3854
+ "No",
3855
+ "Not known"
3539
3856
  ]
3540
3857
  }
3541
3858
  }
@@ -3547,13 +3864,18 @@
3547
3864
  "Yes"
3548
3865
  ]
3549
3866
  },
3550
- "details": {
3867
+ "managementPlanInPlace": {
3551
3868
  "baspiRef": "A5.3.2",
3552
- "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
+ ]
3553
3875
  },
3554
3876
  "attachments": {
3555
3877
  "baspiRef": "A5.3.3",
3556
- "title": "Attachments",
3878
+ "title": "Please supply a copy with any insurance cover linked to the plan",
3557
3879
  "enum": [
3558
3880
  "Attached",
3559
3881
  "To follow"
@@ -3561,8 +3883,7 @@
3561
3883
  }
3562
3884
  },
3563
3885
  "required": [
3564
- "details",
3565
- "attachments"
3886
+ "managementPlanInPlace"
3566
3887
  ]
3567
3888
  }
3568
3889
  ],
@@ -3574,7 +3895,8 @@
3574
3895
  "baspiRef": "A5.3.1",
3575
3896
  "enum": [
3576
3897
  "Yes",
3577
- "No"
3898
+ "No",
3899
+ "Not known"
3578
3900
  ]
3579
3901
  }
3580
3902
  }
@@ -3807,7 +4129,8 @@
3807
4129
  "cableSatelliteTV",
3808
4130
  "broadband",
3809
4131
  "solarPanels",
3810
- "otherServices"
4132
+ "otherServices",
4133
+ "maintenanceAgreements"
3811
4134
  ],
3812
4135
  "properties": {
3813
4136
  "mainsElectricity": {
@@ -3835,7 +4158,7 @@
3835
4158
  },
3836
4159
  "supplier": {
3837
4160
  "baspiRef": "A7.1.0.1.2",
3838
- "title": "Supplier (if known)"
4161
+ "title": "Supplier"
3839
4162
  }
3840
4163
  }
3841
4164
  },
@@ -3852,7 +4175,7 @@
3852
4175
  },
3853
4176
  "supplier": {
3854
4177
  "baspiRef": "A7.1.0.1.2",
3855
- "title": "Supplier (if known)"
4178
+ "title": "Supplier"
3856
4179
  }
3857
4180
  },
3858
4181
  "required": [
@@ -3899,7 +4222,7 @@
3899
4222
  },
3900
4223
  "supplier": {
3901
4224
  "baspiRef": "A7.1.0.2.2",
3902
- "title": "Supplier (if known)"
4225
+ "title": "Supplier"
3903
4226
  }
3904
4227
  }
3905
4228
  },
@@ -3916,7 +4239,7 @@
3916
4239
  },
3917
4240
  "supplier": {
3918
4241
  "baspiRef": "A7.1.0.2.2",
3919
- "title": "Supplier (if known)"
4242
+ "title": "Supplier"
3920
4243
  }
3921
4244
  },
3922
4245
  "required": [
@@ -3963,7 +4286,7 @@
3963
4286
  },
3964
4287
  "supplier": {
3965
4288
  "baspiRef": "A7.1.0.3.2",
3966
- "title": "Supplier (if known)"
4289
+ "title": "Supplier"
3967
4290
  }
3968
4291
  }
3969
4292
  },
@@ -3980,7 +4303,7 @@
3980
4303
  },
3981
4304
  "supplier": {
3982
4305
  "baspiRef": "A7.1.0.3.2",
3983
- "title": "Supplier (if known)"
4306
+ "title": "Supplier"
3984
4307
  }
3985
4308
  },
3986
4309
  "required": [
@@ -4027,7 +4350,7 @@
4027
4350
  },
4028
4351
  "supplier": {
4029
4352
  "baspiRef": "A7.1.0.4.2",
4030
- "title": "Supplier (if known)"
4353
+ "title": "Supplier"
4031
4354
  }
4032
4355
  }
4033
4356
  },
@@ -4044,7 +4367,7 @@
4044
4367
  },
4045
4368
  "supplier": {
4046
4369
  "baspiRef": "A7.1.0.4.2",
4047
- "title": "Supplier (if known)"
4370
+ "title": "Supplier"
4048
4371
  }
4049
4372
  },
4050
4373
  "required": [
@@ -4091,7 +4414,7 @@
4091
4414
  },
4092
4415
  "supplier": {
4093
4416
  "baspiRef": "A7.1.0.5.2",
4094
- "title": "Supplier (if known)"
4417
+ "title": "Supplier"
4095
4418
  }
4096
4419
  }
4097
4420
  },
@@ -4108,7 +4431,7 @@
4108
4431
  },
4109
4432
  "supplier": {
4110
4433
  "baspiRef": "A7.1.0.5.2",
4111
- "title": "Supplier (if known)"
4434
+ "title": "Supplier"
4112
4435
  }
4113
4436
  },
4114
4437
  "required": [
@@ -4155,7 +4478,7 @@
4155
4478
  },
4156
4479
  "supplier": {
4157
4480
  "baspiRef": "A7.1.0.6.2",
4158
- "title": "Supplier (if known)"
4481
+ "title": "Supplier"
4159
4482
  }
4160
4483
  }
4161
4484
  },
@@ -4172,7 +4495,7 @@
4172
4495
  },
4173
4496
  "supplier": {
4174
4497
  "baspiRef": "A7.1.0.6.2",
4175
- "title": "Supplier (if known)"
4498
+ "title": "Supplier"
4176
4499
  }
4177
4500
  },
4178
4501
  "required": [
@@ -4219,7 +4542,7 @@
4219
4542
  },
4220
4543
  "supplier": {
4221
4544
  "baspiRef": "A7.1.0.7.2",
4222
- "title": "Supplier (if known)"
4545
+ "title": "Supplier"
4223
4546
  }
4224
4547
  }
4225
4548
  },
@@ -4236,7 +4559,7 @@
4236
4559
  },
4237
4560
  "supplier": {
4238
4561
  "baspiRef": "A7.1.0.7.2",
4239
- "title": "Supplier (if known)"
4562
+ "title": "Supplier"
4240
4563
  }
4241
4564
  },
4242
4565
  "required": [
@@ -4283,7 +4606,7 @@
4283
4606
  },
4284
4607
  "supplier": {
4285
4608
  "baspiRef": "A7.1.0.8.2",
4286
- "title": "Supplier (if known)"
4609
+ "title": "Supplier"
4287
4610
  }
4288
4611
  }
4289
4612
  },
@@ -4300,7 +4623,7 @@
4300
4623
  },
4301
4624
  "supplier": {
4302
4625
  "baspiRef": "A7.1.0.8.2",
4303
- "title": "Supplier (if known)"
4626
+ "title": "Supplier"
4304
4627
  }
4305
4628
  },
4306
4629
  "required": [
@@ -4348,7 +4671,7 @@
4348
4671
  },
4349
4672
  "supplier": {
4350
4673
  "baspiRef": "A7.1.0.9.2",
4351
- "title": "Supplier (if known)"
4674
+ "title": "Supplier"
4352
4675
  }
4353
4676
  }
4354
4677
  },
@@ -4365,7 +4688,7 @@
4365
4688
  },
4366
4689
  "supplier": {
4367
4690
  "baspiRef": "A7.1.0.9.2",
4368
- "title": "Supplier (if known)"
4691
+ "title": "Supplier"
4369
4692
  }
4370
4693
  },
4371
4694
  "required": [
@@ -4445,516 +4768,815 @@
4445
4768
  }
4446
4769
  },
4447
4770
  "waterAndDrainage": {
4448
- "baspiRef": "A7",
4771
+ "baspiRef": "A7.1.0",
4449
4772
  "title": "Water and Drainage",
4450
4773
  "description": "Please describe the water and drainage services that are connected to the property.",
4451
4774
  "required": [
4452
- "mainsWater",
4453
- "mainsSurfaceWaterDrainage",
4454
- "mainsFoulDrainage"
4775
+ "water",
4776
+ "drainage",
4777
+ "maintenanceAgreements"
4455
4778
  ],
4456
4779
  "properties": {
4457
- "mainsWater": {
4780
+ "water": {
4458
4781
  "baspiRef": "A7.1.0.10",
4459
- "title": "Mains water",
4460
- "discriminator": {
4461
- "propertyName": "yesNo"
4462
- },
4463
- "oneOf": [
4464
- {
4465
- "properties": {
4466
- "yesNo": {
4467
- "enum": [
4468
- "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"
4469
4834
  ]
4470
4835
  }
4471
- }
4472
- },
4473
- {
4836
+ ],
4837
+ "required": [
4838
+ "yesNo"
4839
+ ],
4474
4840
  "properties": {
4475
4841
  "yesNo": {
4842
+ "baspiRef": "A7.1.0.10.1",
4476
4843
  "enum": [
4477
- "Yes"
4844
+ "Yes",
4845
+ "To be connected",
4846
+ "No"
4478
4847
  ]
4479
- },
4480
- "supplier": {
4481
- "baspiRef": "A7.1.0.10.2",
4482
- "title": "Supplier (if known)"
4483
4848
  }
4484
4849
  }
4485
- },
4486
- {
4487
- "properties": {
4488
- "yesNo": {
4489
- "enum": [
4490
- "To be connected"
4491
- ]
4492
- },
4493
- "dateToBeConnected": {
4494
- "baspiRef": "A7.1.0.10.3",
4495
- "title": "Date to be connected"
4496
- },
4497
- "supplier": {
4498
- "baspiRef": "A7.1.0.10.2",
4499
- "title": "Supplier (if known)"
4500
- }
4501
- },
4502
- "required": [
4503
- "dateToBeConnected"
4504
- ]
4505
- }
4506
- ],
4507
- "required": [
4508
- "yesNo"
4509
- ],
4510
- "properties": {
4511
- "yesNo": {
4512
- "baspiRef": "A7.1.0.10.1",
4513
- "enum": [
4514
- "Yes",
4515
- "To be connected",
4516
- "No"
4517
- ]
4518
4850
  }
4519
4851
  }
4520
4852
  },
4521
- "mainsSurfaceWaterDrainage": {
4853
+ "drainage": {
4522
4854
  "baspiRef": "A7.1.0.12",
4523
- "title": "Mains surface water drainage",
4524
- "discriminator": {
4525
- "propertyName": "yesNo"
4526
- },
4527
- "oneOf": [
4528
- {
4529
- "properties": {
4530
- "yesNo": {
4531
- "enum": [
4532
- "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"
4533
4909
  ]
4534
4910
  }
4535
- }
4536
- },
4537
- {
4911
+ ],
4912
+ "required": [
4913
+ "yesNo"
4914
+ ],
4538
4915
  "properties": {
4539
4916
  "yesNo": {
4917
+ "baspiRef": "A7.1.0.12.1",
4540
4918
  "enum": [
4541
- "Yes"
4919
+ "Yes",
4920
+ "To be connected",
4921
+ "No",
4922
+ "Not known"
4542
4923
  ]
4543
- },
4544
- "supplier": {
4545
- "baspiRef": "A7.1.0.12.2",
4546
- "title": "Supplier (if known)"
4547
4924
  }
4548
4925
  }
4549
4926
  },
4550
- {
4551
- "properties": {
4552
- "yesNo": {
4553
- "enum": [
4554
- "To be connected"
4555
- ]
4556
- },
4557
- "dateToBeConnected": {
4558
- "baspiRef": "A7.1.0.12.3",
4559
- "title": "Date to be connected"
4560
- },
4561
- "supplier": {
4562
- "baspiRef": "A7.1.0.12.2",
4563
- "title": "Supplier (if known)"
4564
- }
4927
+ "mainsFoulDrainage": {
4928
+ "baspiRef": "A7.1.0.11",
4929
+ "title": "Mains foul drainage",
4930
+ "discriminator": {
4931
+ "propertyName": "yesNo"
4565
4932
  },
4566
- "required": [
4567
- "dateToBeConnected"
4568
- ]
4569
- }
4570
- ],
4571
- "required": [
4572
- "yesNo"
4573
- ],
4574
- "properties": {
4575
- "yesNo": {
4576
- "baspiRef": "A7.1.0.12.1",
4577
- "enum": [
4578
- "Yes",
4579
- "To be connected",
4580
- "No"
4581
- ]
4582
- }
4583
- }
4584
- },
4585
- "mainsFoulDrainage": {
4586
- "baspiRef": "A7.1.0.11",
4587
- "title": "Mains foul drainage",
4588
- "discriminator": {
4589
- "propertyName": "yesNo"
4590
- },
4591
- "oneOf": [
4592
- {
4593
- "properties": {
4594
- "yesNo": {
4595
- "enum": [
4596
- "Yes"
4597
- ]
4598
- },
4599
- "supplier": {
4600
- "baspiRef": "A7.1.0.11.3",
4601
- "title": "Supplier (if known)"
4602
- }
4603
- }
4604
- },
4605
- {
4606
- "properties": {
4607
- "yesNo": {
4608
- "enum": [
4609
- "To be connected"
4610
- ]
4611
- },
4612
- "dateToBeConnected": {
4613
- "baspiRef": "A7.1.0.11.2",
4614
- "title": "Date to be connected"
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
+ }
4615
4946
  },
4616
- "supplier": {
4617
- "baspiRef": "A7.1.0.11.2",
4618
- "title": "Supplier (if known)"
4619
- }
4620
- },
4621
- "required": [
4622
- "dateToBeConnected"
4623
- ]
4624
- },
4625
- {
4626
- "properties": {
4627
- "yesNo": {
4628
- "enum": [
4629
- "No"
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"
4630
4965
  ]
4631
4966
  },
4632
- "sustainableDrainageSystem": {
4633
- "baspiRef": "A7.1.0.13",
4634
- "title": "Sustainable Drainage System",
4635
- "discriminator": {
4636
- "propertyName": "yesNo"
4637
- },
4638
- "oneOf": [
4639
- {
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
+ ],
4640
5028
  "properties": {
4641
5029
  "yesNo": {
5030
+ "baspiRef": "A7.1.0.13.1",
4642
5031
  "enum": [
5032
+ "Yes",
5033
+ "To be connected",
4643
5034
  "No"
4644
5035
  ]
4645
5036
  }
4646
5037
  }
4647
5038
  },
4648
- {
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
+ ],
4649
5080
  "properties": {
4650
5081
  "yesNo": {
5082
+ "baspiRef": "A7.1.0.14.1",
4651
5083
  "enum": [
4652
- "Yes"
5084
+ "Yes",
5085
+ "No"
4653
5086
  ]
4654
- },
4655
- "supplier": {
4656
- "baspiRef": "A7.1.0.13.3",
4657
- "title": "Supplier (if known)"
4658
5087
  }
4659
5088
  }
4660
5089
  },
4661
- {
4662
- "properties": {
4663
- "yesNo": {
4664
- "enum": [
4665
- "To be connected"
4666
- ]
4667
- },
4668
- "dateToBeConnected": {
4669
- "baspiRef": "A7.1.0.13.2",
4670
- "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
+ }
4671
5105
  },
4672
- "supplier": {
4673
- "baspiRef": "A7.1.0.13.3",
4674
- "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
+ ]
4675
5121
  }
4676
- },
5122
+ ],
4677
5123
  "required": [
4678
- "dateToBeConnected"
4679
- ]
4680
- }
4681
- ],
4682
- "required": [
4683
- "yesNo"
4684
- ],
4685
- "properties": {
4686
- "yesNo": {
4687
- "baspiRef": "A7.1.0.13.1",
4688
- "enum": [
4689
- "Yes",
4690
- "To be connected",
4691
- "No"
4692
- ]
4693
- }
4694
- }
4695
- },
4696
- "septicTank": {
4697
- "baspiRef": "A7.1.0.14",
4698
- "title": "Septic tank",
4699
- "discriminator": {
4700
- "propertyName": "yesNo"
4701
- },
4702
- "oneOf": [
4703
- {
5124
+ "yesNo"
5125
+ ],
4704
5126
  "properties": {
4705
5127
  "yesNo": {
5128
+ "baspiRef": "A7.1.0.15.1",
4706
5129
  "enum": [
5130
+ "Yes",
4707
5131
  "No"
4708
5132
  ]
4709
5133
  }
4710
5134
  }
4711
5135
  },
4712
- {
4713
- "properties": {
4714
- "yesNo": {
4715
- "enum": [
4716
- "Yes"
4717
- ]
4718
- },
4719
- "dateReplaced": {
4720
- "baspiRef": "A7.1.0.14.2",
4721
- "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
+ }
4722
5151
  },
4723
- "dateLastEmptied": {
4724
- "baspiRef": "A7.1.0.14.3",
4725
- "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
+ ]
4726
5182
  }
4727
- },
5183
+ ],
4728
5184
  "required": [
4729
- "dateReplaced",
4730
- "dateLastEmptied"
4731
- ]
4732
- }
4733
- ],
4734
- "required": [
4735
- "yesNo"
4736
- ],
4737
- "properties": {
4738
- "yesNo": {
4739
- "baspiRef": "A7.1.0.14.1",
4740
- "enum": [
4741
- "Yes",
4742
- "No"
4743
- ]
4744
- }
4745
- }
4746
- },
4747
- "cesspit": {
4748
- "baspiRef": "A7.1.0.15",
4749
- "title": "Cesspit",
4750
- "discriminator": {
4751
- "propertyName": "yesNo"
4752
- },
4753
- "oneOf": [
4754
- {
5185
+ "yesNo"
5186
+ ],
4755
5187
  "properties": {
4756
5188
  "yesNo": {
5189
+ "baspiRef": "A7.1.0.16.1",
4757
5190
  "enum": [
5191
+ "Yes",
4758
5192
  "No"
4759
5193
  ]
4760
5194
  }
4761
5195
  }
4762
5196
  },
4763
- {
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
+ ],
4764
5238
  "properties": {
4765
5239
  "yesNo": {
5240
+ "baspiRef": "A7.1.1.1",
4766
5241
  "enum": [
4767
- "Yes"
5242
+ "Yes",
5243
+ "No"
4768
5244
  ]
4769
- },
4770
- "dateLastEmptied": {
4771
- "baspiRef": "A7.1.0.15.2",
4772
- "title": "Date last emptied"
4773
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"
4774
5253
  },
4775
- "required": [
4776
- "dateLastEmptied"
4777
- ]
4778
- }
4779
- ],
4780
- "required": [
4781
- "yesNo"
4782
- ],
4783
- "properties": {
4784
- "yesNo": {
4785
- "baspiRef": "A7.1.0.15.1",
4786
- "enum": [
4787
- "Yes",
4788
- "No"
4789
- ]
4790
- }
4791
- }
4792
- },
4793
- "sewerageTreatmentPlant": {
4794
- "baspiRef": "A7.1.0.16",
4795
- "title": "Sewerage treatment plant",
4796
- "discriminator": {
4797
- "propertyName": "yesNo"
4798
- },
4799
- "oneOf": [
4800
- {
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
+ ],
4801
5288
  "properties": {
4802
5289
  "yesNo": {
5290
+ "baspiRef": "7.1.2.1",
4803
5291
  "enum": [
5292
+ "Yes",
4804
5293
  "No"
4805
5294
  ]
4806
5295
  }
4807
5296
  }
4808
5297
  },
4809
- {
4810
- "properties": {
4811
- "yesNo": {
4812
- "enum": [
4813
- "Yes"
4814
- ]
4815
- },
4816
- "dateInstalled": {
4817
- "baspiRef": "A7.1.0.16.2",
4818
- "title": "Date installed"
4819
- },
4820
- "dateLastServiced": {
4821
- "baspiRef": "A7.1.0.16.3",
4822
- "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
+ }
4823
5313
  },
4824
- "attachments": {
4825
- "baspiRef": "A7.1.0.16.3",
4826
- "title": "If installed after Jan 1991 supply the Building Regulations approval or equivalent",
4827
- "enum": [
4828
- "Attached",
4829
- "To follow",
4830
- "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"
4831
5332
  ]
4832
5333
  }
4833
- },
5334
+ ],
4834
5335
  "required": [
4835
- "dateInstalled",
4836
- "dateLastServiced",
4837
- "attachments"
4838
- ]
4839
- }
4840
- ],
4841
- "required": [
4842
- "yesNo"
4843
- ],
4844
- "properties": {
4845
- "yesNo": {
4846
- "baspiRef": "A7.1.0.16.1",
4847
- "enum": [
4848
- "Yes",
4849
- "No"
4850
- ]
4851
- }
4852
- }
4853
- },
4854
- "otherConnectedProperties": {
4855
- "baspiRef": "A7.1.1",
4856
- "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
4857
- "discriminator": {
4858
- "propertyName": "yesNo"
4859
- },
4860
- "oneOf": [
4861
- {
5336
+ "yesNo"
5337
+ ],
4862
5338
  "properties": {
4863
5339
  "yesNo": {
5340
+ "baspiRef": "A7.1.3.1",
4864
5341
  "enum": [
5342
+ "Yes",
4865
5343
  "No"
4866
5344
  ]
4867
5345
  }
4868
5346
  }
4869
5347
  },
4870
- {
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
+ ],
4871
5388
  "properties": {
4872
5389
  "yesNo": {
5390
+ "baspiRef": "A7.1.4.1",
4873
5391
  "enum": [
4874
- "Yes"
5392
+ "Yes",
5393
+ "No, the effluent is discharged through a soakaway system."
4875
5394
  ]
4876
- },
4877
- "numberOfPropertiesSharing": {
4878
- "baspiRef": "A7.1.1.1",
4879
- "title": "How many other properties?"
4880
- },
4881
- "details": {
4882
- "baspiRef": "A7.1.1.2",
4883
- "title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
4884
5395
  }
4885
- },
4886
- "required": [
4887
- "details",
4888
- "attachments"
4889
- ]
5396
+ }
4890
5397
  }
4891
- ],
5398
+ },
4892
5399
  "required": [
4893
- "yesNo"
4894
- ],
4895
- "properties": {
4896
- "yesNo": {
4897
- "baspiRef": "A7.1.1.1",
4898
- "enum": [
4899
- "Yes",
4900
- "No"
4901
- ]
4902
- }
4903
- }
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"
4904
5454
  },
4905
- "plantOnOtherLand": {
4906
- "baspiRef": "A7.1.2",
4907
- "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",
4908
5523
  "discriminator": {
4909
- "propertyName": "yesNo"
5524
+ "propertyName": "centralHeatingFuelType"
4910
5525
  },
4911
5526
  "oneOf": [
4912
5527
  {
4913
5528
  "properties": {
4914
- "yesNo": {
5529
+ "centralHeatingFuelType": {
4915
5530
  "enum": [
4916
- "No"
5531
+ "Gas",
5532
+ "Electricity",
5533
+ "Oil",
5534
+ "LPG"
4917
5535
  ]
4918
5536
  }
4919
5537
  }
4920
5538
  },
4921
5539
  {
4922
5540
  "properties": {
4923
- "yesNo": {
5541
+ "centralHeatingFuelType": {
4924
5542
  "enum": [
4925
- "Yes"
5543
+ "Other"
4926
5544
  ]
4927
5545
  },
4928
- "attachments": {
4929
- "baspiRef": "7.1.2.2",
4930
- "title": "Please supply a plan showing the location of the system and how access is obtained.",
4931
- "enum": [
4932
- "Attached",
4933
- "To follow"
4934
- ]
5546
+ "otherCentralHeatingFuelType": {
5547
+ "baspiRef": "A7.4.0.3",
5548
+ "title": "Please describe the other fuel type"
4935
5549
  }
4936
5550
  },
4937
5551
  "required": [
4938
- "attachments"
5552
+ "otherCentralHeatingFuelType"
4939
5553
  ]
4940
5554
  }
4941
5555
  ],
4942
5556
  "required": [
4943
- "yesNo"
5557
+ "centralHeatingFuelType"
4944
5558
  ],
4945
5559
  "properties": {
4946
- "yesNo": {
4947
- "baspiRef": "7.1.2.1",
5560
+ "centralHeatingFuelType": {
5561
+ "baspiRef": "A7.4.0.2",
5562
+ "title": "What type of fuel does the system run on?",
4948
5563
  "enum": [
4949
- "Yes",
4950
- "No"
5564
+ "Gas",
5565
+ "Electricity",
5566
+ "Oil",
5567
+ "LPG",
5568
+ "Other"
4951
5569
  ]
4952
5570
  }
4953
5571
  }
4954
5572
  },
4955
- "plantRegistered": {
4956
- "baspiRef": "A7.1.3",
4957
- "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?",
4958
5580
  "discriminator": {
4959
5581
  "propertyName": "yesNo"
4960
5582
  },
@@ -4976,8 +5598,8 @@
4976
5598
  ]
4977
5599
  },
4978
5600
  "attachments": {
4979
- "baspiRef": "A7.1.3.2",
4980
- "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",
4981
5603
  "enum": [
4982
5604
  "Attached",
4983
5605
  "To follow"
@@ -4994,7 +5616,7 @@
4994
5616
  ],
4995
5617
  "properties": {
4996
5618
  "yesNo": {
4997
- "baspiRef": "A7.1.3.1",
5619
+ "baspiRef": "A10.1.1",
4998
5620
  "enum": [
4999
5621
  "Yes",
5000
5622
  "No"
@@ -5002,9 +5624,22 @@
5002
5624
  }
5003
5625
  }
5004
5626
  },
5005
- "plantDrainsIntoWaterway": {
5006
- "baspiRef": "A7.1.4",
5007
- "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?",
5008
5643
  "discriminator": {
5009
5644
  "propertyName": "yesNo"
5010
5645
  },
@@ -5013,7 +5648,7 @@
5013
5648
  "properties": {
5014
5649
  "yesNo": {
5015
5650
  "enum": [
5016
- "No, the effluent is discharged through a soakaway system."
5651
+ "Yes"
5017
5652
  ]
5018
5653
  }
5019
5654
  }
@@ -5022,20 +5657,16 @@
5022
5657
  "properties": {
5023
5658
  "yesNo": {
5024
5659
  "enum": [
5025
- "Yes"
5660
+ "No"
5026
5661
  ]
5027
5662
  },
5028
- "dischargeCompliesWithGBR": {
5029
- "baspiRef": "A7.1.4.1",
5030
- "title": "Does it comply with the General Binding Rules for discharge into a waterway?",
5031
- "enum": [
5032
- "Yes",
5033
- "No, it does not comply with the rules for discharge into a waterway."
5034
- ]
5663
+ "details": {
5664
+ "baspiRef": "A7.4.3.2",
5665
+ "title": "Please provide details"
5035
5666
  }
5036
5667
  },
5037
5668
  "required": [
5038
- "dischargeCompliesWithGBR"
5669
+ "details"
5039
5670
  ]
5040
5671
  }
5041
5672
  ],
@@ -5044,255 +5675,181 @@
5044
5675
  ],
5045
5676
  "properties": {
5046
5677
  "yesNo": {
5047
- "baspiRef": "A7.1.4.1",
5678
+ "baspiRef": "A7.4.3.1",
5048
5679
  "enum": [
5049
5680
  "Yes",
5050
- "No, the effluent is discharged through a soakaway system."
5681
+ "No"
5051
5682
  ]
5052
5683
  }
5053
5684
  }
5054
5685
  }
5055
- },
5056
- "required": [
5057
- "sustainableDrainageSystem",
5058
- "septicTank",
5059
- "cesspit",
5060
- "sewerageTreatmentPlant",
5061
- "otherConnectedProperties",
5062
- "yearSystemInstalled",
5063
- "plantOnOtherLand",
5064
- "plantRegistered",
5065
- "plantDrainsIntoWaterway"
5066
- ]
5067
- }
5068
- ],
5069
- "required": [
5070
- "yesNo"
5071
- ],
5072
- "properties": {
5073
- "yesNo": {
5074
- "baspiRef": "A7.1.0.11.1",
5075
- "enum": [
5076
- "Yes",
5077
- "To be connected",
5078
- "No"
5079
- ]
5080
- }
5081
- }
5082
- },
5083
- "maintenanceAgreements": {
5084
- "baspiRef": "A7.2",
5085
- "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
5086
- "discriminator": {
5087
- "propertyName": "yesNo"
5088
- },
5089
- "oneOf": [
5090
- {
5091
- "properties": {
5092
- "yesNo": {
5093
- "enum": [
5094
- "No"
5095
- ]
5096
- }
5097
5686
  }
5098
- },
5099
- {
5100
- "properties": {
5101
- "yesNo": {
5102
- "enum": [
5103
- "Yes"
5104
- ]
5105
- },
5106
- "details": {
5107
- "baspiRef": "A7.2.2",
5108
- "title": "Details"
5109
- },
5110
- "attachments": {
5111
- "baspiRef": "A7.2.3",
5112
- "title": "Attachments",
5113
- "enum": [
5114
- "Attached",
5115
- "To follow"
5116
- ]
5117
- }
5118
- },
5119
- "required": [
5120
- "details",
5121
- "attachments"
5122
- ]
5123
5687
  }
5124
- ],
5688
+ },
5125
5689
  "required": [
5126
- "yesNo"
5127
- ],
5128
- "properties": {
5129
- "yesNo": {
5130
- "baspiRef": "A7.2.1",
5131
- "enum": [
5132
- "Yes",
5133
- "No"
5134
- ]
5135
- }
5136
- }
5690
+ "centralHeatingDetails"
5691
+ ]
5137
5692
  }
5138
- }
5139
- },
5140
- "greenDealLoan": {
5141
- "baspiRef": "A7.3",
5142
- "title": "Green Deal Loan",
5693
+ ],
5143
5694
  "required": [
5144
- "hasGreenDealLoan"
5695
+ "hasCentralHeating"
5145
5696
  ],
5146
5697
  "properties": {
5147
- "hasGreenDealLoan": {
5148
- "baspiRef": "A7.3",
5149
- "title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
5150
- "discriminator": {
5151
- "propertyName": "yesNo"
5152
- },
5153
- "oneOf": [
5154
- {
5155
- "properties": {
5156
- "yesNo": {
5157
- "enum": [
5158
- "No"
5159
- ]
5160
- }
5161
- }
5162
- },
5163
- {
5164
- "properties": {
5165
- "yesNo": {
5166
- "enum": [
5167
- "Yes"
5168
- ]
5169
- },
5170
- "details": {
5171
- "baspiRef": "A7.3.2",
5172
- "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"
5173
- },
5174
- "attachments": {
5175
- "baspiRef": "A7.3.3",
5176
- "title": "Attachments",
5177
- "enum": [
5178
- "Attached",
5179
- "To follow"
5180
- ]
5181
- }
5182
- },
5183
- "required": [
5184
- "details",
5185
- "attachments"
5186
- ]
5187
- }
5188
- ],
5189
- "required": [
5190
- "yesNo"
5191
- ],
5192
- "properties": {
5193
- "yesNo": {
5194
- "baspiRef": "A7.3.1",
5195
- "enum": [
5196
- "Yes",
5197
- "No"
5198
- ]
5199
- }
5200
- }
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
+ ]
5201
5705
  }
5202
5706
  }
5203
5707
  },
5204
- "centralHeating": {
5205
- "baspiRef": "A7.4",
5206
- "title": "Central Heating",
5708
+ "insurance": {
5709
+ "baspiRef": "A8",
5710
+ "title": "Insurance",
5207
5711
  "discriminator": {
5208
- "propertyName": "hasCentralHeating"
5712
+ "propertyName": "isInsured"
5209
5713
  },
5210
5714
  "oneOf": [
5211
5715
  {
5212
5716
  "properties": {
5213
- "hasCentralHeating": {
5717
+ "isInsured": {
5214
5718
  "enum": [
5215
5719
  "No"
5216
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
+ ]
5217
5734
  }
5218
- }
5735
+ },
5736
+ "required": [
5737
+ "details",
5738
+ "landlordInsuresIfFlat"
5739
+ ]
5219
5740
  },
5220
5741
  {
5221
5742
  "properties": {
5222
- "hasCentralHeating": {
5743
+ "isInsured": {
5223
5744
  "enum": [
5224
5745
  "Yes"
5225
5746
  ]
5226
5747
  },
5227
- "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?",
5228
5751
  "required": [
5229
- "centralHeatingFuel",
5230
- "centralHeatingInstalled",
5231
- "boilerInstallationCertificate",
5232
- "heatingLastServiced",
5233
- "heatingInGoodWorkingOrder"
5752
+ "abnormalRiseInPremiums",
5753
+ "subjectToHighExcesses",
5754
+ "subjectToUnusualConditions",
5755
+ "refused"
5234
5756
  ],
5235
5757
  "properties": {
5236
- "centralHeatingFuel": {
5237
- "baspiRef": "A7.4.0.1",
5238
- "title": "Central Heating Fuel",
5758
+ "abnormalRiseInPremiums": {
5759
+ "baspiRef": "A8.1.2.1.1",
5760
+ "title": "Subject to abnormal rise in premiums?",
5239
5761
  "discriminator": {
5240
- "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"
5241
5809
  },
5242
5810
  "oneOf": [
5243
5811
  {
5244
5812
  "properties": {
5245
- "centralHeatingFuelType": {
5813
+ "yesNo": {
5246
5814
  "enum": [
5247
- "Gas",
5248
- "Electricity",
5249
- "Oil",
5250
- "LPG"
5815
+ "No"
5251
5816
  ]
5252
5817
  }
5253
5818
  }
5254
5819
  },
5255
5820
  {
5256
5821
  "properties": {
5257
- "centralHeatingFuelType": {
5822
+ "yesNo": {
5258
5823
  "enum": [
5259
- "Other"
5824
+ "Yes"
5260
5825
  ]
5261
5826
  },
5262
- "otherCentralHeatingFuelType": {
5263
- "baspiRef": "A7.4.0.3",
5264
- "title": "Please describe the other fuel type"
5827
+ "details": {
5828
+ "baspiRef": "A8.1.2.1.2.2",
5829
+ "title": "Provide details"
5265
5830
  }
5266
5831
  },
5267
5832
  "required": [
5268
- "otherCentralHeatingFuelType"
5833
+ "details"
5269
5834
  ]
5270
5835
  }
5271
5836
  ],
5272
5837
  "required": [
5273
- "centralHeatingFuelType"
5838
+ "yesNo"
5274
5839
  ],
5275
5840
  "properties": {
5276
- "centralHeatingFuelType": {
5277
- "baspiRef": "A7.4.0.2",
5278
- "title": "What type of fuel does the system and boiler run on?",
5841
+ "yesNo": {
5842
+ "baspiRef": "A8.1.1.2.1",
5279
5843
  "enum": [
5280
- "Gas",
5281
- "Electricity",
5282
- "Oil",
5283
- "LPG",
5284
- "Other"
5844
+ "Yes",
5845
+ "No"
5285
5846
  ]
5286
5847
  }
5287
5848
  }
5288
5849
  },
5289
- "centralHeatingInstalled": {
5290
- "baspiRef": "A7.4.1",
5291
- "title": "When was the heating system and boiler installed?"
5292
- },
5293
- "boilerInstallationCertificate": {
5294
- "baspiRef": "A7.4.1.1",
5295
- "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?",
5296
5853
  "discriminator": {
5297
5854
  "propertyName": "yesNo"
5298
5855
  },
@@ -5313,17 +5870,13 @@
5313
5870
  "Yes"
5314
5871
  ]
5315
5872
  },
5316
- "attachments": {
5317
- "baspiRef": "A7.4.1.2",
5318
- "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",
5319
- "enum": [
5320
- "Attached",
5321
- "To follow"
5322
- ]
5873
+ "details": {
5874
+ "baspiRef": "A8.1.2.1.3.2",
5875
+ "title": "Provide details"
5323
5876
  }
5324
5877
  },
5325
5878
  "required": [
5326
- "attachments"
5879
+ "details"
5327
5880
  ]
5328
5881
  }
5329
5882
  ],
@@ -5332,7 +5885,7 @@
5332
5885
  ],
5333
5886
  "properties": {
5334
5887
  "yesNo": {
5335
- "baspiRef": "A10.1.1",
5888
+ "baspiRef": "A8.1.2.1.3.1",
5336
5889
  "enum": [
5337
5890
  "Yes",
5338
5891
  "No"
@@ -5340,22 +5893,9 @@
5340
5893
  }
5341
5894
  }
5342
5895
  },
5343
- "heatingLastServicedDate": {
5344
- "baspiRef": "A7.4.2.1",
5345
- "title": "When was the heating system and boiler last serviced or maintained?"
5346
- },
5347
- "heatingLastServicedReport": {
5348
- "baspiRef": "A7.4.2.2",
5349
- "title": "Please provide a copy of the service or maintenance works report.",
5350
- "enum": [
5351
- "Attached",
5352
- "To follow",
5353
- "N/A"
5354
- ]
5355
- },
5356
- "heatingInGoodWorkingOrder": {
5357
- "baspiRef": "A7.4.3",
5358
- "title": "Is the heating system in good working order to your satisfaction?",
5896
+ "refused": {
5897
+ "baspiRef": "A8.1.2.1.4",
5898
+ "title": "Refused?",
5359
5899
  "discriminator": {
5360
5900
  "propertyName": "yesNo"
5361
5901
  },
@@ -5364,7 +5904,7 @@
5364
5904
  "properties": {
5365
5905
  "yesNo": {
5366
5906
  "enum": [
5367
- "Yes"
5907
+ "No"
5368
5908
  ]
5369
5909
  }
5370
5910
  }
@@ -5373,12 +5913,12 @@
5373
5913
  "properties": {
5374
5914
  "yesNo": {
5375
5915
  "enum": [
5376
- "No"
5916
+ "Yes"
5377
5917
  ]
5378
5918
  },
5379
5919
  "details": {
5380
- "baspiRef": "A7.4.3.2",
5381
- "title": "Please provide details"
5920
+ "baspiRef": "A8.1.2.1.4.2",
5921
+ "title": "Provide details"
5382
5922
  }
5383
5923
  },
5384
5924
  "required": [
@@ -5391,7 +5931,7 @@
5391
5931
  ],
5392
5932
  "properties": {
5393
5933
  "yesNo": {
5394
- "baspiRef": "A7.4.3.1",
5934
+ "baspiRef": "A8.1.2.1.4.1",
5395
5935
  "enum": [
5396
5936
  "Yes",
5397
5937
  "No"
@@ -5400,103 +5940,6 @@
5400
5940
  }
5401
5941
  }
5402
5942
  }
5403
- }
5404
- },
5405
- "required": [
5406
- "centralHeatingDetails"
5407
- ]
5408
- }
5409
- ],
5410
- "required": [
5411
- "hasCentralHeating"
5412
- ],
5413
- "properties": {
5414
- "hasCentralHeating": {
5415
- "baspiRef": "A7.4.0",
5416
- "title": "Is there full/partial central heating in your property?",
5417
- "enum": [
5418
- "Yes",
5419
- "No"
5420
- ]
5421
- }
5422
- }
5423
- },
5424
- "insurance": {
5425
- "baspiRef": "A8",
5426
- "title": "Insurance",
5427
- "discriminator": {
5428
- "propertyName": "isInsured"
5429
- },
5430
- "oneOf": [
5431
- {
5432
- "properties": {
5433
- "isInsured": {
5434
- "enum": [
5435
- "No"
5436
- ]
5437
- },
5438
- "details": {
5439
- "baspiRef": "A8.1.1",
5440
- "title": "Why not?"
5441
- }
5442
- },
5443
- "required": [
5444
- "details"
5445
- ]
5446
- },
5447
- {
5448
- "properties": {
5449
- "isInsured": {
5450
- "enum": [
5451
- "Yes"
5452
- ]
5453
- },
5454
- "difficultiesObtainingInsurance": {
5455
- "baspiRef": "A8.1.2",
5456
- "title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
5457
- "description": "(e.g. high premiums, excess over £1,500, special conditions etc)",
5458
- "discriminator": {
5459
- "propertyName": "yesNo"
5460
- },
5461
- "oneOf": [
5462
- {
5463
- "properties": {
5464
- "yesNo": {
5465
- "enum": [
5466
- "No"
5467
- ]
5468
- }
5469
- }
5470
- },
5471
- {
5472
- "properties": {
5473
- "yesNo": {
5474
- "enum": [
5475
- "Yes"
5476
- ]
5477
- },
5478
- "details": {
5479
- "baspiRef": "A8.1.2.2",
5480
- "title": "Provide details"
5481
- }
5482
- },
5483
- "required": [
5484
- "details"
5485
- ]
5486
- }
5487
- ],
5488
- "required": [
5489
- "yesNo"
5490
- ],
5491
- "properties": {
5492
- "yesNo": {
5493
- "baspiRef": "A8.1.2.1",
5494
- "enum": [
5495
- "Yes",
5496
- "No"
5497
- ]
5498
- }
5499
- }
5500
5943
  },
5501
5944
  "insuranceClaims": {
5502
5945
  "baspiRef": "A8.2",
@@ -5933,10 +6376,12 @@
5933
6376
  "title": "Do you know if any of the following rights or arrangements affect the property?",
5934
6377
  "required": [
5935
6378
  "publicRightOfWay",
5936
- "rightsOfLightOrSupport",
6379
+ "rightsOfLight",
6380
+ "rightsOfSupport",
5937
6381
  "rightsCreatedThroughCustom",
5938
6382
  "minesAndMinerals",
5939
6383
  "churchChancel",
6384
+ "rightsToTakeFromLand",
5940
6385
  "otherRights"
5941
6386
  ],
5942
6387
  "properties": {
@@ -5995,9 +6440,55 @@
5995
6440
  }
5996
6441
  }
5997
6442
  },
5998
- "rightsOfLightOrSupport": {
5999
- "baspiRef": "A10.4.2",
6000
- "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",
6001
6492
  "discriminator": {
6002
6493
  "propertyName": "yesNo"
6003
6494
  },
@@ -6019,7 +6510,7 @@
6019
6510
  ]
6020
6511
  },
6021
6512
  "details": {
6022
- "baspiRef": "A10.4.2.2",
6513
+ "baspiRef": "A10.4.2b.2",
6023
6514
  "title": "Details"
6024
6515
  }
6025
6516
  },
@@ -6033,7 +6524,7 @@
6033
6524
  ],
6034
6525
  "properties": {
6035
6526
  "yesNo": {
6036
- "baspiRef": "A10.4.2.1",
6527
+ "baspiRef": "A10.4.2b.1",
6037
6528
  "enum": [
6038
6529
  "Yes",
6039
6530
  "No"
@@ -6042,8 +6533,54 @@
6042
6533
  }
6043
6534
  },
6044
6535
  "rightsCreatedThroughCustom": {
6045
- "baspiRef": "A10.4.3",
6046
- "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)",
6047
6584
  "discriminator": {
6048
6585
  "propertyName": "yesNo"
6049
6586
  },
@@ -6065,7 +6602,7 @@
6065
6602
  ]
6066
6603
  },
6067
6604
  "details": {
6068
- "baspiRef": "A10.4.3.2",
6605
+ "baspiRef": "A10.4.3b2",
6069
6606
  "title": "Details"
6070
6607
  }
6071
6608
  },
@@ -6079,7 +6616,7 @@
6079
6616
  ],
6080
6617
  "properties": {
6081
6618
  "yesNo": {
6082
- "baspiRef": "A10.4.3.1",
6619
+ "baspiRef": "A10.4.3b1",
6083
6620
  "enum": [
6084
6621
  "Yes",
6085
6622
  "No"
@@ -6280,42 +6817,46 @@
6280
6817
  "groundWater": {
6281
6818
  "baspiRef": "A11.1.2.2.1",
6282
6819
  "title": "Ground water",
6283
- "required": [
6284
- "yesNo"
6820
+ "enum": [
6821
+ "Yes",
6822
+ "No"
6285
6823
  ]
6286
6824
  },
6287
6825
  "sewer": {
6288
6826
  "baspiRef": "A11.1.2.2.2",
6289
6827
  "title": "Sewer",
6290
- "required": [
6291
- "yesNo"
6828
+ "enum": [
6829
+ "Yes",
6830
+ "No"
6292
6831
  ]
6293
6832
  },
6294
6833
  "surfaceWater": {
6295
6834
  "baspiRef": "A11.1.2.2.3",
6296
6835
  "title": "Surface water",
6297
- "required": [
6298
- "yesNo"
6836
+ "enum": [
6837
+ "Yes",
6838
+ "No"
6299
6839
  ]
6300
6840
  },
6301
6841
  "coastal": {
6302
6842
  "baspiRef": "A11.1.2.2.4",
6303
6843
  "title": "Coastal flooding",
6304
- "required": [
6305
- "yesNo"
6844
+ "enum": [
6845
+ "Yes",
6846
+ "No"
6306
6847
  ]
6307
6848
  },
6308
6849
  "river": {
6309
6850
  "baspiRef": "A11.1.2.2.5",
6310
6851
  "title": "River flooding",
6311
- "required": [
6312
- "yesNo"
6852
+ "enum": [
6853
+ "Yes",
6854
+ "No"
6313
6855
  ]
6314
6856
  },
6315
6857
  "other": {
6316
6858
  "baspiRef": "A11.1.2.2.6",
6317
6859
  "title": "Other",
6318
- "description": "Please state",
6319
6860
  "discriminator": {
6320
6861
  "propertyName": "yesNo"
6321
6862
  },
@@ -6337,7 +6878,7 @@
6337
6878
  ]
6338
6879
  },
6339
6880
  "details": {
6340
- "baspiRef": "A11.1.2.2.6.1",
6881
+ "baspiRef": "A11.1.2.2.6.2",
6341
6882
  "title": "Please stata"
6342
6883
  }
6343
6884
  },
@@ -6348,7 +6889,16 @@
6348
6889
  ],
6349
6890
  "required": [
6350
6891
  "yesNo"
6351
- ]
6892
+ ],
6893
+ "properties": {
6894
+ "yesNo": {
6895
+ "baspiRef": "A11.1.2.2.6.1",
6896
+ "enum": [
6897
+ "Yes",
6898
+ "No"
6899
+ ]
6900
+ }
6901
+ }
6352
6902
  }
6353
6903
  }
6354
6904
  }
@@ -6457,11 +7007,15 @@
6457
7007
  },
6458
7008
  "details": {
6459
7009
  "baspiRef": "A11.1.3.2",
6460
- "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
+ ]
6461
7015
  },
6462
7016
  "attachments": {
6463
7017
  "baspiRef": "A11.1.3.3",
6464
- "title": "Attachments",
7018
+ "title": "Please supply a copy of the report",
6465
7019
  "enum": [
6466
7020
  "Attached",
6467
7021
  "To follow"
@@ -6488,15 +7042,18 @@
6488
7042
  }
6489
7043
  },
6490
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?",
6491
7047
  "required": [
6492
7048
  "yesNo"
6493
7049
  ],
6494
7050
  "properties": {
6495
7051
  "yesNo": {
6496
- "baspiRef": "A11.1.3.4",
7052
+ "baspiRef": "A11.1.3.4.1",
6497
7053
  "enum": [
6498
7054
  "Yes",
6499
- "No"
7055
+ "No",
7056
+ "Not known"
6500
7057
  ]
6501
7058
  }
6502
7059
  }
@@ -6514,7 +7071,8 @@
6514
7071
  "properties": {
6515
7072
  "yesNo": {
6516
7073
  "enum": [
6517
- "No"
7074
+ "No",
7075
+ "Not known"
6518
7076
  ]
6519
7077
  }
6520
7078
  }
@@ -6784,7 +7342,8 @@
6784
7342
  "title": "Additional Information",
6785
7343
  "required": [
6786
7344
  "restrictionsOnUseNotCompliedWith",
6787
- "otherMaterialIssue"
7345
+ "otherMaterialIssue",
7346
+ "otherCharges"
6788
7347
  ],
6789
7348
  "properties": {
6790
7349
  "restrictionsOnUseNotCompliedWith": {
@@ -6895,6 +7454,52 @@
6895
7454
  ]
6896
7455
  }
6897
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
+ }
6898
7503
  }
6899
7504
  }
6900
7505
  },
@@ -6934,6 +7539,9 @@
6934
7539
  "legalOwners": {
6935
7540
  "baspiRef": "B1",
6936
7541
  "title": "Legal Owners",
7542
+ "required": [
7543
+ "namesOfLegalOwners"
7544
+ ],
6937
7545
  "properties": {
6938
7546
  "namesOfLegalOwners": {
6939
7547
  "baspiRef": "B1.1",
@@ -7107,6 +7715,12 @@
7107
7715
  "uniformBoundaries": {
7108
7716
  "baspiRef": "B2.1.0.2",
7109
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
+ ],
7110
7724
  "properties": {
7111
7725
  "left": {
7112
7726
  "baspiRef": "B2.1.1",
@@ -7150,13 +7764,7 @@
7150
7764
  }
7151
7765
  }
7152
7766
  }
7153
- },
7154
- "required": [
7155
- "left",
7156
- "right",
7157
- "rear",
7158
- "front"
7159
- ]
7767
+ }
7160
7768
  },
7161
7769
  {
7162
7770
  "properties": {
@@ -7187,7 +7795,7 @@
7187
7795
  "properties": {
7188
7796
  "areBoundariesUniform": {
7189
7797
  "enum": [
7190
- "N/A"
7798
+ "Not applicable"
7191
7799
  ]
7192
7800
  }
7193
7801
  }
@@ -7203,7 +7811,7 @@
7203
7811
  "enum": [
7204
7812
  "Yes",
7205
7813
  "No",
7206
- "N/A"
7814
+ "Not applicable"
7207
7815
  ]
7208
7816
  }
7209
7817
  }
@@ -7220,7 +7828,7 @@
7220
7828
  "yesNo": {
7221
7829
  "enum": [
7222
7830
  "No",
7223
- "N/A"
7831
+ "Not applicable"
7224
7832
  ]
7225
7833
  }
7226
7834
  }
@@ -7251,7 +7859,7 @@
7251
7859
  "enum": [
7252
7860
  "Yes",
7253
7861
  "No",
7254
- "N/A"
7862
+ "Not applicable"
7255
7863
  ]
7256
7864
  }
7257
7865
  }
@@ -7268,7 +7876,7 @@
7268
7876
  "yesNo": {
7269
7877
  "enum": [
7270
7878
  "No",
7271
- "N/A"
7879
+ "Not applicable"
7272
7880
  ]
7273
7881
  }
7274
7882
  }
@@ -7299,7 +7907,7 @@
7299
7907
  "enum": [
7300
7908
  "Yes",
7301
7909
  "No",
7302
- "N/A"
7910
+ "Not applicable"
7303
7911
  ]
7304
7912
  }
7305
7913
  }
@@ -7307,7 +7915,7 @@
7307
7915
  "flyingFreehold": {
7308
7916
  "baspiRef": "B2.5",
7309
7917
  "title": "Is there a flying freehold?",
7310
- "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.",
7311
7919
  "discriminator": {
7312
7920
  "propertyName": "yesNo"
7313
7921
  },
@@ -7317,7 +7925,7 @@
7317
7925
  "yesNo": {
7318
7926
  "enum": [
7319
7927
  "No",
7320
- "N/A"
7928
+ "Not applicable"
7321
7929
  ]
7322
7930
  }
7323
7931
  }
@@ -7348,7 +7956,7 @@
7348
7956
  "enum": [
7349
7957
  "Yes",
7350
7958
  "No",
7351
- "N/A"
7959
+ "Not applicable"
7352
7960
  ]
7353
7961
  }
7354
7962
  }
@@ -7375,7 +7983,8 @@
7375
7983
  "properties": {
7376
7984
  "yesNo": {
7377
7985
  "enum": [
7378
- "No"
7986
+ "No",
7987
+ "Not known"
7379
7988
  ]
7380
7989
  }
7381
7990
  }
@@ -7413,7 +8022,8 @@
7413
8022
  "baspiRef": "B3.1.1",
7414
8023
  "enum": [
7415
8024
  "Yes",
7416
- "No"
8025
+ "No",
8026
+ "Not known"
7417
8027
  ]
7418
8028
  }
7419
8029
  }
@@ -7429,7 +8039,8 @@
7429
8039
  "properties": {
7430
8040
  "yesNo": {
7431
8041
  "enum": [
7432
- "No"
8042
+ "No",
8043
+ "Not known"
7433
8044
  ]
7434
8045
  }
7435
8046
  }
@@ -7467,7 +8078,8 @@
7467
8078
  "baspiRef": "B3.2.1",
7468
8079
  "enum": [
7469
8080
  "Yes",
7470
- "No"
8081
+ "No",
8082
+ "Not known"
7471
8083
  ]
7472
8084
  }
7473
8085
  }
@@ -7483,7 +8095,8 @@
7483
8095
  "properties": {
7484
8096
  "yesNo": {
7485
8097
  "enum": [
7486
- "No"
8098
+ "No",
8099
+ "Not known"
7487
8100
  ]
7488
8101
  }
7489
8102
  }
@@ -7521,7 +8134,8 @@
7521
8134
  "baspiRef": "B3.3.1",
7522
8135
  "enum": [
7523
8136
  "Yes",
7524
- "No"
8137
+ "No",
8138
+ "Not known"
7525
8139
  ]
7526
8140
  }
7527
8141
  }
@@ -7562,11 +8176,11 @@
7562
8176
  },
7563
8177
  "yearTested": {
7564
8178
  "baspiRef": "B4.1.2",
7565
- "title": "State the year they were last tested and upload the test certificate."
8179
+ "title": "State the year they were last tested"
7566
8180
  },
7567
8181
  "attachments": {
7568
8182
  "baspiRef": "B4.1.3",
7569
- "title": "Attachments",
8183
+ "title": "Please upload the test certificate.",
7570
8184
  "enum": [
7571
8185
  "Attached",
7572
8186
  "To follow"
@@ -7574,7 +8188,7 @@
7574
8188
  }
7575
8189
  },
7576
8190
  "required": [
7577
- "details",
8191
+ "yearTested",
7578
8192
  "attachments"
7579
8193
  ]
7580
8194
  }
@@ -7603,7 +8217,8 @@
7603
8217
  "properties": {
7604
8218
  "yesNo": {
7605
8219
  "enum": [
7606
- "No"
8220
+ "No",
8221
+ "Not known"
7607
8222
  ]
7608
8223
  }
7609
8224
  }
@@ -7617,15 +8232,31 @@
7617
8232
  },
7618
8233
  "yearWorkCarriedOut": {
7619
8234
  "baspiRef": "B4.2.2",
7620
- "title": "State the year the work was carried"
8235
+ "title": "State the year the work was carried out"
7621
8236
  },
7622
8237
  "details": {
7623
8238
  "baspiRef": "B4.2.3",
7624
8239
  "title": "Provide details"
7625
8240
  },
7626
- "attachments": {
7627
- "baspiRef": "B4.2.4",
7628
- "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",
7629
8260
  "enum": [
7630
8261
  "Attached",
7631
8262
  "To follow"
@@ -7633,8 +8264,8 @@
7633
8264
  }
7634
8265
  },
7635
8266
  "required": [
7636
- "details",
7637
- "attachments"
8267
+ "yearWorkCarriedOut",
8268
+ "details"
7638
8269
  ]
7639
8270
  }
7640
8271
  ],
@@ -7646,7 +8277,8 @@
7646
8277
  "baspiRef": "B4.2.1",
7647
8278
  "enum": [
7648
8279
  "Yes",
7649
- "No"
8280
+ "No",
8281
+ "Not known"
7650
8282
  ]
7651
8283
  }
7652
8284
  }
@@ -7762,7 +8394,7 @@
7762
8394
  },
7763
8395
  "attachments": {
7764
8396
  "baspiRef": "4.3.3.3",
7765
- "title": "please supply copies of the relevant documents",
8397
+ "title": "Please supply copies of the relevant documents",
7766
8398
  "enum": [
7767
8399
  "Attached",
7768
8400
  "To follow"
@@ -7954,7 +8586,7 @@
7954
8586
  },
7955
8587
  "attachments": {
7956
8588
  "baspiRef": "4.6.1.2",
7957
- "title": "Photograph of meter location",
8589
+ "title": "Photograph of stopcock location",
7958
8590
  "enum": [
7959
8591
  "Attached",
7960
8592
  "To follow"
@@ -8201,9 +8833,161 @@
8201
8833
  "Yes"
8202
8834
  ]
8203
8835
  },
8204
- "newHomeWarranty": {
8205
- "baspiRef": "B5.1.1",
8206
- "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",
8207
8991
  "discriminator": {
8208
8992
  "propertyName": "yesNo"
8209
8993
  },
@@ -8224,12 +9008,8 @@
8224
9008
  "Yes"
8225
9009
  ]
8226
9010
  },
8227
- "details": {
8228
- "baspiRef": "B5.1.1.2",
8229
- "title": "Please confirm the name of the warranty provider and the date of the warranty"
8230
- },
8231
9011
  "attachments": {
8232
- "baspiRef": "B5.1.1.3",
9012
+ "baspiRef": "B5.1.1.2",
8233
9013
  "enum": [
8234
9014
  "Attached",
8235
9015
  "To follow"
@@ -8237,7 +9017,6 @@
8237
9017
  }
8238
9018
  },
8239
9019
  "required": [
8240
- "details",
8241
9020
  "attachments"
8242
9021
  ]
8243
9022
  }
@@ -8245,54 +9024,6 @@
8245
9024
  "required": [
8246
9025
  "yesNo"
8247
9026
  ],
8248
- "properties": {
8249
- "yesNo": {
8250
- "baspiRef": "B5.1.1.1",
8251
- "enum": [
8252
- "Yes",
8253
- "No"
8254
- ]
8255
- }
8256
- }
8257
- },
8258
- "roofingWork": {
8259
- "baspiRef": "B5.1.2",
8260
- "title": "Roofing work",
8261
- "required": [
8262
- "yesNo"
8263
- ],
8264
- "properties": {
8265
- "yesNo": {
8266
- "baspiRef": "B5.1.2.1",
8267
- "enum": [
8268
- "Yes",
8269
- "No"
8270
- ]
8271
- }
8272
- }
8273
- },
8274
- "dampProofingTreatment": {
8275
- "baspiRef": "B5.1.3",
8276
- "title": "Damp proofing treatment",
8277
- "required": [
8278
- "yesNo"
8279
- ],
8280
- "properties": {
8281
- "yesNo": {
8282
- "baspiRef": "B5.1.3.1",
8283
- "enum": [
8284
- "Yes",
8285
- "No"
8286
- ]
8287
- }
8288
- }
8289
- },
8290
- "timberRotOrInfestationTreatment": {
8291
- "baspiRef": "B5.1.4",
8292
- "title": "Timber rot or infestation treatment",
8293
- "required": [
8294
- "yesNo"
8295
- ],
8296
9027
  "properties": {
8297
9028
  "yesNo": {
8298
9029
  "baspiRef": "B5.1.4.1",
@@ -8306,6 +9037,39 @@
8306
9037
  "centralHeatingAndorPlumbing": {
8307
9038
  "baspiRef": "B5.1.5",
8308
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
+ ],
8309
9073
  "required": [
8310
9074
  "yesNo"
8311
9075
  ],
@@ -8322,6 +9086,39 @@
8322
9086
  "doubleGlazing": {
8323
9087
  "baspiRef": "B5.1.6",
8324
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
+ ],
8325
9122
  "required": [
8326
9123
  "yesNo"
8327
9124
  ],
@@ -8338,6 +9135,39 @@
8338
9135
  "electricalRepairOrInstallation": {
8339
9136
  "baspiRef": "B5.1.7",
8340
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
+ ],
8341
9171
  "required": [
8342
9172
  "yesNo"
8343
9173
  ],
@@ -8354,6 +9184,39 @@
8354
9184
  "subsidenceWork": {
8355
9185
  "baspiRef": "B5.1.8",
8356
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
+ ],
8357
9220
  "required": [
8358
9221
  "yesNo"
8359
9222
  ],
@@ -8370,6 +9233,39 @@
8370
9233
  "solarPanels": {
8371
9234
  "baspiRef": "B5.1.9",
8372
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
+ ],
8373
9269
  "required": [
8374
9270
  "yesNo"
8375
9271
  ],
@@ -8429,10 +9325,6 @@
8429
9325
  }
8430
9326
  }
8431
9327
  },
8432
- "willLeaveGuaranteePaperwork": {
8433
- "baspiRef": "B5.1.11",
8434
- "title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out"
8435
- },
8436
9328
  "outstandingClaimsOrApplications": {
8437
9329
  "baspiRef": "B5.2",
8438
9330
  "title": "Are there any outstanding claims or current applications relating to any of the above?",
@@ -8554,7 +9446,6 @@
8554
9446
  "subsidenceWork",
8555
9447
  "solarPanels",
8556
9448
  "otherGuarantees",
8557
- "willLeaveGuaranteePaperwork",
8558
9449
  "outstandingClaimsOrApplications",
8559
9450
  "titleDefectInsurance"
8560
9451
  ]
@@ -8655,7 +9546,7 @@
8655
9546
  },
8656
9547
  "details": {
8657
9548
  "baspiRef": "B6.4.1",
8658
- "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)"
8659
9550
  },
8660
9551
  "attachments": {
8661
9552
  "baspiRef": "B6.4.2",
@@ -8682,7 +9573,16 @@
8682
9573
  "title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
8683
9574
  "required": [
8684
9575
  "yesNo"
8685
- ]
9576
+ ],
9577
+ "properties": {
9578
+ "yesNo": {
9579
+ "baspiRef": "B6.3.1.1",
9580
+ "enum": [
9581
+ "Yes",
9582
+ "No"
9583
+ ]
9584
+ }
9585
+ }
8686
9586
  },
8687
9587
  "aged17OrOverWillSignToConfirmWillVacate": {
8688
9588
  "baspiRef": "B6.3.2",
@@ -8709,11 +9609,11 @@
8709
9609
  },
8710
9610
  "details": {
8711
9611
  "baspiRef": "B6.3.2.2",
8712
- "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)"
8713
9613
  },
8714
9614
  "attachments": {
8715
9615
  "baspiRef": "B6.3.2.3",
8716
- "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).",
8717
9617
  "enum": [
8718
9618
  "Attached",
8719
9619
  "To follow"
@@ -8721,7 +9621,8 @@
8721
9621
  }
8722
9622
  },
8723
9623
  "required": [
8724
- "details"
9624
+ "details",
9625
+ "attachments"
8725
9626
  ]
8726
9627
  }
8727
9628
  ],
@@ -8787,16 +9688,34 @@
8787
9688
  "baspiRef": "B7",
8788
9689
  "title": "Completion and Moving",
8789
9690
  "required": [
8790
- "willRemoveAllRubbish",
9691
+ "sellerWillEnsure",
8791
9692
  "otherPropertyInChain",
8792
9693
  "moveRestrictionDates",
8793
- "digitalPropertyLogbook"
9694
+ "digitalPropertyLogbook",
9695
+ "sufficientToRepayAllMortgages"
8794
9696
  ],
8795
9697
  "properties": {
8796
- "willRemoveAllRubbish": {
9698
+ "sellerWillEnsure": {
8797
9699
  "baspiRef": "B7.1",
8798
- "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.",
8799
- "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
+ }
8800
9719
  },
8801
9720
  "otherPropertyInChain": {
8802
9721
  "baspiRef": "B7.2",
@@ -8903,15 +9822,12 @@
8903
9822
  "Yes"
8904
9823
  ]
8905
9824
  },
8906
- "restrictedDates": {
8907
- "baspiRef": "B7.3.2",
8908
- "items": {
8909
- "baspiRef": "B7.3.2.1"
8910
- }
9825
+ "details": {
9826
+ "baspiRef": "B7.3.2"
8911
9827
  }
8912
9828
  },
8913
9829
  "required": [
8914
- "restrictedDates"
9830
+ "details"
8915
9831
  ]
8916
9832
  }
8917
9833
  ],
@@ -8991,7 +9907,8 @@
8991
9907
  "baspiRef": "A7.6.1",
8992
9908
  "enum": [
8993
9909
  "Yes",
8994
- "No"
9910
+ "No",
9911
+ "No mortgage"
8995
9912
  ]
8996
9913
  }
8997
9914
  }