@pdtf/schemas 2.0.0-14 → 2.0.0-16
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 +7 -6
- package/src/schemas/v2/combined.json +151 -180
- package/src/schemas/v2/overlays/baspi.json +80 -69
- package/src/schemas/v2/overlays/con29DW.json +255 -126
- 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 +8 -6
- package/src/schemas/v2/overlays/ta6.json +31 -31
- package/src/schemas/v2/overlays/ta7.json +1 -1
- package/src/schemas/v2/pdtf-transaction.json +100 -167
|
@@ -150,7 +150,6 @@
|
|
|
150
150
|
"fixturesAndFittings",
|
|
151
151
|
"waterAndDrainage",
|
|
152
152
|
"connectedUtilities",
|
|
153
|
-
"greenDealLoan",
|
|
154
153
|
"centralHeating",
|
|
155
154
|
"insurance",
|
|
156
155
|
"boundaries",
|
|
@@ -4519,7 +4518,7 @@
|
|
|
4519
4518
|
"ntsRef": "A1.4",
|
|
4520
4519
|
"lpe1Ref": "3.1",
|
|
4521
4520
|
"rdsRef": "TenureAgreements/RentPayable/Value",
|
|
4522
|
-
"title": "What is the annual ground rent payable?",
|
|
4521
|
+
"title": "What is the annual ground rent payable? (£)",
|
|
4523
4522
|
"type": "number"
|
|
4524
4523
|
},
|
|
4525
4524
|
"groundRentFrequency": {
|
|
@@ -7457,7 +7456,7 @@
|
|
|
7457
7456
|
"rdsRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
|
|
7458
7457
|
"title": "Energy Efficiency",
|
|
7459
7458
|
"type": "object",
|
|
7460
|
-
"baspiRequired": ["certificate"],
|
|
7459
|
+
"baspiRequired": ["certificate", "greenDealLoan"],
|
|
7461
7460
|
"properties": {
|
|
7462
7461
|
"certificate": {
|
|
7463
7462
|
"baspiRef": "A1.8.3.1",
|
|
@@ -7792,6 +7791,62 @@
|
|
|
7792
7791
|
}
|
|
7793
7792
|
}
|
|
7794
7793
|
}
|
|
7794
|
+
},
|
|
7795
|
+
"greenDealLoan": {
|
|
7796
|
+
"baspiRef": "A7.3",
|
|
7797
|
+
"rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation",
|
|
7798
|
+
"title": "Green Deal Loan",
|
|
7799
|
+
"type": "object",
|
|
7800
|
+
"baspiRequired": ["hasGreenDealLoan"],
|
|
7801
|
+
"properties": {
|
|
7802
|
+
"hasGreenDealLoan": {
|
|
7803
|
+
"baspiRef": "A7.3",
|
|
7804
|
+
"ta6Ref": "7.7",
|
|
7805
|
+
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
7806
|
+
"type": "object",
|
|
7807
|
+
"properties": {
|
|
7808
|
+
"yesNo": {
|
|
7809
|
+
"baspiRef": "A7.3.1",
|
|
7810
|
+
"type": "string",
|
|
7811
|
+
"title": "",
|
|
7812
|
+
"enum": ["Yes", "No"]
|
|
7813
|
+
}
|
|
7814
|
+
},
|
|
7815
|
+
"baspiRequired": ["yesNo"],
|
|
7816
|
+
"discriminator": {
|
|
7817
|
+
"propertyName": "yesNo"
|
|
7818
|
+
},
|
|
7819
|
+
"oneOf": [
|
|
7820
|
+
{
|
|
7821
|
+
"properties": {
|
|
7822
|
+
"yesNo": {
|
|
7823
|
+
"enum": ["No"]
|
|
7824
|
+
}
|
|
7825
|
+
}
|
|
7826
|
+
},
|
|
7827
|
+
{
|
|
7828
|
+
"properties": {
|
|
7829
|
+
"yesNo": {
|
|
7830
|
+
"enum": ["Yes"]
|
|
7831
|
+
},
|
|
7832
|
+
"details": {
|
|
7833
|
+
"baspiRef": "A7.3.2",
|
|
7834
|
+
"title": "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill",
|
|
7835
|
+
"type": "string",
|
|
7836
|
+
"minLength": 1
|
|
7837
|
+
},
|
|
7838
|
+
"attachments": {
|
|
7839
|
+
"baspiRef": "A7.3.3",
|
|
7840
|
+
"title": "Attachments",
|
|
7841
|
+
"type": "string",
|
|
7842
|
+
"enum": ["Attached", "To follow"]
|
|
7843
|
+
}
|
|
7844
|
+
},
|
|
7845
|
+
"baspiRequired": ["details", "attachments"]
|
|
7846
|
+
}
|
|
7847
|
+
]
|
|
7848
|
+
}
|
|
7849
|
+
}
|
|
7795
7850
|
}
|
|
7796
7851
|
}
|
|
7797
7852
|
},
|
|
@@ -17243,62 +17298,6 @@
|
|
|
17243
17298
|
}
|
|
17244
17299
|
}
|
|
17245
17300
|
},
|
|
17246
|
-
"greenDealLoan": {
|
|
17247
|
-
"baspiRef": "A7.3",
|
|
17248
|
-
"rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation",
|
|
17249
|
-
"title": "Green Deal Loan",
|
|
17250
|
-
"type": "object",
|
|
17251
|
-
"baspiRequired": ["hasGreenDealLoan"],
|
|
17252
|
-
"properties": {
|
|
17253
|
-
"hasGreenDealLoan": {
|
|
17254
|
-
"baspiRef": "A7.3",
|
|
17255
|
-
"ta6Ref": "7.7",
|
|
17256
|
-
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
17257
|
-
"type": "object",
|
|
17258
|
-
"properties": {
|
|
17259
|
-
"yesNo": {
|
|
17260
|
-
"baspiRef": "A7.3.1",
|
|
17261
|
-
"type": "string",
|
|
17262
|
-
"title": "",
|
|
17263
|
-
"enum": ["Yes", "No"]
|
|
17264
|
-
}
|
|
17265
|
-
},
|
|
17266
|
-
"baspiRequired": ["yesNo"],
|
|
17267
|
-
"discriminator": {
|
|
17268
|
-
"propertyName": "yesNo"
|
|
17269
|
-
},
|
|
17270
|
-
"oneOf": [
|
|
17271
|
-
{
|
|
17272
|
-
"properties": {
|
|
17273
|
-
"yesNo": {
|
|
17274
|
-
"enum": ["No"]
|
|
17275
|
-
}
|
|
17276
|
-
}
|
|
17277
|
-
},
|
|
17278
|
-
{
|
|
17279
|
-
"properties": {
|
|
17280
|
-
"yesNo": {
|
|
17281
|
-
"enum": ["Yes"]
|
|
17282
|
-
},
|
|
17283
|
-
"details": {
|
|
17284
|
-
"baspiRef": "A7.3.2",
|
|
17285
|
-
"title": "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill",
|
|
17286
|
-
"type": "string",
|
|
17287
|
-
"minLength": 1
|
|
17288
|
-
},
|
|
17289
|
-
"attachments": {
|
|
17290
|
-
"baspiRef": "A7.3.3",
|
|
17291
|
-
"title": "Attachments",
|
|
17292
|
-
"type": "string",
|
|
17293
|
-
"enum": ["Attached", "To follow"]
|
|
17294
|
-
}
|
|
17295
|
-
},
|
|
17296
|
-
"baspiRequired": ["details", "attachments"]
|
|
17297
|
-
}
|
|
17298
|
-
]
|
|
17299
|
-
}
|
|
17300
|
-
}
|
|
17301
|
-
},
|
|
17302
17301
|
"centralHeating": {
|
|
17303
17302
|
"baspiRef": "A7.4",
|
|
17304
17303
|
"rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
|
|
@@ -20594,6 +20593,7 @@
|
|
|
20594
20593
|
"type": "object",
|
|
20595
20594
|
"properties": {
|
|
20596
20595
|
"yesNo": {
|
|
20596
|
+
"baspiRef": "B6.3.1.1",
|
|
20597
20597
|
"type": "string",
|
|
20598
20598
|
"title": "",
|
|
20599
20599
|
"enum": ["Yes", "No"]
|
|
@@ -20677,7 +20677,8 @@
|
|
|
20677
20677
|
"willRemoveAllRubbish",
|
|
20678
20678
|
"otherPropertyInChain",
|
|
20679
20679
|
"moveRestrictionDates",
|
|
20680
|
-
"digitalPropertyLogbook"
|
|
20680
|
+
"digitalPropertyLogbook",
|
|
20681
|
+
"sufficientToRepayAllMortgages"
|
|
20681
20682
|
],
|
|
20682
20683
|
"properties": {
|
|
20683
20684
|
"willRemoveAllRubbish": {
|
|
@@ -20806,7 +20807,8 @@
|
|
|
20806
20807
|
"baspiRef": "B7.3.2.1",
|
|
20807
20808
|
"type": "string",
|
|
20808
20809
|
"format": "date"
|
|
20809
|
-
}
|
|
20810
|
+
},
|
|
20811
|
+
"minItems": 1
|
|
20810
20812
|
}
|
|
20811
20813
|
},
|
|
20812
20814
|
"baspiRequired": ["restrictedDates"]
|
|
@@ -20853,8 +20855,7 @@
|
|
|
20853
20855
|
"baspiRef": "B7.5.2",
|
|
20854
20856
|
"title": "Please confirm that on completion you will transfer it to the new owner",
|
|
20855
20857
|
"confirmation": {
|
|
20856
|
-
"type": "
|
|
20857
|
-
"enum": ["true", "false"]
|
|
20858
|
+
"type": "boolean"
|
|
20858
20859
|
}
|
|
20859
20860
|
}
|
|
20860
20861
|
},
|
|
@@ -33442,10 +33443,34 @@
|
|
|
33442
33443
|
"properties": {
|
|
33443
33444
|
"publicSewerMapAttached": {
|
|
33444
33445
|
"con29DWRef": "1.1",
|
|
33445
|
-
"title": "
|
|
33446
|
+
"title": "Where relevant, please include a copy of an extract from the public sewer map.",
|
|
33447
|
+
"type": "string",
|
|
33448
|
+
"minLength": 1
|
|
33449
|
+
},
|
|
33450
|
+
"waterworksMapAttached": {
|
|
33451
|
+
"con29DWRef": "1.2",
|
|
33452
|
+
"title": "Where relevant, please include a copy of an extract from the map of waterworks.",
|
|
33453
|
+
"type": "string",
|
|
33454
|
+
"minLength": 1
|
|
33455
|
+
}
|
|
33456
|
+
},
|
|
33457
|
+
"con29DWRequired": [
|
|
33458
|
+
"publicSewerMapAttached",
|
|
33459
|
+
"waterworksMapAttached"
|
|
33460
|
+
]
|
|
33461
|
+
},
|
|
33462
|
+
"drainage": {
|
|
33463
|
+
"type": "object",
|
|
33464
|
+
"con29DWRef": "2",
|
|
33465
|
+
"title": "Drainage",
|
|
33466
|
+
"properties": {
|
|
33467
|
+
"publicFoulDrainage": {
|
|
33468
|
+
"con29DWRef": "2.1",
|
|
33469
|
+
"title": "Does foul water from the property drain to a public sewer?",
|
|
33446
33470
|
"type": "object",
|
|
33447
33471
|
"properties": {
|
|
33448
33472
|
"yesNo": {
|
|
33473
|
+
"con29DWRef": "2.1.1",
|
|
33449
33474
|
"type": "string",
|
|
33450
33475
|
"title": "",
|
|
33451
33476
|
"enum": ["Yes", "No"]
|
|
@@ -33469,6 +33494,7 @@
|
|
|
33469
33494
|
"enum": ["No"]
|
|
33470
33495
|
},
|
|
33471
33496
|
"details": {
|
|
33497
|
+
"con29DWRef": "2.1.2",
|
|
33472
33498
|
"title": "Details",
|
|
33473
33499
|
"type": "string",
|
|
33474
33500
|
"minLength": 1
|
|
@@ -33478,12 +33504,13 @@
|
|
|
33478
33504
|
}
|
|
33479
33505
|
]
|
|
33480
33506
|
},
|
|
33481
|
-
"
|
|
33482
|
-
"con29DWRef": "
|
|
33483
|
-
"title": "
|
|
33507
|
+
"publicSurfaceDrainage": {
|
|
33508
|
+
"con29DWRef": "2.2",
|
|
33509
|
+
"title": "Does surface water from the property drain to a public sewer?",
|
|
33484
33510
|
"type": "object",
|
|
33485
33511
|
"properties": {
|
|
33486
33512
|
"yesNo": {
|
|
33513
|
+
"con29DWRef": "2.2.1",
|
|
33487
33514
|
"type": "string",
|
|
33488
33515
|
"title": "",
|
|
33489
33516
|
"enum": ["Yes", "No"]
|
|
@@ -33507,6 +33534,7 @@
|
|
|
33507
33534
|
"enum": ["No"]
|
|
33508
33535
|
},
|
|
33509
33536
|
"details": {
|
|
33537
|
+
"con29DWRef": "2.2.2",
|
|
33510
33538
|
"title": "Details",
|
|
33511
33539
|
"type": "string",
|
|
33512
33540
|
"minLength": 1
|
|
@@ -33515,24 +33543,14 @@
|
|
|
33515
33543
|
"con29DWRequired": ["details"]
|
|
33516
33544
|
}
|
|
33517
33545
|
]
|
|
33518
|
-
}
|
|
33519
|
-
|
|
33520
|
-
|
|
33521
|
-
|
|
33522
|
-
"waterworksMapAttached"
|
|
33523
|
-
]
|
|
33524
|
-
},
|
|
33525
|
-
"drainage": {
|
|
33526
|
-
"type": "object",
|
|
33527
|
-
"con29DWRef": "2",
|
|
33528
|
-
"title": "Drainage",
|
|
33529
|
-
"properties": {
|
|
33530
|
-
"publicFoulDrainage": {
|
|
33531
|
-
"con29DWRef": "2.1",
|
|
33532
|
-
"title": "Does foul water from the property drain to a public sewer?",
|
|
33546
|
+
},
|
|
33547
|
+
"surfaceDrainageCharge": {
|
|
33548
|
+
"con29DWRef": "2.3",
|
|
33549
|
+
"title": "Is a surface water drainage charge payable?",
|
|
33533
33550
|
"type": "object",
|
|
33534
33551
|
"properties": {
|
|
33535
33552
|
"yesNo": {
|
|
33553
|
+
"con29DWRef": "2.3.1",
|
|
33536
33554
|
"type": "string",
|
|
33537
33555
|
"title": "",
|
|
33538
33556
|
"enum": ["Yes", "No"]
|
|
@@ -33546,16 +33564,17 @@
|
|
|
33546
33564
|
{
|
|
33547
33565
|
"properties": {
|
|
33548
33566
|
"yesNo": {
|
|
33549
|
-
"enum": ["
|
|
33567
|
+
"enum": ["No"]
|
|
33550
33568
|
}
|
|
33551
33569
|
}
|
|
33552
33570
|
},
|
|
33553
33571
|
{
|
|
33554
33572
|
"properties": {
|
|
33555
33573
|
"yesNo": {
|
|
33556
|
-
"enum": ["
|
|
33574
|
+
"enum": ["Yes"]
|
|
33557
33575
|
},
|
|
33558
33576
|
"details": {
|
|
33577
|
+
"con29DWRef": "2.3.2",
|
|
33559
33578
|
"title": "Details",
|
|
33560
33579
|
"type": "string",
|
|
33561
33580
|
"minLength": 1
|
|
@@ -33565,12 +33584,13 @@
|
|
|
33565
33584
|
}
|
|
33566
33585
|
]
|
|
33567
33586
|
},
|
|
33568
|
-
"
|
|
33569
|
-
"con29DWRef": "2.
|
|
33570
|
-
"title": "Does
|
|
33587
|
+
"publicDrainWithinBoundaries": {
|
|
33588
|
+
"con29DWRef": "2.4",
|
|
33589
|
+
"title": "Does the public sewer map indicate any public sewer, disposal main or lateral drain within the boundaries of the property?",
|
|
33571
33590
|
"type": "object",
|
|
33572
33591
|
"properties": {
|
|
33573
33592
|
"yesNo": {
|
|
33593
|
+
"con29DWRef": "2.4.0.1",
|
|
33574
33594
|
"type": "string",
|
|
33575
33595
|
"title": "",
|
|
33576
33596
|
"enum": ["Yes", "No"]
|
|
@@ -33584,16 +33604,17 @@
|
|
|
33584
33604
|
{
|
|
33585
33605
|
"properties": {
|
|
33586
33606
|
"yesNo": {
|
|
33587
|
-
"enum": ["
|
|
33607
|
+
"enum": ["No"]
|
|
33588
33608
|
}
|
|
33589
33609
|
}
|
|
33590
33610
|
},
|
|
33591
33611
|
{
|
|
33592
33612
|
"properties": {
|
|
33593
33613
|
"yesNo": {
|
|
33594
|
-
"enum": ["
|
|
33614
|
+
"enum": ["Yes"]
|
|
33595
33615
|
},
|
|
33596
33616
|
"details": {
|
|
33617
|
+
"con29DWRef": "2.4.0.2",
|
|
33597
33618
|
"title": "Details",
|
|
33598
33619
|
"type": "string",
|
|
33599
33620
|
"minLength": 1
|
|
@@ -33603,12 +33624,13 @@
|
|
|
33603
33624
|
}
|
|
33604
33625
|
]
|
|
33605
33626
|
},
|
|
33606
|
-
"
|
|
33607
|
-
"con29DWRef": "2.
|
|
33608
|
-
"title": "
|
|
33627
|
+
"publicPumpingStationWithinBoundaries": {
|
|
33628
|
+
"con29DWRef": "2.4.1",
|
|
33629
|
+
"title": "Does the public sewer map indicate any public pumping station or any other ancillary apparatus within the boundaries of the property?",
|
|
33609
33630
|
"type": "object",
|
|
33610
33631
|
"properties": {
|
|
33611
33632
|
"yesNo": {
|
|
33633
|
+
"con29DWRef": "2.4.1.1",
|
|
33612
33634
|
"type": "string",
|
|
33613
33635
|
"title": "",
|
|
33614
33636
|
"enum": ["Yes", "No"]
|
|
@@ -33632,6 +33654,7 @@
|
|
|
33632
33654
|
"enum": ["Yes"]
|
|
33633
33655
|
},
|
|
33634
33656
|
"details": {
|
|
33657
|
+
"con29DWRef": "2.4.1.2",
|
|
33635
33658
|
"title": "Details",
|
|
33636
33659
|
"type": "string",
|
|
33637
33660
|
"minLength": 1
|
|
@@ -33641,12 +33664,13 @@
|
|
|
33641
33664
|
}
|
|
33642
33665
|
]
|
|
33643
33666
|
},
|
|
33644
|
-
"
|
|
33645
|
-
"con29DWRef": "2.
|
|
33646
|
-
"title": "Does the public sewer map indicate any public sewer
|
|
33667
|
+
"publicSewerWithin100ft": {
|
|
33668
|
+
"con29DWRef": "2.5",
|
|
33669
|
+
"title": "Does the public sewer map indicate any public sewer within 30.48 meters (100 feet) of any buildings within the property?",
|
|
33647
33670
|
"type": "object",
|
|
33648
33671
|
"properties": {
|
|
33649
33672
|
"yesNo": {
|
|
33673
|
+
"con29DWRef": "2.5.0.1",
|
|
33650
33674
|
"type": "string",
|
|
33651
33675
|
"title": "",
|
|
33652
33676
|
"enum": ["Yes", "No"]
|
|
@@ -33670,6 +33694,7 @@
|
|
|
33670
33694
|
"enum": ["Yes"]
|
|
33671
33695
|
},
|
|
33672
33696
|
"details": {
|
|
33697
|
+
"con29DWRef": "2.5.0.2",
|
|
33673
33698
|
"title": "Details",
|
|
33674
33699
|
"type": "string",
|
|
33675
33700
|
"minLength": 1
|
|
@@ -33679,12 +33704,13 @@
|
|
|
33679
33704
|
}
|
|
33680
33705
|
]
|
|
33681
33706
|
},
|
|
33682
|
-
"
|
|
33683
|
-
"con29DWRef": "2.5",
|
|
33684
|
-
"title": "Does the public sewer map indicate any public
|
|
33707
|
+
"publicPumpingStationWithin50mOfBuildings": {
|
|
33708
|
+
"con29DWRef": "2.5.1",
|
|
33709
|
+
"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?",
|
|
33685
33710
|
"type": "object",
|
|
33686
33711
|
"properties": {
|
|
33687
33712
|
"yesNo": {
|
|
33713
|
+
"con29DWRef": "2.5.1.1",
|
|
33688
33714
|
"type": "string",
|
|
33689
33715
|
"title": "",
|
|
33690
33716
|
"enum": ["Yes", "No"]
|
|
@@ -33708,6 +33734,7 @@
|
|
|
33708
33734
|
"enum": ["Yes"]
|
|
33709
33735
|
},
|
|
33710
33736
|
"details": {
|
|
33737
|
+
"con29DWRef": "2.5.1.2",
|
|
33711
33738
|
"title": "Details",
|
|
33712
33739
|
"type": "string",
|
|
33713
33740
|
"minLength": 1
|
|
@@ -33723,6 +33750,7 @@
|
|
|
33723
33750
|
"type": "object",
|
|
33724
33751
|
"properties": {
|
|
33725
33752
|
"yesNo": {
|
|
33753
|
+
"con29DWRef": "2.6.1",
|
|
33726
33754
|
"type": "string",
|
|
33727
33755
|
"title": "",
|
|
33728
33756
|
"enum": ["Yes", "No"]
|
|
@@ -33746,6 +33774,7 @@
|
|
|
33746
33774
|
"enum": ["Yes"]
|
|
33747
33775
|
},
|
|
33748
33776
|
"details": {
|
|
33777
|
+
"con29DWRef": "2.6.2",
|
|
33749
33778
|
"title": "Details",
|
|
33750
33779
|
"type": "string",
|
|
33751
33780
|
"minLength": 1
|
|
@@ -33761,6 +33790,7 @@
|
|
|
33761
33790
|
"type": "object",
|
|
33762
33791
|
"properties": {
|
|
33763
33792
|
"yesNo": {
|
|
33793
|
+
"con29DWRef": "2.7.1",
|
|
33764
33794
|
"type": "string",
|
|
33765
33795
|
"title": "",
|
|
33766
33796
|
"enum": ["Yes", "No"]
|
|
@@ -33784,6 +33814,7 @@
|
|
|
33784
33814
|
"enum": ["Yes"]
|
|
33785
33815
|
},
|
|
33786
33816
|
"details": {
|
|
33817
|
+
"con29DWRef": "2.7.2",
|
|
33787
33818
|
"title": "Details",
|
|
33788
33819
|
"type": "string",
|
|
33789
33820
|
"minLength": 1
|
|
@@ -33795,10 +33826,11 @@
|
|
|
33795
33826
|
},
|
|
33796
33827
|
"riskOfInternalFlooding": {
|
|
33797
33828
|
"con29DWRef": "2.8",
|
|
33798
|
-
"title": "Is any building which is or
|
|
33829
|
+
"title": "Is any building which is or forms part of the property, at risk of internal flooding due to overloaded public sewers?",
|
|
33799
33830
|
"type": "object",
|
|
33800
33831
|
"properties": {
|
|
33801
33832
|
"yesNo": {
|
|
33833
|
+
"con29DWRef": "2.8.1",
|
|
33802
33834
|
"type": "string",
|
|
33803
33835
|
"title": "",
|
|
33804
33836
|
"enum": ["Yes", "No"]
|
|
@@ -33822,6 +33854,7 @@
|
|
|
33822
33854
|
"enum": ["Yes"]
|
|
33823
33855
|
},
|
|
33824
33856
|
"details": {
|
|
33857
|
+
"con29DWRef": "2.8.2",
|
|
33825
33858
|
"title": "Details",
|
|
33826
33859
|
"type": "string",
|
|
33827
33860
|
"minLength": 1
|
|
@@ -33843,7 +33876,9 @@
|
|
|
33843
33876
|
"publicSurfaceDrainage",
|
|
33844
33877
|
"surfaceDrainageCharge",
|
|
33845
33878
|
"publicDrainWithinBoundaries",
|
|
33879
|
+
"publicPumpingStationWithinBoundaries",
|
|
33846
33880
|
"publicSewerWithin100ft",
|
|
33881
|
+
"publicPumpingStationWithin50mOfBuildings",
|
|
33847
33882
|
"sewersSubjectOfAdoptionAgreement",
|
|
33848
33883
|
"sewerageUndertakerApproval",
|
|
33849
33884
|
"riskOfInternalFlooding",
|
|
@@ -33861,6 +33896,7 @@
|
|
|
33861
33896
|
"type": "object",
|
|
33862
33897
|
"properties": {
|
|
33863
33898
|
"yesNo": {
|
|
33899
|
+
"con29DWRef": "3.1.1",
|
|
33864
33900
|
"type": "string",
|
|
33865
33901
|
"title": "",
|
|
33866
33902
|
"enum": ["Yes", "No"]
|
|
@@ -33884,6 +33920,7 @@
|
|
|
33884
33920
|
"enum": ["No"]
|
|
33885
33921
|
},
|
|
33886
33922
|
"details": {
|
|
33923
|
+
"con29DWRef": "3.1.2",
|
|
33887
33924
|
"title": "Details",
|
|
33888
33925
|
"type": "string",
|
|
33889
33926
|
"minLength": 1
|
|
@@ -33899,6 +33936,7 @@
|
|
|
33899
33936
|
"type": "object",
|
|
33900
33937
|
"properties": {
|
|
33901
33938
|
"yesNo": {
|
|
33939
|
+
"con29DWRef": "3.2.1",
|
|
33902
33940
|
"type": "string",
|
|
33903
33941
|
"title": "",
|
|
33904
33942
|
"enum": ["Yes", "No"]
|
|
@@ -33922,6 +33960,7 @@
|
|
|
33922
33960
|
"enum": ["Yes"]
|
|
33923
33961
|
},
|
|
33924
33962
|
"details": {
|
|
33963
|
+
"con29DWRef": "3.2.2",
|
|
33925
33964
|
"title": "Details",
|
|
33926
33965
|
"type": "string",
|
|
33927
33966
|
"minLength": 1
|
|
@@ -33933,10 +33972,11 @@
|
|
|
33933
33972
|
},
|
|
33934
33973
|
"waterMainsSubjectOfAdoptionAgreement": {
|
|
33935
33974
|
"con29DWRef": "3.3",
|
|
33936
|
-
"title": "Is any water main or service pipe serving
|
|
33975
|
+
"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?",
|
|
33937
33976
|
"type": "object",
|
|
33938
33977
|
"properties": {
|
|
33939
33978
|
"yesNo": {
|
|
33979
|
+
"con29DWRef": "3.3.1",
|
|
33940
33980
|
"type": "string",
|
|
33941
33981
|
"title": "",
|
|
33942
33982
|
"enum": ["Yes", "No"]
|
|
@@ -33960,6 +34000,7 @@
|
|
|
33960
34000
|
"enum": ["Yes"]
|
|
33961
34001
|
},
|
|
33962
34002
|
"details": {
|
|
34003
|
+
"con29DWRef": "3.3.2",
|
|
33963
34004
|
"title": "Details",
|
|
33964
34005
|
"type": "string",
|
|
33965
34006
|
"minLength": 1
|
|
@@ -33975,6 +34016,7 @@
|
|
|
33975
34016
|
"type": "object",
|
|
33976
34017
|
"properties": {
|
|
33977
34018
|
"yesNo": {
|
|
34019
|
+
"con29DWRef": "3.4.1",
|
|
33978
34020
|
"type": "string",
|
|
33979
34021
|
"title": "",
|
|
33980
34022
|
"enum": ["Yes", "No"]
|
|
@@ -33998,6 +34040,7 @@
|
|
|
33998
34040
|
"enum": ["Yes"]
|
|
33999
34041
|
},
|
|
34000
34042
|
"details": {
|
|
34043
|
+
"con29DWRef": "3.4.2",
|
|
34001
34044
|
"title": "Details",
|
|
34002
34045
|
"type": "string",
|
|
34003
34046
|
"minLength": 1
|
|
@@ -34007,88 +34050,17 @@
|
|
|
34007
34050
|
}
|
|
34008
34051
|
]
|
|
34009
34052
|
},
|
|
34010
|
-
"
|
|
34053
|
+
"supplyClassification": {
|
|
34011
34054
|
"con29DWRef": "3.5",
|
|
34012
|
-
"title": "
|
|
34013
|
-
"altTitle": "What is the classification of the water supply for the property?",
|
|
34055
|
+
"title": "What is the classification of the water supply for the property?",
|
|
34014
34056
|
"type": "string",
|
|
34015
34057
|
"minLength": 1
|
|
34016
34058
|
},
|
|
34017
|
-
"authorisedDeparturesFrom2000Regulations": {
|
|
34018
|
-
"con29DWRef": "3.6",
|
|
34019
|
-
"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.",
|
|
34020
|
-
"type": "object",
|
|
34021
|
-
"properties": {
|
|
34022
|
-
"yesNo": {
|
|
34023
|
-
"type": "string",
|
|
34024
|
-
"title": "",
|
|
34025
|
-
"enum": ["Yes", "No"]
|
|
34026
|
-
}
|
|
34027
|
-
},
|
|
34028
|
-
"con29DWRequired": ["yesNo"],
|
|
34029
|
-
"discriminator": {
|
|
34030
|
-
"propertyName": "yesNo"
|
|
34031
|
-
},
|
|
34032
|
-
"oneOf": [
|
|
34033
|
-
{
|
|
34034
|
-
"properties": {
|
|
34035
|
-
"yesNo": {
|
|
34036
|
-
"enum": ["No"]
|
|
34037
|
-
}
|
|
34038
|
-
}
|
|
34039
|
-
},
|
|
34040
|
-
{
|
|
34041
|
-
"properties": {
|
|
34042
|
-
"yesNo": {
|
|
34043
|
-
"enum": ["Yes"]
|
|
34044
|
-
},
|
|
34045
|
-
"details": {
|
|
34046
|
-
"title": "Details",
|
|
34047
|
-
"type": "string",
|
|
34048
|
-
"minLength": 1
|
|
34049
|
-
}
|
|
34050
|
-
},
|
|
34051
|
-
"con29DWRequired": ["details"]
|
|
34052
|
-
}
|
|
34053
|
-
]
|
|
34054
|
-
},
|
|
34055
34059
|
"waterMeterLocation": {
|
|
34056
|
-
"con29DWRef": "3.
|
|
34057
|
-
"title": "
|
|
34058
|
-
"type": "
|
|
34059
|
-
"
|
|
34060
|
-
"yesNo": {
|
|
34061
|
-
"type": "string",
|
|
34062
|
-
"title": "",
|
|
34063
|
-
"enum": ["Yes", "No"]
|
|
34064
|
-
}
|
|
34065
|
-
},
|
|
34066
|
-
"con29DWRequired": ["yesNo"],
|
|
34067
|
-
"discriminator": {
|
|
34068
|
-
"propertyName": "yesNo"
|
|
34069
|
-
},
|
|
34070
|
-
"oneOf": [
|
|
34071
|
-
{
|
|
34072
|
-
"properties": {
|
|
34073
|
-
"yesNo": {
|
|
34074
|
-
"enum": ["No"]
|
|
34075
|
-
}
|
|
34076
|
-
}
|
|
34077
|
-
},
|
|
34078
|
-
{
|
|
34079
|
-
"properties": {
|
|
34080
|
-
"yesNo": {
|
|
34081
|
-
"enum": ["Yes"]
|
|
34082
|
-
},
|
|
34083
|
-
"details": {
|
|
34084
|
-
"title": "Details",
|
|
34085
|
-
"type": "string",
|
|
34086
|
-
"minLength": 1
|
|
34087
|
-
}
|
|
34088
|
-
},
|
|
34089
|
-
"con29DWRequired": ["details"]
|
|
34090
|
-
}
|
|
34091
|
-
]
|
|
34060
|
+
"con29DWRef": "3.6",
|
|
34061
|
+
"title": "Please include details of the location of any water meter serving the property.",
|
|
34062
|
+
"type": "string",
|
|
34063
|
+
"minLength": 1
|
|
34092
34064
|
}
|
|
34093
34065
|
},
|
|
34094
34066
|
"con29DWRequired": [
|
|
@@ -34097,7 +34069,6 @@
|
|
|
34097
34069
|
"waterMainsSubjectOfAdoptionAgreement",
|
|
34098
34070
|
"lowWaterPressureRisk",
|
|
34099
34071
|
"waterQualityAnalysis",
|
|
34100
|
-
"authorisedDeparturesFrom2000Regulations",
|
|
34101
34072
|
"waterMeterLocation"
|
|
34102
34073
|
]
|
|
34103
34074
|
},
|
|
@@ -34108,13 +34079,13 @@
|
|
|
34108
34079
|
"properties": {
|
|
34109
34080
|
"sewerageProvider": {
|
|
34110
34081
|
"con29DWRef": "4.1.1",
|
|
34111
|
-
"title": "Who
|
|
34082
|
+
"title": "Who are the sewerage undertakers for the property?",
|
|
34112
34083
|
"type": "string",
|
|
34113
34084
|
"minLength": 1
|
|
34114
34085
|
},
|
|
34115
34086
|
"waterProvider": {
|
|
34116
34087
|
"con29DWRef": "4.1.2",
|
|
34117
|
-
"title": "Who
|
|
34088
|
+
"title": "Who are the water undertakers for the property?",
|
|
34118
34089
|
"type": "string",
|
|
34119
34090
|
"minLength": 1
|
|
34120
34091
|
},
|