@pdtf/schemas 2.0.0-2 → 2.0.0-21

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.
@@ -32,7 +32,34 @@
32
32
  "properties": {
33
33
  "publicSewerMapAttached": {
34
34
  "con29DWRef": "1.1",
35
- "title": "Is a copy of an extract from the public sewer map attached?",
35
+ "title": "Where relevant, please include a copy of an extract from the public sewer map."
36
+ },
37
+ "waterworksMapAttached": {
38
+ "con29DWRef": "1.2",
39
+ "title": "Where relevant, please include a copy of an extract from the map of waterworks."
40
+ }
41
+ }
42
+ },
43
+ "drainage": {
44
+ "con29DWRef": "2",
45
+ "title": "Drainage",
46
+ "required": [
47
+ "publicFoulDrainage",
48
+ "publicSurfaceDrainage",
49
+ "surfaceDrainageCharge",
50
+ "publicDrainWithinBoundaries",
51
+ "publicPumpingStationWithinBoundaries",
52
+ "publicSewerWithin100ft",
53
+ "publicPumpingStationWithin50mOfBuildings",
54
+ "sewersSubjectOfAdoptionAgreement",
55
+ "sewerageUndertakerApproval",
56
+ "riskOfInternalFlooding",
57
+ "distanceToNearestSewerageTreatment"
58
+ ],
59
+ "properties": {
60
+ "publicFoulDrainage": {
61
+ "con29DWRef": "2.1",
62
+ "title": "Does foul water from the property drain to a public sewer?",
36
63
  "discriminator": {
37
64
  "propertyName": "yesNo"
38
65
  },
@@ -52,6 +79,10 @@
52
79
  "enum": [
53
80
  "No"
54
81
  ]
82
+ },
83
+ "details": {
84
+ "con29DWRef": "2.1.2",
85
+ "title": "Details"
55
86
  }
56
87
  },
57
88
  "required": [
@@ -61,11 +92,20 @@
61
92
  ],
62
93
  "required": [
63
94
  "yesNo"
64
- ]
95
+ ],
96
+ "properties": {
97
+ "yesNo": {
98
+ "con29DWRef": "2.1.1",
99
+ "enum": [
100
+ "Yes",
101
+ "No"
102
+ ]
103
+ }
104
+ }
65
105
  },
66
- "waterworksMapAttached": {
67
- "con29DWRef": "1.2",
68
- "title": "Is a copy of an extract from the map of waterworks attached?",
106
+ "publicSurfaceDrainage": {
107
+ "con29DWRef": "2.2",
108
+ "title": "Does surface water from the property drain to a public sewer?",
69
109
  "discriminator": {
70
110
  "propertyName": "yesNo"
71
111
  },
@@ -85,6 +125,10 @@
85
125
  "enum": [
86
126
  "No"
87
127
  ]
128
+ },
129
+ "details": {
130
+ "con29DWRef": "2.2.2",
131
+ "title": "Details"
88
132
  }
89
133
  },
90
134
  "required": [
@@ -94,28 +138,20 @@
94
138
  ],
