@pdtf/schemas 3.6.0-32 → 3.6.0-33

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.
@@ -990,64 +990,7 @@
990
990
  "No"
991
991
  ]
992
992
  }
993
- },
994
- "oneOf": [
995
- {
996
- "properties": {
997
- "yesNo": {
998
- "enum": [
999
- "No"
1000
- ]
1001
- }
1002
- }
1003
- },
1004
- {
1005
- "properties": {
1006
- "yesNo": {
1007
- "enum": [
1008
- "Yes"
1009
- ]
1010
- },
1011
- "newBuildDetails": {
1012
- "title": "New build details",
1013
- "type": "object",
1014
- "properties": {
1015
- "snaggingCompletion": {
1016
- "title": "Snagging completion status",
1017
- "type": "string",
1018
- "enum": [
1019
- "complete",
1020
- "outstanding",
1021
- "not-done"
1022
- ]
1023
- },
1024
- "adoptionStatus": {
1025
- "title": "Roads and drains adoption status",
1026
- "type": "string",
1027
- "enum": [
1028
- "adopted",
1029
- "pending",
1030
- "private"
1031
- ]
1032
- },
1033
- "conversionConsent": {
1034
- "title": "Consent for conversion obtained",
1035
- "type": "boolean"
1036
- },
1037
- "conversionQuality": {
1038
- "title": "Conversion quality assessment",
1039
- "type": "string",
1040
- "enum": [
1041
- "professional",
1042
- "diy",
1043
- "unknown"
1044
- ]
1045
- }
1046
- }
1047
- }
1048
- }
1049
- }
1050
- ]
993
+ }
1051
994
  },
1052
995
  "isHMO": {
1053
996
  "title": "Is the property a House in Multiple Occupation (HMO)?",
@@ -1605,7 +1548,6 @@
1605
1548
  }
1606
1549
  },
1607
1550
  "ownership": {
1608
- "sef25Ref": "T1",
1609
1551
  "title": "Ownership",
1610
1552
  "type": "object",
1611
1553
  "properties": {
@@ -1736,15 +1678,10 @@
1736
1678
  ]
1737
1679
  },
1738
1680
  "titleRestrictions": {
1739
- "sef25Ref": "T1.1",
1740
1681
  "title": "Are there any known restrictions on the title?",
1741
1682
  "type": "object",
1742
- "sef25Required": [
1743
- "yesNo"
1744
- ],
1745
1683
  "properties": {
1746
1684
  "yesNo": {
1747
- "sef25Ref": "T1.1.1",
1748
1685
  "type": "string",
1749
1686
  "title": "",
1750
1687
  "enum": [
@@ -1771,15 +1708,11 @@
1771
1708
  ]
1772
1709
  },
1773
1710
  "details": {
1774
- "sef25Ref": "T1.1.2",
1775
1711
  "title": "Details",
1776
1712
  "type": "string",
1777
1713
  "minLength": 1
1778
1714
  }
1779
- },
1780
- "sef25Required": [
1781
- "details"
1782
- ]
1715
+ }
1783
1716
  }
1784
1717
  ]
1785
1718
  },
@@ -1822,10 +1755,7 @@
1822
1755
  }
1823
1756
  ]
1824
1757
  }
1825
- },
1826
- "sef25Required": [
1827
- "titleRestrictions"
1828
- ]
1758
+ }
1829
1759
  },
1830
1760
  {
1831
1761
  "properties": {
@@ -8412,12 +8342,8 @@
8412
8342
  }
8413
8343
  },
8414
8344
  "parking": {
8415
- "sef25Ref": "K1",
8416
8345
  "title": "Parking",
8417
8346
  "type": "object",
8418
- "sef25Required": [
8419
- "droppedKerbAccess"
8420
- ],
8421
8347
  "properties": {
8422
8348
  "parkingArrangements": {
8423
8349
  "type": "array",
@@ -8488,25 +8414,18 @@
8488
8414
  ]
8489
8415
  },
8490
8416
  "costOfPermit": {
8491
- "sef25Ref": "P1.1",
8492
8417
  "title": "Cost of permit (£)",
8493
8418
  "type": "number"
8494
8419
  },
8495
8420
  "costOfPermitFrequency": {
8496
- "sef25Ref": "P1.2",
8497
8421
  "title": "Payment frequency",
8498
8422
  "type": "string",
8499
8423
  "enum": [
8500
8424
  "Per month",
8501
- "Per year",
8502
- "Not applicable"
8425
+ "Per year"
8503
8426
  ]
8504
8427
  }
8505
- },
8506
- "sef25Required": [
8507
- "costOfPermit",
8508
- "costOfPermitFrequency"
8509
- ]
8428
+ }
8510
8429
  }
