@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.
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +36 -45
- package/src/schemas/v2/combined.json +533 -545
- package/src/schemas/v2/overlays/baspi.json +559 -528
- package/src/schemas/v2/overlays/con29DW.json +1 -1
- package/src/schemas/v2/overlays/rds.json +321 -313
- package/src/schemas/v2/overlays/ta6.json +280 -252
- package/src/schemas/v2/pdtf-transaction.json +462 -479
- package/src/tests/v2/transactionSchema.test.js +1 -1
|
@@ -4750,638 +4750,657 @@
|
|
|
4750
4750
|
}
|
|
4751
4751
|
},
|
|
4752
4752
|
"waterAndDrainage": {
|
|
4753
|
-
"baspiRef": "A7",
|
|
4753
|
+
"baspiRef": "A7.1.0",
|
|
4754
4754
|
"title": "Water and Drainage",
|
|
4755
4755
|
"description": "Please describe the water and drainage services that are connected to the property.",
|
|
4756
4756
|
"required": [
|
|
4757
|
-
"
|
|
4758
|
-
"
|
|
4759
|
-
"
|
|
4757
|
+
"water",
|
|
4758
|
+
"drainage",
|
|
4759
|
+
"maintenanceAgreements"
|
|
4760
4760
|
],
|
|
4761
4761
|
"properties": {
|
|
4762
|
-
"
|
|
4762
|
+
"water": {
|
|
4763
4763
|
"baspiRef": "A7.1.0.10",
|
|
4764
|
-
"title": "
|
|
4765
|
-
"discriminator": {
|
|
4766
|
-
"propertyName": "yesNo"
|
|
4767
|
-
},
|
|
4768
|
-
"oneOf": [
|
|
4769
|
-
{
|
|
4770
|
-
"properties": {
|
|
4771
|
-
"yesNo": {
|
|
4772
|
-
"enum": [
|
|
4773
|
-
"No"
|
|
4774
|
-
]
|
|
4775
|
-
}
|
|
4776
|
-
}
|
|
4777
|
-
},
|
|
4778
|
-
{
|
|
4779
|
-
"properties": {
|
|
4780
|
-
"yesNo": {
|
|
4781
|
-
"enum": [
|
|
4782
|
-
"Yes"
|
|
4783
|
-
]
|
|
4784
|
-
},
|
|
4785
|
-
"supplier": {
|
|
4786
|
-
"baspiRef": "A7.1.0.10.2",
|
|
4787
|
-
"title": "Supplier (if known)"
|
|
4788
|
-
}
|
|
4789
|
-
}
|
|
4790
|
-
},
|
|
4791
|
-
{
|
|
4792
|
-
"properties": {
|
|
4793
|
-
"yesNo": {
|
|
4794
|
-
"enum": [
|
|
4795
|
-
"To be connected"
|
|
4796
|
-
]
|
|
4797
|
-
},
|
|
4798
|
-
"dateToBeConnected": {
|
|
4799
|
-
"baspiRef": "A7.1.0.10.3",
|
|
4800
|
-
"title": "Date to be connected"
|
|
4801
|
-
},
|
|
4802
|
-
"supplier": {
|
|
4803
|
-
"baspiRef": "A7.1.0.10.2",
|
|
4804
|
-
"title": "Supplier (if known)"
|
|
4805
|
-
}
|
|
4806
|
-
},
|
|
4807
|
-
"required": [
|
|
4808
|
-
"dateToBeConnected"
|
|
4809
|
-
]
|
|
4810
|
-
}
|
|
4811
|
-
],
|
|
4764
|
+
"title": "Water",
|
|
4812
4765
|
"required": [
|
|
4813
|
-
"
|
|
4766
|
+
"mainsWater"
|
|
4814
4767
|
],
|
|
4815
4768
|
"properties": {
|
|
4816
|
-
"
|
|
4817
|
-
"baspiRef": "A7.1.0.10.
|
|
4818
|
-
"
|
|
4819
|
-
|
|
4820
|
-
"
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
4828
|
-
|
|
4829
|
-
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4769
|
+
"mainsWater": {
|
|
4770
|
+
"baspiRef": "A7.1.0.10.0",
|
|
4771
|
+
"title": "Mains water",
|
|
4772
|
+
"discriminator": {
|
|
4773
|
+
"propertyName": "yesNo"
|
|
4774
|
+
},
|
|
4775
|
+
"oneOf": [
|
|
4776
|
+
{
|
|
4777
|
+
"properties": {
|
|
4778
|
+
"yesNo": {
|
|
4779
|
+
"enum": [
|
|
4780
|
+
"No"
|
|
4781
|
+
]
|
|
4782
|
+
}
|
|
4783
|
+
}
|
|
4784
|
+
},
|
|
4785
|
+
{
|
|
4786
|
+
"properties": {
|
|
4787
|
+
"yesNo": {
|
|
4788
|
+
"enum": [
|
|
4789
|
+
"Yes"
|
|
4790
|
+
]
|
|
4791
|
+
},
|
|
4792
|
+
"supplier": {
|
|
4793
|
+
"baspiRef": "A7.1.0.10.2",
|
|
4794
|
+
"title": "Supplier (if known)"
|
|
4795
|
+
}
|
|
4796
|
+
}
|
|
4797
|
+
},
|
|
4798
|
+
{
|
|
4799
|
+
"properties": {
|
|
4800
|
+
"yesNo": {
|
|
4801
|
+
"enum": [
|
|
4802
|
+
"To be connected"
|
|
4803
|
+
]
|
|
4804
|
+
},
|
|
4805
|
+
"dateToBeConnected": {
|
|
4806
|
+
"baspiRef": "A7.1.0.10.3",
|
|
4807
|
+
"title": "Date to be connected"
|
|
4808
|
+
},
|
|
4809
|
+
"supplier": {
|
|
4810
|
+
"baspiRef": "A7.1.0.10.2",
|
|
4811
|
+
"title": "Supplier (if known)"
|
|
4812
|
+
}
|
|
4813
|
+
},
|
|
4814
|
+
"required": [
|
|
4815
|
+
"dateToBeConnected"
|
|
4838
4816
|
]
|
|
4839
4817
|
}
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
|
|
4818
|
+
],
|
|
4819
|
+
"required": [
|
|
4820
|
+
"yesNo"
|
|
4821
|
+
],
|
|
4843
4822
|
"properties": {
|
|
4844
4823
|
"yesNo": {
|
|
4824
|
+
"baspiRef": "A7.1.0.10.1",
|
|
4845
4825
|
"enum": [
|
|
4846
|
-
"Yes"
|
|
4826
|
+
"Yes",
|
|
4827
|
+
"To be connected",
|
|
4828
|
+
"No"
|
|
4847
4829
|
]
|
|
4848
|
-
},
|
|
4849
|
-
"supplier": {
|
|
4850
|
-
"baspiRef": "A7.1.0.12.2",
|
|
4851
|
-
"title": "Supplier (if known)"
|
|
4852
4830
|
}
|
|
4853
4831
|
}
|
|
4854
|
-
},
|
|
4855
|
-
{
|
|
4856
|
-
"properties": {
|
|
4857
|
-
"yesNo": {
|
|
4858
|
-
"enum": [
|
|
4859
|
-
"To be connected"
|
|
4860
|
-
]
|
|
4861
|
-
},
|
|
4862
|
-
"dateToBeConnected": {
|
|
4863
|
-
"baspiRef": "A7.1.0.12.3",
|
|
4864
|
-
"title": "Date to be connected"
|
|
4865
|
-
},
|
|
4866
|
-
"supplier": {
|
|
4867
|
-
"baspiRef": "A7.1.0.12.2",
|
|
4868
|
-
"title": "Supplier (if known)"
|
|
4869
|
-
}
|
|
4870
|
-
},
|
|
4871
|
-
"required": [
|
|
4872
|
-
"dateToBeConnected"
|
|
4873
|
-
]
|
|
4874
4832
|
}
|
|
4875
|
-
|
|
4833
|
+
}
|
|
4834
|
+
},
|
|
4835
|
+
"drainage": {
|
|
4836
|
+
"baspiRef": "A7.1.0.12",
|
|
4837
|
+
"title": "Drainage",
|
|
4876
4838
|
"required": [
|
|
4877
|
-
"
|
|
4839
|
+
"mainsSurfaceWaterDrainage",
|
|
4840
|
+
"mainsFoulDrainage"
|
|
4878
4841
|
],
|
|
4879
4842
|
"properties": {
|
|
4880
|
-
"
|
|
4881
|
-
"baspiRef": "A7.1.0.12.
|
|
4882
|
-
"
|
|
4883
|
-
|
|
4884
|
-
"
|
|
4885
|
-
|
|
4886
|
-
|
|
4887
|
-
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
},
|
|
4896
|
-
"oneOf": [
|
|
4897
|
-
{
|
|
4898
|
-
"properties": {
|
|
4899
|
-
"yesNo": {
|
|
4900
|
-
"enum": [
|
|
4901
|
-
"Yes"
|
|
4902
|
-
]
|
|
4903
|
-
},
|
|
4904
|
-
"supplier": {
|
|
4905
|
-
"baspiRef": "A7.1.0.11.3",
|
|
4906
|
-
"title": "Supplier (if known)"
|
|
4907
|
-
}
|
|
4908
|
-
}
|
|
4909
|
-
},
|
|
4910
|
-
{
|
|
4911
|
-
"properties": {
|
|
4912
|
-
"yesNo": {
|
|
4913
|
-
"enum": [
|
|
4914
|
-
"To be connected"
|
|
4915
|
-
]
|
|
4843
|
+
"mainsSurfaceWaterDrainage": {
|
|
4844
|
+
"baspiRef": "A7.1.0.12.0",
|
|
4845
|
+
"title": "Mains surface water drainage",
|
|
4846
|
+
"discriminator": {
|
|
4847
|
+
"propertyName": "yesNo"
|
|
4848
|
+
},
|
|
4849
|
+
"oneOf": [
|
|
4850
|
+
{
|
|
4851
|
+
"properties": {
|
|
4852
|
+
"yesNo": {
|
|
4853
|
+
"enum": [
|
|
4854
|
+
"No"
|
|
4855
|
+
]
|
|
4856
|
+
}
|
|
4857
|
+
}
|
|
4916
4858
|
},
|
|
4917
|
-
|
|
4918
|
-
"
|
|
4919
|
-
|
|
4859
|
+
{
|
|
4860
|
+
"properties": {
|
|
4861
|
+
"yesNo": {
|
|
4862
|
+
"enum": [
|
|
4863
|
+
"Yes"
|
|
4864
|
+
]
|
|
4865
|
+
},
|
|
4866
|
+
"supplier": {
|
|
4867
|
+
"baspiRef": "A7.1.0.12.2",
|
|
4868
|
+
"title": "Supplier (if known)"
|
|
4869
|
+
}
|
|
4870
|
+
}
|
|
4920
4871
|
},
|
|
4921
|
-
|
|
4922
|
-
"
|
|
4923
|
-
|
|
4872
|
+
{
|
|
4873
|
+
"properties": {
|
|
4874
|
+
"yesNo": {
|
|
4875
|
+
"enum": [
|
|
4876
|
+
"To be connected"
|
|
4877
|
+
]
|
|
4878
|
+
},
|
|
4879
|
+
"dateToBeConnected": {
|
|
4880
|
+
"baspiRef": "A7.1.0.12.3",
|
|
4881
|
+
"title": "Date to be connected"
|
|
4882
|
+
},
|
|
4883
|
+
"supplier": {
|
|
4884
|
+
"baspiRef": "A7.1.0.12.2",
|
|
4885
|
+
"title": "Supplier (if known)"
|
|
4886
|
+
}
|
|
4887
|
+
},
|
|
4888
|
+
"required": [
|
|
4889
|
+
"dateToBeConnected"
|
|
4890
|
+
]
|
|
4924
4891
|
}
|
|
4925
|
-
|
|
4892
|
+
],
|
|
4926
4893
|
"required": [
|
|
4927
|
-
"
|
|
4928
|
-
]
|
|
4929
|
-
},
|
|
4930
|
-
{
|
|
4894
|
+
"yesNo"
|
|
4895
|
+
],
|
|
4931
4896
|
"properties": {
|
|
4932
4897
|
"yesNo": {
|
|
4898
|
+
"baspiRef": "A7.1.0.12.1",
|
|
4933
4899
|
"enum": [
|
|
4900
|
+
"Yes",
|
|
4901
|
+
"To be connected",
|
|
4934
4902
|
"No"
|
|
4935
4903
|
]
|
|
4904
|
+
}
|
|
4905
|
+
}
|
|
4906
|
+
},
|
|
4907
|
+
"mainsFoulDrainage": {
|
|
4908
|
+
"baspiRef": "A7.1.0.11",
|
|
4909
|
+
"title": "Mains foul drainage",
|
|
4910
|
+
"discriminator": {
|
|
4911
|
+
"propertyName": "yesNo"
|
|
4912
|
+
},
|
|
4913
|
+
"oneOf": [
|
|
4914
|
+
{
|
|
4915
|
+
"properties": {
|
|
4916
|
+
"yesNo": {
|
|
4917
|
+
"enum": [
|
|
4918
|
+
"Yes"
|
|
4919
|
+
]
|
|
4920
|
+
},
|
|
4921
|
+
"supplier": {
|
|
4922
|
+
"baspiRef": "A7.1.0.11.3",
|
|
4923
|
+
"title": "Supplier (if known)"
|
|
4924
|
+
}
|
|
4925
|
+
}
|
|
4936
4926
|
},
|
|
4937
|
-
|
|
4938
|
-
"
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
"oneOf": [
|
|
4944
|
-
{
|
|
4945
|
-
"properties": {
|
|
4946
|
-
"yesNo": {
|
|
4947
|
-
"enum": [
|
|
4948
|
-
"No"
|
|
4949
|
-
]
|
|
4950
|
-
}
|
|
4951
|
-
}
|
|
4927
|
+
{
|
|
4928
|
+
"properties": {
|
|
4929
|
+
"yesNo": {
|
|
4930
|
+
"enum": [
|
|
4931
|
+
"To be connected"
|
|
4932
|
+
]
|
|
4952
4933
|
},
|
|
4953
|
-
{
|
|
4954
|
-
"
|
|
4955
|
-
|
|
4956
|
-
"enum": [
|
|
4957
|
-
"Yes"
|
|
4958
|
-
]
|
|
4959
|
-
},
|
|
4960
|
-
"supplier": {
|
|
4961
|
-
"baspiRef": "A7.1.0.13.3",
|
|
4962
|
-
"title": "Supplier (if known)"
|
|
4963
|
-
}
|
|
4964
|
-
}
|
|
4934
|
+
"dateToBeConnected": {
|
|
4935
|
+
"baspiRef": "A7.1.0.11.2",
|
|
4936
|
+
"title": "Date to be connected"
|
|
4965
4937
|
},
|
|
4966
|
-
{
|
|
4967
|
-
"
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4938
|
+
"supplier": {
|
|
4939
|
+
"baspiRef": "A7.1.0.11.3",
|
|
4940
|
+
"title": "Supplier (if known)"
|
|
4941
|
+
}
|
|
4942
|
+
},
|
|
4943
|
+
"required": [
|
|
4944
|
+
"dateToBeConnected"
|
|
4945
|
+
]
|
|
4946
|
+
},
|
|
4947
|
+
{
|
|
4948
|
+
"properties": {
|
|
4949
|
+
"yesNo": {
|
|
4950
|
+
"enum": [
|
|
4951
|
+
"No"
|
|
4952
|
+
]
|
|
4953
|
+
},
|
|
4954
|
+
"sustainableDrainageSystem": {
|
|
4955
|
+
"baspiRef": "A7.1.0.13",
|
|
4956
|
+
"title": "Sustainable Drainage System",
|
|
4957
|
+
"discriminator": {
|
|
4958
|
+
"propertyName": "yesNo"
|
|
4959
|
+
},
|
|
4960
|
+
"oneOf": [
|
|
4961
|
+
{
|
|
4962
|
+
"properties": {
|
|
4963
|
+
"yesNo": {
|
|
4964
|
+
"enum": [
|
|
4965
|
+
"No"
|
|
4966
|
+
]
|
|
4967
|
+
}
|
|
4968
|
+
}
|
|
4972
4969
|
},
|
|
4973
|
-
|
|
4974
|
-
"
|
|
4975
|
-
|
|
4970
|
+
{
|
|
4971
|
+
"properties": {
|
|
4972
|
+
"yesNo": {
|
|
4973
|
+
"enum": [
|
|
4974
|
+
"Yes"
|
|
4975
|
+
]
|
|
4976
|
+
},
|
|
4977
|
+
"supplier": {
|
|
4978
|
+
"baspiRef": "A7.1.0.13.3",
|
|
4979
|
+
"title": "Supplier (if known)"
|
|
4980
|
+
}
|
|
4981
|
+
}
|
|
4976
4982
|
},
|
|
4977
|
-
|
|
4978
|
-
"
|
|
4979
|
-
|
|
4983
|
+
{
|
|
4984
|
+
"properties": {
|
|
4985
|
+
"yesNo": {
|
|
4986
|
+
"enum": [
|
|
4987
|
+
"To be connected"
|
|
4988
|
+
]
|
|
4989
|
+
},
|
|
4990
|
+
"dateToBeConnected": {
|
|
4991
|
+
"baspiRef": "A7.1.0.13.2",
|
|
4992
|
+
"title": "Date to be connected"
|
|
4993
|
+
},
|
|
4994
|
+
"supplier": {
|
|
4995
|
+
"baspiRef": "A7.1.0.13.3",
|
|
4996
|
+
"title": "Supplier (if known)"
|
|
4997
|
+
}
|
|
4998
|
+
},
|
|
4999
|
+
"required": [
|
|
5000
|
+
"dateToBeConnected"
|
|
5001
|
+
]
|
|
4980
5002
|
}
|
|
4981
|
-
|
|
5003
|
+
],
|
|
4982
5004
|
"required": [
|
|
4983
|
-
"
|
|
4984
|
-
]
|
|
4985
|
-
}
|
|
4986
|
-
],
|
|
4987
|
-
"required": [
|
|
4988
|
-
"yesNo"
|
|
4989
|
-
],
|
|
4990
|
-
"properties": {
|
|
4991
|
-
"yesNo": {
|
|
4992
|
-
"baspiRef": "A7.1.0.13.1",
|
|
4993
|
-
"enum": [
|
|
4994
|
-
"Yes",
|
|
4995
|
-
"To be connected",
|
|
4996
|
-
"No"
|
|
4997
|
-
]
|
|
4998
|
-
}
|
|
4999
|
-
}
|
|
5000
|
-
},
|
|
5001
|
-
"septicTank": {
|
|
5002
|
-
"baspiRef": "A7.1.0.14",
|
|
5003
|
-
"title": "Septic tank",
|
|
5004
|
-
"discriminator": {
|
|
5005
|
-
"propertyName": "yesNo"
|
|
5006
|
-
},
|
|
5007
|
-
"oneOf": [
|
|
5008
|
-
{
|
|
5005
|
+
"yesNo"
|
|
5006
|
+
],
|
|
5009
5007
|
"properties": {
|
|
5010
5008
|
"yesNo": {
|
|
5009
|
+
"baspiRef": "A7.1.0.13.1",
|
|
5011
5010
|
"enum": [
|
|
5011
|
+
"Yes",
|
|
5012
|
+
"To be connected",
|
|
5012
5013
|
"No"
|
|
5013
5014
|
]
|
|
5014
5015
|
}
|
|
5015
5016
|
}
|
|
5016
5017
|
},
|
|
5017
|
-
{
|
|
5018
|
-
"
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
"
|
|
5026
|
-
|
|
5018
|
+
"septicTank": {
|
|
5019
|
+
"baspiRef": "A7.1.0.14",
|
|
5020
|
+
"title": "Septic tank",
|
|
5021
|
+
"discriminator": {
|
|
5022
|
+
"propertyName": "yesNo"
|
|
5023
|
+
},
|
|
5024
|
+
"oneOf": [
|
|
5025
|
+
{
|
|
5026
|
+
"properties": {
|
|
5027
|
+
"yesNo": {
|
|
5028
|
+
"enum": [
|
|
5029
|
+
"No"
|
|
5030
|
+
]
|
|
5031
|
+
}
|
|
5032
|
+
}
|
|
5027
5033
|
},
|
|
5028
|
-
|
|
5029
|
-
"
|
|
5030
|
-
|
|
5034
|
+
{
|
|
5035
|
+
"properties": {
|
|
5036
|
+
"yesNo": {
|
|
5037
|
+
"enum": [
|
|
5038
|
+
"Yes"
|
|
5039
|
+
]
|
|
5040
|
+
},
|
|
5041
|
+
"dateReplaced": {
|
|
5042
|
+
"baspiRef": "A7.1.0.14.2",
|
|
5043
|
+
"title": "Date replaced or upgraded"
|
|
5044
|
+
},
|
|
5045
|
+
"dateLastEmptied": {
|
|
5046
|
+
"baspiRef": "A7.1.0.14.3",
|
|
5047
|
+
"title": "Date last emptied"
|
|
5048
|
+
}
|
|
5049
|
+
},
|
|
5050
|
+
"required": [
|
|
5051
|
+
"dateReplaced",
|
|
5052
|
+
"dateLastEmptied"
|
|
5053
|
+
]
|
|
5031
5054
|
}
|
|
5032
|
-
|
|
5055
|
+
],
|
|
5033
5056
|
"required": [
|
|
5034
|
-
"
|
|
5035
|
-
|
|
5036
|
-
]
|
|
5037
|
-
}
|
|
5038
|
-
],
|
|
5039
|
-
"required": [
|
|
5040
|
-
"yesNo"
|
|
5041
|
-
],
|
|
5042
|
-
"properties": {
|
|
5043
|
-
"yesNo": {
|
|
5044
|
-
"baspiRef": "A7.1.0.14.1",
|
|
5045
|
-
"enum": [
|
|
5046
|
-
"Yes",
|
|
5047
|
-
"No"
|
|
5048
|
-
]
|
|
5049
|
-
}
|
|
5050
|
-
}
|
|
5051
|
-
},
|
|
5052
|
-
"cesspit": {
|
|
5053
|
-
"baspiRef": "A7.1.0.15",
|
|
5054
|
-
"title": "Cesspit",
|
|
5055
|
-
"discriminator": {
|
|
5056
|
-
"propertyName": "yesNo"
|
|
5057
|
-
},
|
|
5058
|
-
"oneOf": [
|
|
5059
|
-
{
|
|
5057
|
+
"yesNo"
|
|
5058
|
+
],
|
|
5060
5059
|
"properties": {
|
|
5061
5060
|
"yesNo": {
|
|
5061
|
+
"baspiRef": "A7.1.0.14.1",
|
|
5062
5062
|
"enum": [
|
|
5063
|
+
"Yes",
|
|
5063
5064
|
"No"
|
|
5064
5065
|
]
|
|
5065
5066
|
}
|
|
5066
5067
|
}
|
|
5067
5068
|
},
|
|
5068
|
-
{
|
|
5069
|
-
"
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
|
|
5073
|
-
|
|
5069
|
+
"cesspit": {
|
|
5070
|
+
"baspiRef": "A7.1.0.15",
|
|
5071
|
+
"title": "Cesspit",
|
|
5072
|
+
"discriminator": {
|
|
5073
|
+
"propertyName": "yesNo"
|
|
5074
|
+
},
|
|
5075
|
+
"oneOf": [
|
|
5076
|
+
{
|
|
5077
|
+
"properties": {
|
|
5078
|
+
"yesNo": {
|
|
5079
|
+
"enum": [
|
|
5080
|
+
"No"
|
|
5081
|
+
]
|
|
5082
|
+
}
|
|
5083
|
+
}
|
|
5074
5084
|
},
|
|
5075
|
-
|
|
5076
|
-
"
|
|
5077
|
-
|
|
5085
|
+
{
|
|
5086
|
+
"properties": {
|
|
5087
|
+
"yesNo": {
|
|
5088
|
+
"enum": [
|
|
5089
|
+
"Yes"
|
|
5090
|
+
]
|
|
5091
|
+
},
|
|
5092
|
+
"dateLastEmptied": {
|
|
5093
|
+
"baspiRef": "A7.1.0.15.2",
|
|
5094
|
+
"title": "Date last emptied"
|
|
5095
|
+
}
|
|
5096
|
+
},
|
|
5097
|
+
"required": [
|
|
5098
|
+
"dateLastEmptied"
|
|
5099
|
+
]
|
|
5078
5100
|
}
|
|
5079
|
-
|
|
5101
|
+
],
|
|
5080
5102
|
"required": [
|
|
5081
|
-
"
|
|
5082
|
-
]
|
|
5083
|
-
}
|
|
5084
|
-
],
|
|
5085
|
-
"required": [
|
|
5086
|
-
"yesNo"
|
|
5087
|
-
],
|
|
5088
|
-
"properties": {
|
|
5089
|
-
"yesNo": {
|
|
5090
|
-
"baspiRef": "A7.1.0.15.1",
|
|
5091
|
-
"enum": [
|
|
5092
|
-
"Yes",
|
|
5093
|
-
"No"
|
|
5094
|
-
]
|
|
5095
|
-
}
|
|
5096
|
-
}
|
|
5097
|
-
},
|
|
5098
|
-
"sewerageTreatmentPlant": {
|
|
5099
|
-
"baspiRef": "A7.1.0.16",
|
|
5100
|
-
"title": "Sewerage treatment plant",
|
|
5101
|
-
"discriminator": {
|
|
5102
|
-
"propertyName": "yesNo"
|
|
5103
|
-
},
|
|
5104
|
-
"oneOf": [
|
|
5105
|
-
{
|
|
5103
|
+
"yesNo"
|
|
5104
|
+
],
|
|
5106
5105
|
"properties": {
|
|
5107
5106
|
"yesNo": {
|
|
5107
|
+
"baspiRef": "A7.1.0.15.1",
|
|
5108
5108
|
"enum": [
|
|
5109
|
+
"Yes",
|
|
5109
5110
|
"No"
|
|
5110
5111
|
]
|
|
5111
5112
|
}
|
|
5112
5113
|
}
|
|
5113
5114
|
},
|
|
5114
|
-
{
|
|
5115
|
-
"
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
"
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5115
|
+
"sewerageTreatmentPlant": {
|
|
5116
|
+
"baspiRef": "A7.1.0.16",
|
|
5117
|
+
"title": "Sewerage treatment plant",
|
|
5118
|
+
"discriminator": {
|
|
5119
|
+
"propertyName": "yesNo"
|
|
5120
|
+
},
|
|
5121
|
+
"oneOf": [
|
|
5122
|
+
{
|
|
5123
|
+
"properties": {
|
|
5124
|
+
"yesNo": {
|
|
5125
|
+
"enum": [
|
|
5126
|
+
"No"
|
|
5127
|
+
]
|
|
5128
|
+
}
|
|
5129
|
+
}
|
|
5128
5130
|
},
|
|
5129
|
-
|
|
5130
|
-
"
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5131
|
+
{
|
|
5132
|
+
"properties": {
|
|
5133
|
+
"yesNo": {
|
|
5134
|
+
"enum": [
|
|
5135
|
+
"Yes"
|
|
5136
|
+
]
|
|
5137
|
+
},
|
|
5138
|
+
"dateInstalled": {
|
|
5139
|
+
"baspiRef": "A7.1.0.16.2",
|
|
5140
|
+
"title": "Date installed"
|
|
5141
|
+
},
|
|
5142
|
+
"dateLastServiced": {
|
|
5143
|
+
"baspiRef": "A7.1.0.16.3",
|
|
5144
|
+
"title": "Date last serviced"
|
|
5145
|
+
},
|
|
5146
|
+
"attachments": {
|
|
5147
|
+
"baspiRef": "A7.1.0.16.3",
|
|
5148
|
+
"title": "If installed after Jan 1991 supply the Building Regulations approval or equivalent",
|
|
5149
|
+
"enum": [
|
|
5150
|
+
"Attached",
|
|
5151
|
+
"To follow",
|
|
5152
|
+
"Not applicable"
|
|
5153
|
+
]
|
|
5154
|
+
}
|
|
5155
|
+
},
|
|
5156
|
+
"required": [
|
|
5157
|
+
"dateInstalled",
|
|
5158
|
+
"dateLastServiced",
|
|
5159
|
+
"attachments"
|
|
5136
5160
|
]
|
|
5137
5161
|
}
|
|
5138
|
-
|
|
5162
|
+
],
|
|
5139
5163
|
"required": [
|
|
5140
|
-
"
|
|
5141
|
-
|
|
5142
|
-
"attachments"
|
|
5143
|
-
]
|
|
5144
|
-
}
|
|
5145
|
-
],
|
|
5146
|
-
"required": [
|
|
5147
|
-
"yesNo"
|
|
5148
|
-
],
|
|
5149
|
-
"properties": {
|
|
5150
|
-
"yesNo": {
|
|
5151
|
-
"baspiRef": "A7.1.0.16.1",
|
|
5152
|
-
"enum": [
|
|
5153
|
-
"Yes",
|
|
5154
|
-
"No"
|
|
5155
|
-
]
|
|
5156
|
-
}
|
|
5157
|
-
}
|
|
5158
|
-
},
|
|
5159
|
-
"otherConnectedProperties": {
|
|
5160
|
-
"baspiRef": "A7.1.1",
|
|
5161
|
-
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
5162
|
-
"discriminator": {
|
|
5163
|
-
"propertyName": "yesNo"
|
|
5164
|
-
},
|
|
5165
|
-
"oneOf": [
|
|
5166
|
-
{
|
|
5164
|
+
"yesNo"
|
|
5165
|
+
],
|
|
5167
5166
|
"properties": {
|
|
5168
5167
|
"yesNo": {
|
|
5168
|
+
"baspiRef": "A7.1.0.16.1",
|
|
5169
5169
|
"enum": [
|
|
5170
|
+
"Yes",
|
|
5170
5171
|
"No"
|
|
5171
5172
|
]
|
|
5172
5173
|
}
|
|
5173
5174
|
}
|
|
5174
5175
|
},
|
|
5175
|
-
{
|
|
5176
|
-
"
|
|
5177
|
-
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
]
|
|
5181
|
-
},
|
|
5182
|
-
"numberOfPropertiesSharing": {
|
|
5183
|
-
"baspiRef": "A7.1.1.1",
|
|
5184
|
-
"title": "How many other properties?"
|
|
5185
|
-
},
|
|
5186
|
-
"details": {
|
|
5187
|
-
"baspiRef": "A7.1.1.2",
|
|
5188
|
-
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
|
|
5189
|
-
}
|
|
5176
|
+
"otherConnectedProperties": {
|
|
5177
|
+
"baspiRef": "A7.1.1",
|
|
5178
|
+
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
5179
|
+
"discriminator": {
|
|
5180
|
+
"propertyName": "yesNo"
|
|
5190
5181
|
},
|
|
5191
|
-
"
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5206
|
-
|
|
5207
|
-
|
|
5208
|
-
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
|
|
5212
|
-
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
|
|
5182
|
+
"oneOf": [
|
|
5183
|
+
{
|
|
5184
|
+
"properties": {
|
|
5185
|
+
"yesNo": {
|
|
5186
|
+
"enum": [
|
|
5187
|
+
"No"
|
|
5188
|
+
]
|
|
5189
|
+
}
|
|
5190
|
+
}
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"properties": {
|
|
5194
|
+
"yesNo": {
|
|
5195
|
+
"enum": [
|
|
5196
|
+
"Yes"
|
|
5197
|
+
]
|
|
5198
|
+
},
|
|
5199
|
+
"numberOfPropertiesSharing": {
|
|
5200
|
+
"baspiRef": "A7.1.1.1",
|
|
5201
|
+
"title": "How many other properties?"
|
|
5202
|
+
},
|
|
5203
|
+
"details": {
|
|
5204
|
+
"baspiRef": "A7.1.1.2",
|
|
5205
|
+
"title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
|
|
5206
|
+
}
|
|
5207
|
+
},
|
|
5208
|
+
"required": [
|
|
5209
|
+
"details",
|
|
5210
|
+
"attachments"
|
|
5211
|
+
]
|
|
5212
|
+
}
|
|
5213
|
+
],
|
|
5214
|
+
"required": [
|
|
5215
|
+
"yesNo"
|
|
5216
|
+
],
|
|
5218
5217
|
"properties": {
|
|
5219
5218
|
"yesNo": {
|
|
5219
|
+
"baspiRef": "A7.1.1.1",
|
|
5220
5220
|
"enum": [
|
|
5221
|
+
"Yes",
|
|
5221
5222
|
"No"
|
|
5222
5223
|
]
|
|
5223
5224
|
}
|
|
5224
5225
|
}
|
|
5225
5226
|
},
|
|
5226
|
-
{
|
|
5227
|
-
"
|
|
5228
|
-
|
|
5229
|
-
|
|
5230
|
-
|
|
5231
|
-
|
|
5227
|
+
"plantOnOtherLand": {
|
|
5228
|
+
"baspiRef": "A7.1.2",
|
|
5229
|
+
"title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
|
|
5230
|
+
"discriminator": {
|
|
5231
|
+
"propertyName": "yesNo"
|
|
5232
|
+
},
|
|
5233
|
+
"oneOf": [
|
|
5234
|
+
{
|
|
5235
|
+
"properties": {
|
|
5236
|
+
"yesNo": {
|
|
5237
|
+
"enum": [
|
|
5238
|
+
"No"
|
|
5239
|
+
]
|
|
5240
|
+
}
|
|
5241
|
+
}
|
|
5232
5242
|
},
|
|
5233
|
-
|
|
5234
|
-
"
|
|
5235
|
-
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
|
|
5243
|
+
{
|
|
5244
|
+
"properties": {
|
|
5245
|
+
"yesNo": {
|
|
5246
|
+
"enum": [
|
|
5247
|
+
"Yes"
|
|
5248
|
+
]
|
|
5249
|
+
},
|
|
5250
|
+
"attachments": {
|
|
5251
|
+
"baspiRef": "7.1.2.2",
|
|
5252
|
+
"title": "Please supply a plan showing the location of the system and how access is obtained.",
|
|
5253
|
+
"enum": [
|
|
5254
|
+
"Attached",
|
|
5255
|
+
"To follow"
|
|
5256
|
+
]
|
|
5257
|
+
}
|
|
5258
|
+
},
|
|
5259
|
+
"required": [
|
|
5260
|
+
"attachments"
|
|
5239
5261
|
]
|
|
5240
5262
|
}
|
|
5241
|
-
|
|
5263
|
+
],
|
|
5242
5264
|
"required": [
|
|
5243
|
-
"
|
|
5244
|
-
]
|
|
5245
|
-
}
|
|
5246
|
-
],
|
|
5247
|
-
"required": [
|
|
5248
|
-
"yesNo"
|
|
5249
|
-
],
|
|
5250
|
-
"properties": {
|
|
5251
|
-
"yesNo": {
|
|
5252
|
-
"baspiRef": "7.1.2.1",
|
|
5253
|
-
"enum": [
|
|
5254
|
-
"Yes",
|
|
5255
|
-
"No"
|
|
5256
|
-
]
|
|
5257
|
-
}
|
|
5258
|
-
}
|
|
5259
|
-
},
|
|
5260
|
-
"plantRegistered": {
|
|
5261
|
-
"baspiRef": "A7.1.3",
|
|
5262
|
-
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
5263
|
-
"discriminator": {
|
|
5264
|
-
"propertyName": "yesNo"
|
|
5265
|
-
},
|
|
5266
|
-
"oneOf": [
|
|
5267
|
-
{
|
|
5265
|
+
"yesNo"
|
|
5266
|
+
],
|
|
5268
5267
|
"properties": {
|
|
5269
5268
|
"yesNo": {
|
|
5269
|
+
"baspiRef": "7.1.2.1",
|
|
5270
5270
|
"enum": [
|
|
5271
|
+
"Yes",
|
|
5271
5272
|
"No"
|
|
5272
5273
|
]
|
|
5273
5274
|
}
|
|
5274
5275
|
}
|
|
5275
5276
|
},
|
|
5276
|
-
{
|
|
5277
|
-
"
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5277
|
+
"plantRegistered": {
|
|
5278
|
+
"baspiRef": "A7.1.3",
|
|
5279
|
+
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
5280
|
+
"discriminator": {
|
|
5281
|
+
"propertyName": "yesNo"
|
|
5282
|
+
},
|
|
5283
|
+
"oneOf": [
|
|
5284
|
+
{
|
|
5285
|
+
"properties": {
|
|
5286
|
+
"yesNo": {
|
|
5287
|
+
"enum": [
|
|
5288
|
+
"No"
|
|
5289
|
+
]
|
|
5290
|
+
}
|
|
5291
|
+
}
|
|
5282
5292
|
},
|
|
5283
|
-
|
|
5284
|
-
"
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
|
|
5288
|
-
|
|
5293
|
+
{
|
|
5294
|
+
"properties": {
|
|
5295
|
+
"yesNo": {
|
|
5296
|
+
"enum": [
|
|
5297
|
+
"Yes"
|
|
5298
|
+
]
|
|
5299
|
+
},
|
|
5300
|
+
"attachments": {
|
|
5301
|
+
"baspiRef": "A7.1.3.2",
|
|
5302
|
+
"title": "Please supply the appropriate permit to discharge or exemption certificate",
|
|
5303
|
+
"enum": [
|
|
5304
|
+
"Attached",
|
|
5305
|
+
"To follow"
|
|
5306
|
+
]
|
|
5307
|
+
}
|
|
5308
|
+
},
|
|
5309
|
+
"required": [
|
|
5310
|
+
"attachments"
|
|
5289
5311
|
]
|
|
5290
5312
|
}
|
|
5291
|
-
|
|
5313
|
+
],
|
|
5292
5314
|
"required": [
|
|
5293
|
-
"
|
|
5294
|
-
]
|
|
5295
|
-
}
|
|
5296
|
-
],
|
|
5297
|
-
"required": [
|
|
5298
|
-
"yesNo"
|
|
5299
|
-
],
|
|
5300
|
-
"properties": {
|
|
5301
|
-
"yesNo": {
|
|
5302
|
-
"baspiRef": "A7.1.3.1",
|
|
5303
|
-
"enum": [
|
|
5304
|
-
"Yes",
|
|
5305
|
-
"No"
|
|
5306
|
-
]
|
|
5307
|
-
}
|
|
5308
|
-
}
|
|
5309
|
-
},
|
|
5310
|
-
"plantDrainsIntoWaterway": {
|
|
5311
|
-
"baspiRef": "A7.1.4",
|
|
5312
|
-
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
5313
|
-
"discriminator": {
|
|
5314
|
-
"propertyName": "yesNo"
|
|
5315
|
-
},
|
|
5316
|
-
"oneOf": [
|
|
5317
|
-
{
|
|
5315
|
+
"yesNo"
|
|
5316
|
+
],
|
|
5318
5317
|
"properties": {
|
|
5319
5318
|
"yesNo": {
|
|
5319
|
+
"baspiRef": "A7.1.3.1",
|
|
5320
5320
|
"enum": [
|
|
5321
|
-
"
|
|
5321
|
+
"Yes",
|
|
5322
|
+
"No"
|
|
5322
5323
|
]
|
|
5323
5324
|
}
|
|
5324
5325
|
}
|
|
5325
5326
|
},
|
|
5326
|
-
{
|
|
5327
|
+
"plantDrainsIntoWaterway": {
|
|
5328
|
+
"baspiRef": "A7.1.4",
|
|
5329
|
+
"title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
|
|
5330
|
+
"discriminator": {
|
|
5331
|
+
"propertyName": "yesNo"
|
|
5332
|
+
},
|
|
5333
|
+
"oneOf": [
|
|
5334
|
+
{
|
|
5335
|
+
"properties": {
|
|
5336
|
+
"yesNo": {
|
|
5337
|
+
"enum": [
|
|
5338
|
+
"No, the effluent is discharged through a soakaway system."
|
|
5339
|
+
]
|
|
5340
|
+
}
|
|
5341
|
+
}
|
|
5342
|
+
},
|
|
5343
|
+
{
|
|
5344
|
+
"properties": {
|
|
5345
|
+
"yesNo": {
|
|
5346
|
+
"enum": [
|
|
5347
|
+
"Yes"
|
|
5348
|
+
]
|
|
5349
|
+
},
|
|
5350
|
+
"dischargeCompliesWithGBR": {
|
|
5351
|
+
"baspiRef": "A7.1.4.1",
|
|
5352
|
+
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
5353
|
+
"enum": [
|
|
5354
|
+
"Yes",
|
|
5355
|
+
"No, it does not comply with the rules for discharge into a waterway."
|
|
5356
|
+
]
|
|
5357
|
+
}
|
|
5358
|
+
},
|
|
5359
|
+
"required": [
|
|
5360
|
+
"dischargeCompliesWithGBR"
|
|
5361
|
+
]
|
|
5362
|
+
}
|
|
5363
|
+
],
|
|
5364
|
+
"required": [
|
|
5365
|
+
"yesNo"
|
|
5366
|
+
],
|
|
5327
5367
|
"properties": {
|
|
5328
5368
|
"yesNo": {
|
|
5329
|
-
"enum": [
|
|
5330
|
-
"Yes"
|
|
5331
|
-
]
|
|
5332
|
-
},
|
|
5333
|
-
"dischargeCompliesWithGBR": {
|
|
5334
5369
|
"baspiRef": "A7.1.4.1",
|
|
5335
|
-
"title": "Does it comply with the General Binding Rules for discharge into a waterway?",
|
|
5336
5370
|
"enum": [
|
|
5337
5371
|
"Yes",
|
|
5338
|
-
"No,
|
|
5372
|
+
"No, the effluent is discharged through a soakaway system."
|
|
5339
5373
|
]
|
|
5340
5374
|
}
|
|
5341
|
-
}
|
|
5342
|
-
"required": [
|
|
5343
|
-
"dischargeCompliesWithGBR"
|
|
5344
|
-
]
|
|
5375
|
+
}
|
|
5345
5376
|
}
|
|
5346
|
-
|
|
5377
|
+
},
|
|
5347
5378
|
"required": [
|
|
5348
|
-
"
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
"
|
|
5352
|
-
|
|
5353
|
-
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
}
|
|
5379
|
+
"sustainableDrainageSystem",
|
|
5380
|
+
"septicTank",
|
|
5381
|
+
"cesspit",
|
|
5382
|
+
"sewerageTreatmentPlant",
|
|
5383
|
+
"otherConnectedProperties",
|
|
5384
|
+
"yearSystemInstalled",
|
|
5385
|
+
"plantOnOtherLand",
|
|
5386
|
+
"plantRegistered",
|
|
5387
|
+
"plantDrainsIntoWaterway"
|
|
5388
|
+
]
|
|
5359
5389
|
}
|
|
5360
|
-
|
|
5390
|
+
],
|
|
5361
5391
|
"required": [
|
|
5362
|
-
"
|
|
5363
|
-
|
|
5364
|
-
|
|
5365
|
-
"
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
"required": [
|
|
5375
|
-
"yesNo"
|
|
5376
|
-
],
|
|
5377
|
-
"properties": {
|
|
5378
|
-
"yesNo": {
|
|
5379
|
-
"baspiRef": "A7.1.0.11.1",
|
|
5380
|
-
"enum": [
|
|
5381
|
-
"Yes",
|
|
5382
|
-
"To be connected",
|
|
5383
|
-
"No"
|
|
5384
|
-
]
|
|
5392
|
+
"yesNo"
|
|
5393
|
+
],
|
|
5394
|
+
"properties": {
|
|
5395
|
+
"yesNo": {
|
|
5396
|
+
"baspiRef": "A7.1.0.11.1",
|
|
5397
|
+
"enum": [
|
|
5398
|
+
"Yes",
|
|
5399
|
+
"To be connected",
|
|
5400
|
+
"No"
|
|
5401
|
+
]
|
|
5402
|
+
}
|
|
5403
|
+
}
|
|
5385
5404
|
}
|
|
5386
5405
|
}
|
|
5387
5406
|
},
|
|
@@ -6524,36 +6543,41 @@
|
|
|
6524
6543
|
"groundWater": {
|
|
6525
6544
|
"baspiRef": "A11.1.2.2.1",
|
|
6526
6545
|
"title": "Ground water",
|
|
6527
|
-
"
|
|
6528
|
-
"
|
|
6546
|
+
"enum": [
|
|
6547
|
+
"Yes",
|
|
6548
|
+
"No"
|
|
6529
6549
|
]
|
|
6530
6550
|
},
|
|
6531
6551
|
"sewer": {
|
|
6532
6552
|
"baspiRef": "A11.1.2.2.2",
|
|
6533
6553
|
"title": "Sewer",
|
|
6534
|
-
"
|
|
6535
|
-
"
|
|
6554
|
+
"enum": [
|
|
6555
|
+
"Yes",
|
|
6556
|
+
"No"
|
|
6536
6557
|
]
|
|
6537
6558
|
},
|
|
6538
6559
|
"surfaceWater": {
|
|
6539
6560
|
"baspiRef": "A11.1.2.2.3",
|
|
6540
6561
|
"title": "Surface water",
|
|
6541
|
-
"
|
|
6542
|
-
"
|
|
6562
|
+
"enum": [
|
|
6563
|
+
"Yes",
|
|
6564
|
+
"No"
|
|
6543
6565
|
]
|
|
6544
6566
|
},
|
|
6545
6567
|
"coastal": {
|
|
6546
6568
|
"baspiRef": "A11.1.2.2.4",
|
|
6547
6569
|
"title": "Coastal flooding",
|
|
6548
|
-
"
|
|
6549
|
-
"
|
|
6570
|
+
"enum": [
|
|
6571
|
+
"Yes",
|
|
6572
|
+
"No"
|
|
6550
6573
|
]
|
|
6551
6574
|
},
|
|
6552
6575
|
"river": {
|
|
6553
6576
|
"baspiRef": "A11.1.2.2.5",
|
|
6554
6577
|
"title": "River flooding",
|
|
6555
|
-
"
|
|
6556
|
-
"
|
|
6578
|
+
"enum": [
|
|
6579
|
+
"Yes",
|
|
6580
|
+
"No"
|
|
6557
6581
|
]
|
|
6558
6582
|
},
|
|
6559
6583
|
"other": {
|
|
@@ -6581,7 +6605,7 @@
|
|
|
6581
6605
|
]
|
|
6582
6606
|
},
|
|
6583
6607
|
"details": {
|
|
6584
|
-
"baspiRef": "A11.1.2.2.6.
|
|
6608
|
+
"baspiRef": "A11.1.2.2.6.2",
|
|
6585
6609
|
"title": "Please stata"
|
|
6586
6610
|
}
|
|
6587
6611
|
},
|
|
@@ -6592,7 +6616,16 @@
|
|
|
6592
6616
|
],
|
|
6593
6617
|
"required": [
|
|
6594
6618
|
"yesNo"
|
|
6595
|
-
]
|
|
6619
|
+
],
|
|
6620
|
+
"properties": {
|
|
6621
|
+
"yesNo": {
|
|
6622
|
+
"baspiRef": "A11.1.2.2.6.1",
|
|
6623
|
+
"enum": [
|
|
6624
|
+
"Yes",
|
|
6625
|
+
"No"
|
|
6626
|
+
]
|
|
6627
|
+
}
|
|
6628
|
+
}
|
|
6596
6629
|
}
|
|
6597
6630
|
}
|
|
6598
6631
|
}
|
|
@@ -6732,12 +6765,14 @@
|
|
|
6732
6765
|
}
|
|
6733
6766
|
},
|
|
6734
6767
|
"remedialMeasuresOnConstruction": {
|
|
6768
|
+
"baspiRef": "A11.1.3.4",
|
|
6769
|
+
"title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
|
|
6735
6770
|
"required": [
|
|
6736
6771
|
"yesNo"
|
|
6737
6772
|
],
|
|
6738
6773
|
"properties": {
|
|
6739
6774
|
"yesNo": {
|
|
6740
|
-
"baspiRef": "A11.1.3.4",
|
|
6775
|
+
"baspiRef": "A11.1.3.4.1",
|
|
6741
6776
|
"enum": [
|
|
6742
6777
|
"Yes",
|
|
6743
6778
|
"No"
|
|
@@ -8397,11 +8432,7 @@
|
|
|
8397
8432
|
"handoverOnCompletion": {
|
|
8398
8433
|
"baspiRef": "B7.4.2",
|
|
8399
8434
|
"title": "Confirm that you will handover details on day of completion",
|
|
8400
|
-
"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]"
|
|
8401
|
-
"enum": [
|
|
8402
|
-
"true",
|
|
8403
|
-
"false"
|
|
8404
|
-
]
|
|
8435
|
+
"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]"
|
|
8405
8436
|
}
|
|
8406
8437
|
},
|
|
8407
8438
|
"required": [
|