95
139
  "required": [
96
140
  "yesNo"
97
- ]
98
- }
99
- }
100
- },
101
- "drainage": {
102
- "con29DWRef": "2",
103
- "title": "Drainage",
104
- "required": [
105
- "publicFoulDrainage",
106
- "publicSurfaceDrainage",
107
- "surfaceDrainageCharge",
108
- "publicDrainWithinBoundaries",
109
- "publicSewerWithin100ft",
110
- "sewersSubjectOfAdoptionAgreement",
111
- "sewerageUndertakerApproval",
112
- "riskOfInternalFlooding",
113
- "distanceToNearestSewerageTreatment"
114
- ],
115
- "properties": {
116
- "publicFoulDrainage": {
117
- "con29DWRef": "2.1",
118
- "title": "Does foul water from the property drain to a public sewer?",
141
+ ],
142
+ "properties": {
143
+ "yesNo": {
144
+ "con29DWRef": "2.2.1",
145
+ "enum": [
146
+ "Yes",
147
+ "No"
148
+ ]
149
+ }
150
+ }
151
+ },
152
+ "surfaceDrainageCharge": {
153
+ "con29DWRef": "2.3",
154
+ "title": "Is a surface water drainage charge payable?",
119
155
  "discriminator": {
120
156
  "propertyName": "yesNo"
121
157
  },
@@ -124,7 +160,7 @@
124
160
  "properties": {
125
161
  "yesNo": {
126
162
  "enum": [
127
- "Yes"
163
+ "No"
128
164
  ]
129
165
  }
130
166
  }
@@ -133,8 +169,12 @@
133
169
  "properties": {
134
170
  "yesNo": {
135
171
  "enum": [
136
- "No"
172
+ "Yes"
137
173
  ]
174
+ },
175
+ "details": {
176
+ "con29DWRef": "2.3.2",
177
+ "title": "Details"
138
178
  }
139
179
  },
140
180
  "required": [
@@ -144,11 +184,20 @@
144
184
  ],
145
185
  "required": [
146
186
  "yesNo"
147
- ]
187
+ ],
188
+ "properties": {
189
+ "yesNo": {
190
+ "con29DWRef": "2.3.1",
191
+ "enum": [
192
+ "Yes",
193
+ "No"
194
+ ]
195
+ }
196
+ }
148
197
  },
149
- "publicSurfaceDrainage": {
150
- "con29DWRef": "2.2",
151
- "title": "Does surface water from the property drain to a public sewer?",
198
+ "publicDrainWithinBoundaries": {
199
+ "con29DWRef": "2.4",
200
+ "title": "Does the public sewer map indicate any public sewer, disposal main or lateral drain within the boundaries of the property?",
152
201
  "discriminator": {
153
202
  "propertyName": "yesNo"
154
203
  },
@@ -157,7 +206,7 @@
157
206
  "properties": {
158
207
  "yesNo": {
159
208
  "enum": [
160
- "Yes"
209
+ "No"
161
210
  ]
162
211
  }
163
212
  }
@@ -166,8 +215,12 @@
166
215
  "properties": {
167
216
  "yesNo": {
168
217
  "enum": [
169
- "No"
218
+ "Yes"
170
219
  ]
220
+ },
221
+ "details": {
222
+ "con29DWRef": "2.4.0.2",
223
+ "title": "Details"
171
224
  }
172
225
  },
173
226
  "required": [
@@ -177,11 +230,20 @@
177
230
  ],
178
231
  "required": [
179
232
  "yesNo"
180
- ]
233
+ ],
234
+ "properties": {
235
+ "yesNo": {
236
+ "con29DWRef": "2.4.0.1",
237
+ "enum": [
238
+ "Yes",
239
+ "No"
240
+ ]
241
+ }
242
+ }
181
243
  },
182
- "surfaceDrainageCharge": {
183
- "con29DWRef": "2.3",
184
- "title": "Is a surface water drainage charge payable?",
244
+ "publicPumpingStationWithinBoundaries": {
245
+ "con29DWRef": "2.4.1",
246
+ "title": "Does the public sewer map indicate any public pumping station or any other ancillary apparatus within the boundaries of the property?",
185
247
  "discriminator": {
186
248
  "propertyName": "yesNo"
187
249
  },
@@ -201,6 +263,10 @@
201
263
  "enum": [
202
264
  "Yes"
203
265
  ]
266
+ },
267
+ "details": {
268
+ "con29DWRef": "2.4.1.2",
269
+ "title": "Details"
204
270
  }
205
271
  },
206
272
  "required": [
@@ -210,11 +276,20 @@
210
276
  ],
211
277
  "required": [
212
278
  "yesNo"
213
- ]
279
+ ],
280
+ "properties": {
281
+ "yesNo": {
282
+ "con29DWRef": "2.4.1.1",
283
+ "enum": [
284
+ "Yes",
285
+ "No"
286
+ ]
287
+ }
288
+ }
214
289
  },