8511
8430
  ]
8512
8431
  },
@@ -8550,15 +8469,10 @@
8550
8469
  ]
8551
8470
  },
8552
8471
  "droppedKerbAccess": {
8553
- "sef25Ref": "K1.1",
8554
8472
  "title": "Is there a dropped kerb access to parking?",
8555
8473
  "type": "object",
8556
- "sef25Required": [
8557
- "yesNo"
8558
- ],
8559
8474
  "properties": {
8560
8475
  "yesNo": {
8561
- "sef25Ref": "K1.1.1",
8562
8476
  "type": "string",
8563
8477
  "title": "",
8564
8478
  "enum": [
@@ -12234,13 +12148,11 @@
12234
12148
  }
12235
12149
  },
12236
12150
  "notices": {
12237
- "sef25Ref": "N1",
12238
12151
  "title": "Notices which Affect the Property",
12239
12152
  "description": "Are you aware of, or have you received, any of the following notices?",
12240
12153
  "type": "object",
12241
12154
  "properties": {
12242
12155
  "neighbourDevelopment": {
12243
- "sef25Ref": "N1.1",
12244
12156
  "title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
12245
12157
  "type": "object",
12246
12158
  "properties": {
@@ -12574,12 +12486,6 @@
12574
12486
  "specialistIssues": {
12575
12487
  "title": "Specialist Issues",
12576
12488
  "type": "object",
12577
- "sef25Required": [
12578
- "wellsDitchesShaft",
12579
- "damagedOrExposedElectrics",
12580
- "damageToFlooringOrStaircases",
12581
- "knownAreasInPoorCondition"
12582
- ],
12583
12489
  "properties": {
12584
12490
  "dryRotEtcTreatment": {
12585
12491
  "title": "To your knowledge, has there been any preventative work for, or treatment of dry rot, wet rot or damp carried out at the property?",
@@ -12888,15 +12794,10 @@
12888
12794
  ]
12889
12795
  },
12890
12796
  "wellsDitchesShaft": {
12891
- "sef25Ref": "H1.1",
12892
12797
  "title": "Are there any wells, ditches, or shafts at the property?",
12893
12798
  "type": "object",
12894
- "sef25Required": [
12895
- "yesNo"
12896
- ],
12897
12799
  "properties": {
12898
12800
  "yesNo": {
12899
- "sef25Ref": "H1.1.1",
12900
12801
  "type": "string",
12901
12802
  "title": "",
12902
12803
  "enum": [
@@ -12916,9 +12817,6 @@
12916
12817
  }
12917
12818
  },
12918
12819
  {
12919
- "sef25Required": [
12920
- "details"
12921
- ],
12922
12820
  "properties": {
12923
12821
  "yesNo": {
12924
12822
  "enum": [
@@ -12926,7 +12824,6 @@
12926
12824
  ]
12927
12825
  },
12928
12826
  "details": {
12929
- "sef25Ref": "H1.1.2",
12930
12827
  "title": "Give details",
12931
12828
  "type": "string",
12932
12829
  "minLength": 1
@@ -12936,15 +12833,10 @@
12936
12833
  ]
12937
12834
  },
12938
12835
  "damagedOrExposedElectrics": {
12939
- "sef25Ref": "H1.2",
12940
12836
  "title": "Are there any damaged or exposed electrics at the property?",
12941
12837
  "type": "object",
12942
- "sef25Required": [
12943
- "yesNo"
12944
- ],
12945
12838
  "properties": {
12946
12839
  "yesNo": {
12947
- "sef25Ref": "H1.2.1",
12948
12840
  "type": "string",
12949
12841
  "title": "",
12950
12842
  "enum": [
@@ -12964,9 +12856,6 @@
12964
12856
  }
12965
12857
  },
12966
12858
  {
12967
- "sef25Required": [
12968
- "details"
12969
- ],
12970
12859
  "properties": {
12971
12860
  "yesNo": {
12972
12861
  "enum": [
@@ -12974,7 +12863,6 @@
12974
12863
  ]
12975
12864
  },
12976
12865
  "details": {
12977
- "sef25Ref": "H1.2.2",
12978
12866
  "title": "Give details",
12979
12867
  "type": "string",
12980
12868
  "minLength": 1
@@ -12984,15 +12872,10 @@
12984
12872
  ]
12985
12873
  },
12986
12874
  "damageToFlooringOrStaircases": {
12987
- "sef25Ref": "H1.3",
12988
12875
  "title": "Is there any damage to flooring and/or staircases?",
12989
12876
  "type": "object",
12990
- "sef25Required": [
12991
- "yesNo"
12992
- ],
12993
12877
  "properties": {
12994
12878
  "yesNo": {
12995
- "sef25Ref": "H1.3.1",
12996
12879
  "type": "string",
12997
12880
  "title": "",
12998
12881
  "enum": [
@@ -13012,9 +12895,6 @@
13012
12895
  }
13013
12896
  },
13014
12897
  {
13015
- "sef25Required": [
13016
- "details"
13017
- ],
13018
12898
  "properties": {
13019
12899
  "yesNo": {
13020
12900
  "enum": [
@@ -13022,7 +12902,6 @@
13022
12902
  ]
13023
12903
  },
13024
12904
  "details": {
13025
- "sef25Ref": "H1.3.2",
13026
12905
  "title": "Give details",
13027
12906
  "type": "string",
13028
12907
  "minLength": 1
@@ -13032,15 +12911,10 @@
13032
12911
  ]
13033
12912
  },
13034
12913
  "knownAreasInPoorCondition": {
13035
- "sef25Ref": "H1.4",
13036
12914
  "title": "Are there any known areas in poor condition (internal or external)?",
13037
12915
  "type": "object",
13038
- "sef25Required": [
13039
- "yesNo"
13040
- ],
13041
12916
  "properties": {
13042
12917
  "yesNo": {
13043
- "sef25Ref": "H1.4.1",
13044
12918
  "type": "string",
13045
12919
  "title": "",
13046
12920
  "enum": [
@@ -13060,9 +12934,6 @@
13060
12934
  }
13061
12935
  },
13062
12936
  {
13063
- "sef25Required": [
13064
- "details"
13065
- ],
13066
12937
  "properties": {
13067
12938
  "yesNo": {
13068
12939
  "enum": [
@@ -13070,7 +12941,6 @@
13070
12941
  ]
13071
12942
  },
13072
12943
  "details": {
13073
- "sef25Ref": "H1.4.2",
13074
12944
  "title": "Give details",
13075
12945
  "type": "string",
13076
12946
  "minLength": 1
@@ -18018,7 +17888,6 @@
18018
17888
  }
18019
17889
  },
18020
17890
  "electricity": {
18021
- "sef25Ref": "S1",
18022
17891
  "title": "Electricity supply",
18023
17892
  "type": "object",
18024
17893
  "properties": {
@@ -18104,7 +17973,6 @@
18104
17973
  ]
18105
17974
  },
18106
17975
  "solarPanels": {
18107
- "sef25Ref": "S1",
18108
17976
  "title": "Solar or photovoltaic panels",
18109
17977
  "type": "object",
18110
17978
  "properties": {
@@ -18152,7 +18020,6 @@
18152
18020
  "type": "integer"
18153
18021
  },
18154
18022
  "panelsOwnedOutright": {
18155
- "sef25Ref": "S1.1",
18156
18023
  "title": "Do you own the panels, and all equipment related to them, outright?",
18157
18024
  "type": "object",
18158
18025
  "properties": {
@@ -18196,15 +18063,10 @@
18196
18063
  ]
18197
18064
  },
18198
18065
  "associatedCost": {
18199
- "sef25Ref": "S1.1",
18200
18066
  "title": "Associated costs of leased solar panels",
18201
18067
  "type": "object",
18202
- "sef25Required": [
18203
- "hasCost"
18204
- ],
18205
18068
  "properties": {
18206
18069
  "hasCost": {
18207
- "sef25Ref": "S1.1.1",
18208
18070
  "title": "Are there any associated costs?",
18209
18071
  "type": "string",
18210
18072
  "enum": [
@@ -18231,12 +18093,10 @@
18231
18093
  ]
18232
18094
  },
18233
18095
  "amount": {
18234
- "sef25Ref": "S1.1.2",
18235
18096
  "title": "Amount (£)",
18236
18097
  "type": "number"
18237
18098
  },
18238
18099
  "frequency": {
18239
- "sef25Ref": "S1.1.3",
18240
18100
  "title": "Payment frequency",
18241
18101
  "type": "string",
18242
18102
  "enum": [
@@ -18244,11 +18104,7 @@
18244
18104
  "Per year"
18245
18105
  ]
18246
18106
  }
18247
- },
18248
- "sef25Required": [
18249
- "amount",
18250
- "frequency"
18251
- ]
18107
+ }
18252
18108
  }
18253
18109
  ]
18254
18110
  }
@@ -18798,15 +18654,10 @@
18798
18654
  "minLength": 1
18799
18655
  },
18800
18656
  "associatedCost": {
18801
- "sef25Ref": "U1.1",
18802
18657
  "title": "Associated costs for water supply",
18803
18658
  "type": "object",
18804
- "sef25Required": [
18805
- "hasCost"
18806
- ],
18807
18659
  "properties": {
18808
18660
  "hasCost": {
18809
- "sef25Ref": "U1.1.1",
18810
18661
  "title": "Are there any associated costs?",
18811
18662
  "type": "string",
18812
18663
  "enum": [
@@ -18833,12 +18684,10 @@
18833
18684
  ]
18834
18685
  },
18835
18686
  "amount": {
18836
- "sef25Ref": "U1.1.2",
18837
18687
  "title": "Amount (£)",
18838
18688
  "type": "number"
18839
18689
  },
18840
18690
  "frequency": {
18841
- "sef25Ref": "U1.1.3",
18842
18691
  "title": "Payment frequency",
18843
18692
  "type": "string",
18844
18693
  "enum": [
@@ -18846,18 +18695,11 @@
18846
18695
  "Per year"
18847
18696
  ]
18848
18697
  }
18849
- },
18850
- "sef25Required": [
18851
- "amount",
18852
- "frequency"
18853
- ]
18698
+ }
18854
18699
  }
18855
18700
  ]
18856
18701
  }
18857
- },
18858
- "sef25Required": [
18859
- "associatedCost"
18860
- ]
18702
+ }
18861
18703
  },
18862
18704
  {
18863
18705
  "properties": {
@@ -19571,15 +19413,10 @@
19571
19413
  ]
19572
19414
  },
19573
19415
  "associatedCost": {
19574
- "sef25Ref": "U1.2",
19575
19416
  "title": "Associated costs for sewerage",
19576
19417
  "type": "object",
19577
- "sef25Required": [
19578
- "hasCost"
19579
- ],
19580
19418
  "properties": {
19581
19419
  "hasCost": {
19582
- "sef25Ref": "U1.2.1",
19583
19420
  "title": "Are there any associated costs?",
19584
19421
  "type": "string",
19585
19422
  "enum": [
@@ -19606,12 +19443,10 @@
19606
19443
  ]
19607
19444
  },
19608
19445
  "amount": {
19609
- "sef25Ref": "U1.2.2",
19610
19446
  "title": "Amount (£)",
19611
19447
  "type": "number"
19612
19448
  },
19613
19449
  "frequency": {
19614
- "sef25Ref": "U1.2.3",
19615
19450
  "title": "Payment frequency",
19616
19451
  "type": "string",
19617
19452
  "enum": [
@@ -19619,18 +19454,11 @@
19619
19454
  "Per year"
19620
19455
  ]
19621
19456
  }
19622
- },
19623
- "sef25Required": [
19624
- "amount",
19625
- "frequency"
19626
- ]
19457
+ }
19627
19458
  }
19628
19459
  ]
19629
19460
  }
19630
- },
19631
- "sef25Required": [
19632
- "associatedCost"
19633
- ]
19461
+ }
19634
19462
  }
19635
19463
  ]
19636
19464
  },
@@ -20761,7 +20589,6 @@
20761
20589
  }
20762
20590
  },
