@pdtf/schemas 2.0.0-2 → 2.0.0-21
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.
- package/index.js +33 -19
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +86 -87
- package/src/schemas/v2/combined.json +7432 -1101
- package/src/schemas/v2/overlays/baspi.json +1087 -742
- package/src/schemas/v2/overlays/con29DW.json +256 -127
- package/src/schemas/v2/overlays/con29R.json +1 -1
- package/src/schemas/v2/overlays/fme1.json +46 -212
- package/src/schemas/v2/overlays/lpe1.json +92 -63
- package/src/schemas/v2/overlays/nts.json +39 -43
- package/src/schemas/v2/overlays/rds.json +339 -337
- package/src/schemas/v2/overlays/ta10.json +844 -1
- package/src/schemas/v2/overlays/ta6.json +330 -291
- package/src/schemas/v2/overlays/ta7.json +98 -33
- package/src/schemas/v2/{core.json → pdtf-transaction.json} +6901 -927
- package/src/schemas/v2/skeleton.json +3559 -0
- package/src/tests/v1/transactionSchema.test.js +21 -13
- package/src/tests/v2/transactionSchema.test.js +6 -4
- package/src/tests/v2/verifiedClaimsValidator.test.js +128 -0
- package/src/utils/extractOverlay.js +47 -9
- package/src/utils/extractProperties.js +44 -0
- package/src/schemas/v2/merged.json +0 -28697
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -890,7 +897,6 @@
|
|
|
890
897
|
"worksUnfinished": {
|
|
891
898
|
"rdsRef": "WorksAlterationsChanges/isIncomplete",
|
|
892
899
|
"title": "Are any of the works listed above unfinished?",
|
|
893
|
-
"description": "If yes, please provide details and explain why.",
|
|
894
900
|
"discriminator": {
|
|
895
901
|
"propertyName": "yesNo"
|
|
896
902
|
},
|
|
@@ -1161,7 +1167,7 @@
|
|
|
1161
1167
|
},
|
|
1162
1168
|
"otherNotices": {
|
|
1163
1169
|
"rdsRef": "Property/Flags,Notifications",
|
|
1164
|
-
"title": "Any other type of notice",
|
|
1170
|
+
"title": "Any other type of notice?",
|
|
1165
1171
|
"discriminator": {
|
|
1166
1172
|
"propertyName": "yesNo"
|
|
1167
1173
|
},
|
|
@@ -1220,7 +1226,6 @@
|
|
|
1220
1226
|
"containsAsbestos": {
|
|
1221
1227
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
1222
1228
|
"title": "To your knowledge, does any part of your property contain asbestos?",
|
|
1223
|
-
"description": "If yes, please state whether there is a management plan in place and attach a copy",
|
|
1224
1229
|
"discriminator": {
|
|
1225
1230
|
"propertyName": "yesNo"
|
|
1226
1231
|
},
|
|
@@ -1248,7 +1253,6 @@
|
|
|
1248
1253
|
"japaneseKnotweed": {
|
|
1249
1254
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues,Use/EnvironmentalIssues",
|
|
1250
1255
|
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
1251
|
-
"description": "If so ",
|
|
1252
1256
|
"discriminator": {
|
|
1253
1257
|
"propertyName": "yesNo"
|
|
1254
1258
|
},
|
|
@@ -1709,346 +1713,354 @@
|
|
|
1709
1713
|
},
|
|
1710
1714
|
"waterAndDrainage": {
|
|
1711
1715
|
"properties": {
|
|
1712
|
-
"
|
|
1713
|
-
"
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
"
|
|
1721
|
-
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
"
|
|
1741
|
-
"
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
},
|
|
1748
|
-
"mainsSurfaceWaterDrainage": {
|
|
1749
|
-
"rdsRef": "Services/StormWaterDrainage",
|
|
1750
|
-
"title": "Mains surface water drainage",
|
|
1751
|
-
"discriminator": {
|
|
1752
|
-
"propertyName": "yesNo"
|
|
1753
|
-
},
|
|
1754
|
-
"oneOf": [
|
|
1755
|
-
{
|
|
1756
|
-
"properties": {
|
|
1757
|
-
"yesNo": {
|
|
1758
|
-
"enum": [
|
|
1759
|
-
"No"
|
|
1760
|
-
]
|
|
1761
|
-
}
|
|
1762
|
-
}
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
"properties": {
|
|
1766
|
-
"yesNo": {
|
|
1767
|
-
"enum": [
|
|
1768
|
-
"Yes"
|
|
1769
|
-
]
|
|
1770
|
-
}
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"properties": {
|
|
1775
|
-
"yesNo": {
|
|
1776
|
-
"enum": [
|
|
1777
|
-
"To be connected"
|
|
1778
|
-
]
|
|
1716
|
+
"water": {
|
|
1717
|
+
"properties": {
|
|
1718
|
+
"mainsWater": {
|
|
1719
|
+
"rdsRef": "Services/PotableWaterSupply",
|
|
1720
|
+
"title": "Mains water",
|
|
1721
|
+
"discriminator": {
|
|
1722
|
+
"propertyName": "yesNo"
|
|
1723
|
+
},
|
|
1724
|
+
"oneOf": [
|
|
1725
|
+
{
|
|
1726
|
+
"properties": {
|
|
1727
|
+
"yesNo": {
|
|
1728
|
+
"enum": [
|
|
1729
|
+
"No"
|
|
1730
|
+
]
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"properties": {
|
|
1736
|
+
"yesNo": {
|
|
1737
|
+
"enum": [
|
|
1738
|
+
"Yes"
|
|
1739
|
+
]
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"properties": {
|
|
1745
|
+
"yesNo": {
|
|
1746
|
+
"enum": [
|
|
1747
|
+
"To be connected"
|
|
1748
|
+
]
|
|
1749
|
+
}
|
|
1750
|
+
}
|
|
1779
1751
|
}
|
|
1780
|
-
|
|
1752
|
+
]
|
|
1781
1753
|
}
|
|
1782
|
-
|
|
1754
|
+
}
|
|
1783
1755
|
},
|
|
1784
|
-
"
|
|
1785
|
-
"
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
"
|
|
1793
|
-
|
|
1794
|
-
"
|
|
1795
|
-
"
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"properties": {
|
|
1802
|
-
"yesNo": {
|
|
1803
|
-
"enum": [
|
|
1804
|
-
"To be connected"
|
|
1805
|
-
]
|
|
1806
|
-
}
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"properties": {
|
|
1811
|
-
"yesNo": {
|
|
1812
|
-
"enum": [
|
|
1813
|
-
"No"
|
|
1814
|
-
]
|
|
1815
|
-
},
|
|
1816
|
-
"sustainableDrainageSystem": {
|
|
1817
|
-
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1818
|
-
"title": "Sustainable Drainage System",
|
|
1819
|
-
"discriminator": {
|
|
1820
|
-
"propertyName": "yesNo"
|
|
1821
|
-
},
|
|
1822
|
-
"oneOf": [
|
|
1823
|
-
{
|
|
1824
|
-
"properties": {
|
|
1825
|
-
"yesNo": {
|
|
1826
|
-
"enum": [
|
|
1827
|
-
"No"
|
|
1828
|
-
]
|
|
1829
|
-
}
|
|
1830
|
-
}
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"properties": {
|
|
1834
|
-
"yesNo": {
|
|
1835
|
-
"enum": [
|
|
1836
|
-
"Yes"
|
|
1837
|
-
]
|
|
1838
|
-
}
|
|
1839
|
-
}
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
"properties": {
|
|
1843
|
-
"yesNo": {
|
|
1844
|
-
"enum": [
|
|
1845
|
-
"To be connected"
|
|
1846
|
-
]
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1756
|
+
"drainage": {
|
|
1757
|
+
"properties": {
|
|
1758
|
+
"mainsSurfaceWaterDrainage": {
|
|
1759
|
+
"rdsRef": "Services/StormWaterDrainage",
|
|
1760
|
+
"title": "Mains surface water drainage",
|
|
1761
|
+
"discriminator": {
|
|
1762
|
+
"propertyName": "yesNo"
|
|
1763
|
+
},
|
|
1764
|
+
"oneOf": [
|
|
1765
|
+
{
|
|
1766
|
+
"properties": {
|
|
1767
|
+
"yesNo": {
|
|
1768
|
+
"enum": [
|
|
1769
|
+
"No"
|
|
1770
|
+
]
|
|
1849
1771
|
}
|
|
1850
|
-
|
|
1772
|
+
}
|
|
1851
1773
|
},
|
|
1852
|
-
|
|
1853
|
-
"
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
"oneOf": [
|
|
1859
|
-
{
|
|
1860
|
-
"properties": {
|
|
1861
|
-
"yesNo": {
|
|
1862
|
-
"enum": [
|
|
1863
|
-
"No"
|
|
1864
|
-
]
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"properties": {
|
|
1870
|
-
"yesNo": {
|
|
1871
|
-
"enum": [
|
|
1872
|
-
"Yes"
|
|
1873
|
-
]
|
|
1874
|
-
}
|
|
1875
|
-
}
|
|
1774
|
+
{
|
|
1775
|
+
"properties": {
|
|
1776
|
+
"yesNo": {
|
|
1777
|
+
"enum": [
|
|
1778
|
+
"Yes"
|
|
1779
|
+
]
|
|
1876
1780
|
}
|
|
1877
|
-
|
|
1781
|
+
}
|
|
1878
1782
|
},
|
|
1879
|
-
|
|
1880
|
-
"
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
"oneOf": [
|
|
1886
|
-
{
|
|
1887
|
-
"properties": {
|
|
1888
|
-
"yesNo": {
|
|
1889
|
-
"enum": [
|
|
1890
|
-
"No"
|
|
1891
|
-
]
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1894
|
-
},
|
|
1895
|
-
{
|
|
1896
|
-
"properties": {
|
|
1897
|
-
"yesNo": {
|
|
1898
|
-
"enum": [
|
|
1899
|
-
"Yes"
|
|
1900
|
-
]
|
|
1901
|
-
}
|
|
1902
|
-
}
|
|
1783
|
+
{
|
|
1784
|
+
"properties": {
|
|
1785
|
+
"yesNo": {
|
|
1786
|
+
"enum": [
|
|
1787
|
+
"To be connected"
|
|
1788
|
+
]
|
|
1903
1789
|
}
|
|
1904
|
-
|
|
1790
|
+
}
|
|
1791
|
+
}
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
"mainsFoulDrainage": {
|
|
1795
|
+
"rdsRef": "Services/WasteWaterSewarageDisposal",
|
|
1796
|
+
"title": "Mains foul drainage",
|
|
1797
|
+
"discriminator": {
|
|
1798
|
+
"propertyName": "yesNo"
|
|
1799
|
+
},
|
|
1800
|
+
"oneOf": [
|
|
1801
|
+
{
|
|
1802
|
+
"properties": {
|
|
1803
|
+
"yesNo": {
|
|
1804
|
+
"enum": [
|
|
1805
|
+
"Yes"
|
|
1806
|
+
]
|
|
1807
|
+
}
|
|
1808
|
+
}
|
|
1905
1809
|
},
|
|
1906
|
-
|
|
1907
|
-
"
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
"oneOf": [
|
|
1913
|
-
{
|
|
1914
|
-
"properties": {
|
|
1915
|
-
"yesNo": {
|
|
1916
|
-
"enum": [
|
|
1917
|
-
"No"
|
|
1918
|
-
]
|
|
1919
|
-
}
|
|
1920
|
-
}
|
|
1921
|
-
},
|
|
1922
|
-
{
|
|
1923
|
-
"properties": {
|
|
1924
|
-
"yesNo": {
|
|
1925
|
-
"enum": [
|
|
1926
|
-
"Yes"
|
|
1927
|
-
]
|
|
1928
|
-
}
|
|
1929
|
-
}
|
|
1810
|
+
{
|
|
1811
|
+
"properties": {
|
|
1812
|
+
"yesNo": {
|
|
1813
|
+
"enum": [
|
|
1814
|
+
"To be connected"
|
|
1815
|
+
]
|
|
1930
1816
|
}
|
|
1931
|
-
|
|
1817
|
+
}
|
|
1932
1818
|
},
|
|
1933
|
-
|
|
1934
|
-
"
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
{
|
|
1941
|
-
"
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1819
|
+
{
|
|
1820
|
+
"properties": {
|
|
1821
|
+
"yesNo": {
|
|
1822
|
+
"enum": [
|
|
1823
|
+
"No"
|
|
1824
|
+
]
|
|
1825
|
+
},
|
|
1826
|
+
"sustainableDrainageSystem": {
|
|
1827
|
+
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1828
|
+
"title": "Sustainable Drainage System",
|
|
1829
|
+
"discriminator": {
|
|
1830
|
+
"propertyName": "yesNo"
|
|
1831
|
+
},
|
|
1832
|
+
"oneOf": [
|
|
1833
|
+
{
|
|
1834
|
+
"properties": {
|
|
1835
|
+
"yesNo": {
|
|
1836
|
+
"enum": [
|
|
1837
|
+
"No"
|
|
1838
|
+
]
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"properties": {
|
|
1844
|
+
"yesNo": {
|
|
1845
|
+
"enum": [
|
|
1846
|
+
"Yes"
|
|
1847
|
+
]
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"properties": {
|
|
1853
|
+
"yesNo": {
|
|
1854
|
+
"enum": [
|
|
1855
|
+
"To be connected"
|
|
1856
|
+
]
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1946
1859
|
}
|
|
1947
|
-
|
|
1860
|
+
]
|
|
1948
1861
|
},
|
|
1949
|
-
{
|
|
1950
|
-
"
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1862
|
+
"septicTank": {
|
|
1863
|
+
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1864
|
+
"title": "Septic tank",
|
|
1865
|
+
"discriminator": {
|
|
1866
|
+
"propertyName": "yesNo"
|
|
1867
|
+
},
|
|
1868
|
+
"oneOf": [
|
|
1869
|
+
{
|
|
1870
|
+
"properties": {
|
|
1871
|
+
"yesNo": {
|
|
1872
|
+
"enum": [
|
|
1873
|
+
"No"
|
|
1874
|
+
]
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
"properties": {
|
|
1880
|
+
"yesNo": {
|
|
1881
|
+
"enum": [
|
|
1882
|
+
"Yes"
|
|
1883
|
+
]
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1955
1886
|
}
|
|
1956
|
-
|
|
1957
|
-
}
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1887
|
+
]
|
|
1888
|
+
},
|
|
1889
|
+
"cesspit": {
|
|
1890
|
+
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1891
|
+
"title": "Cesspit",
|
|
1892
|
+
"discriminator": {
|
|
1893
|
+
"propertyName": "yesNo"
|
|
1894
|
+
},
|
|
1895
|
+
"oneOf": [
|
|
1896
|
+
{
|
|
1897
|
+
"properties": {
|
|
1898
|
+
"yesNo": {
|
|
1899
|
+
"enum": [
|
|
1900
|
+
"No"
|
|
1901
|
+
]
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"properties": {
|
|
1907
|
+
"yesNo": {
|
|
1908
|
+
"enum": [
|
|
1909
|
+
"Yes"
|
|
1910
|
+
]
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1973
1913
|
}
|
|
1974
|
-
|
|
1914
|
+
]
|
|
1975
1915
|
},
|
|
1976
|
-
{
|
|
1977
|
-
"
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1916
|
+
"sewerageTreatmentPlant": {
|
|
1917
|
+
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
1918
|
+
"title": "Sewerage treatment plant",
|
|
1919
|
+
"discriminator": {
|
|
1920
|
+
"propertyName": "yesNo"
|
|
1921
|
+
},
|
|
1922
|
+
"oneOf": [
|
|
1923
|
+
{
|
|
1924
|
+
"properties": {
|
|
1925
|
+
"yesNo": {
|
|
1926
|
+
"enum": [
|
|
1927
|
+
"No"
|
|
1928
|
+
]
|
|
1929
|
+
}
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"properties": {
|
|
1934
|
+
"yesNo": {
|
|
1935
|
+
"enum": [
|
|
1936
|
+
"Yes"
|
|
1937
|
+
]
|
|
1938
|
+
}
|
|
1939
|
+
}
|
|
1982
1940
|
}
|
|
1983
|
-
|
|
1984
|
-
}
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
1941
|
+
]
|
|
1942
|
+
},
|
|
1943
|
+
"otherConnectedProperties": {
|
|
1944
|
+
"rdsRef": "Services/OtherServices/SharedWith",
|
|
1945
|
+
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
1946
|
+
"discriminator": {
|
|
1947
|
+
"propertyName": "yesNo"
|
|
1948
|
+
},
|
|
1949
|
+
"oneOf": [
|
|
1950
|
+
{
|
|
1951
|
+
"properties": {
|
|
1952
|
+
"yesNo": {
|
|
1953
|
+
"enum": [
|
|
1954
|
+
"No"
|
|
1955
|
+
]
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"properties": {
|
|
1961
|
+
"yesNo": {
|
|
1962
|
+
"enum": [
|
|
1963
|
+
"Yes"
|
|
1964
|
+
]
|
|
1965
|
+
}
|
|
1966
|
+
}
|
|
2000
1967
|
}
|
|
2001
|
-
|
|
1968
|
+
]
|
|
2002
1969
|
},
|
|
2003
|
-
{
|
|
2004
|
-
"
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
1970
|
+
"plantOnOtherLand": {
|
|
1971
|
+
"rdsRef": "Services/OtherServices/Located,Services/OtherServices/{access=?}",
|
|
1972
|
+
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
1973
|
+
"discriminator": {
|
|
1974
|
+
"propertyName": "yesNo"
|
|
1975
|
+
},
|
|
1976
|
+
"oneOf": [
|
|
1977
|
+
{
|
|
1978
|
+
"properties": {
|
|
1979
|
+
"yesNo": {
|
|
1980
|
+
"enum": [
|
|
1981
|
+
"No"
|
|
1982
|
+
]
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"properties": {
|
|
1988
|
+
"yesNo": {
|
|
1989
|
+
"enum": [
|
|
1990
|
+
"Yes"
|
|
1991
|
+
]
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
2009
1994
|
}
|
|
2010
|
-
|
|
2011
|
-
}
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
1995
|
+
]
|
|
1996
|
+
},
|
|
1997
|
+
"plantRegistered": {
|
|
1998
|
+
"rdsRef": "Services/OtherServices/Certificates",
|
|
1999
|
+
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
2000
|
+
"discriminator": {
|
|
2001
|
+
"propertyName": "yesNo"
|
|
2002
|
+
},
|
|
2003
|
+
"oneOf": [
|
|
2004
|
+
{
|
|
2005
|
+
"properties": {
|
|
2006
|
+
"yesNo": {
|
|
2007
|
+
"enum": [
|
|
2008
|
+
"No"
|
|
2009
|
+
]
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"properties": {
|
|
2015
|
+
"yesNo": {
|
|
2016
|
+
"enum": [
|
|
2017
|
+
"Yes"
|
|
2018
|
+
]
|
|
2019
|
+
}
|
|
2020
|
+
}
|
|
2027
2021
|
}
|
|
2028
|
-
|
|
2022
|
+
]
|
|
2029
2023
|
},
|
|
2030
|
-
{
|
|
2031
|
-
"
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2024
|
+
"plantDrainsIntoWaterway": {
|
|
2025
|
+
"rdsRef": "Services/OtherServices/{isExternallyConnected='yes?true'}",
|
|
2026
|
+
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
2027
|
+
"discriminator": {
|
|
2028
|
+
"propertyName": "yesNo"
|
|
2029
|
+
},
|
|
2030
|
+
"oneOf": [
|
|
2031
|
+
{
|
|
2032
|
+
"properties": {
|
|
2033
|
+
"yesNo": {
|
|
2034
|
+
"enum": [
|
|
2035
|
+
"No, the effluent is discharged through a soakaway system."
|
|
2036
|
+
]
|
|
2037
|
+
}
|
|
2038
|
+
}
|
|
2036
2039
|
},
|
|
2037
|
-
|
|
2038
|
-
"
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2040
|
+
{
|
|
2041
|
+
"properties": {
|
|
2042
|
+
"yesNo": {
|
|
2043
|
+
"enum": [
|
|
2044
|
+
"Yes"
|
|
2045
|
+
]
|
|
2046
|
+
},
|
|
2047
|
+
"dischargeCompliesWithGBR": {
|
|
2048
|
+
"rdsRef": "Services/OtherServices/ExternalConnections/Flags",
|
|
2049
|
+
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
2050
|
+
"enum": [
|
|
2051
|
+
"Yes",
|
|
2052
|
+
"No, it does not comply with the rules for discharge into a waterway."
|
|
2053
|
+
]
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2044
2056
|
}
|
|
2045
|
-
|
|
2057
|
+
]
|
|
2046
2058
|
}
|
|
2047
|
-
|
|
2059
|
+
}
|
|
2048
2060
|
}
|
|
2049
|
-
|
|
2061
|
+
]
|
|
2050
2062
|
}
|
|
2051
|
-
|
|
2063
|
+
}
|
|
2052
2064
|
},
|
|
2053
2065
|
"maintenanceAgreements": {
|
|
2054
2066
|
"rdsRef": "Services/Certificates,Services/OtherServices/Certificates",
|
|
@@ -2079,10 +2091,6 @@
|
|
|
2079
2091
|
}
|
|
2080
2092
|
}
|
|
2081
2093
|
},
|
|
2082
|
-
"greenDealLoan": {
|
|
2083
|
-
"rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation",
|
|
2084
|
-
"title": "Green Deal Loan"
|
|
2085
|
-
},
|
|
2086
2094
|
"centralHeating": {
|
|
2087
2095
|
"rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
|
|
2088
2096
|
"title": "Central Heating",
|
|
@@ -2145,7 +2153,6 @@
|
|
|
2145
2153
|
"boilerInstallationCertificate": {
|
|
2146
2154
|
"rdsRef": "Objects/Installation,Objects/Certificates",
|
|
2147
2155
|
"title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
|
|
2148
|
-
"description": "If yes, ",
|
|
2149
2156
|
"discriminator": {
|
|
2150
2157
|
"propertyName": "yesNo"
|
|
2151
2158
|
},
|
|
@@ -2425,7 +2432,6 @@
|
|
|
2425
2432
|
"neighbouringLandRights": {
|
|
2426
2433
|
"rdsRef": "Tenure/Rights,Tenure *with different property entity and references etc*",
|
|
2427
2434
|
"title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
|
|
2428
|
-
"description": "If yes,",
|
|
2429
2435
|
"discriminator": {
|
|
2430
2436
|
"propertyName": "yesNo"
|
|
2431
2437
|
},
|
|
@@ -3045,7 +3051,7 @@
|
|
|
3045
3051
|
"properties": {
|
|
3046
3052
|
"areBoundariesUniform": {
|
|
3047
3053
|
"enum": [
|
|
3048
|
-
"
|
|
3054
|
+
"Not applicable"
|
|
3049
3055
|
]
|
|
3050
3056
|
}
|
|
3051
3057
|
}
|
|
@@ -3064,7 +3070,7 @@
|
|
|
3064
3070
|
"yesNo": {
|
|
3065
3071
|
"enum": [
|
|
3066
3072
|
"No",
|
|
3067
|
-
"
|
|
3073
|
+
"Not applicable"
|
|
3068
3074
|
]
|
|
3069
3075
|
}
|
|
3070
3076
|
}
|
|
@@ -3092,7 +3098,7 @@
|
|
|
3092
3098
|
"yesNo": {
|
|
3093
3099
|
"enum": [
|
|
3094
3100
|
"No",
|
|
3095
|
-
"
|
|
3101
|
+
"Not applicable"
|
|
3096
3102
|
]
|
|
3097
3103
|
}
|
|
3098
3104
|
}
|
|
@@ -3111,7 +3117,7 @@
|
|
|
3111
3117
|
"flyingFreehold": {
|
|
3112
3118
|
"rdsRef": "Tenure/tenure=?",
|
|
3113
3119
|
"title": "Is there a flying freehold?",
|
|
3114
|
-
"description": "NOTE: a flying freehold is when part of the property overhangs a neighbour’s property or an accessway -
|
|
3120
|
+
"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.",
|
|
3115
3121
|
"discriminator": {
|
|
3116
3122
|
"propertyName": "yesNo"
|
|
3117
3123
|
},
|
|
@@ -3121,7 +3127,7 @@
|
|
|
3121
3127
|
"yesNo": {
|
|
3122
3128
|
"enum": [
|
|
3123
3129
|
"No",
|
|
3124
|
-
"
|
|
3130
|
+
"Not applicable"
|
|
3125
3131
|
]
|
|
3126
3132
|
}
|
|
3127
3133
|
}
|
|
@@ -3524,10 +3530,6 @@
|
|
|
3524
3530
|
}
|
|
3525
3531
|
]
|
|
3526
3532
|
},
|
|
3527
|
-
"willLeaveGuaranteePaperwork": {
|
|
3528
|
-
"rdsRef": "Property/Flags",
|
|
3529
|
-
"title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out"
|
|
3530
|
-
},
|
|
3531
3533
|
"outstandingClaimsOrApplications": {
|
|
3532
3534
|
"rdsRef": "Certificates",
|
|
3533
3535
|
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
@@ -3680,7 +3682,7 @@
|
|
|
3680
3682
|
"willRemoveAllRubbish": {
|
|
3681
3683
|
"rdsRef": "RightsHolders/Flags",
|
|
3682
3684
|
"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.",
|
|
3683
|
-
"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
|
|
3685
|
+
"description": "When the property is cleared out you will be expected to take reasonable care when clearing the property, leaving it clean and tidy and repairing any damage caused when removing items from the property and making safe any light or electrical fittings which are being removed.\n\nKeys for all door and window locks, along with any alarm codes, should be available for the buyer on the day of completion. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know. For all internet connected services e.g. doorbells, boiler controls, burglar alarms, CCTV cameras etc) access to them will need to be provided to the buyer on the day of completion so that they can control them or sign up to the service. If there is any reason why you cannot do this you should let the estate agent and your property lawyer know."
|
|
3684
3686
|
},
|
|
3685
3687
|
"otherPropertyInChain": {
|
|
3686
3688
|
"rdsRef": "RightsHolders/Flags",
|