215
- "publicDrainWithinBoundaries": {
216
- "con29DWRef": "2.4",
217
- "title": "Does the public sewer map indicate any public sewer, disposal main or lateral drain within the boundaries of the property?",
290
+ "publicSewerWithin100ft": {
291
+ "con29DWRef": "2.5",
292
+ "title": "Does the public sewer map indicate any public sewer within 30.48 meters (100 feet) of any buildings within the property?",
218
293
  "discriminator": {
219
294
  "propertyName": "yesNo"
220
295
  },
@@ -234,6 +309,10 @@
234
309
  "enum": [
235
310
  "Yes"
236
311
  ]
312
+ },
313
+ "details": {
314
+ "con29DWRef": "2.5.0.2",
315
+ "title": "Details"
237
316
  }
238
317
  },
239
318
  "required": [
@@ -243,11 +322,20 @@
243
322
  ],
244
323
  "required": [
245
324
  "yesNo"
246
- ]
325
+ ],
326
+ "properties": {
327
+ "yesNo": {
328
+ "con29DWRef": "2.5.0.1",
329
+ "enum": [
330
+ "Yes",
331
+ "No"
332
+ ]
333
+ }
334
+ }
247
335
  },
248
- "publicSewerWithin100ft": {
249
- "con29DWRef": "2.5",
250
- "title": "Does the public sewer map indicate any public sewer within 30.48 meters (100 feet) of any buildings within the property?",
336
+ "publicPumpingStationWithin50mOfBuildings": {
337
+ "con29DWRef": "2.5.1",
338
+ "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?",
251
339
  "discriminator": {
252
340
  "propertyName": "yesNo"
253
341
  },
@@ -267,6 +355,10 @@
267
355
  "enum": [
268
356
  "Yes"
269
357
  ]
358
+ },
359
+ "details": {
360
+ "con29DWRef": "2.5.1.2",
361
+ "title": "Details"
270
362
  }
271
363
  },
272
364
  "required": [
@@ -276,7 +368,16 @@
276
368
  ],
277
369
  "required": [
278
370
  "yesNo"
279
- ]
371
+ ],
372
+ "properties": {
373
+ "yesNo": {
374
+ "con29DWRef": "2.5.1.1",
375
+ "enum": [
376
+ "Yes",
377
+ "No"
378
+ ]
379
+ }
380
+ }
280
381
  },
281
382
  "sewersSubjectOfAdoptionAgreement": {
282
383
  "con29DWRef": "2.6",
@@ -300,6 +401,10 @@
300
401
  "enum": [
301
402
  "Yes"
302
403
  ]
404
+ },
405
+ "details": {
406
+ "con29DWRef": "2.6.2",
407
+ "title": "Details"
303
408
  }
304
409
  },
305
410
  "required": [
@@ -309,7 +414,16 @@
309
414
  ],
310
415
  "required": [
311
416
  "yesNo"
312
- ]
417
+ ],
418
+ "properties": {
419
+ "yesNo": {
420
+ "con29DWRef": "2.6.1",
421
+ "enum": [
422
+ "Yes",
423
+ "No"
424
+ ]
425
+ }
426
+ }
313
427
  },
314
428
  "sewerageUndertakerApproval": {
315
429
  "con29DWRef": "2.7",
@@ -333,6 +447,10 @@
333
447
  "enum": [
334
448
  "Yes"
335
449
  ]
450
+ },
451
+ "details": {
452
+ "con29DWRef": "2.7.2",
453
+ "title": "Details"
336
454
  }
337
455
  },
338
456
  "required": [
@@ -342,11 +460,20 @@
342
460
  ],
343
461
  "required": [
344
462
  "yesNo"
345
- ]
463
+ ],
464
+ "properties": {
465
+ "yesNo": {
466
+ "con29DWRef": "2.7.1",
467
+ "enum": [
468
+ "Yes",
469
+ "No"
470
+ ]
471
+ }
472
+ }
346
473
  },