20763
20591
  "insurance": {
20764
- "sef25Ref": "I1",
20765
20592
  "title": "Insurance",
20766
20593
  "type": "object",
20767
20594
  "properties": {
@@ -20973,13 +20800,11 @@
20973
20800
  ]
20974
20801
  },
20975
20802
  "insuranceClaims": {
20976
- "sef25Ref": "I1.1",
20977
20803
  "title": "Have you ever made a claim against your building insurance in relation to the property?",
20978
20804
  "Title": "Has the seller made any buildings insurance claims?",
20979
20805
  "type": "object",
20980
20806
  "properties": {
20981
20807
  "yesNo": {
20982
- "sef25Ref": "I1.1.1",
20983
20808
  "type": "string",
20984
20809
  "title": "",
20985
20810
  "enum": [
@@ -21014,15 +20839,11 @@
21014
20839
  }
21015
20840
  ]
21016
20841
  }
21017
- },
21018
- "sef25Required": [
21019
- "insuranceClaims"
21020
- ]
20842
+ }
21021
20843
  }
21022
20844
  ]
21023
20845
  },
21024
20846
  "rightsAndInformalArrangements": {
21025
- "sef25Ref": "R1",
21026
20847
  "title": "Rights and Informal Arrangements",
21027
20848
  "type": "object",
21028
20849
  "properties": {
@@ -21233,12 +21054,8 @@
21233
21054
  ]
21234
21055
  },
