@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
|
@@ -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
|
-
"
|
|
15540
|
-
"title": "
|
|
15539
|
+
"water": {
|
|
15540
|
+
"title": "Water",
|
|
15541
15541
|
"type": "object",
|
|
15542
15542
|
"properties": {
|
|
15543
|
-
"
|
|
15544
|
-
"
|
|
15545
|
-
"
|
|
15546
|
-
"enum": [
|
|
15547
|
-
"Yes",
|
|
15548
|
-
"To be connected",
|
|
15549
|
-
"No"
|
|
15550
|
-
]
|
|
15551
|
-
}
|
|
15552
|
-
},
|
|
15553
|
-
"oneOf": [
|
|
15554
|
-
{
|
|
15555
|
-
"properties": {
|
|
15556
|
-
"yesNo": {
|
|
15557
|
-
"enum": [
|
|
15558
|
-
"No"
|
|
15559
|
-
]
|
|
15560
|
-
}
|
|
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
|
-
{
|
|
15543
|
+
"mainsWater": {
|
|
15544
|
+
"title": "Mains water",
|
|
15545
|
+
"type": "object",
|
|
15577
15546
|
"properties": {
|
|
15578
15547
|
"yesNo": {
|
|
15579
|
-
"enum": [
|
|
15580
|
-
"To be connected"
|
|
15581
|
-
]
|
|
15582
|
-
},
|
|
15583
|
-
"dateToBeConnected": {
|
|
15584
|
-
"title": "Date to be connected",
|
|
15585
15548
|
"type": "string",
|
|
15586
|
-
"
|
|
15587
|
-
},
|
|
15588
|
-
"supplier": {
|
|
15589
|
-
"title": "Supplier (if known)",
|
|
15590
|
-
"type": "string"
|
|
15591
|
-
}
|
|
15592
|
-
}
|
|
15593
|
-
}
|
|
15594
|
-
]
|
|
15595
|
-
},
|
|
15596
|
-
"mainsSurfaceWaterDrainage": {
|
|
15597
|
-
"title": "Mains surface water drainage",
|
|
15598
|
-
"type": "object",
|
|
15599
|
-
"properties": {
|
|
15600
|
-
"yesNo": {
|
|
15601
|
-
"type": "string",
|
|
15602
|
-
"title": "",
|
|
15603
|
-
"enum": [
|
|
15604
|
-
"Yes",
|
|
15605
|
-
"To be connected",
|
|
15606
|
-
"No"
|
|
15607
|
-
]
|
|
15608
|
-
}
|
|
15609
|
-
},
|
|
15610
|
-
"oneOf": [
|
|
15611
|
-
{
|
|
15612
|
-
"properties": {
|
|
15613
|
-
"yesNo": {
|
|
15549
|
+
"title": "",
|
|
15614
15550
|
"enum": [
|
|
15551
|
+
"Yes",
|
|
15552
|
+
"To be connected",
|
|
15615
15553
|
"No"
|
|
15616
15554
|
]
|
|
15617
15555
|
}
|
|
15618
|
-
}
|
|
15619
|
-
|
|
15620
|
-
|
|
15621
|
-
|
|
15622
|
-
|
|
15623
|
-
|
|
15624
|
-
|
|
15625
|
-
|
|
15626
|
-
|
|
15627
|
-
|
|
15628
|
-
"title": "Supplier (if known)",
|
|
15629
|
-
"type": "string"
|
|
15630
|
-
}
|
|
15631
|
-
}
|
|
15632
|
-
},
|
|
15633
|
-
{
|
|
15634
|
-
"properties": {
|
|
15635
|
-
"yesNo": {
|
|
15636
|
-
"enum": [
|
|
15637
|
-
"To be connected"
|
|
15638
|
-
]
|
|
15556
|
+
},
|
|
15557
|
+
"oneOf": [
|
|
15558
|
+
{
|
|
15559
|
+
"properties": {
|
|
15560
|
+
"yesNo": {
|
|
15561
|
+
"enum": [
|
|
15562
|
+
"No"
|
|
15563
|
+
]
|
|
15564
|
+
}
|
|
15565
|
+
}
|
|
15639
15566
|
},
|
|
15640
|
-
|
|
15641
|
-
"
|
|
15642
|
-
|
|
15643
|
-
|
|
15567
|
+
{
|
|
15568
|
+
"properties": {
|
|
15569
|
+
"yesNo": {
|
|
15570
|
+
"enum": [
|
|
15571
|
+
"Yes"
|
|
15572
|
+
]
|
|
15573
|
+
},
|
|
15574
|
+
"supplier": {
|
|
15575
|
+
"title": "Supplier (if known)",
|
|
15576
|
+
"type": "string"
|
|
15577
|
+
}
|
|
15578
|
+
}
|
|
15644
15579
|
},
|
|
15645
|
-
|
|
15646
|
-
"
|
|
15647
|
-
|
|
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
|
+
}
|
|
15648
15597
|
}
|
|
15649
|
-
|
|
15598
|
+
]
|
|
15650
15599
|
}
|
|
15651
|
-
|
|
15600
|
+
}
|
|
15652
15601
|
},
|
|
15653
|
-
"
|
|
15654
|
-
"title": "
|
|
15602
|
+
"drainage": {
|
|
15603
|
+
"title": "Drainage",
|
|
15655
15604
|
"type": "object",
|
|
15656
15605
|
"properties": {
|
|
15657
|
-
"
|
|
15658
|
-
"
|
|
15659
|
-
"
|
|
15660
|
-
"enum": [
|
|
15661
|
-
"Yes",
|
|
15662
|
-
"To be connected",
|
|
15663
|
-
"No"
|
|
15664
|
-
]
|
|
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
|
-
},
|
|
15682
|
-
{
|
|
15606
|
+
"mainsSurfaceWaterDrainage": {
|
|
15607
|
+
"title": "Mains surface water drainage",
|
|
15608
|
+
"type": "object",
|
|
15683
15609
|
"properties": {
|
|
15684
15610
|
"yesNo": {
|
|
15685
|
-
"enum": [
|
|
15686
|
-
"To be connected"
|
|
15687
|
-
]
|
|
15688
|
-
},
|
|
15689
|
-
"dateToBeConnected": {
|
|
15690
|
-
"title": "Date to be connected",
|
|
15691
15611
|
"type": "string",
|
|
15692
|
-
"
|
|
15693
|
-
},
|
|
15694
|
-
"supplier": {
|
|
15695
|
-
"title": "Supplier (if known)",
|
|
15696
|
-
"type": "string"
|
|
15697
|
-
}
|
|
15698
|
-
}
|
|
15699
|
-
},
|
|
15700
|
-
{
|
|
15701
|
-
"properties": {
|
|
15702
|
-
"yesNo": {
|
|
15612
|
+
"title": "",
|
|
15703
15613
|
"enum": [
|
|
15614
|
+
"Yes",
|
|
15615
|
+
"To be connected",
|
|
15704
15616
|
"No"
|
|
15705
15617
|
]
|
|
15706
|
-
}
|
|
15707
|
-
|
|
15708
|
-
|
|
15709
|
-
|
|
15618
|
+
}
|
|
15619
|
+
},
|
|
15620
|
+
"oneOf": [
|
|
15621
|
+
{
|
|
15710
15622
|
"properties": {
|
|
15711
15623
|
"yesNo": {
|
|
15712
|
-
"type": "string",
|
|
15713
|
-
"title": "",
|
|
15714
15624
|
"enum": [
|
|
15715
|
-
"Yes",
|
|
15716
|
-
"To be connected",
|
|
15717
15625
|
"No"
|
|
15718
15626
|
]
|
|
15719
15627
|
}
|
|
15720
|
-
}
|
|
15721
|
-
|
|
15722
|
-
|
|
15723
|
-
|
|
15724
|
-
|
|
15725
|
-
|
|
15726
|
-
|
|
15727
|
-
|
|
15728
|
-
}
|
|
15729
|
-
}
|
|
15730
|
-
},
|
|
15731
|
-
{
|
|
15732
|
-
"properties": {
|
|
15733
|
-
"yesNo": {
|
|
15734
|
-
"enum": [
|
|
15735
|
-
"Yes"
|
|
15736
|
-
]
|
|
15737
|
-
},
|
|
15738
|
-
"supplier": {
|
|
15739
|
-
"title": "Supplier (if known)",
|
|
15740
|
-
"type": "string"
|
|
15741
|
-
}
|
|
15742
|
-
}
|
|
15628
|
+
}
|
|
15629
|
+
},
|
|
15630
|
+
{
|
|
15631
|
+
"properties": {
|
|
15632
|
+
"yesNo": {
|
|
15633
|
+
"enum": [
|
|
15634
|
+
"Yes"
|
|
15635
|
+
]
|
|
15743
15636
|
},
|
|
15744
|
-
{
|
|
15745
|
-
"
|
|
15746
|
-
|
|
15747
|
-
"enum": [
|
|
15748
|
-
"To be connected"
|
|
15749
|
-
]
|
|
15750
|
-
},
|
|
15751
|
-
"dateToBeConnected": {
|
|
15752
|
-
"title": "Date to be connected",
|
|
15753
|
-
"type": "string",
|
|
15754
|
-
"format": "date"
|
|
15755
|
-
},
|
|
15756
|
-
"supplier": {
|
|
15757
|
-
"title": "Supplier (if known)",
|
|
15758
|
-
"type": "string"
|
|
15759
|
-
}
|
|
15760
|
-
}
|
|
15637
|
+
"supplier": {
|
|
15638
|
+
"title": "Supplier (if known)",
|
|
15639
|
+
"type": "string"
|
|
15761
15640
|
}
|
|
15762
|
-
|
|
15641
|
+
}
|
|
15763
15642
|
},
|
|
15764
|
-
|
|
15765
|
-
"title": "Septic tank",
|
|
15766
|
-
"type": "object",
|
|
15643
|
+
{
|
|
15767
15644
|
"properties": {
|
|
15768
15645
|
"yesNo": {
|
|
15769
|
-
"type": "string",
|
|
15770
|
-
"title": "",
|
|
15771
15646
|
"enum": [
|
|
15772
|
-
"
|
|
15773
|
-
"No"
|
|
15647
|
+
"To be connected"
|
|
15774
15648
|
]
|
|
15775
|
-
}
|
|
15776
|
-
},
|
|
15777
|
-
"oneOf": [
|
|
15778
|
-
{
|
|
15779
|
-
"properties": {
|
|
15780
|
-
"yesNo": {
|
|
15781
|
-
"enum": [
|
|
15782
|
-
"No"
|
|
15783
|
-
]
|
|
15784
|
-
}
|
|
15785
|
-
}
|
|
15786
15649
|
},
|
|
15787
|
-
{
|
|
15788
|
-
"
|
|
15789
|
-
|
|
15790
|
-
|
|
15791
|
-
|
|
15792
|
-
|
|
15793
|
-
|
|
15794
|
-
|
|
15795
|
-
"title": "Date replaced or upgraded",
|
|
15796
|
-
"type": "string",
|
|
15797
|
-
"format": "date"
|
|
15798
|
-
},
|
|
15799
|
-
"dateLastEmptied": {
|
|
15800
|
-
"title": "Date last emptied",
|
|
15801
|
-
"type": "string",
|
|
15802
|
-
"format": "date"
|
|
15803
|
-
}
|
|
15804
|
-
}
|
|
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"
|
|
15805
15658
|
}
|
|
15659
|
+
}
|
|
15660
|
+
}
|
|
15661
|
+
]
|
|
15662
|
+
},
|
|
15663
|
+
"mainsFoulDrainage": {
|
|
15664
|
+
"title": "Mains foul drainage",
|
|
15665
|
+
"type": "object",
|
|
15666
|
+
"properties": {
|
|
15667
|
+
"yesNo": {
|
|
15668
|
+
"type": "string",
|
|
15669
|
+
"title": "",
|
|
15670
|
+
"enum": [
|
|
15671
|
+
"Yes",
|
|
15672
|
+
"To be connected",
|
|
15673
|
+
"No"
|
|
15806
15674
|
]
|
|
15807
|
-
}
|
|
15808
|
-
|
|
15809
|
-
|
|
15810
|
-
|
|
15675
|
+
}
|
|
15676
|
+
},
|
|
15677
|
+
"oneOf": [
|
|
15678
|
+
{
|
|
15811
15679
|
"properties": {
|
|
15812
15680
|
"yesNo": {
|
|
15813
|
-
"type": "string",
|
|
15814
|
-
"title": "",
|
|
15815
15681
|
"enum": [
|
|
15816
|
-
"Yes"
|
|
15817
|
-
"No"
|
|
15682
|
+
"Yes"
|
|
15818
15683
|
]
|
|
15819
|
-
}
|
|
15820
|
-
},
|
|
15821
|
-
"oneOf": [
|
|
15822
|
-
{
|
|
15823
|
-
"properties": {
|
|
15824
|
-
"yesNo": {
|
|
15825
|
-
"enum": [
|
|
15826
|
-
"No"
|
|
15827
|
-
]
|
|
15828
|
-
}
|
|
15829
|
-
}
|
|
15830
15684
|
},
|
|
15831
|
-
{
|
|
15832
|
-
"
|
|
15833
|
-
|
|
15834
|
-
|
|
15835
|
-
"Yes"
|
|
15836
|
-
]
|
|
15837
|
-
},
|
|
15838
|
-
"dateLastEmptied": {
|
|
15839
|
-
"title": "Date last emptied",
|
|
15840
|
-
"type": "string",
|
|
15841
|
-
"format": "date"
|
|
15842
|
-
}
|
|
15843
|
-
}
|
|
15685
|
+
"supplier": {
|
|
15686
|
+
"title": "Supplier (if known)",
|
|
15687
|
+
"type": "string",
|
|
15688
|
+
"minLength": 1
|
|
15844
15689
|
}
|
|
15845
|
-
|
|
15690
|
+
}
|
|
15846
15691
|
},
|
|
15847
|
-
|
|
15848
|
-
"title": "Sewerage treatment plant",
|
|
15849
|
-
"type": "object",
|
|
15692
|
+
{
|
|
15850
15693
|
"properties": {
|
|
15851
15694
|
"yesNo": {
|
|
15852
|
-
"type": "string",
|
|
15853
|
-
"title": "",
|
|
15854
15695
|
"enum": [
|
|
15855
|
-
"
|
|
15856
|
-
"No"
|
|
15696
|
+
"To be connected"
|
|
15857
15697
|
]
|
|
15858
|
-
}
|
|
15859
|
-
},
|
|
15860
|
-
"oneOf": [
|
|
15861
|
-
{
|
|
15862
|
-
"properties": {
|
|
15863
|
-
"yesNo": {
|
|
15864
|
-
"enum": [
|
|
15865
|
-
"No"
|
|
15866
|
-
]
|
|
15867
|
-
}
|
|
15868
|
-
}
|
|
15869
15698
|
},
|
|
15870
|
-
{
|
|
15871
|
-
"
|
|
15872
|
-
|
|
15873
|
-
|
|
15874
|
-
|
|
15875
|
-
|
|
15876
|
-
|
|
15877
|
-
|
|
15878
|
-
"title": "Date installed",
|
|
15879
|
-
"type": "string",
|
|
15880
|
-
"format": "date"
|
|
15881
|
-
},
|
|
15882
|
-
"dateLastServiced": {
|
|
15883
|
-
"title": "Date last serviced",
|
|
15884
|
-
"type": "string",
|
|
15885
|
-
"format": "date"
|
|
15886
|
-
},
|
|
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
|
-
]
|
|
15895
|
-
}
|
|
15896
|
-
}
|
|
15699
|
+
"dateToBeConnected": {
|
|
15700
|
+
"title": "Date to be connected",
|
|
15701
|
+
"type": "string",
|
|
15702
|
+
"format": "date"
|
|
15703
|
+
},
|
|
15704
|
+
"supplier": {
|
|
15705
|
+
"title": "Supplier (if known)",
|
|
15706
|
+
"type": "string"
|
|
15897
15707
|
}
|
|
15898
|
-
|
|
15708
|
+
}
|
|
15899
15709
|
},
|
|
15900
|
-
|
|
15901
|
-
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
15902
|
-
"type": "object",
|
|
15710
|
+
{
|
|
15903
15711
|
"properties": {
|
|
15904
15712
|
"yesNo": {
|
|
15905
|
-
"type": "string",
|
|
15906
|
-
"title": "",
|
|
15907
15713
|
"enum": [
|
|
15908
|
-
"Yes",
|
|
15909
15714
|
"No"
|
|
15910
15715
|
]
|
|
15911
|
-
}
|
|
15912
|
-
|
|
15913
|
-
|
|
15914
|
-
|
|
15716
|
+
},
|
|
15717
|
+
"sustainableDrainageSystem": {
|
|
15718
|
+
"title": "Sustainable Drainage System",
|
|
15719
|
+
"type": "object",
|
|
15915
15720
|
"properties": {
|
|
15916
15721
|
"yesNo": {
|
|
15722
|
+
"type": "string",
|
|
15723
|
+
"title": "",
|
|
15917
15724
|
"enum": [
|
|
15725
|
+
"Yes",
|
|
15726
|
+
"To be connected",
|
|
15918
15727
|
"No"
|
|
15919
15728
|
]
|
|
15920
15729
|
}
|
|
15921
|
-
}
|
|
15730
|
+
},
|
|
15731
|
+
"oneOf": [
|
|
15732
|
+
{
|
|
15733
|
+
"properties": {
|
|
15734
|
+
"yesNo": {
|
|
15735
|
+
"enum": [
|
|
15736
|
+
"No"
|
|
15737
|
+
]
|
|
15738
|
+
}
|
|
15739
|
+
}
|
|
15740
|
+
},
|
|
15741
|
+
{
|
|
15742
|
+
"properties": {
|
|
15743
|
+
"yesNo": {
|
|
15744
|
+
"enum": [
|
|
15745
|
+
"Yes"
|
|
15746
|
+
]
|
|
15747
|
+
},
|
|
15748
|
+
"supplier": {
|
|
15749
|
+
"title": "Supplier (if known)",
|
|
15750
|
+
"type": "string"
|
|
15751
|
+
}
|
|
15752
|
+
}
|
|
15753
|
+
},
|
|
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
|
+
}
|
|
15771
|
+
}
|
|
15772
|
+
]
|
|
15922
15773
|
},
|
|
15923
|
-
{
|
|
15774
|
+
"septicTank": {
|
|
15775
|
+
"title": "Septic tank",
|
|
15776
|
+
"type": "object",
|
|
15924
15777
|
"properties": {
|
|
15925
15778
|
"yesNo": {
|
|
15779
|
+
"type": "string",
|
|
15780
|
+
"title": "",
|
|
15926
15781
|
"enum": [
|
|
15927
|
-
"Yes"
|
|
15782
|
+
"Yes",
|
|
15783
|
+
"No"
|
|
15928
15784
|
]
|
|
15785
|
+
}
|
|
15786
|
+
},
|
|
15787
|
+
"oneOf": [
|
|
15788
|
+
{
|
|
15789
|
+
"properties": {
|
|
15790
|
+
"yesNo": {
|
|
15791
|
+
"enum": [
|
|
15792
|
+
"No"
|
|
15793
|
+
]
|
|
15794
|
+
}
|
|
15795
|
+
}
|
|
15929
15796
|
},
|
|
15930
|
-
|
|
15931
|
-
"
|
|
15932
|
-
|
|
15933
|
-
|
|
15934
|
-
|
|
15935
|
-
|
|
15936
|
-
|
|
15937
|
-
|
|
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
|
+
}
|
|
15938
15815
|
}
|
|
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
15816
|
]
|
|
15954
|
-
}
|
|
15955
|
-
|
|
15956
|
-
|
|
15957
|
-
|
|
15817
|
+
},
|
|
15818
|
+
"cesspit": {
|
|
15819
|
+
"title": "Cesspit",
|
|
15820
|
+
"type": "object",
|
|
15958
15821
|
"properties": {
|
|
15959
15822
|
"yesNo": {
|
|
15823
|
+
"type": "string",
|
|
15824
|
+
"title": "",
|
|
15960
15825
|
"enum": [
|
|
15826
|
+
"Yes",
|
|
15961
15827
|
"No"
|
|
15962
15828
|
]
|
|
15963
15829
|
}
|
|
15964
|
-
}
|
|
15830
|
+
},
|
|
15831
|
+
"oneOf": [
|
|
15832
|
+
{
|
|
15833
|
+
"properties": {
|
|
15834
|
+
"yesNo": {
|
|
15835
|
+
"enum": [
|
|
15836
|
+
"No"
|
|
15837
|
+
]
|
|
15838
|
+
}
|
|
15839
|
+
}
|
|
15840
|
+
},
|
|
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
|
+
}
|
|
15854
|
+
}
|
|
15855
|
+
]
|
|
15965
15856
|
},
|
|
15966
|
-
{
|
|
15857
|
+
"sewerageTreatmentPlant": {
|
|
15858
|
+
"title": "Sewerage treatment plant",
|
|
15859
|
+
"type": "object",
|
|
15967
15860
|
"properties": {
|
|
15968
15861
|
"yesNo": {
|
|
15969
|
-
"enum": [
|
|
15970
|
-
"Yes"
|
|
15971
|
-
]
|
|
15972
|
-
},
|
|
15973
|
-
"attachments": {
|
|
15974
|
-
"title": "Please supply a plan showing the location of the system and how access is obtained.",
|
|
15975
15862
|
"type": "string",
|
|
15863
|
+
"title": "",
|
|
15976
15864
|
"enum": [
|
|
15977
|
-
"
|
|
15978
|
-
"
|
|
15865
|
+
"Yes",
|
|
15866
|
+
"No"
|
|
15979
15867
|
]
|
|
15980
15868
|
}
|
|
15981
|
-
}
|
|
15982
|
-
|
|
15983
|
-
|
|
15984
|
-
|
|
15985
|
-
|
|
15986
|
-
|
|
15987
|
-
|
|
15988
|
-
|
|
15989
|
-
|
|
15990
|
-
|
|
15991
|
-
|
|
15992
|
-
|
|
15993
|
-
|
|
15994
|
-
|
|
15869
|
+
},
|
|
15870
|
+
"oneOf": [
|
|
15871
|
+
{
|
|
15872
|
+
"properties": {
|
|
15873
|
+
"yesNo": {
|
|
15874
|
+
"enum": [
|
|
15875
|
+
"No"
|
|
15876
|
+
]
|
|
15877
|
+
}
|
|
15878
|
+
}
|
|
15879
|
+
},
|
|
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
|
+
}
|
|
15907
|
+
}
|
|
15995
15908
|
]
|
|
15996
|
-
}
|
|
15997
|
-
|
|
15998
|
-
|
|
15999
|
-
|
|
15909
|
+
},
|
|
15910
|
+
"otherConnectedProperties": {
|
|
15911
|
+
"title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
|
|
15912
|
+
"type": "object",
|
|
16000
15913
|
"properties": {
|
|
16001
15914
|
"yesNo": {
|
|
15915
|
+
"type": "string",
|
|
15916
|
+
"title": "",
|
|
16002
15917
|
"enum": [
|
|
15918
|
+
"Yes",
|
|
16003
15919
|
"No"
|
|
16004
15920
|
]
|
|
16005
15921
|
}
|
|
16006
|
-
}
|
|
15922
|
+
},
|
|
15923
|
+
"oneOf": [
|
|
15924
|
+
{
|
|
15925
|
+
"properties": {
|
|
15926
|
+
"yesNo": {
|
|
15927
|
+
"enum": [
|
|
15928
|
+
"No"
|
|
15929
|
+
]
|
|
15930
|
+
}
|
|
15931
|
+
}
|
|
15932
|
+
},
|
|
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
|
+
}
|
|
15950
|
+
}
|
|
15951
|
+
]
|
|
16007
15952
|
},
|
|
16008
|
-
{
|
|
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",
|
|
16009
15956
|
"properties": {
|
|
16010
15957
|
"yesNo": {
|
|
16011
|
-
"enum": [
|
|
16012
|
-
"Yes"
|
|
16013
|
-
]
|
|
16014
|
-
},
|
|
16015
|
-
"attachments": {
|
|
16016
|
-
"title": "Please supply the appropriate permit to discharge or exemption certificate",
|
|
16017
15958
|
"type": "string",
|
|
15959
|
+
"title": "",
|
|
16018
15960
|
"enum": [
|
|
16019
|
-
"
|
|
16020
|
-
"
|
|
15961
|
+
"Yes",
|
|
15962
|
+
"No"
|
|
16021
15963
|
]
|
|
16022
15964
|
}
|
|
16023
|
-
}
|
|
16024
|
-
|
|
16025
|
-
|
|
16026
|
-
|
|
16027
|
-
|
|
16028
|
-
|
|
16029
|
-
|
|
16030
|
-
|
|
16031
|
-
|
|
16032
|
-
|
|
16033
|
-
|
|
16034
|
-
|
|
16035
|
-
|
|
16036
|
-
|
|
15965
|
+
},
|
|
15966
|
+
"oneOf": [
|
|
15967
|
+
{
|
|
15968
|
+
"properties": {
|
|
15969
|
+
"yesNo": {
|
|
15970
|
+
"enum": [
|
|
15971
|
+
"No"
|
|
15972
|
+
]
|
|
15973
|
+
}
|
|
15974
|
+
}
|
|
15975
|
+
},
|
|
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
|
+
}
|
|
15992
|
+
}
|
|
16037
15993
|
]
|
|
16038
|
-
}
|
|
16039
|
-
|
|
16040
|
-
|
|
16041
|
-
|
|
15994
|
+
},
|
|
15995
|
+
"plantRegistered": {
|
|
15996
|
+
"title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
|
|
15997
|
+
"type": "object",
|
|
16042
15998
|
"properties": {
|
|
16043
15999
|
"yesNo": {
|
|
16000
|
+
"type": "string",
|
|
16001
|
+
"title": "",
|
|
16044
16002
|
"enum": [
|
|
16045
|
-
"
|
|
16003
|
+
"Yes",
|
|
16004
|
+
"No"
|
|
16046
16005
|
]
|
|
16047
16006
|
}
|
|
16048
|
-
}
|
|
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
|
+
}
|
|
16034
|
+
}
|
|
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,
|
|
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": "
|
|
17063
|
-
"
|
|
17064
|
-
"
|
|
17065
|
-
|
|
17066
|
-
|
|
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": "
|
|
17077
|
-
"
|
|
17078
|
-
"
|
|
17079
|
-
|
|
17080
|
-
|
|
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": "
|
|
17091
|
-
"
|
|
17092
|
-
"
|
|
17093
|
-
|
|
17094
|
-
|
|
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": "
|
|
17105
|
-
"
|
|
17106
|
-
"
|
|
17107
|
-
|
|
17108
|
-
|
|
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": "
|
|
17119
|
-
"
|
|
17120
|
-
"
|
|
17121
|
-
|
|
17122
|
-
|
|
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": "
|
|
18695
|
-
"enum": [
|
|
18696
|
-
"true",
|
|
18697
|
-
"false"
|
|
18698
|
-
]
|
|
18681
|
+
"type": "boolean"
|
|
18699
18682
|
}
|
|
18700
18683
|
}
|
|
18701
18684
|
}
|
|
@@ -31931,7 +31914,7 @@
|
|
|
31931
31914
|
},
|
|
31932
31915
|
"water": {
|
|
31933
31916
|
"type": "object",
|
|
31934
|
-
"title": "
|
|
31917
|
+
"title": "Water",
|
|
31935
31918
|
"properties": {
|
|
31936
31919
|
"mainsWaterConnected": {
|
|
31937
31920
|
"title": "Is the property connected to the main water supply?",
|