347
474
  "riskOfInternalFlooding": {
348
475
  "con29DWRef": "2.8",
349
- "title": "Is any building which is or Charging forms part of the property, at risk of internal flooding due to overloaded public sewers?",
476
+ "title": "Is any building which is or forms part of the property, at risk of internal flooding due to overloaded public sewers?",
350
477
  "discriminator": {
351
478
  "propertyName": "yesNo"
352
479
  },
@@ -366,6 +493,10 @@
366
493
  "enum": [
367
494
  "Yes"
368
495
  ]
496
+ },
497
+ "details": {
498
+ "con29DWRef": "2.8.2",
499
+ "title": "Details"
369
500
  }
370
501
  },
371
502
  "required": [
@@ -375,7 +506,16 @@
375
506
  ],
376
507
  "required": [
377
508
  "yesNo"
378
- ]
509
+ ],
510
+ "properties": {
511
+ "yesNo": {
512
+ "con29DWRef": "2.8.1",
513
+ "enum": [
514
+ "Yes",
515
+ "No"
516
+ ]
517
+ }
518
+ }
379
519
  },
380
520
  "distanceToNearestSewerageTreatment": {
381
521
  "con29DWRef": "2.9",
@@ -385,14 +525,13 @@
385
525
  },
386
526
  "water": {
387
527
  "con29DWRef": "3",
388
- "title": "Drainage",
528
+ "title": "Water",
389
529
  "required": [
390
530
  "mainsWaterConnected",
391
531
  "waterMainsWithinBoundaries",
392
532
  "waterMainsSubjectOfAdoptionAgreement",
393
533
  "lowWaterPressureRisk",
394
534
  "waterQualityAnalysis",
395
- "authorisedDeparturesFrom2000Regulations",
396
535
  "waterMeterLocation"
397
536
  ],
398
537
  "properties": {
@@ -418,6 +557,10 @@
418
557
  "enum": [
419
558
  "No"
420
559
  ]
560
+ },
561
+ "details": {
562
+ "con29DWRef": "3.1.2",
563
+ "title": "Details"
421
564
  }
422
565
  },
423
566
  "required": [
@@ -427,7 +570,16 @@
427
570
  ],
428
571
  "required": [
429
572
  "yesNo"
430
- ]
573
+ ],
574
+ "properties": {
575
+ "yesNo": {
576
+ "con29DWRef": "3.1.1",
577
+ "enum": [
578
+ "Yes",
579
+ "No"
580
+ ]
581
+ }
582
+ }
431
583
  },
432
584
  "waterMainsWithinBoundaries": {
433
585
  "con29DWRef": "3.2",
@@ -451,6 +603,10 @@
451
603
  "enum": [
452
604
  "Yes"
453
605
  ]
606
+ },
607
+ "details": {
608
+ "con29DWRef": "3.2.2",
609
+ "title": "Details"
454
610
  }
455
611
  },
456
612
  "required": [
@@ -460,11 +616,20 @@
460
616
  ],
461
617
  "required": [
462
618
  "yesNo"
463
- ]
619
+ ],
620
+ "properties": {
621
+ "yesNo": {
622
+ "con29DWRef": "3.2.1",
623
+ "enum": [
624
+ "Yes",
625
+ "No"
626
+ ]
627
+ }
628
+ }
464
629
  },
465
630
  "waterMainsSubjectOfAdoptionAgreement": {
466
631
  "con29DWRef": "3.3",
467
- "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?",
632
+ "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?",
468
633
  "discriminator": {
469
634
  "propertyName": "yesNo"
470
635
  },
@@ -484,6 +649,10 @@
484
649
  "enum": [
485
650
  "Yes"
486
651
  ]
652
+ },
653
+ "details": {
654
+ "con29DWRef": "3.3.2",
655
+ "title": "Details"
487
656
  }
488
657
  },
489
658
  "required": [
@@ -493,7 +662,16 @@
493
662
  ],