21235
21056
  "rightsOrArrangements": {
21236
- "sef25Ref": "R1",
21237
21057
  "title": "Do you know if any of the following rights or arrangements affect the property?",
21238
21058
  "type": "object",
21239
- "sef25Required": [
21240
- "privateRightOfWay"
21241
- ],
21242
21059
  "properties": {
21243
21060
  "publicRightOfWay": {
21244
21061
  "title": "A public right of way through and/or across your property, buildings or land",
@@ -21288,15 +21105,10 @@
21288
21105
  ]
21289
21106
  },
21290
21107
  "privateRightOfWay": {
21291
- "sef25Ref": "R1.1",
21292
21108
  "title": "A private right of way through and/or across your house, buildings or land",
21293
21109
  "type": "object",
21294
- "sef25Required": [
21295
- "yesNo"
21296
- ],
21297
21110
  "properties": {
21298
21111
  "yesNo": {
21299
- "sef25Ref": "R1.1.1",
21300
21112
  "type": "string",
21301
21113
  "title": "",
21302
21114
  "enum": [
@@ -21323,15 +21135,11 @@
21323
21135
  ]
21324
21136
  },
21325
21137
  "details": {
21326
- "sef25Ref": "R1.1.2",
21327
21138
  "title": "Please provide details",
21328
21139
  "type": "string",
21329
21140
  "minLength": 1
21330
21141
  }
21331
- },
21332
- "sef25Required": [
21333
- "details"
21334
- ]
21142
+ }
21335
21143
  }
