@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.
@@ -3873,7 +3873,7 @@
3873
3873
  ]
3874
3874
  },
3875
3875
  "annualGroundRent": {
3876
- "title": "What is the annual ground rent payable?",
3876
+ "title": "What is the annual ground rent payable? (£)",
3877
3877
  "type": "number"
3878
3878
  },
3879
3879
  "groundRentFrequency": {
@@ -15536,539 +15536,551 @@
15536
15536
  "description": "Please describe the water and drainage services that are connected to the property.",
15537
15537
  "type": "object",
15538
15538
  "properties": {
15539
- "mainsWater": {
15540
- "title": "Mains water",
15539
+ "water": {
15540
+ "title": "Water",
15541
15541
  "type": "object",
15542
15542
  "properties": {
15543
- "yesNo": {
15544
- "type": "string",
15545
- "title": "",
15546
- "enum": [
15547
- "Yes",
15548
- "To be connected",
15549
- "No"
15550
- ]
15551
- }
15552
- },
15553
- "oneOf": [
15554
- {
15543
+ "mainsWater": {
15544
+ "title": "Mains water",
15545
+ "type": "object",
15555
15546
  "properties": {
15556
15547
  "yesNo": {
15548
+ "type": "string",
15549
+ "title": "",
15557
15550
  "enum": [
15551
+ "Yes",
15552
+ "To be connected",
15558
15553
  "No"
15559
15554
  ]
15560
15555
  }
15561
- }
15562
- },
15563
- {
15564
- "properties": {
15565
- "yesNo": {
15566
- "enum": [
15567
- "Yes"
15568
- ]
15569
- },
15570
- "supplier": {
15571
- "title": "Supplier (if known)",
15572
- "type": "string"
15573
- }
15574
- }
15575
- },
15576
- {
15577
- "properties": {
15578
- "yesNo": {
15579
- "enum": [
15580
- "To be connected"
15581
- ]
15556
+ },
15557
+ "oneOf": [
15558
+ {
15559
+ "properties": {
15560
+ "yesNo": {
15561
+ "enum": [
15562
+ "No"
15563
+ ]
15564
+ }
15565
+ }
15582
15566
  },
15583
- "dateToBeConnected": {
15584
- "title": "Date to be connected",
15585
- "type": "string",
15586
- "format": "date"
15567
+ {
15568
+ "properties": {
15569
+ "yesNo": {
15570
+ "enum": [
15571
+ "Yes"
15572
+ ]
15573
+ },
15574
+ "supplier": {
15575
+ "title": "Supplier (if known)",
15576
+ "type": "string"
15577
+ }
15578
+ }
15587
15579
  },
15588
- "supplier": {
15589
- "title": "Supplier (if known)",
15590
- "type": "string"
15580
+ {
15581
+ "properties": {
15582
+ "yesNo": {
15583
+ "enum": [
15584
+ "To be connected"
15585
+ ]
15586
+ },
15587
+ "dateToBeConnected": {
15588
+ "title": "Date to be connected",
15589
+ "type": "string",
15590
+ "format": "date"
15591
+ },
15592
+ "supplier": {
15593
+ "title": "Supplier (if known)",
15594
+ "type": "string"
15595
+ }
15596
+ }
15591
15597
  }
15592
- }
15598
+ ]
15593
15599
  }
15594
- ]
15600
+ }
15595
15601
  },
15596
- "mainsSurfaceWaterDrainage": {
15597
- "title": "Mains surface water drainage",
15602
+ "drainage": {
15603
+ "title": "Drainage",
15598
15604
  "type": "object",
15599
15605
  "properties": {
15600
- "yesNo": {
15601
- "type": "string",
15602
- "title": "",
15603
- "enum": [
15604
- "Yes",
15605
- "To be connected",
15606
- "No"
15607
- ]
15608
- }
15609
- },
15610
- "oneOf": [
15611
- {
15606
+ "mainsSurfaceWaterDrainage": {
15607
+ "title": "Mains surface water drainage",
15608
+ "type": "object",
15612
15609
  "properties": {
15613
15610
  "yesNo": {
15611
+ "type": "string",
15612
+ "title": "",
15614
15613
  "enum": [
15614
+ "Yes",
15615
+ "To be connected",
15615
15616
  "No"
15616
15617
  ]
15617
15618
  }
15618
- }
15619
- },
15620
- {
15621
- "properties": {
15622
- "yesNo": {
15623
- "enum": [
15624
- "Yes"
15625
- ]
15626
- },
15627
- "supplier": {
15628
- "title": "Supplier (if known)",
15629
- "type": "string"
15630
- }
15631
- }
15632
- },
15633
- {
15634
- "properties": {
15635
- "yesNo": {
15636
- "enum": [
15637
- "To be connected"
15638
- ]
15619
+ },
15620
+ "oneOf": [
15621
+ {
15622
+ "properties": {
15623
+ "yesNo": {
15624
+ "enum": [
15625
+ "No"
15626
+ ]
15627
+ }
15628
+ }
15639
15629
  },
15640
- "dateToBeConnected": {
15641
- "title": "Date to be connected",
15642
- "type": "string",
15643
- "format": "date"
15630
+ {
15631
+ "properties": {
15632
+ "yesNo": {
15633
+ "enum": [
15634
+ "Yes"
15635
+ ]
15636
+ },
15637
+ "supplier": {
15638
+ "title": "Supplier (if known)",
15639
+ "type": "string"
15640
+ }
15641
+ }
15644
15642
  },
15645
- "supplier": {
15646
- "title": "Supplier (if known)",
15647
- "type": "string"
15643
+ {
15644
+ "properties": {
15645
+ "yesNo": {
15646
+ "enum": [
15647
+ "To be connected"
15648
+ ]
15649
+ },
15650
+ "dateToBeConnected": {
15651
+ "title": "Date to be connected",
15652
+ "type": "string",
15653
+ "format": "date"
15654
+ },
15655
+ "supplier": {
15656
+ "title": "Supplier (if known)",
15657
+ "type": "string"
15658
+ }
15659
+ }
15648
15660
  }
15649
- }
15650
- }
15651
- ]
15652
- },
15653
- "mainsFoulDrainage": {
15654
- "title": "Mains foul drainage",
15655
- "type": "object",
15656
- "properties": {
15657
- "yesNo": {
15658
- "type": "string",
15659
- "title": "",
15660
- "enum": [
15661
- "Yes",
15662
- "To be connected",
15663
- "No"
15664
15661
  ]
15665
- }
15666
- },
15667
- "oneOf": [
15668
- {
15669
- "properties": {
15670
- "yesNo": {
15671
- "enum": [
15672
- "Yes"
15673
- ]
15674
- },
15675
- "supplier": {
15676
- "title": "Supplier (if known)",
15677
- "type": "string",
15678
- "minLength": 1
15679
- }
15680
- }
15681
15662
  },
15682
- {
15663
+ "mainsFoulDrainage": {
15664
+ "title": "Mains foul drainage",
15665
+ "type": "object",
15683
15666
  "properties": {
15684
15667
  "yesNo": {
15685
- "enum": [
15686
- "To be connected"
15687
- ]
15688
- },
15689
- "dateToBeConnected": {
15690
- "title": "Date to be connected",
15691
15668
  "type": "string",
15692
- "format": "date"
15693
- },
15694
- "supplier": {
15695
- "title": "Supplier (if known)",
15696
- "type": "string"
15697
- }
15698
- }
15699
- },
15700
- {
15701
- "properties": {
15702
- "yesNo": {
15669
+ "title": "",
15703
15670
  "enum": [
15671
+ "Yes",
15672
+ "To be connected",
15704
15673
  "No"
15705
15674
  ]
15675
+ }
15676
+ },
15677
+ "oneOf": [
15678
+ {
15679
+ "properties": {
15680
+ "yesNo": {
15681
+ "enum": [
15682
+ "Yes"
15683
+ ]
15684
+ },
15685
+ "supplier": {
15686
+ "title": "Supplier (if known)",
15687
+ "type": "string",
15688
+ "minLength": 1
15689
+ }
15690
+ }
15706
15691
  },
15707
- "sustainableDrainageSystem": {
15708
- "title": "Sustainable Drainage System",
15709
- "type": "object",
15692
+ {
15710
15693
  "properties": {
15711
15694
  "yesNo": {
15695
+ "enum": [
15696
+ "To be connected"
15697
+ ]
15698
+ },
15699
+ "dateToBeConnected": {
15700
+ "title": "Date to be connected",
15712
15701
  "type": "string",
15713
- "title": "",
15702
+ "format": "date"
15703
+ },
15704
+ "supplier": {
15705
+ "title": "Supplier (if known)",
15706
+ "type": "string"
15707
+ }
15708
+ }
15709
+ },
15710
+ {
15711
+ "properties": {
15712
+ "yesNo": {
15714
15713
  "enum": [
15715
- "Yes",
15716
- "To be connected",
15717
15714
  "No"
15718
15715
  ]
15719
- }
15720
- },
15721
- "oneOf": [
15722
- {
15723
- "properties": {
15724
- "yesNo": {
15725
- "enum": [
15726
- "No"
15727
- ]
15728
- }
15729
- }
15730
15716
  },
15731
- {
15717
+ "sustainableDrainageSystem": {
15718
+ "title": "Sustainable Drainage System",
15719
+ "type": "object",
15732
15720
  "properties": {
15733
15721
  "yesNo": {
15722
+ "type": "string",
15723
+ "title": "",
15734
15724
  "enum": [
15735
- "Yes"
15725
+ "Yes",
15726
+ "To be connected",
15727
+ "No"
15736
15728
  ]
15737
- },
15738
- "supplier": {
15739
- "title": "Supplier (if known)",
15740
- "type": "string"
15741
15729
  }
15742
- }
15743
- },
15744
- {
15745
- "properties": {
15746
- "yesNo": {
15747
- "enum": [
15748
- "To be connected"
15749
- ]
15730
+ },
15731
+ "oneOf": [
15732
+ {
15733
+ "properties": {
15734
+ "yesNo": {
15735
+ "enum": [
15736
+ "No"
15737
+ ]
15738
+ }
15739
+ }
15750
15740
  },
15751
- "dateToBeConnected": {
15752
- "title": "Date to be connected",
15753
- "type": "string",
15754
- "format": "date"
15741
+ {
15742
+ "properties": {
15743
+ "yesNo": {
15744
+ "enum": [
15745
+ "Yes"
15746
+ ]
15747
+ },
15748
+ "supplier": {
15749
+ "title": "Supplier (if known)",
15750
+ "type": "string"
15751
+ }
15752
+ }
15755
15753
  },
15756
- "supplier": {
15757
- "title": "Supplier (if known)",
15758
- "type": "string"
15754
+ {
15755
+ "properties": {
15756
+ "yesNo": {
15757
+ "enum": [
15758
+ "To be connected"
15759
+ ]
15760
+ },
15761
+ "dateToBeConnected": {
15762
+ "title": "Date to be connected",
15763
+ "type": "string",
15764
+ "format": "date"
15765
+ },
15766
+ "supplier": {
15767
+ "title": "Supplier (if known)",
15768
+ "type": "string"
15769
+ }
15770
+ }
15759
15771
  }
15760
- }
15761
- }
15762
- ]
15763
- },
15764
- "septicTank": {
15765
- "title": "Septic tank",
15766
- "type": "object",
15767
- "properties": {
15768
- "yesNo": {
15769
- "type": "string",
15770
- "title": "",
15771
- "enum": [
15772
- "Yes",
15773
- "No"
15774
15772
  ]
15775
- }
15776
- },
15777
- "oneOf": [
15778
- {
15773
+ },
15774
+ "septicTank": {
15775
+ "title": "Septic tank",
15776
+ "type": "object",
15779
15777
  "properties": {
15780
15778
  "yesNo": {
15779
+ "type": "string",
15780
+ "title": "",
15781
15781
  "enum": [
15782
+ "Yes",
15782
15783
  "No"
15783
15784
  ]
15784
15785
  }
15785
- }
15786
- },
15787
- {
15788
- "properties": {
15789
- "yesNo": {
15790
- "enum": [
15791
- "Yes"
15792
- ]
15793
- },
15794
- "dateReplaced": {
15795
- "title": "Date replaced or upgraded",
15796
- "type": "string",
15797
- "format": "date"
15786
+ },
15787
+ "oneOf": [
15788
+ {
15789
+ "properties": {
15790
+ "yesNo": {
15791
+ "enum": [
15792
+ "No"
15793
+ ]
15794
+ }
15795
+ }
15798
15796
  },
15799
- "dateLastEmptied": {
15800
- "title": "Date last emptied",
15801
- "type": "string",
15802
- "format": "date"
15797
+ {
15798
+ "properties": {
15799
+ "yesNo": {
15800
+ "enum": [
15801
+ "Yes"
15802
+ ]
15803
+ },
15804
+ "dateReplaced": {
15805
+ "title": "Date replaced or upgraded",
15806
+ "type": "string",
15807
+ "format": "date"
15808
+ },
15809
+ "dateLastEmptied": {
15810
+ "title": "Date last emptied",
15811
+ "type": "string",
15812
+ "format": "date"
15813
+ }
15814
+ }
15803
15815
  }
15804
- }
15805
- }
15806
- ]
15807
- },
15808
- "cesspit": {
15809
- "title": "Cesspit",
15810
- "type": "object",
15811
- "properties": {
15812
- "yesNo": {
15813
- "type": "string",
15814
- "title": "",
15815
- "enum": [
15816
- "Yes",
15817
- "No"
15818
15816
  ]
15819
- }
15820
- },
15821
- "oneOf": [
15822
- {
15817
+ },
15818
+ "cesspit": {
15819
+ "title": "Cesspit",
15820
+ "type": "object",
15823
15821
  "properties": {
15824
15822
  "yesNo": {
15823
+ "type": "string",
15824
+ "title": "",
15825
15825
  "enum": [
15826
+ "Yes",
15826
15827
  "No"
15827
15828
  ]
15828
15829
  }
15829
- }
15830
- },
15831
- {
15832
- "properties": {
15833
- "yesNo": {
15834
- "enum": [
15835
- "Yes"
15836
- ]
15830
+ },
15831
+ "oneOf": [
15832
+ {
15833
+ "properties": {
15834
+ "yesNo": {
15835
+ "enum": [
15836
+ "No"
15837
+ ]
15838
+ }
15839
+ }
15837
15840
  },
15838
- "dateLastEmptied": {
15839
- "title": "Date last emptied",
15840
- "type": "string",
15841
- "format": "date"
15841
+ {
15842
+ "properties": {
15843
+ "yesNo": {
15844
+ "enum": [
15845
+ "Yes"
15846
+ ]
15847
+ },
15848
+ "dateLastEmptied": {
15849
+ "title": "Date last emptied",
15850
+ "type": "string",
15851
+ "format": "date"
15852
+ }
15853
+ }
15842
15854
  }
15843
- }
15844
- }
15845
- ]
15846
- },
15847
- "sewerageTreatmentPlant": {
15848
- "title": "Sewerage treatment plant",
15849
- "type": "object",
15850
- "properties": {
15851
- "yesNo": {
15852
- "type": "string",
15853
- "title": "",
15854
- "enum": [
15855
- "Yes",
15856
- "No"
15857
15855
  ]
15858
- }
15859
- },
15860
- "oneOf": [
15861
- {
15856
+ },
15857
+ "sewerageTreatmentPlant": {
15858
+ "title": "Sewerage treatment plant",
15859
+ "type": "object",
15862
15860
  "properties": {
15863
15861
  "yesNo": {
15862
+ "type": "string",
15863
+ "title": "",
15864
15864
  "enum": [
15865
+ "Yes",
15865
15866
  "No"
15866
15867
  ]
15867
15868
  }
15868
- }
15869
- },
15870
- {
15871
- "properties": {
15872
- "yesNo": {
15873
- "enum": [
15874
- "Yes"
15875
- ]
15876
- },
15877
- "dateInstalled": {
15878
- "title": "Date installed",
15879
- "type": "string",
15880
- "format": "date"
15881
- },
15882
- "dateLastServiced": {
15883
- "title": "Date last serviced",
15884
- "type": "string",
15885
- "format": "date"
15869
+ },
15870
+ "oneOf": [
15871
+ {
15872
+ "properties": {
15873
+ "yesNo": {
15874
+ "enum": [
15875
+ "No"
15876
+ ]
15877
+ }
15878
+ }
15886
15879
  },
15887
- "attachments": {
15888
- "title": "If installed after Jan 1991 supply the Building Regulations approval or equivalent",
15889
- "type": "string",
15890
- "enum": [
15891
- "Attached",
15892
- "To follow",
15893
- "Not applicable"
15894
- ]
15880
+ {
15881
+ "properties": {
15882
+ "yesNo": {
15883
+ "enum": [
15884
+ "Yes"
15885
+ ]
15886
+ },
15887
+ "dateInstalled": {
15888
+ "title": "Date installed",
15889
+ "type": "string",
15890
+ "format": "date"
15891
+ },
15892
+ "dateLastServiced": {
15893
+ "title": "Date last serviced",
15894
+ "type": "string",
15895
+ "format": "date"
15896
+ },
15897
+ "attachments": {
15898
+ "title": "If installed after Jan 1991 supply the Building Regulations approval or equivalent",
15899
+ "type": "string",
15900
+ "enum": [
15901
+ "Attached",
15902
+ "To follow",
15903
+ "Not applicable"
15904
+ ]
15905
+ }
15906
+ }
15895
15907
  }
15896
- }
15897
- }
15898
- ]
15899
- },
15900
- "otherConnectedProperties": {
15901
- "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
15902
- "type": "object",
15903
- "properties": {
15904
- "yesNo": {
15905
- "type": "string",
15906
- "title": "",
15907
- "enum": [
15908
- "Yes",
15909
- "No"
15910
15908
  ]
15911
- }
15912
- },
15913
- "oneOf": [
15914
- {
15909
+ },
15910
+ "otherConnectedProperties": {
15911
+ "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
15912
+ "type": "object",
15915
15913
  "properties": {
15916
15914
  "yesNo": {
15915
+ "type": "string",
15916
+ "title": "",
15917
15917
  "enum": [
15918
+ "Yes",
15918
15919
  "No"
15919
15920
  ]
15920
15921
  }
15921
- }
15922
- },
15923
- {
15924
- "properties": {
15925
- "yesNo": {
15926
- "enum": [
15927
- "Yes"
15928
- ]
15929
- },
15930
- "numberOfPropertiesSharing": {
15931
- "title": "How many other properties?",
15932
- "type": "integer"
15922
+ },
15923
+ "oneOf": [
15924
+ {
15925
+ "properties": {
15926
+ "yesNo": {
15927
+ "enum": [
15928
+ "No"
15929
+ ]
15930
+ }
15931
+ }
15933
15932
  },
15934
- "details": {
15935
- "title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for",
15936
- "type": "string",
15937
- "minLength": 1
15933
+ {
15934
+ "properties": {
15935
+ "yesNo": {
15936
+ "enum": [
15937
+ "Yes"
15938
+ ]
15939
+ },
15940
+ "numberOfPropertiesSharing": {
15941
+ "title": "How many other properties?",
15942
+ "type": "integer"
15943
+ },
15944
+ "details": {
15945
+ "title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for",
15946
+ "type": "string",
15947
+ "minLength": 1
15948
+ }
15949
+ }
15938
15950
  }
15939
- }
15940
- }
15941
- ]
15942
- },
15943
- "plantOnOtherLand": {
15944
- "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
15945
- "type": "object",
15946
- "properties": {
15947
- "yesNo": {
15948
- "type": "string",
15949
- "title": "",
15950
- "enum": [
15951
- "Yes",
15952
- "No"
15953
15951
  ]
15954
- }
15955
- },
15956
- "oneOf": [
15957
- {
15952
+ },
15953
+ "plantOnOtherLand": {
15954
+ "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
15955
+ "type": "object",
15958
15956
  "properties": {
15959
15957
  "yesNo": {
15958
+ "type": "string",
15959
+ "title": "",
15960
15960
  "enum": [
15961
+ "Yes",
15961
15962
  "No"
15962
15963
  ]
15963
15964
  }
15964
- }
15965
- },
15966
- {
15967
- "properties": {
15968
- "yesNo": {
15969
- "enum": [
15970
- "Yes"
15971
- ]
15965
+ },
15966
+ "oneOf": [
15967
+ {
15968
+ "properties": {
15969
+ "yesNo": {
15970
+ "enum": [
15971
+ "No"
15972
+ ]
15973
+ }
15974
+ }
15972
15975
  },
15973
- "attachments": {
15974
- "title": "Please supply a plan showing the location of the system and how access is obtained.",
15975
- "type": "string",
15976
- "enum": [
15977
- "Attached",
15978
- "To follow"
15979
- ]
15976
+ {
15977
+ "properties": {
15978
+ "yesNo": {
15979
+ "enum": [
15980
+ "Yes"
15981
+ ]
15982
+ },
15983
+ "attachments": {
15984
+ "title": "Please supply a plan showing the location of the system and how access is obtained.",
15985
+ "type": "string",
15986
+ "enum": [
15987
+ "Attached",
15988
+ "To follow"
15989
+ ]
15990
+ }
15991
+ }
15980
15992
  }
15981
- }
15982
- }
15983
- ]
15984
- },
15985
- "plantRegistered": {
15986
- "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
15987
- "type": "object",
15988
- "properties": {
15989
- "yesNo": {
15990
- "type": "string",
15991
- "title": "",
15992
- "enum": [
15993
- "Yes",
15994
- "No"
15995
15993
  ]
15996
- }
15997
- },
15998
- "oneOf": [
15999
- {
16000
- "properties": {
16001
- "yesNo": {
16002
- "enum": [
16003
- "No"
16004
- ]
16005
- }
16006
- }
16007
15994
  },
16008
- {
15995
+ "plantRegistered": {
15996
+ "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
15997
+ "type": "object",
16009
15998
  "properties": {
16010
15999
  "yesNo": {
16011
- "enum": [
16012
- "Yes"
16013
- ]
16014
- },
16015
- "attachments": {
16016
- "title": "Please supply the appropriate permit to discharge or exemption certificate",
16017
16000
  "type": "string",
16001
+ "title": "",
16018
16002
  "enum": [
16019
- "Attached",
16020
- "To follow"
16003
+ "Yes",
16004
+ "No"
16021
16005
  ]
16022
16006
  }
16023
- }
16024
- }
16025
- ]
16026
- },
16027
- "plantDrainsIntoWaterway": {
16028
- "title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
16029
- "type": "object",
16030
- "properties": {
16031
- "yesNo": {
16032
- "type": "string",
16033
- "title": "",
16034
- "enum": [
16035
- "Yes",
16036
- "No, the effluent is discharged through a soakaway system."
16037
- ]
16038
- }
16039
- },
16040
- "oneOf": [
16041
- {
16042
- "properties": {
16043
- "yesNo": {
16044
- "enum": [
16045
- "No, the effluent is discharged through a soakaway system."
16046
- ]
16007
+ },
16008
+ "oneOf": [
16009
+ {
16010
+ "properties": {
16011
+ "yesNo": {
16012
+ "enum": [
16013
+ "No"
16014
+ ]
16015
+ }
16016
+ }
16017
+ },
16018
+ {
16019
+ "properties": {
16020
+ "yesNo": {
16021
+ "enum": [
16022
+ "Yes"
16023
+ ]
16024
+ },
16025
+ "attachments": {
16026
+ "title": "Please supply the appropriate permit to discharge or exemption certificate",
16027
+ "type": "string",
16028
+ "enum": [
16029
+ "Attached",
16030
+ "To follow"
16031
+ ]
16032
+ }
16033
+ }
16047
16034
  }
16048
- }
16035
+ ]
16049
16036
  },
16050
- {
16037
+ "plantDrainsIntoWaterway": {
16038
+ "title": "Does the septic tank, cesspit or sewerage treatment plant drain into a waterway (lake, river, stream etc)",
16039
+ "type": "object",
16051
16040
  "properties": {
16052
16041
  "yesNo": {
16053
- "enum": [
16054
- "Yes"
16055
- ]
16056
- },
16057
- "dischargeCompliesWithGBR": {
16058
- "title": "Does it comply with the General Binding Rules for discharge into a waterway?",
16059
16042
  "type": "string",
16043
+ "title": "",
16060
16044
  "enum": [
16061
16045
  "Yes",
16062
- "No, it does not comply with the rules for discharge into a waterway."
16046
+ "No, the effluent is discharged through a soakaway system."
16063
16047
  ]
16064
16048
  }
16065
- }
16049
+ },
16050
+ "oneOf": [
16051
+ {
16052
+ "properties": {
16053
+ "yesNo": {
16054
+ "enum": [
16055
+ "No, the effluent is discharged through a soakaway system."
16056
+ ]
16057
+ }
16058
+ }
16059
+ },
16060
+ {
16061
+ "properties": {
16062
+ "yesNo": {
16063
+ "enum": [
16064
+ "Yes"
16065
+ ]
16066
+ },
16067
+ "dischargeCompliesWithGBR": {
16068
+ "title": "Does it comply with the General Binding Rules for discharge into a waterway?",
16069
+ "type": "string",
16070
+ "enum": [
16071
+ "Yes",
16072
+ "No, it does not comply with the rules for discharge into a waterway."
16073
+ ]
16074
+ }
16075
+ }
16076
+ }
16077
+ ]
16066
16078
  }
16067
- ]
16079
+ }
16068
16080
  }
16069
- }
16081
+ ]
16070
16082
  }
16071
- ]
16083
+ }
16072
16084
  },
16073
16085
  "maintenanceAgreements": {
16074
16086
  "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
@@ -16116,6 +16128,11 @@
16116
16128
  }
16117
16129
  }
16118
16130
  ]
16131
+ },
16132
+ "charging": {
16133
+ "title": "Charging",
16134
+ "type": "object",
16135
+ "properties": {}
16119
16136
  }
16120
16137
  }
16121
16138
  },
@@ -17059,73 +17076,43 @@
17059
17076
  "properties": {
17060
17077
  "groundWater": {
17061
17078
  "title": "Ground water",
17062
- "type": "object",
17063
- "properties": {
17064
- "yesNo": {
17065
- "type": "string",
17066
- "title": "",
17067
- "enum": [
17068
- "Yes",
17069
- "No"
17070
- ]
17071
- }
17072
- }
17079
+ "type": "string",
17080
+ "enum": [
17081
+ "Yes",
17082
+ "No"
17083
+ ]
17073
17084
  },
17074
17085
  "sewer": {
17075
17086
  "title": "Sewer",
17076
- "type": "object",
17077
- "properties": {
17078
- "yesNo": {
17079
- "type": "string",
17080
- "title": "",
17081
- "enum": [
17082
- "Yes",
17083
- "No"
17084
- ]
17085
- }
17086
- }
17087
+ "type": "string",
17088
+ "enum": [
17089
+ "Yes",
17090
+ "No"
17091
+ ]
17087
17092
  },
17088
17093
  "surfaceWater": {
17089
17094
  "title": "Surface water",
17090
- "type": "object",
17091
- "properties": {
17092
- "yesNo": {
17093
- "type": "string",
17094
- "title": "",
17095
- "enum": [
17096
- "Yes",
17097
- "No"
17098
- ]
17099
- }
17100
- }
17095
+ "type": "string",
17096
+ "enum": [
17097
+ "Yes",
17098
+ "No"
17099
+ ]
17101
17100
  },
17102
17101
  "coastal": {
17103
17102
  "title": "Coastal flooding",
17104
- "type": "object",
17105
- "properties": {
17106
- "yesNo": {
17107
- "type": "string",
17108
- "title": "",
17109
- "enum": [
17110
- "Yes",
17111
- "No"
17112
- ]
17113
- }
17114
- }
17103
+ "type": "string",
17104
+ "enum": [
17105
+ "Yes",
17106
+ "No"
17107
+ ]
17115
17108
  },
17116
17109
  "river": {
17117
17110
  "title": "River flooding",
17118
- "type": "object",
17119
- "properties": {
17120
- "yesNo": {
17121
- "type": "string",
17122
- "title": "",
17123
- "enum": [
17124
- "Yes",
17125
- "No"
17126
- ]
17127
- }
17128
- }
17111
+ "type": "string",
17112
+ "enum": [
17113
+ "Yes",
17114
+ "No"
17115
+ ]
17129
17116
  },
17130
17117
  "other": {
17131
17118
  "title": "Other",
@@ -18691,11 +18678,7 @@
18691
18678
  "handoverOnCompletion": {
18692
18679
  "title": "Confirm that you will handover details on day of completion",
18693
18680
  "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]",
18694
- "type": "string",
18695
- "enum": [
18696
- "true",
18697
- "false"
18698
- ]
18681
+ "type": "boolean"
18699
18682
  }
18700
18683
  }
18701
18684
  }
@@ -31517,7 +31500,23 @@
31517
31500
  "title": "Maps",
31518
31501
  "properties": {
31519
31502
  "publicSewerMapAttached": {
31520
- "title": "Is a copy of an extract from the public sewer map attached?",
31503
+ "title": "Where relevant, please include a copy of an extract from the public sewer map.",
31504
+ "type": "string",
31505
+ "minLength": 1
31506
+ },
31507
+ "waterworksMapAttached": {
31508
+ "title": "Where relevant, please include a copy of an extract from the map of waterworks.",
31509
+ "type": "string",
31510
+ "minLength": 1
31511
+ }
31512
+ }
31513
+ },
31514
+ "drainage": {
31515
+ "type": "object",
31516
+ "title": "Drainage",
31517
+ "properties": {
31518
+ "publicFoulDrainage": {
31519
+ "title": "Does foul water from the property drain to a public sewer?",
31521
31520
  "type": "object",
31522
31521
  "properties": {
31523
31522
  "yesNo": {
@@ -31555,8 +31554,8 @@
31555
31554
  }
31556
31555
  ]
31557
31556
  },
31558
- "waterworksMapAttached": {
31559
- "title": "Is a copy of an extract from the map of waterworks attached?",
31557
+ "publicSurfaceDrainage": {
31558
+ "title": "Does surface water from the property drain to a public sewer?",
31560
31559
  "type": "object",
31561
31560
  "properties": {
31562
31561
  "yesNo": {
@@ -31593,15 +31592,9 @@
31593
31592
  }
31594
31593
  }
31595
31594
  ]
31596
- }
31597
- }
31598
- },
31599
- "drainage": {
31600
- "type": "object",
31601
- "title": "Drainage",
31602
- "properties": {
31603
- "publicFoulDrainage": {
31604
- "title": "Does foul water from the property drain to a public sewer?",
31595
+ },
31596
+ "surfaceDrainageCharge": {
31597
+ "title": "Is a surface water drainage charge payable?",
31605
31598
  "type": "object",
31606
31599
  "properties": {
31607
31600
  "yesNo": {
@@ -31618,7 +31611,7 @@
31618
31611
  "properties": {
31619
31612
  "yesNo": {
31620
31613
  "enum": [
31621
- "Yes"
31614
+ "No"
31622
31615
  ]
31623
31616
  }
31624
31617
  }
@@ -31627,7 +31620,7 @@
31627
31620
  "properties": {
31628
31621
  "yesNo": {
31629
31622
  "enum": [
31630
- "No"
31623
+ "Yes"
31631
31624
  ]
31632
31625
  },
31633
31626
  "details": {
@@ -31639,8 +31632,8 @@
31639
31632
  }
31640
31633
  ]
31641
31634
  },
31642
- "publicSurfaceDrainage": {
31643
- "title": "Does surface water from the property drain to a public sewer?",
31635
+ "publicDrainWithinBoundaries": {
31636
+ "title": "Does the public sewer map indicate any public sewer, disposal main or lateral drain within the boundaries of the property?",
31644
31637
  "type": "object",
31645
31638
  "properties": {
31646
31639
  "yesNo": {
@@ -31657,7 +31650,7 @@
31657
31650
  "properties": {
31658
31651
  "yesNo": {
31659
31652
  "enum": [
31660
- "Yes"
31653
+ "No"
31661
31654
  ]
31662
31655
  }
31663
31656
  }
@@ -31666,7 +31659,7 @@
31666
31659
  "properties": {
31667
31660
  "yesNo": {
31668
31661
  "enum": [
31669
- "No"
31662
+ "Yes"
31670
31663
  ]
31671
31664
  },
31672
31665
  "details": {
@@ -31678,8 +31671,8 @@
31678
31671
  }
31679
31672
  ]
31680
31673
  },
31681
- "surfaceDrainageCharge": {
31682
- "title": "Is a surface water drainage charge payable?",
31674
+ "publicPumpingStationWithinBoundaries": {
31675
+ "title": "Does the public sewer map indicate any public pumping station or any other ancillary apparatus within the boundaries of the property?",
31683
31676
  "type": "object",
31684
31677
  "properties": {
31685
31678
  "yesNo": {
@@ -31717,8 +31710,8 @@
31717
31710
  }
31718
31711
  ]
31719
31712
  },
31720
- "publicDrainWithinBoundaries": {
31721
- "title": "Does the public sewer map indicate any public sewer, disposal main or lateral drain within the boundaries of the property?",
31713
+ "publicSewerWithin100ft": {
31714
+ "title": "Does the public sewer map indicate any public sewer within 30.48 meters (100 feet) of any buildings within the property?",
31722
31715
  "type": "object",
31723
31716
  "properties": {
31724
31717
  "yesNo": {
@@ -31756,8 +31749,8 @@
31756
31749
  }
31757
31750
  ]
31758
31751
  },
31759
- "publicSewerWithin100ft": {
31760
- "title": "Does the public sewer map indicate any public sewer within 30.48 meters (100 feet) of any buildings within the property?",
31752
+ "publicPumpingStationWithin50mOfBuildings": {
31753
+ "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?",
31761
31754
  "type": "object",
31762
31755
  "properties": {
31763
31756
  "yesNo": {
@@ -31874,7 +31867,7 @@
31874
31867
  ]
31875
31868
  },
31876
31869
  "riskOfInternalFlooding": {
31877
- "title": "Is any building which is or Charging forms part of the property, at risk of internal flooding due to overloaded public sewers?",
31870
+ "title": "Is any building which is or forms part of the property, at risk of internal flooding due to overloaded public sewers?",
31878
31871
  "type": "object",
31879
31872
  "properties": {
31880
31873
  "yesNo": {
@@ -31921,7 +31914,7 @@
31921
31914
  },
31922
31915
  "water": {
31923
31916
  "type": "object",
31924
- "title": "Drainage",
31917
+ "title": "Water",
31925
31918
  "properties": {
31926
31919
  "mainsWaterConnected": {
31927
31920
  "title": "Is the property connected to the main water supply?",
@@ -32002,7 +31995,7 @@
32002
31995
  ]
32003
31996
  },
32004
31997
  "waterMainsSubjectOfAdoptionAgreement": {
32005
- "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?",
31998
+ "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?",
32006
31999
  "type": "object",
32007
32000
  "properties": {
32008
32001
  "yesNo": {
@@ -32079,89 +32072,15 @@
32079
32072
  }
32080
32073
  ]
32081
32074
  },
32082
- "waterQualityAnalysis": {
32083
- "title": "Please include details of a water quality analysis made by the water undertaker for the water supply zone in respect of the most recent calendar year.",
32084
- "altTitle": "What is the classification of the water supply for the property?",
32075
+ "supplyClassification": {
32076
+ "title": "What is the classification of the water supply for the property?",
32085
32077
  "type": "string",
32086
32078
  "minLength": 1
32087
32079
  },
32088
- "authorisedDeparturesFrom2000Regulations": {
32089
- "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.",
32090
- "type": "object",
32091
- "properties": {
32092
- "yesNo": {
32093
- "type": "string",
32094
- "title": "",
32095
- "enum": [
32096
- "Yes",
32097
- "No"
32098
- ]
32099
- }
32100
- },
32101
- "oneOf": [
32102
- {
32103
- "properties": {
32104
- "yesNo": {
32105
- "enum": [
32106
- "No"
32107
- ]
32108
- }
32109
- }
32110
- },
32111
- {
32112
- "properties": {
32113
- "yesNo": {
32114
- "enum": [
32115
- "Yes"
32116
- ]
32117
- },
32118
- "details": {
32119
- "title": "Details",
32120
- "type": "string",
32121
- "minLength": 1
32122
- }
32123
- }
32124
- }
32125
- ]
32126
- },
32127
32080
  "waterMeterLocation": {
32128
- "title": "Is there a water meter serving the property?",
32129
- "type": "object",
32130
- "properties": {
32131
- "yesNo": {
32132
- "type": "string",
32133
- "title": "",
32134
- "enum": [
32135
- "Yes",
32136
- "No"
32137
- ]
32138
- }
32139
- },
32140
- "oneOf": [
32141
- {
32142
- "properties": {
32143
- "yesNo": {
32144
- "enum": [
32145
- "No"
32146
- ]
32147
- }
32148
- }
32149
- },
32150
- {
32151
- "properties": {
32152
- "yesNo": {
32153
- "enum": [
32154
- "Yes"
32155
- ]
32156
- },
32157
- "details": {
32158
- "title": "Details",
32159
- "type": "string",
32160
- "minLength": 1
32161
- }
32162
- }
32163
- }
32164
- ]
32081
+ "title": "Please include details of the location of any water meter serving the property.",
32082
+ "type": "string",
32083
+ "minLength": 1
32165
32084
  }
32166
32085
  }
32167
32086
  },
@@ -32170,12 +32089,12 @@
32170
32089
  "title": "Charging",
32171
32090
  "properties": {
32172
32091
  "sewerageProvider": {
32173
- "title": "Who is responsible for providing the sewerage services for the property?",
32092
+ "title": "Who are the sewerage undertakers for the property?",
32174
32093
  "type": "string",
32175
32094
  "minLength": 1
32176
32095
  },
32177
32096
  "waterProvider": {
32178
- "title": "Who is responsible for providing the water services for the property?",
32097
+ "title": "Who are the water undertakers for the property?",
32179
32098
  "type": "string",
32180
32099
  "minLength": 1
32181
32100
  },