494
663
  "required": [
495
664
  "yesNo"
496
- ]
665
+ ],
666
+ "properties": {
667
+ "yesNo": {
668
+ "con29DWRef": "3.3.1",
669
+ "enum": [
670
+ "Yes",
671
+ "No"
672
+ ]
673
+ }
674
+ }
497
675
  },
498
676
  "lowWaterPressureRisk": {
499
677
  "con29DWRef": "3.4",
@@ -517,6 +695,10 @@
517
695
  "enum": [
518
696
  "Yes"
519
697
  ]
698
+ },
699
+ "details": {
700
+ "con29DWRef": "3.4.2",
701
+ "title": "Details"
520
702
  }
521
703
  },
522
704
  "required": [
@@ -526,77 +708,24 @@
526
708
  ],
527
709
  "required": [
528
710
  "yesNo"
529
- ]
530
- },
531
- "waterQualityAnalysis": {
532
- "con29DWRef": "3.5",
533
- "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."
534
- },
535
- "authorisedDeparturesFrom2000Regulations": {
536
- "con29DWRef": "3.6",
537
- "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.",
538
- "discriminator": {
539
- "propertyName": "yesNo"
540
- },
541
- "oneOf": [
542
- {
543
- "properties": {
544
- "yesNo": {
545
- "enum": [
546
- "No"
547
- ]
548
- }
549
- }
550
- },
551
- {
552
- "properties": {
553
- "yesNo": {
554
- "enum": [
555
- "Yes"
556
- ]
557
- }
558
- },
559
- "required": [
560
- "details"
711
+ ],
712
+ "properties": {
713
+ "yesNo": {
714
+ "con29DWRef": "3.4.1",
715
+ "enum": [
716
+ "Yes",
717
+ "No"
561
718
  ]
562
719
  }
563
- ],
564
- "required": [
565
- "yesNo"
566
- ]
720
+ }
721
+ },
722
+ "supplyClassification": {
723
+ "con29DWRef": "3.5",
724
+ "title": "What is the classification of the water supply for the property?"
567
725
  },
568
726
  "waterMeterLocation": {
569
- "con29DWRef": "3.7",
570
- "title": "Is there a water meter serving the property?",
571
- "discriminator": {
572
- "propertyName": "yesNo"
573
- },
574
- "oneOf": [
575
- {
576
- "properties": {
577
- "yesNo": {
578
- "enum": [
579
- "No"
580
- ]
581
- }
582
- }
583
- },
584
- {
585
- "properties": {
586
- "yesNo": {
587
- "enum": [
588
- "Yes"
589
- ]
590
- }
591
- },
592
- "required": [
593
- "details"
594
- ]
595
- }
596
- ],
597
- "required": [
598
- "yesNo"
599
- ]
727
+ "con29DWRef": "3.6",
728
+ "title": "Please include details of the location of any water meter serving the property."
600
729
  }
601
730
  }
602
731
  },
@@ -614,11 +743,11 @@
614
743
  "properties": {
615
744
  "sewerageProvider": {
616
745
  "con29DWRef": "4.1.1",
617
- "title": "Who is responsible for providing the sewerage services for the property?"
746
+ "title": "Who are the sewerage undertakers for the property?"
618
747
  },
619
748
  "waterProvider": {
620
749
  "con29DWRef": "4.1.2",
621
- "title": "Who is responsible for providing the water services for the property?"
750
+ "title": "Who are the water undertakers for the property?"
622
751
  },
623
752
  "sewerageBills": {
624
753
  "con29DWRef": "4.2",
@@ -415,7 +415,7 @@
415
415
  },
416
416
  "suDsFeaturesWithinTheBoundaryOfTheProperty": {
417
417
  "con29RRef": "3.3(b)",
418
- "title": "Are there SuDS features within the boundary of the property? If yes, is the owner responsible for maintenance?",
418
+ "title": "Are there SuDS features within the boundary of the property?",
419
419
  "discriminator": {
420
420
  "propertyName": "yesNo"
421
421
  },