21336
21144
  ]
21337
21145
  },
@@ -21732,12 +21540,8 @@
21732
21540
  }
21733
21541
  },
21734
21542
  "environmentalIssues": {
21735
- "sef25Ref": "E1",
21736
21543
  "title": "Environmental Issues Affecting the Property",
21737
21544
  "type": "object",
21738
- "sef25Required": [
21739
- "stormFireFloodDamage"
21740
- ],
21741
21545
  "properties": {
21742
21546
  "flooding": {
21743
21547
  "title": "Flooding",
@@ -21897,7 +21701,6 @@
21897
21701
  "type": "object",
21898
21702
  "properties": {
21899
21703
  "hasBeenFlooded": {
21900
- "sef25Ref": "E1.2",
21901
21704
  "title": "Has the property been flooded in the last 5 years?",
21902
21705
  "type": "string",
21903
21706
  "enum": [
@@ -21989,15 +21792,10 @@
21989
21792
  }
21990
21793
  },
21991
21794
  "stormFireFloodDamage": {
21992
- "sef25Ref": "E1.1",
21993
21795
  "title": "Has the property ever suffered storm, fire or flood damage?",
21994
21796
  "type": "object",
21995
- "sef25Required": [
21996
- "yesNo"
21997
- ],
21998
21797
  "properties": {
21999
21798
  "yesNo": {
22000
- "sef25Ref": "E1.1.1",
22001
21799
  "type": "string",
22002
21800
  "title": "",
22003
21801
  "enum": [
@@ -22024,15 +21822,11 @@
22024
21822
  ]
22025
21823
  },
22026
21824
  "details": {
22027
- "sef25Ref": "E1.1.2",
22028
21825
  "title": "Please provide details",
22029
21826
  "type": "string",
22030
21827
  "minLength": 1
22031
21828
  }
22032
- },
22033
- "sef25Required": [
22034
- "details"
22035
- ]
21829
+ }
22036
21830
  }
22037
21831
  ]
22038
21832
  },
@@ -23407,12 +23201,8 @@
23407
23201
  }
