@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.
@@ -46,7 +46,7 @@
46
46
  "properties": {
47
47
  "annualGroundRent": {
48
48
  "rdsRef": "TenureAgreements/RentPayable/Value",
49
- "title": "What is the annual ground rent payable?"
49
+ "title": "What is the annual ground rent payable? (£)"
50
50
  }
51
51
  }
52
52
  }
@@ -78,7 +78,8 @@
78
78
  "properties": {
79
79
  "yesNo": {
80
80
  "enum": [
81
- "No"
81
+ "No",
82
+ "Not known"
82
83
  ]
83
84
  }
84
85
  }
@@ -105,7 +106,8 @@
105
106
  "properties": {
106
107
  "yesNo": {
107
108
  "enum": [
108
- "No"
109
+ "No",
110
+ "Not known"
109
111
  ]
110
112
  }
111
113
  }
@@ -132,7 +134,8 @@
132
134
  "properties": {
133
135
  "yesNo": {
134
136
  "enum": [
135
- "No"
137
+ "No",
138
+ "Not known"
136
139
  ]
137
140
  }
138
141
  }
@@ -144,10 +147,6 @@
144
147
  "Yes"
145
148
  ]
146
149
  },
147
- "details": {
148
- "rdsRef": "Protections",
149
- "title": "Details"
150
- },
151
150
  "workCarriedOut": {
152
151
  "rdsRef": "WorksAlterationsChanges",
153
152
  "title": "Has work been carried out to any trees which are protected by the order?",
@@ -171,12 +170,13 @@
171
170
  "Yes"
172
171
  ]
173
172
  },
174
- "details": {
173
+ "consentsObtained": {
175
174
  "rdsRef": "Protections",
176
- "title": "Were the relevant consents obtained? Provide any relevant documentation",
175
+ "title": "Were the relevant consents obtained?",
177
176
  "enum": [
178
177
  "Yes",
179
- "No"
178
+ "No",
179
+ "Not known"
180
180
  ]
181
181
  }
182
182
  }
@@ -222,7 +222,13 @@
222
222
  },
223
223
  "energyEfficiency": {
224
224
  "rdsRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
225
- "title": "Energy Efficiency"
225
+ "title": "Energy Efficiency",
226
+ "properties": {
227
+ "greenDealLoan": {
228
+ "rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation",
229
+ "title": "Green Deal Loan"
230
+ }
231
+ }
226
232
  },
