@pdtf/schemas 2.0.0-15 → 2.0.0-17
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 +23 -9
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +36 -45
- package/src/schemas/v2/combined.json +618 -661
- package/src/schemas/v2/overlays/baspi.json +557 -528
- package/src/schemas/v2/overlays/con29DW.json +256 -127
- package/src/schemas/v2/overlays/lpe1.json +1 -1
- package/src/schemas/v2/overlays/nts.json +1 -1
- package/src/schemas/v2/overlays/rds.json +322 -314
- package/src/schemas/v2/overlays/ta6.json +280 -252
- package/src/schemas/v2/overlays/ta7.json +1 -1
- package/src/schemas/v2/pdtf-transaction.json +508 -589
- package/src/tests/v2/transactionSchema.test.js +1 -1
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"ntsRef": "A1.4",
|
|
4519
4519
|
"lpe1Ref": "3.1",
|
|
4520
4520
|
"rdsRef": "TenureAgreements/RentPayable/Value",
|
|
4521
|
-
"title": "What is the annual ground rent payable?",
|
|
4521
|
+
"title": "What is the annual ground rent payable? (£)",
|
|
4522
4522
|
"type": "number"
|
|
4523
4523
|
},
|
|
4524
4524
|
"groundRentFrequency": {
|
|
@@ -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
|
-
"
|
|
16660
|
+
"water": {
|
|
16665
16661
|
"baspiRef": "A7.1.0.10",
|
|
16666
|
-
"
|
|
16667
|
-
"rdsRef": "Services/PotableWaterSupply",
|
|
16668
|
-
"title": "Mains water",
|
|
16662
|
+
"title": "Water",
|
|
16669
16663
|
"type": "object",
|
|
16664
|
+
"baspiRequired": ["mainsWater"],
|
|
16670
16665
|
"properties": {
|
|
16671
|
-
"
|
|
16672
|
-
"baspiRef": "A7.1.0.10.
|
|
16673
|
-
"
|
|
16674
|
-
"
|
|
16675
|
-
"
|
|
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
|
-
"
|
|
16694
|
-
|
|
16695
|
-
|
|
16696
|
-
"
|
|
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
|
-
|
|
16704
|
-
|
|
16705
|
-
|
|
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
|
-
|
|
16708
|
-
"
|
|
16709
|
-
|
|
16710
|
-
|
|
16711
|
-
|
|
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
|
-
|
|
16714
|
-
"
|
|
16715
|
-
|
|
16716
|
-
|
|
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
|
-
"
|
|
16727
|
+
"drainage": {
|
|
16724
16728
|
"baspiRef": "A7.1.0.12",
|
|
16725
|
-
"
|
|
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
|
-
"
|
|
16731
|
-
"baspiRef": "A7.1.0.12.
|
|
16732
|
-
"
|
|
16733
|
-
"
|
|
16734
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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": ["
|
|
16779
|
-
|
|
16780
|
-
|
|
16781
|
-
|
|
16782
|
-
|
|
16783
|
-
|
|
16784
|
-
|
|
16785
|
-
|
|
16786
|
-
|
|
16787
|
-
|
|
16788
|
-
|
|
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
|
-
|
|
16807
|
-
"
|
|
16808
|
-
|
|
16809
|
-
|
|
16810
|
-
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
16832
|
-
|
|
16833
|
-
|
|
16834
|
-
"
|
|
16835
|
-
|
|
16836
|
-
"
|
|
16810
|
+
"discriminator": {
|
|
16811
|
+
"propertyName": "yesNo"
|
|
16812
|
+
},
|
|
16813
|
+
"oneOf": [
|
|
16814
|
+
{
|
|
16815
|
+
"properties": {
|
|
16816
|
+
"yesNo": {
|
|
16817
|
+
"enum": ["Yes"]
|
|
16818
|
+
},
|
|
16819
|
+
"supplier": {
|
|
16820
|
+
"baspiRef": "A7.1.0.11.3",
|
|
16821
|
+
"title": "Supplier (if known)",
|
|
16822
|
+
"type": "string",
|
|
16823
|
+
"minLength": 1
|
|
16824
|
+
}
|
|
16825
|
+
}
|
|
16837
16826
|
},
|
|
16838
|
-
|
|
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",
|
|
16827
|
+
{
|
|
16843
16828
|
"properties": {
|
|
16844
16829
|
"yesNo": {
|
|
16845
|
-
"
|
|
16830
|
+
"enum": ["To be connected"]
|
|
16831
|
+
},
|
|
16832
|
+
"dateToBeConnected": {
|
|
16833
|
+
"baspiRef": "A7.1.0.11.2",
|
|
16834
|
+
"title": "Date to be connected",
|
|
16846
16835
|
"type": "string",
|
|
16847
|
-
"
|
|
16848
|
-
|
|
16836
|
+
"format": "date"
|
|
16837
|
+
},
|
|
16838
|
+
"supplier": {
|
|
16839
|
+
"baspiRef": "A7.1.0.11.3",
|
|
16840
|
+
"title": "Supplier (if known)",
|
|
16841
|
+
"type": "string"
|
|
16849
16842
|
}
|
|
16850
16843
|
},
|
|
16851
|
-
"baspiRequired": ["
|
|
16852
|
-
|
|
16853
|
-
|
|
16854
|
-
|
|
16855
|
-
|
|
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
|
-
}
|
|
16844
|
+
"baspiRequired": ["dateToBeConnected"]
|
|
16845
|
+
},
|
|
16846
|
+
{
|
|
16847
|
+
"properties": {
|
|
16848
|
+
"yesNo": {
|
|
16849
|
+
"enum": ["No"]
|
|
16874
16850
|
},
|
|
16875
|
-
{
|
|
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",
|
|
16876
16856
|
"properties": {
|
|
16877
16857
|
"yesNo": {
|
|
16878
|
-
"
|
|
16879
|
-
},
|
|
16880
|
-
"dateToBeConnected": {
|
|
16881
|
-
"baspiRef": "A7.1.0.13.2",
|
|
16882
|
-
"title": "Date to be connected",
|
|
16858
|
+
"baspiRef": "A7.1.0.13.1",
|
|
16883
16859
|
"type": "string",
|
|
16884
|
-
"
|
|
16885
|
-
|
|
16886
|
-
"supplier": {
|
|
16887
|
-
"baspiRef": "A7.1.0.13.3",
|
|
16888
|
-
"title": "Supplier (if known)",
|
|
16889
|
-
"type": "string"
|
|
16860
|
+
"title": "",
|
|
16861
|
+
"enum": ["Yes", "To be connected", "No"]
|
|
16890
16862
|
}
|
|
16891
16863
|
},
|
|
16892
|
-
"baspiRequired": ["
|
|
16893
|
-
|
|
16894
|
-
|
|
16895
|
-
|
|
16896
|
-
|
|
16897
|
-
|
|
16898
|
-
|
|
16899
|
-
|
|
16900
|
-
|
|
16901
|
-
|
|
16902
|
-
|
|
16903
|
-
|
|
16904
|
-
|
|
16905
|
-
|
|
16906
|
-
|
|
16907
|
-
|
|
16908
|
-
|
|
16909
|
-
|
|
16910
|
-
|
|
16911
|
-
|
|
16912
|
-
|
|
16913
|
-
|
|
16914
|
-
|
|
16915
|
-
|
|
16916
|
-
|
|
16917
|
-
|
|
16918
|
-
|
|
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"]
|
|
16919
16906
|
}
|
|
16920
|
-
|
|
16907
|
+
]
|
|
16921
16908
|
},
|
|
16922
|
-
{
|
|
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",
|
|
16923
16915
|
"properties": {
|
|
16924
16916
|
"yesNo": {
|
|
16925
|
-
"
|
|
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",
|
|
16917
|
+
"baspiRef": "A7.1.0.14.1",
|
|
16938
16918
|
"type": "string",
|
|
16939
|
-
"
|
|
16919
|
+
"title": "",
|
|
16920
|
+
"enum": ["Yes", "No"]
|
|
16940
16921
|
}
|
|
16941
16922
|
},
|
|
16942
|
-
"baspiRequired": [
|
|
16943
|
-
|
|
16944
|
-
"
|
|
16945
|
-
|
|
16946
|
-
|
|
16947
|
-
|
|
16948
|
-
|
|
16949
|
-
|
|
16950
|
-
|
|
16951
|
-
|
|
16952
|
-
|
|
16953
|
-
|
|
16954
|
-
|
|
16955
|
-
|
|
16956
|
-
|
|
16957
|
-
|
|
16958
|
-
|
|
16959
|
-
|
|
16960
|
-
|
|
16961
|
-
|
|
16962
|
-
|
|
16963
|
-
|
|
16964
|
-
|
|
16965
|
-
|
|
16966
|
-
|
|
16967
|
-
|
|
16968
|
-
|
|
16969
|
-
|
|
16970
|
-
|
|
16971
|
-
|
|
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
|
+
]
|
|
16972
16959
|
}
|
|
16973
|
-
|
|
16960
|
+
]
|
|
16974
16961
|
},
|
|
16975
|
-
{
|
|
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",
|
|
16976
16968
|
"properties": {
|
|
16977
16969
|
"yesNo": {
|
|
16978
|
-
"
|
|
16979
|
-
},
|
|
16980
|
-
"dateLastEmptied": {
|
|
16981
|
-
"baspiRef": "A7.1.0.15.2",
|
|
16982
|
-
"title": "Date last emptied",
|
|
16970
|
+
"baspiRef": "A7.1.0.15.1",
|
|
16983
16971
|
"type": "string",
|
|
16984
|
-
"
|
|
16972
|
+
"title": "",
|
|
16973
|
+
"enum": ["Yes", "No"]
|
|
16985
16974
|
}
|
|
16986
16975
|
},
|
|
16987
|
-
"baspiRequired": ["
|
|
16988
|
-
|
|
16989
|
-
|
|
16990
|
-
|
|
16991
|
-
|
|
16992
|
-
|
|
16993
|
-
|
|
16994
|
-
|
|
16995
|
-
|
|
16996
|
-
|
|
16997
|
-
|
|
16998
|
-
|
|
16999
|
-
|
|
17000
|
-
|
|
17001
|
-
|
|
17002
|
-
|
|
17003
|
-
|
|
17004
|
-
|
|
17005
|
-
|
|
17006
|
-
|
|
17007
|
-
|
|
17008
|
-
|
|
17009
|
-
|
|
17010
|
-
|
|
17011
|
-
|
|
17012
|
-
"yesNo": {
|
|
17013
|
-
"enum": ["No"]
|
|
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"]
|
|
17014
17001
|
}
|
|
17015
|
-
|
|
17002
|
+
]
|
|
17016
17003
|
},
|
|
17017
|
-
{
|
|
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",
|
|
17018
17010
|
"properties": {
|
|
17019
17011
|
"yesNo": {
|
|
17020
|
-
"
|
|
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",
|
|
17012
|
+
"baspiRef": "A7.1.0.16.1",
|
|
17033
17013
|
"type": "string",
|
|
17034
|
-
"
|
|
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
|
+
}
|
|
17035
17029
|
},
|
|
17036
|
-
|
|
17037
|
-
"
|
|
17038
|
-
|
|
17039
|
-
|
|
17040
|
-
|
|
17041
|
-
"
|
|
17042
|
-
|
|
17043
|
-
|
|
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"
|
|
17044
17064
|
]
|
|
17045
17065
|
}
|
|
17046
|
-
},
|
|
17047
|
-
"baspiRequired": [
|
|
17048
|
-
"dateInstalled",
|
|
17049
|
-
"dateLastServiced",
|
|
17050
|
-
"attachments"
|
|
17051
17066
|
]
|
|
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
|
-
{
|
|
17075
|
-
"properties": {
|
|
17076
|
-
"yesNo": {
|
|
17077
|
-
"enum": ["No"]
|
|
17078
|
-
}
|
|
17079
|
-
}
|
|
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
|
-
"
|
|
17078
|
+
"title": "",
|
|
17079
|
+
"enum": ["Yes", "No"]
|
|
17097
17080
|
}
|
|
17098
17081
|
},
|
|
17099
|
-
"baspiRequired": ["
|
|
17100
|
-
|
|
17101
|
-
|
|
17102
|
-
|
|
17103
|
-
|
|
17104
|
-
|
|
17105
|
-
|
|
17106
|
-
|
|
17107
|
-
|
|
17108
|
-
|
|
17109
|
-
|
|
17110
|
-
|
|
17111
|
-
|
|
17112
|
-
|
|
17113
|
-
|
|
17114
|
-
|
|
17115
|
-
|
|
17116
|
-
|
|
17117
|
-
|
|
17118
|
-
|
|
17119
|
-
|
|
17120
|
-
|
|
17121
|
-
|
|
17122
|
-
|
|
17123
|
-
|
|
17124
|
-
|
|
17125
|
-
|
|
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
|
-
"
|
|
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
|
-
"
|
|
17126
|
+
"title": "",
|
|
17127
|
+
"enum": ["Yes", "No"]
|
|
17140
17128
|
}
|
|
17141
17129
|
},
|
|
17142
|
-
"baspiRequired": ["
|
|
17143
|
-
|
|
17144
|
-
|
|
17145
|
-
|
|
17146
|
-
|
|
17147
|
-
|
|
17148
|
-
|
|
17149
|
-
|
|
17150
|
-
|
|
17151
|
-
|
|
17152
|
-
|
|
17153
|
-
|
|
17154
|
-
|
|
17155
|
-
|
|
17156
|
-
|
|
17157
|
-
|
|
17158
|
-
|
|
17159
|
-
|
|
17160
|
-
|
|
17161
|
-
|
|
17162
|
-
|
|
17163
|
-
|
|
17164
|
-
|
|
17165
|
-
|
|
17166
|
-
|
|
17167
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
17168
|
+
"title": "",
|
|
17169
|
+
"enum": ["Yes", "No"]
|
|
17181
17170
|
}
|
|
17182
17171
|
},
|
|
17183
|
-
"baspiRequired": ["
|
|
17184
|
-
|
|
17185
|
-
|
|
17186
|
-
|
|
17187
|
-
|
|
17188
|
-
|
|
17189
|
-
|
|
17190
|
-
|
|
17191
|
-
|
|
17192
|
-
|
|
17193
|
-
|
|
17194
|
-
|
|
17195
|
-
|
|
17196
|
-
|
|
17197
|
-
|
|
17198
|
-
|
|
17199
|
-
|
|
17200
|
-
|
|
17201
|
-
|
|
17202
|
-
|
|
17203
|
-
|
|
17204
|
-
|
|
17205
|
-
|
|
17206
|
-
|
|
17207
|
-
|
|
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,
|
|
17212
|
+
"No, the effluent is discharged through a soakaway system."
|
|
17230
17213
|
]
|
|
17231
17214
|
}
|
|
17232
17215
|
},
|
|
17233
|
-
"baspiRequired": ["
|
|
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
|
-
|
|
18344
|
-
"
|
|
18345
|
-
|
|
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
|
-
|
|
18358
|
-
"
|
|
18359
|
-
|
|
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": "
|
|
18372
|
-
"
|
|
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": "
|
|
18386
|
-
"
|
|
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": "
|
|
18400
|
-
"
|
|
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.
|
|
18426
|
+
"baspiRef": "A11.1.2.2.6.2",
|
|
18439
18427
|
"title": "Please stata",
|
|
18440
18428
|
"type": "string",
|
|
18441
18429
|
"minLength": 1
|
|
@@ -20082,8 +20070,7 @@
|
|
|
20082
20070
|
"baspiRef": "B7.4.2",
|
|
20083
20071
|
"title": "Confirm that you will handover details on day of completion",
|
|
20084
20072
|
"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": "
|
|
20086
|
-
"enum": ["true", "false"]
|
|
20073
|
+
"type": "boolean"
|
|
20087
20074
|
}
|
|
20088
20075
|
},
|
|
20089
20076
|
"baspiRequired": [
|
|
@@ -33443,10 +33430,34 @@
|
|
|
33443
33430
|
"properties": {
|
|
33444
33431
|
"publicSewerMapAttached": {
|
|
33445
33432
|
"con29DWRef": "1.1",
|
|
33446
|
-
"title": "
|
|
33433
|
+
"title": "Where relevant, please include a copy of an extract from the public sewer map.",
|
|
33434
|
+
"type": "string",
|
|
33435
|
+
"minLength": 1
|
|
33436
|
+
},
|
|
33437
|
+
"waterworksMapAttached": {
|
|
33438
|
+
"con29DWRef": "1.2",
|
|
33439
|
+
"title": "Where relevant, please include a copy of an extract from the map of waterworks.",
|
|
33440
|
+
"type": "string",
|
|
33441
|
+
"minLength": 1
|
|
33442
|
+
}
|
|
33443
|
+
},
|
|
33444
|
+
"con29DWRequired": [
|
|
33445
|
+
"publicSewerMapAttached",
|
|
33446
|
+
"waterworksMapAttached"
|
|
33447
|
+
]
|
|
33448
|
+
},
|
|
33449
|
+
"drainage": {
|
|
33450
|
+
"type": "object",
|
|
33451
|
+
"con29DWRef": "2",
|
|
33452
|
+
"title": "Drainage",
|
|
33453
|
+
"properties": {
|
|
33454
|
+
"publicFoulDrainage": {
|
|
33455
|
+
"con29DWRef": "2.1",
|
|
33456
|
+
"title": "Does foul water from the property drain to a public sewer?",
|
|
33447
33457
|
"type": "object",
|
|
33448
33458
|
"properties": {
|
|
33449
33459
|
"yesNo": {
|
|
33460
|
+
"con29DWRef": "2.1.1",
|
|
33450
33461
|
"type": "string",
|
|
33451
33462
|
"title": "",
|
|
33452
33463
|
"enum": ["Yes", "No"]
|
|
@@ -33470,6 +33481,7 @@
|
|
|
33470
33481
|
"enum": ["No"]
|
|
33471
33482
|
},
|
|
33472
33483
|
"details": {
|
|
33484
|
+
"con29DWRef": "2.1.2",
|
|
33473
33485
|
"title": "Details",
|
|
33474
33486
|
"type": "string",
|
|
33475
33487
|
"minLength": 1
|
|
@@ -33479,12 +33491,13 @@
|
|
|
33479
33491
|
}
|
|
33480
33492
|
]
|
|
33481
33493
|
},
|
|
33482
|
-
"
|
|
33483
|
-
"con29DWRef": "
|
|
33484
|
-
"title": "
|
|
33494
|
+
"publicSurfaceDrainage": {
|
|
33495
|
+
"con29DWRef": "2.2",
|
|
33496
|
+
"title": "Does surface water from the property drain to a public sewer?",
|
|
33485
33497
|
"type": "object",
|
|
33486
33498
|
"properties": {
|
|
33487
33499
|
"yesNo": {
|
|
33500
|
+
"con29DWRef": "2.2.1",
|
|
33488
33501
|
"type": "string",
|
|
33489
33502
|
"title": "",
|
|
33490
33503
|
"enum": ["Yes", "No"]
|
|
@@ -33508,6 +33521,7 @@
|
|
|
33508
33521
|
"enum": ["No"]
|
|
33509
33522
|
},
|
|
33510
33523
|
"details": {
|
|
33524
|
+
"con29DWRef": "2.2.2",
|
|
33511
33525
|
"title": "Details",
|
|
33512
33526
|
"type": "string",
|
|
33513
33527
|
"minLength": 1
|
|
@@ -33516,24 +33530,14 @@
|
|
|
33516
33530
|
"con29DWRequired": ["details"]
|
|
33517
33531
|
}
|
|
33518
33532
|
]
|
|
33519
|
-
}
|
|
33520
|
-
|
|
33521
|
-
|
|
33522
|
-
|
|
33523
|
-
"waterworksMapAttached"
|
|
33524
|
-
]
|
|
33525
|
-
},
|
|
33526
|
-
"drainage": {
|
|
33527
|
-
"type": "object",
|
|
33528
|
-
"con29DWRef": "2",
|
|
33529
|
-
"title": "Drainage",
|
|
33530
|
-
"properties": {
|
|
33531
|
-
"publicFoulDrainage": {
|
|
33532
|
-
"con29DWRef": "2.1",
|
|
33533
|
-
"title": "Does foul water from the property drain to a public sewer?",
|
|
33533
|
+
},
|
|
33534
|
+
"surfaceDrainageCharge": {
|
|
33535
|
+
"con29DWRef": "2.3",
|
|
33536
|
+
"title": "Is a surface water drainage charge payable?",
|
|
33534
33537
|
"type": "object",
|
|
33535
33538
|
"properties": {
|
|
33536
33539
|
"yesNo": {
|
|
33540
|
+
"con29DWRef": "2.3.1",
|
|
33537
33541
|
"type": "string",
|
|
33538
33542
|
"title": "",
|
|
33539
33543
|
"enum": ["Yes", "No"]
|
|
@@ -33547,16 +33551,17 @@
|
|
|
33547
33551
|
{
|
|
33548
33552
|
"properties": {
|
|
33549
33553
|
"yesNo": {
|
|
33550
|
-
"enum": ["
|
|
33554
|
+
"enum": ["No"]
|
|
33551
33555
|
}
|
|
33552
33556
|
}
|
|
33553
33557
|
},
|
|
33554
33558
|
{
|
|
33555
33559
|
"properties": {
|
|
33556
33560
|
"yesNo": {
|
|
33557
|
-
"enum": ["
|
|
33561
|
+
"enum": ["Yes"]
|
|
33558
33562
|
},
|
|
33559
33563
|
"details": {
|
|
33564
|
+
"con29DWRef": "2.3.2",
|
|
33560
33565
|
"title": "Details",
|
|
33561
33566
|
"type": "string",
|
|
33562
33567
|
"minLength": 1
|
|
@@ -33566,12 +33571,13 @@
|
|
|
33566
33571
|
}
|
|
33567
33572
|
]
|
|
33568
33573
|
},
|
|
33569
|
-
"
|
|
33570
|
-
"con29DWRef": "2.
|
|
33571
|
-
"title": "Does
|
|
33574
|
+
"publicDrainWithinBoundaries": {
|
|
33575
|
+
"con29DWRef": "2.4",
|
|
33576
|
+
"title": "Does the public sewer map indicate any public sewer, disposal main or lateral drain within the boundaries of the property?",
|
|
33572
33577
|
"type": "object",
|
|
33573
33578
|
"properties": {
|
|
33574
33579
|
"yesNo": {
|
|
33580
|
+
"con29DWRef": "2.4.0.1",
|
|
33575
33581
|
"type": "string",
|
|
33576
33582
|
"title": "",
|
|
33577
33583
|
"enum": ["Yes", "No"]
|
|
@@ -33585,16 +33591,17 @@
|
|
|
33585
33591
|
{
|
|
33586
33592
|
"properties": {
|
|
33587
33593
|
"yesNo": {
|
|
33588
|
-
"enum": ["
|
|
33594
|
+
"enum": ["No"]
|
|
33589
33595
|
}
|
|
33590
33596
|
}
|
|
33591
33597
|
},
|
|
33592
33598
|
{
|
|
33593
33599
|
"properties": {
|
|
33594
33600
|
"yesNo": {
|
|
33595
|
-
"enum": ["
|
|
33601
|
+
"enum": ["Yes"]
|
|
33596
33602
|
},
|
|
33597
33603
|
"details": {
|
|
33604
|
+
"con29DWRef": "2.4.0.2",
|
|
33598
33605
|
"title": "Details",
|
|
33599
33606
|
"type": "string",
|
|
33600
33607
|
"minLength": 1
|
|
@@ -33604,12 +33611,13 @@
|
|
|
33604
33611
|
}
|
|
33605
33612
|
]
|
|
33606
33613
|
},
|
|
33607
|
-
"
|
|
33608
|
-
"con29DWRef": "2.
|
|
33609
|
-
"title": "
|
|
33614
|
+
"publicPumpingStationWithinBoundaries": {
|
|
33615
|
+
"con29DWRef": "2.4.1",
|
|
33616
|
+
"title": "Does the public sewer map indicate any public pumping station or any other ancillary apparatus within the boundaries of the property?",
|
|
33610
33617
|
"type": "object",
|
|
33611
33618
|
"properties": {
|
|
33612
33619
|
"yesNo": {
|
|
33620
|
+
"con29DWRef": "2.4.1.1",
|
|
33613
33621
|
"type": "string",
|
|
33614
33622
|
"title": "",
|
|
33615
33623
|
"enum": ["Yes", "No"]
|
|
@@ -33633,6 +33641,7 @@
|
|
|
33633
33641
|
"enum": ["Yes"]
|
|
33634
33642
|
},
|
|
33635
33643
|
"details": {
|
|
33644
|
+
"con29DWRef": "2.4.1.2",
|
|
33636
33645
|
"title": "Details",
|
|
33637
33646
|
"type": "string",
|
|
33638
33647
|
"minLength": 1
|
|
@@ -33642,12 +33651,13 @@
|
|
|
33642
33651
|
}
|
|
33643
33652
|
]
|
|
33644
33653
|
},
|
|
33645
|
-
"
|
|
33646
|
-
"con29DWRef": "2.
|
|
33647
|
-
"title": "Does the public sewer map indicate any public sewer
|
|
33654
|
+
"publicSewerWithin100ft": {
|
|
33655
|
+
"con29DWRef": "2.5",
|
|
33656
|
+
"title": "Does the public sewer map indicate any public sewer within 30.48 meters (100 feet) of any buildings within the property?",
|
|
33648
33657
|
"type": "object",
|
|
33649
33658
|
"properties": {
|
|
33650
33659
|
"yesNo": {
|
|
33660
|
+
"con29DWRef": "2.5.0.1",
|
|
33651
33661
|
"type": "string",
|
|
33652
33662
|
"title": "",
|
|
33653
33663
|
"enum": ["Yes", "No"]
|
|
@@ -33671,6 +33681,7 @@
|
|
|
33671
33681
|
"enum": ["Yes"]
|
|
33672
33682
|
},
|
|
33673
33683
|
"details": {
|
|
33684
|
+
"con29DWRef": "2.5.0.2",
|
|
33674
33685
|
"title": "Details",
|
|
33675
33686
|
"type": "string",
|
|
33676
33687
|
"minLength": 1
|
|
@@ -33680,12 +33691,13 @@
|
|
|
33680
33691
|
}
|
|
33681
33692
|
]
|
|
33682
33693
|
},
|
|
33683
|
-
"
|
|
33684
|
-
"con29DWRef": "2.5",
|
|
33685
|
-
"title": "Does the public sewer map indicate any public
|
|
33694
|
+
"publicPumpingStationWithin50mOfBuildings": {
|
|
33695
|
+
"con29DWRef": "2.5.1",
|
|
33696
|
+
"title": "Does the public sewer map indicate any public pumping station or any other ancillary apparatus within 50 metres of any buildings within the property?",
|
|
33686
33697
|
"type": "object",
|
|
33687
33698
|
"properties": {
|
|
33688
33699
|
"yesNo": {
|
|
33700
|
+
"con29DWRef": "2.5.1.1",
|
|
33689
33701
|
"type": "string",
|
|
33690
33702
|
"title": "",
|
|
33691
33703
|
"enum": ["Yes", "No"]
|
|
@@ -33709,6 +33721,7 @@
|
|
|
33709
33721
|
"enum": ["Yes"]
|
|
33710
33722
|
},
|
|
33711
33723
|
"details": {
|
|
33724
|
+
"con29DWRef": "2.5.1.2",
|
|
33712
33725
|
"title": "Details",
|
|
33713
33726
|
"type": "string",
|
|
33714
33727
|
"minLength": 1
|
|
@@ -33724,6 +33737,7 @@
|
|
|
33724
33737
|
"type": "object",
|
|
33725
33738
|
"properties": {
|
|
33726
33739
|
"yesNo": {
|
|
33740
|
+
"con29DWRef": "2.6.1",
|
|
33727
33741
|
"type": "string",
|
|
33728
33742
|
"title": "",
|
|
33729
33743
|
"enum": ["Yes", "No"]
|
|
@@ -33747,6 +33761,7 @@
|
|
|
33747
33761
|
"enum": ["Yes"]
|
|
33748
33762
|
},
|
|
33749
33763
|
"details": {
|
|
33764
|
+
"con29DWRef": "2.6.2",
|
|
33750
33765
|
"title": "Details",
|
|
33751
33766
|
"type": "string",
|
|
33752
33767
|
"minLength": 1
|
|
@@ -33762,6 +33777,7 @@
|
|
|
33762
33777
|
"type": "object",
|
|
33763
33778
|
"properties": {
|
|
33764
33779
|
"yesNo": {
|
|
33780
|
+
"con29DWRef": "2.7.1",
|
|
33765
33781
|
"type": "string",
|
|
33766
33782
|
"title": "",
|
|
33767
33783
|
"enum": ["Yes", "No"]
|
|
@@ -33785,6 +33801,7 @@
|
|
|
33785
33801
|
"enum": ["Yes"]
|
|
33786
33802
|
},
|
|
33787
33803
|
"details": {
|
|
33804
|
+
"con29DWRef": "2.7.2",
|
|
33788
33805
|
"title": "Details",
|
|
33789
33806
|
"type": "string",
|
|
33790
33807
|
"minLength": 1
|
|
@@ -33796,10 +33813,11 @@
|
|
|
33796
33813
|
},
|
|
33797
33814
|
"riskOfInternalFlooding": {
|
|
33798
33815
|
"con29DWRef": "2.8",
|
|
33799
|
-
"title": "Is any building which is or
|
|
33816
|
+
"title": "Is any building which is or forms part of the property, at risk of internal flooding due to overloaded public sewers?",
|
|
33800
33817
|
"type": "object",
|
|
33801
33818
|
"properties": {
|
|
33802
33819
|
"yesNo": {
|
|
33820
|
+
"con29DWRef": "2.8.1",
|
|
33803
33821
|
"type": "string",
|
|
33804
33822
|
"title": "",
|
|
33805
33823
|
"enum": ["Yes", "No"]
|
|
@@ -33823,6 +33841,7 @@
|
|
|
33823
33841
|
"enum": ["Yes"]
|
|
33824
33842
|
},
|
|
33825
33843
|
"details": {
|
|
33844
|
+
"con29DWRef": "2.8.2",
|
|
33826
33845
|
"title": "Details",
|
|
33827
33846
|
"type": "string",
|
|
33828
33847
|
"minLength": 1
|
|
@@ -33844,7 +33863,9 @@
|
|
|
33844
33863
|
"publicSurfaceDrainage",
|
|
33845
33864
|
"surfaceDrainageCharge",
|
|
33846
33865
|
"publicDrainWithinBoundaries",
|
|
33866
|
+
"publicPumpingStationWithinBoundaries",
|
|
33847
33867
|
"publicSewerWithin100ft",
|
|
33868
|
+
"publicPumpingStationWithin50mOfBuildings",
|
|
33848
33869
|
"sewersSubjectOfAdoptionAgreement",
|
|
33849
33870
|
"sewerageUndertakerApproval",
|
|
33850
33871
|
"riskOfInternalFlooding",
|
|
@@ -33854,7 +33875,7 @@
|
|
|
33854
33875
|
"water": {
|
|
33855
33876
|
"type": "object",
|
|
33856
33877
|
"con29DWRef": "3",
|
|
33857
|
-
"title": "
|
|
33878
|
+
"title": "Water",
|
|
33858
33879
|
"properties": {
|
|
33859
33880
|
"mainsWaterConnected": {
|
|
33860
33881
|
"con29DWRef": "3.1",
|
|
@@ -33862,6 +33883,7 @@
|
|
|
33862
33883
|
"type": "object",
|
|
33863
33884
|
"properties": {
|
|
33864
33885
|
"yesNo": {
|
|
33886
|
+
"con29DWRef": "3.1.1",
|
|
33865
33887
|
"type": "string",
|
|
33866
33888
|
"title": "",
|
|
33867
33889
|
"enum": ["Yes", "No"]
|
|
@@ -33885,6 +33907,7 @@
|
|
|
33885
33907
|
"enum": ["No"]
|
|
33886
33908
|
},
|
|
33887
33909
|
"details": {
|
|
33910
|
+
"con29DWRef": "3.1.2",
|
|
33888
33911
|
"title": "Details",
|
|
33889
33912
|
"type": "string",
|
|
33890
33913
|
"minLength": 1
|
|
@@ -33900,6 +33923,7 @@
|
|
|
33900
33923
|
"type": "object",
|
|
33901
33924
|
"properties": {
|
|
33902
33925
|
"yesNo": {
|
|
33926
|
+
"con29DWRef": "3.2.1",
|
|
33903
33927
|
"type": "string",
|
|
33904
33928
|
"title": "",
|
|
33905
33929
|
"enum": ["Yes", "No"]
|
|
@@ -33923,6 +33947,7 @@
|
|
|
33923
33947
|
"enum": ["Yes"]
|
|
33924
33948
|
},
|
|
33925
33949
|
"details": {
|
|
33950
|
+
"con29DWRef": "3.2.2",
|
|
33926
33951
|
"title": "Details",
|
|
33927
33952
|
"type": "string",
|
|
33928
33953
|
"minLength": 1
|
|
@@ -33934,10 +33959,11 @@
|
|
|
33934
33959
|
},
|
|
33935
33960
|
"waterMainsSubjectOfAdoptionAgreement": {
|
|
33936
33961
|
"con29DWRef": "3.3",
|
|
33937
|
-
"title": "Is any water main or service pipe serving
|
|
33962
|
+
"title": "Is any water main or service pipe serving or which is proposed to serve the property, the subject of an existing adoption agreement or an application for such an agreement?",
|
|
33938
33963
|
"type": "object",
|
|
33939
33964
|
"properties": {
|
|
33940
33965
|
"yesNo": {
|
|
33966
|
+
"con29DWRef": "3.3.1",
|
|
33941
33967
|
"type": "string",
|
|
33942
33968
|
"title": "",
|
|
33943
33969
|
"enum": ["Yes", "No"]
|
|
@@ -33961,6 +33987,7 @@
|
|
|
33961
33987
|
"enum": ["Yes"]
|
|
33962
33988
|
},
|
|
33963
33989
|
"details": {
|
|
33990
|
+
"con29DWRef": "3.3.2",
|
|
33964
33991
|
"title": "Details",
|
|
33965
33992
|
"type": "string",
|
|
33966
33993
|
"minLength": 1
|
|
@@ -33976,6 +34003,7 @@
|
|
|
33976
34003
|
"type": "object",
|
|
33977
34004
|
"properties": {
|
|
33978
34005
|
"yesNo": {
|
|
34006
|
+
"con29DWRef": "3.4.1",
|
|
33979
34007
|
"type": "string",
|
|
33980
34008
|
"title": "",
|
|
33981
34009
|
"enum": ["Yes", "No"]
|
|
@@ -33999,6 +34027,7 @@
|
|
|
33999
34027
|
"enum": ["Yes"]
|
|
34000
34028
|
},
|
|
34001
34029
|
"details": {
|
|
34030
|
+
"con29DWRef": "3.4.2",
|
|
34002
34031
|
"title": "Details",
|
|
34003
34032
|
"type": "string",
|
|
34004
34033
|
"minLength": 1
|
|
@@ -34008,88 +34037,17 @@
|
|
|
34008
34037
|
}
|
|
34009
34038
|
]
|
|
34010
34039
|
},
|
|
34011
|
-
"
|
|
34040
|
+
"supplyClassification": {
|
|
34012
34041
|
"con29DWRef": "3.5",
|
|
34013
|
-
"title": "
|
|
34014
|
-
"altTitle": "What is the classification of the water supply for the property?",
|
|
34042
|
+
"title": "What is the classification of the water supply for the property?",
|
|
34015
34043
|
"type": "string",
|
|
34016
34044
|
"minLength": 1
|
|
34017
34045
|
},
|
|
34018
|
-
"authorisedDeparturesFrom2000Regulations": {
|
|
34019
|
-
"con29DWRef": "3.6",
|
|
34020
|
-
"title": "Are there any departures authorised by the Secretary of State or National Assembly for Wales under Part 6 of the 2000 Regulations from the provisions of Part 3 of those Regulations.",
|
|
34021
|
-
"type": "object",
|
|
34022
|
-
"properties": {
|
|
34023
|
-
"yesNo": {
|
|
34024
|
-
"type": "string",
|
|
34025
|
-
"title": "",
|
|
34026
|
-
"enum": ["Yes", "No"]
|
|
34027
|
-
}
|
|
34028
|
-
},
|
|
34029
|
-
"con29DWRequired": ["yesNo"],
|
|
34030
|
-
"discriminator": {
|
|
34031
|
-
"propertyName": "yesNo"
|
|
34032
|
-
},
|
|
34033
|
-
"oneOf": [
|
|
34034
|
-
{
|
|
34035
|
-
"properties": {
|
|
34036
|
-
"yesNo": {
|
|
34037
|
-
"enum": ["No"]
|
|
34038
|
-
}
|
|
34039
|
-
}
|
|
34040
|
-
},
|
|
34041
|
-
{
|
|
34042
|
-
"properties": {
|
|
34043
|
-
"yesNo": {
|
|
34044
|
-
"enum": ["Yes"]
|
|
34045
|
-
},
|
|
34046
|
-
"details": {
|
|
34047
|
-
"title": "Details",
|
|
34048
|
-
"type": "string",
|
|
34049
|
-
"minLength": 1
|
|
34050
|
-
}
|
|
34051
|
-
},
|
|
34052
|
-
"con29DWRequired": ["details"]
|
|
34053
|
-
}
|
|
34054
|
-
]
|
|
34055
|
-
},
|
|
34056
34046
|
"waterMeterLocation": {
|
|
34057
|
-
"con29DWRef": "3.
|
|
34058
|
-
"title": "
|
|
34059
|
-
"type": "
|
|
34060
|
-
"
|
|
34061
|
-
"yesNo": {
|
|
34062
|
-
"type": "string",
|
|
34063
|
-
"title": "",
|
|
34064
|
-
"enum": ["Yes", "No"]
|
|
34065
|
-
}
|
|
34066
|
-
},
|
|
34067
|
-
"con29DWRequired": ["yesNo"],
|
|
34068
|
-
"discriminator": {
|
|
34069
|
-
"propertyName": "yesNo"
|
|
34070
|
-
},
|
|
34071
|
-
"oneOf": [
|
|
34072
|
-
{
|
|
34073
|
-
"properties": {
|
|
34074
|
-
"yesNo": {
|
|
34075
|
-
"enum": ["No"]
|
|
34076
|
-
}
|
|
34077
|
-
}
|
|
34078
|
-
},
|
|
34079
|
-
{
|
|
34080
|
-
"properties": {
|
|
34081
|
-
"yesNo": {
|
|
34082
|
-
"enum": ["Yes"]
|
|
34083
|
-
},
|
|
34084
|
-
"details": {
|
|
34085
|
-
"title": "Details",
|
|
34086
|
-
"type": "string",
|
|
34087
|
-
"minLength": 1
|
|
34088
|
-
}
|
|
34089
|
-
},
|
|
34090
|
-
"con29DWRequired": ["details"]
|
|
34091
|
-
}
|
|
34092
|
-
]
|
|
34047
|
+
"con29DWRef": "3.6",
|
|
34048
|
+
"title": "Please include details of the location of any water meter serving the property.",
|
|
34049
|
+
"type": "string",
|
|
34050
|
+
"minLength": 1
|
|
34093
34051
|
}
|
|
34094
34052
|
},
|
|
34095
34053
|
"con29DWRequired": [
|
|
@@ -34098,7 +34056,6 @@
|
|
|
34098
34056
|
"waterMainsSubjectOfAdoptionAgreement",
|
|
34099
34057
|
"lowWaterPressureRisk",
|
|
34100
34058
|
"waterQualityAnalysis",
|
|
34101
|
-
"authorisedDeparturesFrom2000Regulations",
|
|
34102
34059
|
"waterMeterLocation"
|
|
34103
34060
|
]
|
|
34104
34061
|
},
|
|
@@ -34109,13 +34066,13 @@
|
|
|
34109
34066
|
"properties": {
|
|
34110
34067
|
"sewerageProvider": {
|
|
34111
34068
|
"con29DWRef": "4.1.1",
|
|
34112
|
-
"title": "Who
|
|
34069
|
+
"title": "Who are the sewerage undertakers for the property?",
|
|
34113
34070
|
"type": "string",
|
|
34114
34071
|
"minLength": 1
|
|
34115
34072
|
},
|
|
34116
34073
|
"waterProvider": {
|
|
34117
34074
|
"con29DWRef": "4.1.2",
|
|
34118
|
-
"title": "Who
|
|
34075
|
+
"title": "Who are the water undertakers for the property?",
|
|
34119
34076
|
"type": "string",
|
|
34120
34077
|
"minLength": 1
|
|
34121
34078
|
},
|