23408
23202
  },
23409
23203
  "additionalInformation": {
23410
- "sef25Ref": "M1",
23411
23204
  "title": "Additional Information",
23412
23205
  "type": "object",
23413
- "sef25Required": [
23414
- "otherMaterialIssue"
23415
- ],
23416
23206
  "properties": {
23417
23207
  "consents": {
23418
23208
  "title": "Please supply copies of all consents that have been given under any covenants, estate management schemes or other restrictions affecting the title to the property for all actions you have disclosed in your answers to questions 5 (Alterations), 8.5 (Green Deal), 10.3 (EV charging points) and 11 (Services).",
@@ -23508,13 +23298,11 @@
23508
23298
  ]
23509
23299
  },
23510
23300
  "otherMaterialIssue": {
23511
- "sef25Ref": "M1.1",
23512
23301
  "title": "Are you aware of any other material issue or information which relates to the property or has anything occurred which may affect the average person's decision to proceed?",
23513
23302
  "description": "This disclosure is required under the Consumer Protection from Unfair Trading Regulations 2008",
23514
23303
  "type": "object",
23515
23304
  "properties": {
23516
23305
  "yesNo": {
23517
- "sef25Ref": "M1.1.1",
23518
23306
  "type": "string",
23519
23307
  "title": "",
23520
23308
  "enum": [
@@ -24524,7 +24312,6 @@
24524
24312
  ]
24525
24313
  },
24526
24314
  "guaranteesWarrantiesAndIndemnityInsurances": {
24527
- "sef25Ref": "W1",
24528
24315
  "title": "Guarantees, Warranties and Indemnity Insurances",
24529
24316
  "type": "object",
24530
24317
  "properties": {
@@ -24555,7 +24342,6 @@
24555
24342
  ]
24556
24343
  },
24557
24344
  "newHomeWarranty": {
24558
- "sef25Ref": "W1.1",
24559
24345
  "title": "New Home Warranty (NHBC or similar)",
24560
24346
  "type": "object",
24561
24347
  "properties": {
@@ -24603,7 +24389,6 @@
24603
24389
  ]
24604
24390
  },
24605
24391
  "roofingWork": {
24606
- "sef25Ref": "W1.2",
24607
24392
  "title": "Roofing work",
24608
24393
  "type": "object",
24609
24394
  "properties": {
@@ -24646,7 +24431,6 @@
24646
24431
  ]
24647
24432
  },
24648
24433
  "dampProofingTreatment": {
24649
- "sef25Ref": "W1.3",
24650
24434
  "title": "Damp proofing treatment",
24651
24435
  "type": "object",
24652
24436
  "properties": {
@@ -24731,7 +24515,6 @@
24731
24515
  ]
24732
24516
  },
24733
24517
  "centralHeatingAndorPlumbing": {
24734
- "sef25Ref": "W1.4",
24735
24518
  "title": "Central heating and/or plumbing",
24736
24519
  "type": "object",
24737
24520
  "properties": {
@@ -24849,7 +24632,6 @@
24849
24632
  ]
24850
24633
  },
24851
24634
  "electricalRepairOrInstallation": {
24852
- "sef25Ref": "W1.5",
24853
24635
  "title": "Electrical repair or installation",
24854
24636
  "type": "object",
24855
24637
  "properties": {
@@ -24892,7 +24674,6 @@
24892
24674
  ]
24893
24675
  },
24894
24676
  "subsidenceWork": {
24895
- "sef25Ref": "W1.6",
24896
24677
  "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
24897
24678
  "type": "object",
24898
24679
  "properties": {
@@ -25019,7 +24800,6 @@
25019
24800
  ]
25020
24801
  },
25021
24802
  "otherGuarantees": {
25022
- "sef25Ref": "W1.7",
25023
24803
  "title": "Other Guarantees or warranties",
25024
24804
  "type": "object",
25025
24805
  "properties": {