227
233
  "councilTax": {
228
234
  "properties": {
@@ -473,7 +479,7 @@
473
479
  },
474
480
  "changeOfUse": {
475
481
  "rdsRef": "WorksAlterationsChanges",
476
- "title": "Has there been any change of use (e.g. from an office to a residence?",
482
+ "title": "Has there been any change of use (e.g. from an office to a residence)?",
477
483
  "discriminator": {
478
484
  "propertyName": "yesNo"
479
485
  },
@@ -542,7 +548,8 @@
542
548
  "properties": {
543
549
  "yesNo": {
544
550
  "enum": [
545
- "No"
551
+ "No",
552
+ "Not required"
546
553
  ]
547
554
  }
548
555
  }
@@ -939,7 +946,7 @@
939
946
  },
940
947
  "details": {
941
948
  "rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
942
- "title": "Details"
949
+ "title": "Please give details"
943
950
  },
944
951
  "willingToInsure": {
945
952
  "rdsRef": "Insurance/isWillingToProvide",
@@ -978,7 +985,7 @@
978
985
  },
979
986
  "details": {
980
987
  "rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
981
- "title": "Details"
988
+ "title": "Please give details"
982
989
  },
983
990
  "willingToInsure": {
984
991
  "rdsRef": "Insurance/isWillingToProvide",
@@ -1254,7 +1261,8 @@
1254
1261
  "properties": {
1255
1262
  "yesNo": {
1256
1263
  "enum": [
1257
- "No"
1264
+ "No",
1265
+ "Not known"
1258
1266
  ]
1259
1267
  }
1260
1268
  }
@@ -1706,45 +1714,360 @@
1706
1714
  },
1707
1715
  "waterAndDrainage": {
1708
1716
  "properties": {
1709
- "mainsWater": {
1710
- "rdsRef": "Services/PotableWaterSupply",
1711
- "title": "Mains water",
1712
- "discriminator": {
1713
- "propertyName": "yesNo"
1714
- },
1715
- "oneOf": [
1716
- {
1717
- "properties": {
1718
- "yesNo": {
1719
- "enum": [
1720
- "No"
1721
- ]
1717
+ "water": {
1718
+ "properties": {
1719
+ "mainsWater": {
1720
+ "rdsRef": "Services/PotableWaterSupply",
1721
+ "title": "Mains water",
1722
+ "discriminator": {
1723
+ "propertyName": "yesNo"
1724
+ },
1725
+ "oneOf": [
1726
+ {
1727
+ "properties": {
1728
+ "yesNo": {
1729
+ "enum": [
1730
+ "No"
1731
+ ]
1732
+ }
1733
+ }
1734
+ },
1735
+ {
1736
+ "properties": {
1737
+ "yesNo": {
1738
+ "enum": [
1739
+ "Yes"
1740
+ ]
1741
+ }
1742
+ }
1743
+ },
1744
+ {
1745
+ "properties": {
1746
+ "yesNo": {
1747
+ "enum": [
1748
+ "To be connected"
1749
+ ]
1750
+ }
1751
+ }
1722
1752
  }
1723
- }
1724
- },
1725
- {
1726
- "properties": {
1727
- "yesNo": {
1728
- "enum": [
1729
- "Yes"
1730
- ]
1753
+ ]
1754
+ }
1755
+ }
1756
+ },
1757
+ "drainage": {
1758
+ "properties": {
1759
+ "mainsSurfaceWaterDrainage": {
1760
+ "rdsRef": "Services/StormWaterDrainage",
1761
+ "title": "Mains surface water drainage",
1762
+ "discriminator": {
1763
+ "propertyName": "yesNo"
1764
+ },
1765
+ "oneOf": [
1766
+ {
1767
+ "properties": {
1768
+ "yesNo": {
1769
+ "enum": [
1770
+ "No",
1771
+ "Not known"
1772
+ ]
1773
+ }
1774
+ }
1775
+ },
1776
+ {
1777
+ "properties": {
1778
+ "yesNo": {
1779
+ "enum": [
1780
+ "Yes"
1781
+ ]
1782
+ }
1783
+ }
1784
+ },
1785
+ {
1786
+ "properties": {
1787
+ "yesNo": {
1788
+ "enum": [
1789
+ "To be connected"
1790
+ ]
1791
+ }
1792
+ }
1731
1793
  }
1732
- }
1794
+ ]
1733
1795
  },
1734
- {
1735
- "properties": {
1736
- "yesNo": {
1737
- "enum": [
1738
- "To be connected"
1739
- ]
1796
+ "mainsFoulDrainage": {
1797
+ "rdsRef": "Services/WasteWaterSewarageDisposal",
1798
+ "title": "Mains foul drainage",
1799
+ "discriminator": {
1800
+ "propertyName": "yesNo"
1801
+ },
1802
+ "oneOf": [
1803
+ {
1804
+ "properties": {
1805
+ "yesNo": {
1806
+ "enum": [
1807
+ "Yes"
1808
+ ]
1809
+ }
1810
+ }
1811
+ },
1812
+ {
1813
+ "properties": {
1814
+ "yesNo": {
1815
+ "enum": [
1816
+ "To be connected"
1817
+ ]
1818
+ }
1819
+ }
1820
+ },
1821
+ {
1822
+ "properties": {
1823
+ "yesNo": {
1824
+ "enum": [
1825
+ "No",
1826
+ "Not known"
1827
+ ]
1828
+ },
1829
+ "sustainableDrainageSystem": {
1830
+ "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
1831
+ "title": "Sustainable Drainage System",
1832
+ "discriminator": {
1833
+ "propertyName": "yesNo"
1834
+ },
1835
+ "oneOf": [
1836
+ {
1837
+ "properties": {
1838
+ "yesNo": {
1839
+ "enum": [
1840
+ "No"
1841
+ ]
1842
+ }
1843
+ }
1844
+ },
1845
+ {
1846
+ "properties": {
1847
+ "yesNo": {
1848
+ "enum": [
1849
+ "Yes"
1850
+ ]
1851
+ }
1852
+ }
1853
+ },
1854
+ {
1855
+ "properties": {
1856
+ "yesNo": {
1857
+ "enum": [
1858
+ "To be connected"
1859
+ ]
1860
+ }
1861
+ }
1862
+ }
1863
+ ]
1864
+ },
1865
+ "septicTank": {
1866
+ "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
1867
+ "title": "Septic tank",
1868
+ "discriminator": {
1869
+ "propertyName": "yesNo"
1870
+ },
1871
+ "oneOf": [
1872
+ {
1873
+ "properties": {
1874
+ "yesNo": {
1875
+ "enum": [
1876
+ "No"
1877
+ ]
1878
+ }
1879
+ }
1880
+ },
1881
+ {
1882
+ "properties": {
1883
+ "yesNo": {
1884
+ "enum": [
1885
+ "Yes"
1886
+ ]
1887
+ }
1888
+ }
1889
+ }
1890
+ ]
1891
+ },
1892
+ "cesspit": {
1893
+ "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
1894
+ "title": "Cesspit",
1895
+ "discriminator": {
1896
+ "propertyName": "yesNo"
1897
+ },
1898
+ "oneOf": [
1899
+ {
1900
+ "properties": {
1901
+ "yesNo": {
1902
+ "enum": [
1903
+ "No"
1904
+ ]
1905
+ }
1906
+ }
1907
+ },
1908
+ {
1909
+ "properties": {
1910
+ "yesNo": {
1911
+ "enum": [
1912
+ "Yes"
1913
+ ]
1914
+ }
1915
+ }
1916
+ }
1917
+ ]
1918
+ },
1919
+ "sewerageTreatmentPlant": {
1920
+ "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
1921
+ "title": "Sewerage treatment plant",
1922
+ "discriminator": {
1923
+ "propertyName": "yesNo"
1924
+ },
1925
+ "oneOf": [
1926
+ {
1927
+ "properties": {
1928
+ "yesNo": {
1929
+ "enum": [
1930
+ "No"
1931
+ ]
1932
+ }
1933
+ }
1934
+ },
1935
+ {
1936
+ "properties": {
1937
+ "yesNo": {
1938
+ "enum": [
1939
+ "Yes"
1940
+ ]
1941
+ }
1942
+ }
1943
+ }
1944
+ ]
1945
+ },
1946
+ "otherConnectedProperties": {
1947
+ "rdsRef": "Services/OtherServices/SharedWith",
1948
+ "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
1949
+ "discriminator": {
1950
+ "propertyName": "yesNo"
1951
+ },
1952
+ "oneOf": [
1953
+ {
1954
+ "properties": {
1955
+ "yesNo": {
1956
+ "enum": [
1957
+ "No"
1958
+ ]
1959
+ }
1960
+ }
1961
+ },
1962
+ {
1963
+ "properties": {
1964
+ "yesNo": {
1965
+ "enum": [
1966
+ "Yes"
1967
+ ]
1968
+ }
1969
+ }
1970
+ }
1971
+ ]
1972
+ },
1973
+ "plantOnOtherLand": {
1974
+ "rdsRef": "Services/OtherServices/Located,Services/OtherServices/{access=?}",
1975
+ "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
1976
+ "discriminator": {
1977
+ "propertyName": "yesNo"
1978
+ },
1979
+ "oneOf": [
1980
+ {
1981
+ "properties": {
1982
+ "yesNo": {
1983
+ "enum": [
1984
+ "No"
1985
+ ]
1986
+ }
1987
+ }
1988
+ },
1989
+ {
1990
+ "properties": {
1991
+ "yesNo": {
1992
+ "enum": [
1993
+ "Yes"
1994
+ ]
1995
+ }
1996
+ }
1997
+ }
1998
+ ]
1999
+ },
2000
+ "plantRegistered": {
2001
+ "rdsRef": "Services/OtherServices/Certificates",
2002
+ "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
2003
+ "discriminator": {
2004
+ "propertyName": "yesNo"
2005
+ },
2006
+ "oneOf": [
2007
+ {
2008
+ "properties": {
2009
+ "yesNo": {
2010
+ "enum": [
2011
+ "No"
2012
+ ]
2013
+ }
2014
+ }
2015
+ },
2016
+ {
2017
+ "properties": {
2018
+ "yesNo": {
2019
+ "enum": [
2020
+ "Yes"
2021
+ ]
2022
+ }
2023
+ }
2024
+ }
2025
+ ]
2026
+ },
2027
+ "plantDrainsIntoWaterway": {
2028
+ "rdsRef": "Services/OtherServices/{isExternallyConnected='yes?true'}",
2029
+ "title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
2030
+ "discriminator": {
2031
+ "propertyName": "yesNo"
2032
+ },
2033
+ "oneOf": [
2034
+ {
2035
+ "properties": {
2036
+ "yesNo": {
2037
+ "enum": [
2038
+ "No, the effluent is discharged through a soakaway system."
2039
+ ]
2040
+ }
2041
+ }
2042
+ },
2043
+ {
2044
+ "properties": {
2045
+ "yesNo": {
2046
+ "enum": [
2047
+ "Yes"
2048
+ ]
2049
+ },
2050
+ "dischargeCompliesWithGBR": {
2051
+ "rdsRef": "Services/OtherServices/ExternalConnections/Flags",
2052
+ "title": "Does it comply with the General Binding Rules for discharge into a waterway?",
2053
+ "enum": [
2054
+ "Yes",
2055
+ "No, it does not comply with the rules for discharge into a waterway."
2056
+ ]
2057
+ }
2058
+ }
2059
+ }
2060
+ ]
2061
+ }
2062
+ }
1740
2063
  }
1741
- }
2064
+ ]
1742
2065
  }
1743
- ]
2066
+ }
1744
2067
  },
1745
- "mainsSurfaceWaterDrainage": {
1746
- "rdsRef": "Services/StormWaterDrainage",
1747
- "title": "Mains surface water drainage",
2068
+ "maintenanceAgreements": {
2069
+ "rdsRef": "Services/Certificates,Services/OtherServices/Certificates",
2070
+ "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
1748
2071
  "discriminator": {
1749
2072
  "propertyName": "yesNo"
1750
2073
  },
@@ -1766,344 +2089,35 @@
1766
2089
  ]
1767
2090
  }
1768
2091
  }
1769
- },
1770
- {
1771
- "properties": {
1772
- "yesNo": {
1773
- "enum": [
1774
- "To be connected"
1775
- ]
1776
- }
1777
- }
1778
2092
  }
1779
2093
  ]
2094
+ }
2095
+ }
2096
+ },
2097
+ "centralHeating": {
2098
+ "rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
2099
+ "title": "Central Heating",
2100
+ "discriminator": {
2101
+ "propertyName": "hasCentralHeating"
2102
+ },
2103
+ "oneOf": [
2104
+ {
2105
+ "properties": {
2106
+ "hasCentralHeating": {
2107
+ "enum": [
2108
+ "No"
2109
+ ]
2110
+ }
2111
+ }
1780
2112
  },
1781
- "mainsFoulDrainage": {
1782
- "rdsRef": "Services/WasteWaterSewarageDisposal",
1783
- "title": "Mains foul drainage",
1784
- "discriminator": {
1785
- "propertyName": "yesNo"
1786
- },
1787
- "oneOf": [
1788
- {
1789
- "properties": {
1790
- "yesNo": {
1791
- "enum": [
1792
- "Yes"
1793
- ]
1794
- }
1795
- }
1796
- },
1797
- {
1798
- "properties": {
1799
- "yesNo": {
1800
- "enum": [
1801
- "To be connected"
1802
- ]
1803
- }
1804
- }
1805
- },
1806
- {
1807
- "properties": {
1808
- "yesNo": {
1809
- "enum": [
1810
- "No"
1811
- ]
1812
- },
1813
- "sustainableDrainageSystem": {
1814
- "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
1815
- "title": "Sustainable Drainage System",
1816
- "discriminator": {
1817
- "propertyName": "yesNo"
1818
- },
1819
- "oneOf": [
1820
- {
1821
- "properties": {
1822
- "yesNo": {
1823
- "enum": [
1824
- "No"
1825
- ]
1826
- }
1827
- }
1828
- },
1829
- {
1830
- "properties": {
1831
- "yesNo": {
1832
- "enum": [
1833
- "Yes"
1834
- ]
1835
- }
1836
- }
1837
- },
1838
- {
1839
- "properties": {
1840
- "yesNo": {
1841
- "enum": [
1842
- "To be connected"
1843
- ]
1844
- }
1845
- }
1846
- }
1847
- ]
1848
- },
1849
- "septicTank": {
1850
- "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
1851
- "title": "Septic tank",
1852
- "discriminator": {
1853
- "propertyName": "yesNo"
1854
- },
1855
- "oneOf": [
1856
- {
1857
- "properties": {
1858
- "yesNo": {
1859
- "enum": [
1860
- "No"
1861
- ]
1862
- }
1863
- }
1864
- },
1865
- {
1866
- "properties": {
1867
- "yesNo": {
1868
- "enum": [
1869
- "Yes"
1870
- ]
1871
- }
1872
- }
1873
- }
1874
- ]
1875
- },
1876
- "cesspit": {
1877
- "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
1878
- "title": "Cesspit",
1879
- "discriminator": {
1880
- "propertyName": "yesNo"
1881
- },
1882
- "oneOf": [
1883
- {
1884
- "properties": {
1885
- "yesNo": {
1886
- "enum": [
1887
- "No"
1888
- ]
1889
- }
1890
- }
1891
- },
1892
- {
1893
- "properties": {
1894
- "yesNo": {
1895
- "enum": [
1896
- "Yes"
1897
- ]
1898
- }
1899
- }
1900
- }
1901
- ]
1902
- },
1903
- "sewerageTreatmentPlant": {
1904
- "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
1905
- "title": "Sewerage treatment plant",
1906
- "discriminator": {
1907
- "propertyName": "yesNo"
1908
- },
1909
- "oneOf": [
1910
- {
1911
- "properties": {
1912
- "yesNo": {
1913
- "enum": [
1914
- "No"
1915
- ]
1916
- }
1917
- }
1918
- },
1919
- {
1920
- "properties": {
1921
- "yesNo": {
1922
- "enum": [
1923
- "Yes"
1924
- ]
1925
- }
1926
- }
1927
- }
1928
- ]
1929
- },
1930
- "otherConnectedProperties": {
1931
- "rdsRef": "Services/OtherServices/SharedWith",
1932
- "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
1933
- "discriminator": {
1934
- "propertyName": "yesNo"
1935
- },
1936
- "oneOf": [
1937
- {
1938
- "properties": {
1939
- "yesNo": {
1940
- "enum": [
1941
- "No"
1942
- ]
1943
- }
1944
- }
1945
- },
1946
- {
1947
- "properties": {
1948
- "yesNo": {
1949
- "enum": [
1950
- "Yes"
1951
- ]
1952
- }
1953
- }
1954
- }
1955
- ]
1956
- },
1957
- "plantOnOtherLand": {
1958
- "rdsRef": "Services/OtherServices/Located,Services/OtherServices/{access=?}",
1959
- "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
1960
- "discriminator": {
1961
- "propertyName": "yesNo"
1962
- },
1963
- "oneOf": [
1964
- {
1965
- "properties": {
1966
- "yesNo": {
1967
- "enum": [
1968
- "No"
1969
- ]
1970
- }
1971
- }
1972
- },
1973
- {
1974
- "properties": {
1975
- "yesNo": {
1976
- "enum": [
1977
- "Yes"
1978
- ]
1979
- }
1980
- }
1981
- }
1982
- ]
1983
- },
1984
- "plantRegistered": {
1985
- "rdsRef": "Services/OtherServices/Certificates",
1986
- "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
1987
- "discriminator": {
1988
- "propertyName": "yesNo"
1989
- },
1990
- "oneOf": [
1991
- {
1992
- "properties": {
1993
- "yesNo": {
1994
- "enum": [
1995
- "No"
1996
- ]
1997
- }
1998
- }
1999
- },
2000
- {
2001
- "properties": {
2002
- "yesNo": {
2003
- "enum": [
2004
- "Yes"
2005
- ]
2006
- }
2007
- }
2008
- }
2009
- ]
2010
- },
2011
- "plantDrainsIntoWaterway": {
2012
- "rdsRef": "Services/OtherServices/{isExternallyConnected='yes?true'}",
2013
- "title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
2014
- "discriminator": {
2015
- "propertyName": "yesNo"
2016
- },
2017
- "oneOf": [
2018
- {
2019
- "properties": {
2020
- "yesNo": {
2021
- "enum": [
2022
- "No, the effluent is discharged through a soakaway system."
2023
- ]
2024
- }
2025
- }
2026
- },
2027
- {
2028
- "properties": {
2029
- "yesNo": {
2030
- "enum": [
2031
- "Yes"
2032
- ]
2033
- },
2034
- "dischargeCompliesWithGBR": {
2035
- "rdsRef": "Services/OtherServices/ExternalConnections/Flags",
2036
- "title": "Does it comply with the General Binding Rules for discharge into a waterway?",
2037
- "enum": [
2038
- "Yes",
2039
- "No, it does not comply with the rules for discharge into a waterway."
2040
- ]
2041
- }
2042
- }
2043
- }
2044
- ]
2045
- }
2046
- }
2047
- }
2048
- ]
2049
- },
2050
- "maintenanceAgreements": {
2051
- "rdsRef": "Services/Certificates,Services/OtherServices/Certificates",
2052
- "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
2053
- "discriminator": {
2054
- "propertyName": "yesNo"
2055
- },
2056
- "oneOf": [
2057
- {
2058
- "properties": {
2059
- "yesNo": {
2060
- "enum": [
2061
- "No"
2062
- ]
2063
- }
2064
- }
2065
- },
2066
- {
2067
- "properties": {
2068
- "yesNo": {
2069
- "enum": [
2070
- "Yes"
2071
- ]
2072
- }
2073
- }
2074
- }
2075
- ]
2076
- }
2077
- }
2078
- },
2079
- "greenDealLoan": {
2080
- "rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation",
2081
- "title": "Green Deal Loan"
2082
- },
2083
- "centralHeating": {
2084
- "rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
2085
- "title": "Central Heating",
2086
- "discriminator": {
2087
- "propertyName": "hasCentralHeating"
2088
- },
2089
- "oneOf": [
2090
- {
2091
- "properties": {
2092
- "hasCentralHeating": {
2093
- "enum": [
2094
- "No"
2095
- ]
2096
- }
2097
- }
2098
- },
2099
- {
2100
- "properties": {
2101
- "hasCentralHeating": {
2102
- "enum": [
2103
- "Yes"
2104
- ]
2105
- },
2106
- "centralHeatingDetails": {
2113
+ {
2114
+ "properties": {
2115
+ "hasCentralHeating": {
2116
+ "enum": [
2117
+ "Yes"
2118
+ ]
2119
+ },
2120
+ "centralHeatingDetails": {
2107
2121
  "properties": {
2108
2122
  "centralHeatingFuel": {
2109
2123
  "rdsRef": "Buildings|BuildingSections/Heating/isGas=no|yes|true|false",
@@ -2137,7 +2151,7 @@
2137
2151
  },
2138
2152
  "centralHeatingInstalled": {
2139
2153
  "rdsRef": "Objects/Installed",
2140
- "title": "When was the heating system and boiler installed?"
2154
+ "title": "When was the heating system installed?"
2141
2155
  },
2142
2156
  "boilerInstallationCertificate": {
2143
2157
  "rdsRef": "Objects/Installation,Objects/Certificates",
@@ -2168,7 +2182,7 @@
2168
2182
  },
2169
2183
  "heatingLastServicedDate": {
2170
2184
  "rdsRef": "Objects/Maintenance",
2171
- "title": "When was the heating system and boiler last serviced or maintained?"
2185
+ "title": "When was the heating system last serviced or maintained?"
2172
2186
  },
2173
2187
  "heatingInGoodWorkingOrder": {
2174
2188
  "rdsRef": "Objects/Condition=?",
@@ -2208,43 +2222,19 @@
2208
2222
  "isInsured": {
2209
2223
  "rdsRef": "Insurance/isInsured=no|yes|true|false",
2210
2224
  "title": "Do you insure the property?",
2211
- "enum": [
2212
- "Yes",
2213
- "No"
2214
- ]
2215
- }
2216
- },
2217
- "oneOf": [
2218
- null,
2219
- {
2220
- "properties": {
2221
- "difficultiesObtainingInsurance": {
2222
- "rdsRef": "Insurance/Flags,Insurance/refusalReason=?",
2223
- "title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
2224
- "description": "(e.g. high premiums, excess over £1,500, special conditions etc)",
2225
- "discriminator": {
2226
- "propertyName": "yesNo"
2227
- },
2228
- "oneOf": [
2229
- {
2230
- "properties": {
2231
- "yesNo": {
2232
- "enum": [
2233
- "No"
2234
- ]
2235
- }
2236
- }
2237
- },
2238
- {
2239
- "properties": {
2240
- "yesNo": {
2241
- "enum": [
2242
- "Yes"
2243
- ]
2244
- }
2245
- }
2246
- }
2247
- ]
2225
+ "enum": [
2226
+ "Yes",
2227
+ "No"
2228
+ ]
2229
+ }
2230
+ },
2231
+ "oneOf": [
2232
+ null,
2233
+ {
2234
+ "properties": {
2235
+ "difficultiesObtainingInsurance": {
2236
+ "rdsRef": "Insurance/Flags,Insurance/refusalReason=?",
2237
+ "title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?"
2248
2238
  },
2249
2239
  "insuranceClaims": {
2250
2240
  "rdsRef": "Insurance/Claims",
@@ -2501,9 +2491,36 @@
2501
2491
  }
2502
2492
  ]
2503
2493
  },
2504
- "rightsOfLightOrSupport": {
2494
+ "rightsOfLight": {
2495
+ "rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
2496
+ "title": "Rights of light",
2497
+ "discriminator": {
2498
+ "propertyName": "yesNo"
2499
+ },
2500
+ "oneOf": [
2501
+ {
2502
+ "properties": {
2503
+ "yesNo": {
2504
+ "enum": [
2505
+ "No"
2506
+ ]
2507
+ }
2508
+ }
2509
+ },
2510
+ {
2511
+ "properties": {
2512
+ "yesNo": {
2513
+ "enum": [
2514
+ "Yes"
2515
+ ]
2516
+ }
2517
+ }
2518
+ }
2519
+ ]
2520
+ },
2521
+ "rightsOfSupport": {
2505
2522
  "rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
2506
- "title": "Rights of light or support for other properties",
2523
+ "title": "Rights of support from ajoining properties",
2507
2524
  "discriminator": {
2508
2525
  "propertyName": "yesNo"
2509
2526
  },
@@ -2530,7 +2547,34 @@
2530
2547
  },
2531
2548
  "rightsCreatedThroughCustom": {
2532
2549
  "rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
2533
- "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)",
2550
+ "title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
2551
+ "discriminator": {
2552
+ "propertyName": "yesNo"
2553
+ },
2554
+ "oneOf": [
2555
+ {
2556
+ "properties": {
2557
+ "yesNo": {
2558
+ "enum": [
2559
+ "No"
2560
+ ]
2561
+ }
2562
+ }
2563
+ },
2564
+ {
2565
+ "properties": {
2566
+ "yesNo": {
2567
+ "enum": [
2568
+ "Yes"
2569
+ ]
2570
+ }
2571
+ }
2572
+ }
2573
+ ]
2574
+ },
2575
+ "rightsToTakeFromLand": {
2576
+ "rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
2577
+ "title": "Other people's rights to take things from the land (such as timber, hay or fish)",
2534
2578
  "discriminator": {
2535
2579
  "propertyName": "yesNo"
2536
2580
  },
@@ -2723,7 +2767,8 @@
2723
2767
  "properties": {
2724
2768
  "yesNo": {
2725
2769
  "enum": [
2726
- "No"
2770
+ "No",
2771
+ "Not known"
2727
2772
  ]
2728
2773
  }
2729
2774
  }
@@ -3040,7 +3085,7 @@
3040
3085
  "properties": {
3041
3086
  "areBoundariesUniform": {
3042
3087
  "enum": [
3043
- "N/A"
3088
+ "Not applicable"
3044
3089
  ]
3045
3090
  }
3046
3091
  }
@@ -3059,7 +3104,7 @@
3059
3104
  "yesNo": {
3060
3105
  "enum": [
3061
3106
  "No",
3062
- "N/A"
3107
+ "Not applicable"
3063
3108
  ]
3064
3109
  }
3065
3110
  }
@@ -3087,7 +3132,7 @@
3087
3132
  "yesNo": {
3088
3133
  "enum": [
3089
3134
  "No",
3090
- "N/A"
3135
+ "Not applicable"
3091
3136
  ]
3092
3137
  }
3093
3138
  }
@@ -3106,7 +3151,7 @@
3106
3151
  "flyingFreehold": {
3107
3152
  "rdsRef": "Tenure/tenure=?",
3108
3153
  "title": "Is there a flying freehold?",
3109
- "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.",
3154
+ "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.",
3110
3155
  "discriminator": {
3111
3156
  "propertyName": "yesNo"
3112
3157
  },
@@ -3116,7 +3161,7 @@
3116
3161
  "yesNo": {
3117
3162
  "enum": [
3118
3163
  "No",
3119
- "N/A"
3164
+ "Not applicable"
3120
3165
  ]
3121
3166
  }
3122
3167
  }
@@ -3147,7 +3192,8 @@
3147
3192
  "properties": {
3148
3193
  "yesNo": {
3149
3194
  "enum": [
3150
- "No"
3195
+ "No",
3196
+ "Not known"
3151
3197
  ]
3152
3198
  }
3153
3199
  }
@@ -3174,7 +3220,8 @@
3174
3220
  "properties": {
3175
3221
  "yesNo": {
3176
3222
  "enum": [
3177
- "No"
3223
+ "No",
3224
+ "Not known"
3178
3225
  ]
3179
3226
  }
3180
3227
  }
@@ -3201,7 +3248,8 @@
3201
3248
  "properties": {
3202
3249
  "yesNo": {
3203
3250
  "enum": [
3204
- "No"
3251
+ "No",
3252
+ "Not known"
3205
3253
  ]
3206
3254
  }
3207
3255
  }
@@ -3259,7 +3307,8 @@
3259
3307
  "properties": {
3260
3308
  "yesNo": {
3261
3309
  "enum": [
3262
- "No"
3310
+ "No",
3311
+ "Not known"
3263
3312
  ]
3264
3313
  }
3265
3314
  }
@@ -3462,35 +3511,219 @@
3462
3511
  },
3463
3512
  "roofingWork": {
3464
3513
  "rdsRef": "Certificates",
3465
- "title": "Roofing work"
3514
+ "title": "Roofing work",
3515
+ "discriminator": {
3516
+ "propertyName": "yesNo"
3517
+ },
3518
+ "oneOf": [
3519
+ {
3520
+ "properties": {
3521
+ "yesNo": {
3522
+ "enum": [
3523
+ "No"
3524
+ ]
3525
+ }
3526
+ }
3527
+ },
3528
+ {
3529
+ "properties": {
3530
+ "yesNo": {
3531
+ "enum": [
3532
+ "Yes"
3533
+ ]
3534
+ }
3535
+ }
3536
+ }
3537
+ ]
3466
3538
  },
3467
3539
  "dampProofingTreatment": {
3468
3540
  "rdsRef": "Certificates",
3469
- "title": "Damp proofing treatment"
3541
+ "title": "Damp proofing treatment",
3542
+ "discriminator": {
3543
+ "propertyName": "yesNo"
3544
+ },
3545
+ "oneOf": [
3546
+ {
3547
+ "properties": {
3548
+ "yesNo": {
3549
+ "enum": [
3550
+ "No"
3551
+ ]
3552
+ }
3553
+ }
3554
+ },
3555
+ {
3556
+ "properties": {
3557
+ "yesNo": {
3558
+ "enum": [
3559
+ "Yes"
3560
+ ]
3561
+ }
3562
+ }
3563
+ }
3564
+ ]
3470
3565
  },
3471
3566
  "timberRotOrInfestationTreatment": {
3472
3567
  "rdsRef": "Certificates",
3473
- "title": "Timber rot or infestation treatment"
3568
+ "title": "Timber rot or infestation treatment",
3569
+ "discriminator": {
3570
+ "propertyName": "yesNo"
3571
+ },
3572
+ "oneOf": [
3573
+ {
3574
+ "properties": {
3575
+ "yesNo": {
3576
+ "enum": [
3577
+ "No"
3578
+ ]
3579
+ }
3580
+ }
3581
+ },
3582
+ {
3583
+ "properties": {
3584
+ "yesNo": {
3585
+ "enum": [
3586
+ "Yes"
3587
+ ]
3588
+ }
3589
+ }
3590
+ }
3591
+ ]
3474
3592
  },
3475
3593
  "centralHeatingAndorPlumbing": {
3476
3594
  "rdsRef": "Certificates",
3477
- "title": "Central heating and/or plumbing"
3595
+ "title": "Central heating and/or plumbing",
3596
+ "discriminator": {
3597
+ "propertyName": "yesNo"
3598
+ },
3599
+ "oneOf": [
3600
+ {
3601
+ "properties": {
3602
+ "yesNo": {
3603
+ "enum": [
3604
+ "No"
3605
+ ]
3606
+ }
3607
+ }
3608
+ },
3609
+ {
3610
+ "properties": {
3611
+ "yesNo": {
3612
+ "enum": [
3613
+ "Yes"
3614
+ ]
3615
+ }
3616
+ }
3617
+ }
3618
+ ]
3478
3619
  },
3479
3620
  "doubleGlazing": {
3480
3621
  "rdsRef": "Certificates",
3481
- "title": "Double glazing (windows, doors, roof lights, conservatory etc)"
3622
+ "title": "Double glazing (windows, doors, roof lights, conservatory etc)",
3623
+ "discriminator": {
3624
+ "propertyName": "yesNo"
3625
+ },
3626
+ "oneOf": [
3627
+ {
3628
+ "properties": {
3629
+ "yesNo": {
3630
+ "enum": [
3631
+ "No"
3632
+ ]
3633
+ }
3634
+ }
3635
+ },
3636
+ {
3637
+ "properties": {
3638
+ "yesNo": {
3639
+ "enum": [
3640
+ "Yes"
3641
+ ]
3642
+ }
3643
+ }
3644
+ }
3645
+ ]
3482
3646
  },
3483
3647
  "electricalRepairOrInstallation": {
3484
3648
  "rdsRef": "Certificates",
3485
- "title": "Electrical repair or installation"
3649
+ "title": "Electrical repair or installation",
3650
+ "discriminator": {
3651
+ "propertyName": "yesNo"
3652
+ },
3653
+ "oneOf": [
3654
+ {
3655
+ "properties": {
3656
+ "yesNo": {
3657
+ "enum": [
3658
+ "No"
3659
+ ]
3660
+ }
3661
+ }
3662
+ },
3663
+ {
3664
+ "properties": {
3665
+ "yesNo": {
3666
+ "enum": [
3667
+ "Yes"
3668
+ ]
3669
+ }
3670
+ }
3671
+ }
3672
+ ]
3486
3673
  },
3487
3674
  "subsidenceWork": {
3488
3675
  "rdsRef": "Certificates",
3489
- "title": "Underpinning or other preventative work and/or remedial action relating to subsidence"
3676
+ "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
3677
+ "discriminator": {
3678
+ "propertyName": "yesNo"
3679
+ },
3680
+ "oneOf": [
3681
+ {
3682
+ "properties": {
3683
+ "yesNo": {
3684
+ "enum": [
3685
+ "No"
3686
+ ]
3687
+ }
3688
+ }
3689
+ },
3690
+ {
3691
+ "properties": {
3692
+ "yesNo": {
3693
+ "enum": [
3694
+ "Yes"
3695
+ ]
3696
+ }
3697
+ }
3698
+ }
3699
+ ]
3490
3700
  },
3491
3701
  "solarPanels": {
3492
3702
  "rdsRef": "Certificates",
3493
- "title": "Solar panels"
3703
+ "title": "Solar panels",
3704
+ "discriminator": {
3705
+ "propertyName": "yesNo"
3706
+ },
3707
+ "oneOf": [
3708
+ {
3709
+ "properties": {
3710
+ "yesNo": {
3711
+ "enum": [
3712
+ "No"
3713
+ ]
3714
+ }
3715
+ }
3716
+ },
3717
+ {
3718
+ "properties": {
3719
+ "yesNo": {
3720
+ "enum": [
3721
+ "Yes"
3722
+ ]
3723
+ }
3724
+ }
3725
+ }
3726
+ ]
3494
3727
  },
3495
3728
  "otherGuarantees": {
3496
3729
  "rdsRef": "Certificates",
@@ -3668,10 +3901,9 @@
3668
3901
  },
3669
3902
  "completionAndMoving": {
3670
3903
  "properties": {
3671
- "willRemoveAllRubbish": {
3904
+ "sellerWillEnsure": {
3672
3905
  "rdsRef": "RightsHolders/Flags",
3673
- "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.",
3674
- "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."
3906
+ "title": "Please confirm that on completion you will:"
3675
3907
  },
3676
3908
  "otherPropertyInChain": {
3677
3909
  "rdsRef": "RightsHolders/Flags",