@pdtf/schemas 2.0.0-16 → 2.0.0-18

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.
@@ -16650,604 +16650,619 @@
16650
16650
  }
16651
16651
  },
16652
16652
  "waterAndDrainage": {
16653
- "baspiRef": "A7",
16653
+ "baspiRef": "A7.1.0",
16654
16654
  "ta6Ref": "13",
16655
16655
  "title": "Water and Drainage",
16656
16656
  "description": "Please describe the water and drainage services that are connected to the property.",
16657
16657
  "type": "object",
16658
- "baspiRequired": [
16659
- "mainsWater",
16660
- "mainsSurfaceWaterDrainage",
16661
- "mainsFoulDrainage"
16662
- ],
16658
+ "baspiRequired": ["water", "drainage", "maintenanceAgreements"],
16663
16659
  "properties": {
16664
- "mainsWater": {
16660
+ "water": {
16665
16661
  "baspiRef": "A7.1.0.10",
16666
- "ta6Ref": "13.3",
16667
- "rdsRef": "Services/PotableWaterSupply",
16668
- "title": "Mains water",
16662
+ "title": "Water",
16669
16663
  "type": "object",
16664
+ "baspiRequired": ["mainsWater"],
16670
16665
  "properties": {
16671
- "yesNo": {
16672
- "baspiRef": "A7.1.0.10.1",
16673
- "type": "string",
16674
- "title": "",
16675
- "enum": ["Yes", "To be connected", "No"]
16676
- }
16677
- },
16678
- "baspiRequired": ["yesNo"],
16679
- "discriminator": {
16680
- "propertyName": "yesNo"
16681
- },
16682
- "oneOf": [
16683
- {
16684
- "properties": {
16685
- "yesNo": {
16686
- "enum": ["No"]
16687
- }
16688
- }
16689
- },
16690
- {
16666
+ "mainsWater": {
16667
+ "baspiRef": "A7.1.0.10.0",
16668
+ "ta6Ref": "13.3",
16669
+ "rdsRef": "Services/PotableWaterSupply",
16670
+ "title": "Mains water",
16671
+ "type": "object",
16691
16672
  "properties": {
16692
16673
  "yesNo": {
16693
- "enum": ["Yes"]
16694
- },
16695
- "supplier": {
16696
- "baspiRef": "A7.1.0.10.2",
16697
- "title": "Supplier (if known)",
16698
- "type": "string"
16674
+ "baspiRef": "A7.1.0.10.1",
16675
+ "type": "string",
16676
+ "title": "",
16677
+ "enum": ["Yes", "To be connected", "No"]
16699
16678
  }
16700
- }
16701
- },
16702
- {
16703
- "properties": {
16704
- "yesNo": {
16705
- "enum": ["To be connected"]
16679
+ },
16680
+ "baspiRequired": ["yesNo"],
16681
+ "discriminator": {
16682
+ "propertyName": "yesNo"
16683
+ },
16684
+ "oneOf": [
16685
+ {
16686
+ "properties": {
16687
+ "yesNo": {
16688
+ "enum": ["No"]
16689
+ }
16690
+ }
16706
16691
  },
16707
- "dateToBeConnected": {
16708
- "baspiRef": "A7.1.0.10.3",
16709
- "title": "Date to be connected",
16710
- "type": "string",
16711
- "format": "date"
16692
+ {
16693
+ "properties": {
16694
+ "yesNo": {
16695
+ "enum": ["Yes"]
16696
+ },
16697
+ "supplier": {
16698
+ "baspiRef": "A7.1.0.10.2",
16699
+ "title": "Supplier (if known)",
16700
+ "type": "string"
16701
+ }
16702
+ }
16712
16703
  },
16713
- "supplier": {
16714
- "baspiRef": "A7.1.0.10.2",
16715
- "title": "Supplier (if known)",
16716
- "type": "string"
16704
+ {
16705
+ "properties": {
16706
+ "yesNo": {
16707
+ "enum": ["To be connected"]
16708
+ },
16709
+ "dateToBeConnected": {
16710
+ "baspiRef": "A7.1.0.10.3",
16711
+ "title": "Date to be connected",
16712
+ "type": "string",
16713
+ "format": "date"
16714
+ },
16715
+ "supplier": {
16716
+ "baspiRef": "A7.1.0.10.2",
16717
+ "title": "Supplier (if known)",
16718
+ "type": "string"
16719
+ }
16720
+ },
16721
+ "baspiRequired": ["dateToBeConnected"]
16717
16722
  }
16718
- },
16719
- "baspiRequired": ["dateToBeConnected"]
16723
+ ]
16720
16724
  }
16721
- ]
16725
+ }
16722
16726
  },
16723
- "mainsSurfaceWaterDrainage": {
16727
+ "drainage": {
16724
16728
  "baspiRef": "A7.1.0.12",
16725
- "rdsRef": "Services/StormWaterDrainage",
16726
- "ta6Ref": "12.4b",
16727
- "title": "Mains surface water drainage",
16729
+ "title": "Drainage",
16728
16730
  "type": "object",
16731
+ "baspiRequired": [
16732
+ "mainsSurfaceWaterDrainage",
16733
+ "mainsFoulDrainage"
16734
+ ],
16729
16735
  "properties": {
16730
- "yesNo": {
16731
- "baspiRef": "A7.1.0.12.1",
16732
- "type": "string",
16733
- "title": "",
16734
- "enum": ["Yes", "To be connected", "No"]
16735
- }
16736
- },
16737
- "baspiRequired": ["yesNo"],
16738
- "discriminator": {
16739
- "propertyName": "yesNo"
16740
- },
16741
- "oneOf": [
16742
- {
16743
- "properties": {
16744
- "yesNo": {
16745
- "enum": ["No"]
16746
- }
16747
- }
16748
- },
16749
- {
16750
- "properties": {
16751
- "yesNo": {
16752
- "enum": ["Yes"]
16753
- },
16754
- "supplier": {
16755
- "baspiRef": "A7.1.0.12.2",
16756
- "title": "Supplier (if known)",
16757
- "type": "string"
16758
- }
16759
- }
16760
- },
16761
- {
16736
+ "mainsSurfaceWaterDrainage": {
16737
+ "baspiRef": "A7.1.0.12.0",
16738
+ "rdsRef": "Services/StormWaterDrainage",
16739
+ "ta6Ref": "12.4b",
16740
+ "title": "Mains surface water drainage",
16741
+ "type": "object",
16762
16742
  "properties": {
16763
16743
  "yesNo": {
16764
- "enum": ["To be connected"]
16765
- },
16766
- "dateToBeConnected": {
16767
- "baspiRef": "A7.1.0.12.3",
16768
- "title": "Date to be connected",
16744
+ "baspiRef": "A7.1.0.12.1",
16769
16745
  "type": "string",
16770
- "format": "date"
16771
- },
16772
- "supplier": {
16773
- "baspiRef": "A7.1.0.12.2",
16774
- "title": "Supplier (if known)",
16775
- "type": "string"
16746
+ "title": "",
16747
+ "enum": ["Yes", "To be connected", "No"]
16776
16748
  }
16777
16749
  },
16778
- "baspiRequired": ["dateToBeConnected"]
16779
- }
16780
- ]
16781
- },
16782
- "mainsFoulDrainage": {
16783
- "baspiRef": "A7.1.0.11",
16784
- "rdsRef": "Services/WasteWaterSewarageDisposal",
16785
- "ta6Ref": "12.4a",
16786
- "title": "Mains foul drainage",
16787
- "type": "object",
16788
- "baspiRequired": ["yesNo"],
16789
- "properties": {
16790
- "yesNo": {
16791
- "baspiRef": "A7.1.0.11.1",
16792
- "type": "string",
16793
- "title": "",
16794
- "enum": ["Yes", "To be connected", "No"]
16795
- }
16796
- },
16797
- "discriminator": {
16798
- "propertyName": "yesNo"
16799
- },
16800
- "oneOf": [
16801
- {
16802
- "properties": {
16803
- "yesNo": {
16804
- "enum": ["Yes"]
16750
+ "baspiRequired": ["yesNo"],
16751
+ "discriminator": {
16752
+ "propertyName": "yesNo"
16753
+ },
16754
+ "oneOf": [
16755
+ {
16756
+ "properties": {
16757
+ "yesNo": {
16758
+ "enum": ["No"]
16759
+ }
16760
+ }
16805
16761
  },
16806
- "supplier": {
16807
- "baspiRef": "A7.1.0.11.3",
16808
- "title": "Supplier (if known)",
16809
- "type": "string",
16810
- "minLength": 1
16762
+ {
16763
+ "properties": {
16764
+ "yesNo": {
16765
+ "enum": ["Yes"]
16766
+ },
16767
+ "supplier": {
16768
+ "baspiRef": "A7.1.0.12.2",
16769
+ "title": "Supplier (if known)",
16770
+ "type": "string"
16771
+ }
16772
+ }
16773
+ },
16774
+ {
16775
+ "properties": {
16776
+ "yesNo": {
16777
+ "enum": ["To be connected"]
16778
+ },
16779
+ "dateToBeConnected": {
16780
+ "baspiRef": "A7.1.0.12.3",
16781
+ "title": "Date to be connected",
16782
+ "type": "string",
16783
+ "format": "date"
16784
+ },
16785
+ "supplier": {
16786
+ "baspiRef": "A7.1.0.12.2",
16787
+ "title": "Supplier (if known)",
16788
+ "type": "string"
16789
+ }
16790
+ },
16791
+ "baspiRequired": ["dateToBeConnected"]
16811
16792
  }
16812
- }
16793
+ ]
16813
16794
  },
16814
- {
16795
+ "mainsFoulDrainage": {
16796
+ "baspiRef": "A7.1.0.11",
16797
+ "rdsRef": "Services/WasteWaterSewarageDisposal",
16798
+ "ta6Ref": "12.4a",
16799
+ "title": "Mains foul drainage",
16800
+ "type": "object",
16801
+ "baspiRequired": ["yesNo"],
16815
16802
  "properties": {
16816
16803
  "yesNo": {
16817
- "enum": ["To be connected"]
16818
- },
16819
- "dateToBeConnected": {
16820
- "baspiRef": "A7.1.0.11.2",
16821
- "title": "Date to be connected",
16804
+ "baspiRef": "A7.1.0.11.1",
16822
16805
  "type": "string",
16823
- "format": "date"
16824
- },
16825
- "supplier": {
16826
- "baspiRef": "A7.1.0.11.2",
16827
- "title": "Supplier (if known)",
16828
- "type": "string"
16806
+ "title": "",
16807
+ "enum": ["Yes", "To be connected", "No"]
16829
16808
  }
16830
16809
  },
16831
- "baspiRequired": ["dateToBeConnected"]
16832
- },
16833
- {
16834
- "properties": {
16835
- "yesNo": {
16836
- "enum": ["No"]
16837
- },
16838
- "sustainableDrainageSystem": {
16839
- "baspiRef": "A7.1.0.13",
16840
- "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
16841
- "title": "Sustainable Drainage System",
16842
- "type": "object",
16810
+ "discriminator": {
16811
+ "propertyName": "yesNo"
16812
+ },
16813
+ "oneOf": [
16814
+ {
16843
16815
  "properties": {
16844
16816
  "yesNo": {
16845
- "baspiRef": "A7.1.0.13.1",
16846
- "type": "string",
16847
- "title": "",
16848
- "enum": ["Yes", "To be connected", "No"]
16849
- }
16850
- },
16851
- "baspiRequired": ["yesNo"],
16852
- "discriminator": {
16853
- "propertyName": "yesNo"
16854
- },
16855
- "oneOf": [
16856
- {
16857
- "properties": {
16858
- "yesNo": {
16859
- "enum": ["No"]
16860
- }
16861
- }
16862
- },
16863
- {
16864
- "properties": {
16865
- "yesNo": {
16866
- "enum": ["Yes"]
16867
- },
16868
- "supplier": {
16869
- "baspiRef": "A7.1.0.13.3",
16870
- "title": "Supplier (if known)",
16871
- "type": "string"
16872
- }
16873
- }
16817
+ "enum": ["Yes"]
16874
16818
  },
16875
- {
16876
- "properties": {
16877
- "yesNo": {
16878
- "enum": ["To be connected"]
16879
- },
16880
- "dateToBeConnected": {
16881
- "baspiRef": "A7.1.0.13.2",
16882
- "title": "Date to be connected",
16883
- "type": "string",
16884
- "format": "date"
16885
- },
16886
- "supplier": {
16887
- "baspiRef": "A7.1.0.13.3",
16888
- "title": "Supplier (if known)",
16889
- "type": "string"
16890
- }
16891
- },
16892
- "baspiRequired": ["dateToBeConnected"]
16819
+ "supplier": {
16820
+ "baspiRef": "A7.1.0.11.3",
16821
+ "title": "Supplier (if known)",
16822
+ "type": "string",
16823
+ "minLength": 1
16893
16824
  }
16894
- ]
16825
+ }
16895
16826
  },
16896
- "septicTank": {
16897
- "baspiRef": "A7.1.0.14",
16898
- "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
16899
- "ta6Ref": "12.5a",
16900
- "title": "Septic tank",
16901
- "type": "object",
16827
+ {
16902
16828
  "properties": {
16903
16829
  "yesNo": {
16904
- "baspiRef": "A7.1.0.14.1",
16830
+ "enum": ["To be connected"]
16831
+ },
16832
+ "dateToBeConnected": {
16833
+ "baspiRef": "A7.1.0.11.2",
16834
+ "title": "Date to be connected",
16905
16835
  "type": "string",
16906
- "title": "",
16907
- "enum": ["Yes", "No"]
16836
+ "format": "date"
16837
+ },
16838
+ "supplier": {
16839
+ "baspiRef": "A7.1.0.11.3",
16840
+ "title": "Supplier (if known)",
16841
+ "type": "string"
16908
16842
  }
16909
16843
  },
16910
- "baspiRequired": ["yesNo"],
16911
- "discriminator": {
16912
- "propertyName": "yesNo"
16913
- },
16914
- "oneOf": [
16915
- {
16916
- "properties": {
16917
- "yesNo": {
16918
- "enum": ["No"]
16919
- }
16920
- }
16844
+ "baspiRequired": ["dateToBeConnected"]
16845
+ },
16846
+ {
16847
+ "properties": {
16848
+ "yesNo": {
16849
+ "enum": ["No"]
16921
16850
  },
16922
- {
16851
+ "sustainableDrainageSystem": {
16852
+ "baspiRef": "A7.1.0.13",
16853
+ "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
16854
+ "title": "Sustainable Drainage System",
16855
+ "type": "object",
16923
16856
  "properties": {
16924
16857
  "yesNo": {
16925
- "enum": ["Yes"]
16926
- },
16927
- "dateReplaced": {
16928
- "baspiRef": "A7.1.0.14.2",
16929
- "ta6Ref": "12.5.1",
16930
- "title": "Date replaced or upgraded",
16931
- "type": "string",
16932
- "format": "date"
16933
- },
16934
- "dateLastEmptied": {
16935
- "baspiRef": "A7.1.0.14.3",
16936
- "ta6Ref": "12.7",
16937
- "title": "Date last emptied",
16858
+ "baspiRef": "A7.1.0.13.1",
16938
16859
  "type": "string",
16939
- "format": "date"
16860
+ "title": "",
16861
+ "enum": ["Yes", "To be connected", "No"]
16940
16862
  }
16941
16863
  },
16942
- "baspiRequired": [
16943
- "dateReplaced",
16944
- "dateLastEmptied"
16945
- ]
16946
- }
16947
- ]
16948
- },
16949
- "cesspit": {
16950
- "baspiRef": "A7.1.0.15",
16951
- "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
16952
- "ta6Ref": "12.5b",
16953
- "title": "Cesspit",
16954
- "type": "object",
16955
- "properties": {
16956
- "yesNo": {
16957
- "baspiRef": "A7.1.0.15.1",
16958
- "type": "string",
16959
- "title": "",
16960
- "enum": ["Yes", "No"]
16961
- }
16962
- },
16963
- "baspiRequired": ["yesNo"],
16964
- "discriminator": {
16965
- "propertyName": "yesNo"
16966
- },
16967
- "oneOf": [
16968
- {
16969
- "properties": {
16970
- "yesNo": {
16971
- "enum": ["No"]
16864
+ "baspiRequired": ["yesNo"],
16865
+ "discriminator": {
16866
+ "propertyName": "yesNo"
16867
+ },
16868
+ "oneOf": [
16869
+ {
16870
+ "properties": {
16871
+ "yesNo": {
16872
+ "enum": ["No"]
16873
+ }
16874
+ }
16875
+ },
16876
+ {
16877
+ "properties": {
16878
+ "yesNo": {
16879
+ "enum": ["Yes"]
16880
+ },
16881
+ "supplier": {
16882
+ "baspiRef": "A7.1.0.13.3",
16883
+ "title": "Supplier (if known)",
16884
+ "type": "string"
16885
+ }
16886
+ }
16887
+ },
16888
+ {
16889
+ "properties": {
16890
+ "yesNo": {
16891
+ "enum": ["To be connected"]
16892
+ },
16893
+ "dateToBeConnected": {
16894
+ "baspiRef": "A7.1.0.13.2",
16895
+ "title": "Date to be connected",
16896
+ "type": "string",
16897
+ "format": "date"
16898
+ },
16899
+ "supplier": {
16900
+ "baspiRef": "A7.1.0.13.3",
16901
+ "title": "Supplier (if known)",
16902
+ "type": "string"
16903
+ }
16904
+ },
16905
+ "baspiRequired": ["dateToBeConnected"]
16972
16906
  }
16973
- }
16907
+ ]
16974
16908
  },
16975
- {
16909
+ "septicTank": {
16910
+ "baspiRef": "A7.1.0.14",
16911
+ "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
16912
+ "ta6Ref": "12.5a",
16913
+ "title": "Septic tank",
16914
+ "type": "object",
16976
16915
  "properties": {
16977
16916
  "yesNo": {
16978
- "enum": ["Yes"]
16979
- },
16980
- "dateLastEmptied": {
16981
- "baspiRef": "A7.1.0.15.2",
16982
- "title": "Date last emptied",
16917
+ "baspiRef": "A7.1.0.14.1",
16983
16918
  "type": "string",
16984
- "format": "date"
16919
+ "title": "",
16920
+ "enum": ["Yes", "No"]
16985
16921
  }
16986
16922
  },
16987
- "baspiRequired": ["dateLastEmptied"]
16988
- }
16989
- ]
16990
- },
16991
- "sewerageTreatmentPlant": {
16992
- "baspiRef": "A7.1.0.16",
16993
- "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
16994
- "ta6Ref": "12.5a",
16995
- "title": "Sewerage treatment plant",
16996
- "type": "object",
16997
- "properties": {
16998
- "yesNo": {
16999
- "baspiRef": "A7.1.0.16.1",
17000
- "type": "string",
17001
- "title": "",
17002
- "enum": ["Yes", "No"]
17003
- }
17004
- },
17005
- "baspiRequired": ["yesNo"],
17006
- "discriminator": {
17007
- "propertyName": "yesNo"
17008
- },
17009
- "oneOf": [
17010
- {
17011
- "properties": {
17012
- "yesNo": {
17013
- "enum": ["No"]
16923
+ "baspiRequired": ["yesNo"],
16924
+ "discriminator": {
16925
+ "propertyName": "yesNo"
16926
+ },
16927
+ "oneOf": [
16928
+ {
16929
+ "properties": {
16930
+ "yesNo": {
16931
+ "enum": ["No"]
16932
+ }
16933
+ }
16934
+ },
16935
+ {
16936
+ "properties": {
16937
+ "yesNo": {
16938
+ "enum": ["Yes"]
16939
+ },
16940
+ "dateReplaced": {
16941
+ "baspiRef": "A7.1.0.14.2",
16942
+ "ta6Ref": "12.5.1",
16943
+ "title": "Date replaced or upgraded",
16944
+ "type": "string",
16945
+ "format": "date"
16946
+ },
16947
+ "dateLastEmptied": {
16948
+ "baspiRef": "A7.1.0.14.3",
16949
+ "ta6Ref": "12.7",
16950
+ "title": "Date last emptied",
16951
+ "type": "string",
16952
+ "format": "date"
16953
+ }
16954
+ },
16955
+ "baspiRequired": [
16956
+ "dateReplaced",
16957
+ "dateLastEmptied"
16958
+ ]
17014
16959
  }
17015
- }
16960
+ ]
17016
16961
  },
17017
- {
16962
+ "cesspit": {
16963
+ "baspiRef": "A7.1.0.15",
16964
+ "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
16965
+ "ta6Ref": "12.5b",
16966
+ "title": "Cesspit",
16967
+ "type": "object",
17018
16968
  "properties": {
17019
16969
  "yesNo": {
17020
- "enum": ["Yes"]
17021
- },
17022
- "dateInstalled": {
17023
- "baspiRef": "A7.1.0.16.2",
17024
- "ta6Ref": "12.9",
17025
- "title": "Date installed",
17026
- "type": "string",
17027
- "format": "date"
17028
- },
17029
- "dateLastServiced": {
17030
- "baspiRef": "A7.1.0.16.3",
17031
- "ta6Ref": "12.8",
17032
- "title": "Date last serviced",
17033
- "type": "string",
17034
- "format": "date"
17035
- },
17036
- "attachments": {
17037
- "baspiRef": "A7.1.0.16.3",
17038
- "title": "If installed after Jan 1991 supply the Building Regulations approval or equivalent",
16970
+ "baspiRef": "A7.1.0.15.1",
17039
16971
  "type": "string",
17040
- "enum": [
17041
- "Attached",
17042
- "To follow",
17043
- "Not applicable"
17044
- ]
16972
+ "title": "",
16973
+ "enum": ["Yes", "No"]
17045
16974
  }
17046
16975
  },
17047
- "baspiRequired": [
17048
- "dateInstalled",
17049
- "dateLastServiced",
17050
- "attachments"
16976
+ "baspiRequired": ["yesNo"],
16977
+ "discriminator": {
16978
+ "propertyName": "yesNo"
16979
+ },
16980
+ "oneOf": [
16981
+ {
16982
+ "properties": {
16983
+ "yesNo": {
16984
+ "enum": ["No"]
16985
+ }
16986
+ }
16987
+ },
16988
+ {
16989
+ "properties": {
16990
+ "yesNo": {
16991
+ "enum": ["Yes"]
16992
+ },
16993
+ "dateLastEmptied": {
16994
+ "baspiRef": "A7.1.0.15.2",
16995
+ "title": "Date last emptied",
16996
+ "type": "string",
16997
+ "format": "date"
16998
+ }
16999
+ },
17000
+ "baspiRequired": ["dateLastEmptied"]
17001
+ }
17051
17002
  ]
17052
- }
17053
- ]
17054
- },
17055
- "otherConnectedProperties": {
17056
- "baspiRef": "A7.1.1",
17057
- "rdsRef": "Services/OtherServices/SharedWith",
17058
- "ta6Ref": "12.6",
17059
- "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
17060
- "type": "object",
17061
- "properties": {
17062
- "yesNo": {
17063
- "baspiRef": "A7.1.1.1",
17064
- "type": "string",
17065
- "title": "",
17066
- "enum": ["Yes", "No"]
17067
- }
17068
- },
17069
- "baspiRequired": ["yesNo"],
17070
- "discriminator": {
17071
- "propertyName": "yesNo"
17072
- },
17073
- "oneOf": [
17074
- {
17003
+ },
17004
+ "sewerageTreatmentPlant": {
17005
+ "baspiRef": "A7.1.0.16",
17006
+ "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
17007
+ "ta6Ref": "12.5a",
17008
+ "title": "Sewerage treatment plant",
17009
+ "type": "object",
17075
17010
  "properties": {
17076
17011
  "yesNo": {
17077
- "enum": ["No"]
17012
+ "baspiRef": "A7.1.0.16.1",
17013
+ "type": "string",
17014
+ "title": "",
17015
+ "enum": ["Yes", "No"]
17016
+ }
17017
+ },
17018
+ "baspiRequired": ["yesNo"],
17019
+ "discriminator": {
17020
+ "propertyName": "yesNo"
17021
+ },
17022
+ "oneOf": [
17023
+ {
17024
+ "properties": {
17025
+ "yesNo": {
17026
+ "enum": ["No"]
17027
+ }
17028
+ }
17029
+ },
17030
+ {
17031
+ "properties": {
17032
+ "yesNo": {
17033
+ "enum": ["Yes"]
17034
+ },
17035
+ "dateInstalled": {
17036
+ "baspiRef": "A7.1.0.16.2",
17037
+ "ta6Ref": "12.9",
17038
+ "title": "Date installed",
17039
+ "type": "string",
17040
+ "format": "date"
17041
+ },
17042
+ "dateLastServiced": {
17043
+ "baspiRef": "A7.1.0.16.3",
17044
+ "ta6Ref": "12.8",
17045
+ "title": "Date last serviced",
17046
+ "type": "string",
17047
+ "format": "date"
17048
+ },
17049
+ "attachments": {
17050
+ "baspiRef": "A7.1.0.16.3",
17051
+ "title": "If installed after Jan 1991 supply the Building Regulations approval or equivalent",
17052
+ "type": "string",
17053
+ "enum": [
17054
+ "Attached",
17055
+ "To follow",
17056
+ "Not applicable"
17057
+ ]
17058
+ }
17059
+ },
17060
+ "baspiRequired": [
17061
+ "dateInstalled",
17062
+ "dateLastServiced",
17063
+ "attachments"
17064
+ ]
17078
17065
  }
17079
- }
17066
+ ]
17080
17067
  },
17081
- {
17068
+ "otherConnectedProperties": {
17069
+ "baspiRef": "A7.1.1",
17070
+ "rdsRef": "Services/OtherServices/SharedWith",
17071
+ "ta6Ref": "12.6",
17072
+ "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
17073
+ "type": "object",
17082
17074
  "properties": {
17083
17075
  "yesNo": {
17084
- "enum": ["Yes"]
17085
- },
17086
- "numberOfPropertiesSharing": {
17087
17076
  "baspiRef": "A7.1.1.1",
17088
- "ta6Ref": "A7.1.1.2",
17089
- "title": "How many other properties?",
17090
- "type": "integer"
17091
- },
17092
- "details": {
17093
- "baspiRef": "A7.1.1.2",
17094
- "title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for",
17095
17077
  "type": "string",
17096
- "minLength": 1
17078
+ "title": "",
17079
+ "enum": ["Yes", "No"]
17097
17080
  }
17098
17081
  },
17099
- "baspiRequired": ["details", "attachments"]
17100
- }
17101
- ]
17102
- },
17103
- "plantOnOtherLand": {
17104
- "baspiRef": "A7.1.2",
17105
- "rdsRef": "Services/OtherServices/Located,Services/OtherServices/{access=?}",
17106
- "ta6Ref": "12.10",
17107
- "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
17108
- "type": "object",
17109
- "properties": {
17110
- "yesNo": {
17111
- "baspiRef": "7.1.2.1",
17112
- "type": "string",
17113
- "title": "",
17114
- "enum": ["Yes", "No"]
17115
- }
17116
- },
17117
- "baspiRequired": ["yesNo"],
17118
- "discriminator": {
17119
- "propertyName": "yesNo"
17120
- },
17121
- "oneOf": [
17122
- {
17123
- "properties": {
17124
- "yesNo": {
17125
- "enum": ["No"]
17082
+ "baspiRequired": ["yesNo"],
17083
+ "discriminator": {
17084
+ "propertyName": "yesNo"
17085
+ },
17086
+ "oneOf": [
17087
+ {
17088
+ "properties": {
17089
+ "yesNo": {
17090
+ "enum": ["No"]
17091
+ }
17092
+ }
17093
+ },
17094
+ {
17095
+ "properties": {
17096
+ "yesNo": {
17097
+ "enum": ["Yes"]
17098
+ },
17099
+ "numberOfPropertiesSharing": {
17100
+ "baspiRef": "A7.1.1.1",
17101
+ "ta6Ref": "A7.1.1.2",
17102
+ "title": "How many other properties?",
17103
+ "type": "integer"
17104
+ },
17105
+ "details": {
17106
+ "baspiRef": "A7.1.1.2",
17107
+ "title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for",
17108
+ "type": "string",
17109
+ "minLength": 1
17110
+ }
17111
+ },
17112
+ "baspiRequired": ["details", "attachments"]
17126
17113
  }
17127
- }
17114
+ ]
17128
17115
  },
17129
- {
17116
+ "plantOnOtherLand": {
17117
+ "baspiRef": "A7.1.2",
17118
+ "rdsRef": "Services/OtherServices/Located,Services/OtherServices/{access=?}",
17119
+ "ta6Ref": "12.10",
17120
+ "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
17121
+ "type": "object",
17130
17122
  "properties": {
17131
17123
  "yesNo": {
17132
- "enum": ["Yes"]
17133
- },
17134
- "attachments": {
17135
- "baspiRef": "7.1.2.2",
17136
- "ta6Ref": "12.10.1",
17137
- "title": "Please supply a plan showing the location of the system and how access is obtained.",
17124
+ "baspiRef": "7.1.2.1",
17138
17125
  "type": "string",
17139
- "enum": ["Attached", "To follow"]
17126
+ "title": "",
17127
+ "enum": ["Yes", "No"]
17140
17128
  }
17141
17129
  },
17142
- "baspiRequired": ["attachments"]
17143
- }
17144
- ]
17145
- },
17146
- "plantRegistered": {
17147
- "baspiRef": "A7.1.3",
17148
- "rdsRef": "Services/OtherServices/Certificates",
17149
- "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
17150
- "type": "object",
17151
- "properties": {
17152
- "yesNo": {
17153
- "baspiRef": "A7.1.3.1",
17154
- "type": "string",
17155
- "title": "",
17156
- "enum": ["Yes", "No"]
17157
- }
17158
- },
17159
- "baspiRequired": ["yesNo"],
17160
- "discriminator": {
17161
- "propertyName": "yesNo"
17162
- },
17163
- "oneOf": [
17164
- {
17165
- "properties": {
17166
- "yesNo": {
17167
- "enum": ["No"]
17130
+ "baspiRequired": ["yesNo"],
17131
+ "discriminator": {
17132
+ "propertyName": "yesNo"
17133
+ },
17134
+ "oneOf": [
17135
+ {
17136
+ "properties": {
17137
+ "yesNo": {
17138
+ "enum": ["No"]
17139
+ }
17140
+ }
17141
+ },
17142
+ {
17143
+ "properties": {
17144
+ "yesNo": {
17145
+ "enum": ["Yes"]
17146
+ },
17147
+ "attachments": {
17148
+ "baspiRef": "7.1.2.2",
17149
+ "ta6Ref": "12.10.1",
17150
+ "title": "Please supply a plan showing the location of the system and how access is obtained.",
17151
+ "type": "string",
17152
+ "enum": ["Attached", "To follow"]
17153
+ }
17154
+ },
17155
+ "baspiRequired": ["attachments"]
17168
17156
  }
17169
- }
17157
+ ]
17170
17158
  },
17171
- {
17159
+ "plantRegistered": {
17160
+ "baspiRef": "A7.1.3",
17161
+ "rdsRef": "Services/OtherServices/Certificates",
17162
+ "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
17163
+ "type": "object",
17172
17164
  "properties": {
17173
17165
  "yesNo": {
17174
- "enum": ["Yes"]
17175
- },
17176
- "attachments": {
17177
- "baspiRef": "A7.1.3.2",
17178
- "title": "Please supply the appropriate permit to discharge or exemption certificate",
17166
+ "baspiRef": "A7.1.3.1",
17179
17167
  "type": "string",
17180
- "enum": ["Attached", "To follow"]
17168
+ "title": "",
17169
+ "enum": ["Yes", "No"]
17181
17170
  }
17182
17171
  },
17183
- "baspiRequired": ["attachments"]
17184
- }
17185
- ]
17186
- },
17187
- "plantDrainsIntoWaterway": {
17188
- "baspiRef": "A7.1.4",
17189
- "rdsRef": "Services/OtherServices/{isExternallyConnected='yes?true'}",
17190
- "title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
17191
- "type": "object",
17192
- "properties": {
17193
- "yesNo": {
17194
- "baspiRef": "A7.1.4.1",
17195
- "type": "string",
17196
- "title": "",
17197
- "enum": [
17198
- "Yes",
17199
- "No, the effluent is discharged through a soakaway system."
17200
- ]
17201
- }
17202
- },
17203
- "baspiRequired": ["yesNo"],
17204
- "discriminator": {
17205
- "propertyName": "yesNo"
17206
- },
17207
- "oneOf": [
17208
- {
17209
- "properties": {
17210
- "yesNo": {
17211
- "enum": [
17212
- "No, the effluent is discharged through a soakaway system."
17213
- ]
17172
+ "baspiRequired": ["yesNo"],
17173
+ "discriminator": {
17174
+ "propertyName": "yesNo"
17175
+ },
17176
+ "oneOf": [
17177
+ {
17178
+ "properties": {
17179
+ "yesNo": {
17180
+ "enum": ["No"]
17181
+ }
17182
+ }
17183
+ },
17184
+ {
17185
+ "properties": {
17186
+ "yesNo": {
17187
+ "enum": ["Yes"]
17188
+ },
17189
+ "attachments": {
17190
+ "baspiRef": "A7.1.3.2",
17191
+ "title": "Please supply the appropriate permit to discharge or exemption certificate",
17192
+ "type": "string",
17193
+ "enum": ["Attached", "To follow"]
17194
+ }
17195
+ },
17196
+ "baspiRequired": ["attachments"]
17214
17197
  }
17215
- }
17198
+ ]
17216
17199
  },
17217
- {
17200
+ "plantDrainsIntoWaterway": {
17201
+ "baspiRef": "A7.1.4",
17202
+ "rdsRef": "Services/OtherServices/{isExternallyConnected='yes?true'}",
17203
+ "title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
17204
+ "type": "object",
17218
17205
  "properties": {
17219
17206
  "yesNo": {
17220
- "enum": ["Yes"]
17221
- },
17222
- "dischargeCompliesWithGBR": {
17223
17207
  "baspiRef": "A7.1.4.1",
17224
- "rdsRef": "Services/OtherServices/ExternalConnections/Flags",
17225
- "title": "Does it comply with the General Binding Rules for discharge into a waterway?",
17226
17208
  "type": "string",
17209
+ "title": "",
17227
17210
  "enum": [
17228
17211
  "Yes",
17229
- "No, it does not comply with the rules for discharge into a waterway."
17212
+ "No, the effluent is discharged through a soakaway system."
17230
17213
  ]
17231
17214
  }
17232
17215
  },
17233
- "baspiRequired": ["dischargeCompliesWithGBR"]
17216
+ "baspiRequired": ["yesNo"],
17217
+ "discriminator": {
17218
+ "propertyName": "yesNo"
17219
+ },
17220
+ "oneOf": [
17221
+ {
17222
+ "properties": {
17223
+ "yesNo": {
17224
+ "enum": [
17225
+ "No, the effluent is discharged through a soakaway system."
17226
+ ]
17227
+ }
17228
+ }
17229
+ },
17230
+ {
17231
+ "properties": {
17232
+ "yesNo": {
17233
+ "enum": ["Yes"]
17234
+ },
17235
+ "dischargeCompliesWithGBR": {
17236
+ "baspiRef": "A7.1.4.1",
17237
+ "rdsRef": "Services/OtherServices/ExternalConnections/Flags",
17238
+ "title": "Does it comply with the General Binding Rules for discharge into a waterway?",
17239
+ "type": "string",
17240
+ "enum": [
17241
+ "Yes",
17242
+ "No, it does not comply with the rules for discharge into a waterway."
17243
+ ]
17244
+ }
17245
+ },
17246
+ "baspiRequired": ["dischargeCompliesWithGBR"]
17247
+ }
17248
+ ]
17234
17249
  }
17250
+ },
17251
+ "baspiRequired": [
17252
+ "sustainableDrainageSystem",
17253
+ "septicTank",
17254
+ "cesspit",
17255
+ "sewerageTreatmentPlant",
17256
+ "otherConnectedProperties",
17257
+ "yearSystemInstalled",
17258
+ "plantOnOtherLand",
17259
+ "plantRegistered",
17260
+ "plantDrainsIntoWaterway"
17235
17261
  ]
17236
17262
  }
17237
- },
17238
- "baspiRequired": [
17239
- "sustainableDrainageSystem",
17240
- "septicTank",
17241
- "cesspit",
17242
- "sewerageTreatmentPlant",
17243
- "otherConnectedProperties",
17244
- "yearSystemInstalled",
17245
- "plantOnOtherLand",
17246
- "plantRegistered",
17247
- "plantDrainsIntoWaterway"
17248
17263
  ]
17249
17264
  }
17250
- ]
17265
+ }
17251
17266
  },
17252
17267
  "maintenanceAgreements": {
17253
17268
  "baspiRef": "A7.2",
@@ -17295,6 +17310,11 @@
17295
17310
  "baspiRequired": ["details", "attachments"]
17296
17311
  }
17297
17312
  ]
17313
+ },
17314
+ "charging": {
17315
+ "title": "Charging",
17316
+ "type": "object",
17317
+ "properties": {}
17298
17318
  }
17299
17319
  }
17300
17320
  },
@@ -18340,71 +18360,38 @@
18340
18360
  "baspiRef": "A11.1.2.2.1",
18341
18361
  "ta6Ref": "7.2a",
18342
18362
  "title": "Ground water",
18343
- "type": "object",
18344
- "properties": {
18345
- "yesNo": {
18346
- "type": "string",
18347
- "title": "",
18348
- "enum": ["Yes", "No"]
18349
- }
18350
- },
18351
- "baspiRequired": ["yesNo"]
18363
+
18364
+ "type": "string",
18365
+ "enum": ["Yes", "No"]
18352
18366
  },
18353
18367
  "sewer": {
18354
18368
  "baspiRef": "A11.1.2.2.2",
18355
18369
  "ta6Ref": "7.2b",
18356
18370
  "title": "Sewer",
18357
- "type": "object",
18358
- "properties": {
18359
- "yesNo": {
18360
- "type": "string",
18361
- "title": "",
18362
- "enum": ["Yes", "No"]
18363
- }
18364
- },
18365
- "baspiRequired": ["yesNo"]
18371
+
18372
+ "type": "string",
18373
+ "enum": ["Yes", "No"]
18366
18374
  },
18367
18375
  "surfaceWater": {
18368
18376
  "baspiRef": "A11.1.2.2.3",
18369
18377
  "ta6Ref": "7.2c",
18370
18378
  "title": "Surface water",
18371
- "type": "object",
18372
- "properties": {
18373
- "yesNo": {
18374
- "type": "string",
18375
- "title": "",
18376
- "enum": ["Yes", "No"]
18377
- }
18378
- },
18379
- "baspiRequired": ["yesNo"]
18379
+ "type": "string",
18380
+ "enum": ["Yes", "No"]
18380
18381
  },
18381
18382
  "coastal": {
18382
18383
  "baspiRef": "A11.1.2.2.4",
18383
18384
  "ta6Ref": "7.2d",
18384
18385
  "title": "Coastal flooding",
18385
- "type": "object",
18386
- "properties": {
18387
- "yesNo": {
18388
- "type": "string",
18389
- "title": "",
18390
- "enum": ["Yes", "No"]
18391
- }
18392
- },
18393
- "baspiRequired": ["yesNo"]
18386
+ "type": "string",
18387
+ "enum": ["Yes", "No"]
18394
18388
  },
18395
18389
  "river": {
18396
18390
  "baspiRef": "A11.1.2.2.5",
18397
18391
  "ta6Ref": "7.2e",
18398
18392
  "title": "River flooding",
18399
- "type": "object",
18400
- "properties": {
18401
- "yesNo": {
18402
- "type": "string",
18403
- "title": "",
18404
- "enum": ["Yes", "No"]
18405
- }
18406
- },
18407
- "baspiRequired": ["yesNo"]
18393
+ "type": "string",
18394
+ "enum": ["Yes", "No"]
18408
18395
  },
18409
18396
  "other": {
18410
18397
  "baspiRef": "A11.1.2.2.6",
@@ -18412,6 +18399,7 @@
18412
18399
  "type": "object",
18413
18400
  "properties": {
18414
18401
  "yesNo": {
18402
+ "baspiRef": "A11.1.2.2.6.1",
18415
18403
  "type": "string",
18416
18404
  "title": "",
18417
18405
  "enum": ["Yes", "No"]
@@ -18435,7 +18423,7 @@
18435
18423
  "enum": ["Yes"]
18436
18424
  },
18437
18425
  "details": {
18438
- "baspiRef": "A11.1.2.2.6.1",
18426
+ "baspiRef": "A11.1.2.2.6.2",
18439
18427
  "title": "Please stata",
18440
18428
  "type": "string",
18441
18429
  "minLength": 1
@@ -18520,13 +18508,14 @@
18520
18508
  ]
18521
18509
  },
18522
18510
  "remedialMeasuresOnConstruction": {
18511
+ "baspiRef": "A11.1.3.4",
18523
18512
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
18524
18513
  "ta6Ref": "7.5",
18525
18514
  "title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
18526
18515
  "type": "object",
18527
18516
  "properties": {
18528
18517
  "yesNo": {
18529
- "baspiRef": "A11.1.3.4",
18518
+ "baspiRef": "A11.1.3.4.1",
18530
18519
  "type": "string",
18531
18520
  "title": "",
18532
18521
  "enum": ["Yes", "No"]
@@ -20082,8 +20071,7 @@
20082
20071
  "baspiRef": "B7.4.2",
20083
20072
  "title": "Confirm that you will handover details on day of completion",
20084
20073
  "description": "Confirm that you will provide the buyer with the login, password and link to user instructions for the relevant system(s). [NOTE: It is recommended that you reset the password before handing it over to avoid security issues by passing on your own password]",
20085
- "type": "string",
20086
- "enum": ["true", "false"]
20074
+ "type": "boolean"
20087
20075
  }
20088
20076
  },
20089
20077
  "baspiRequired": [
@@ -33888,7 +33876,7 @@
33888
33876
  "water": {
33889
33877
  "type": "object",
33890
33878
  "con29DWRef": "3",
33891
- "title": "Drainage",
33879
+ "title": "Water",
33892
33880
  "properties": {
33893
33881
  "mainsWaterConnected": {
33894
33882
  "con29DWRef": "3.1",