@pdtf/schemas 2.3.0 → 3.0.0-2

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.
Files changed (34) hide show
  1. package/index.js +37 -81
  2. package/package.json +1 -1
  3. package/src/examples/v2/exampleTransaction.json +6 -20
  4. package/src/examples/v3/exampleTransaction.json +900 -0
  5. package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
  6. package/src/mappings/adf.js +1 -1
  7. package/src/schemas/v2/combined.json +13206 -12615
  8. package/src/schemas/v2/overlays/con29DW.json +771 -762
  9. package/src/schemas/v2/overlays/con29R.json +3052 -3073
  10. package/src/schemas/v2/overlays/llc1.json +12 -33
  11. package/src/schemas/v2/overlays/rds.json +32 -0
  12. package/src/schemas/v2/pdtf-transaction.json +13656 -12911
  13. package/src/schemas/v2/skeleton.json +1342 -1155
  14. package/src/schemas/v3/combined.json +38325 -0
  15. package/src/schemas/v3/overlays/baspi.json +9812 -0
  16. package/src/schemas/v3/overlays/con29DW.json +794 -0
  17. package/src/schemas/v3/overlays/con29R.json +3094 -0
  18. package/src/schemas/v3/overlays/fme1.json +1444 -0
  19. package/src/schemas/v3/overlays/llc1.json +25 -0
  20. package/src/schemas/v3/overlays/lpe1.json +2463 -0
  21. package/src/schemas/v3/overlays/nts.json +1884 -0
  22. package/src/schemas/v3/overlays/oc1.json +2799 -0
  23. package/src/schemas/v3/overlays/piq.json +3931 -0
  24. package/src/schemas/v3/overlays/rds.json +4086 -0
  25. package/src/schemas/v3/overlays/ta10.json +6521 -0
  26. package/src/schemas/v3/overlays/ta6.json +5285 -0
  27. package/src/schemas/v3/overlays/ta7.json +1399 -0
  28. package/src/schemas/v3/pdtf-transaction.json +34771 -0
  29. package/src/schemas/v3/skeleton.json +3986 -0
  30. package/src/tests/v2/transactionSchema.test.js +26 -16
  31. package/src/tests/v3/transactionSchema.test.js +350 -0
  32. package/src/tests/v3/verifiedClaimsValidator.test.js +128 -0
  33. package/src/utils/extractOverlay.js +7 -7
  34. package/src/utils/hmlrLLC1.json +0 -275
@@ -0,0 +1,3094 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://trust.propdata.org.uk/schemas/v3/overlays/con29R.json",
4
+ "properties": {
5
+ "propertyPack": {
6
+ "properties": {
7
+ "localSearches": {
8
+ "properties": {
9
+ "localAuthoritySearches": {
10
+ "properties": {
11
+ "planningAndBuildingRegulations": {
12
+ "con29RRef": "Part 1",
13
+ "title": "Planning and Building Regulations",
14
+ "properties": {
15
+ "decisionsAndPendingApplications": {
16
+ "con29RRef": "1.1",
17
+ "title": "Planning and building decisions and pending applications",
18
+ "description": "Which of the following relating to the property have been granted, issued or refused or (where applicable) are the subject of pending applications or agreements?",
19
+ "properties": {
20
+ "planningPermission": {
21
+ "con29RRef": "1.1(a)",
22
+ "title": "Planning applications list",
23
+ "items": {
24
+ "required": [
25
+ "isProposal",
26
+ "applicationDate",
27
+ "applicationType"
28
+ ]
29
+ }
30
+ },
31
+ "listedBuildingConsent": {
32
+ "con29RRef": "1.1(b)",
33
+ "title": "Planning applications list",
34
+ "items": {
35
+ "required": [
36
+ "isProposal",
37
+ "applicationDate",
38
+ "applicationType"
39
+ ]
40
+ }
41
+ },
42
+ "conservationAreaConsent": {
43
+ "con29RRef": "1.1(c)",
44
+ "title": "Planning applications list",
45
+ "items": {
46
+ "required": [
47
+ "isProposal",
48
+ "applicationDate",
49
+ "applicationType"
50
+ ]
51
+ }
52
+ },
53
+ "lawfulnessOfExistingUse": {
54
+ "con29RRef": "1.1(d)",
55
+ "title": "Planning applications list",
56
+ "items": {
57
+ "required": [
58
+ "isProposal",
59
+ "applicationDate",
60
+ "applicationType"
61
+ ]
62
+ }
63
+ },
64
+ "certificateOfLawfulnessOfProposedUse": {
65
+ "con29RRef": "1.1(e)",
66
+ "title": "Planning applications list",
67
+ "items": {
68
+ "required": [
69
+ "isProposal",
70
+ "applicationDate",
71
+ "applicationType"
72
+ ]
73
+ }
74
+ },
75
+ "lawfulnessOfProposedListedWorks": {
76
+ "con29RRef": "1.1(f)",
77
+ "title": "Planning applications list",
78
+ "items": {
79
+ "required": [
80
+ "isProposal",
81
+ "applicationDate",
82
+ "applicationType"
83
+ ]
84
+ }
85
+ },
86
+ "heritagePartnershipAgreement": {
87
+ "con29RRef": "1.1(g)",
88
+ "title": "Planning applications list",
89
+ "items": {
90
+ "required": [
91
+ "isProposal",
92
+ "applicationDate",
93
+ "applicationType"
94
+ ]
95
+ }
96
+ },
97
+ "listedBuildingConsentOrder": {
98
+ "con29RRef": "1.1(h)",
99
+ "title": "Planning applications list",
100
+ "items": {
101
+ "required": [
102
+ "isProposal",
103
+ "applicationDate",
104
+ "applicationType"
105
+ ]
106
+ }
107
+ },
108
+ "localListedBuildingConsentOrder": {
109
+ "con29RRef": "1.1(i)",
110
+ "title": "Planning applications list",
111
+ "items": {
112
+ "required": [
113
+ "isProposal",
114
+ "applicationDate",
115
+ "applicationType"
116
+ ]
117
+ }
118
+ },
119
+ "buildingRegulationsApproval": {
120
+ "con29RRef": "1.1(j)",
121
+ "title": "Planning applications list",
122
+ "items": {
123
+ "required": [
124
+ "isProposal",
125
+ "applicationDate",
126
+ "applicationType"
127
+ ]
128
+ }
129
+ },
130
+ "buildingRegulationsCompletion": {
131
+ "con29RRef": "1.1(k)",
132
+ "title": "Planning applications list",
133
+ "items": {
134
+ "required": [
135
+ "isProposal",
136
+ "applicationDate",
137
+ "applicationType"
138
+ ]
139
+ }
140
+ },
141
+ "buildingRegulationsSelfCertification": {
142
+ "con29RRef": "1.1(l)",
143
+ "title": "Planning applications list",
144
+ "items": {
145
+ "required": [
146
+ "isProposal",
147
+ "applicationDate",
148
+ "applicationType"
149
+ ]
150
+ }
151
+ }
152
+ }
153
+ },
154
+ "designationsAndProposals": {
155
+ "con29RRef": "1.2",
156
+ "title": "Planning designations and proposals",
157
+ "description": "What designations of land use for the property, or the area, and what specific proposals for the property, are contained in any existing or proposed development plan?"
158
+ }
159
+ }
160
+ },
161
+ "roadsAndPublicRightsOfWay": {
162
+ "con29RRef": "Part 2",
163
+ "title": "Roads and Public Rights of Way",
164
+ "properties": {
165
+ "roadsFootwaysAndFootpaths": {
166
+ "con29RRef": "2.1",
167
+ "title": "Which of the roads, footways, and footpaths named in the application for this search are:",
168
+ "properties": {
169
+ "highwaysMaintainableAtPublicExpense": {
170
+ "con29RRef": "2.1(a)",
171
+ "title": "Highways maintainable at public expense"
172
+ },
173
+ "subjectToAdoption": {
174
+ "con29RRef": "2.1(b)",
175
+ "title": "Subject to adoption and supported by a bond or waiver"
176
+ },
177
+ "toBeMadeUpWithReclaim": {
178
+ "con29RRef": "2.1(c)",
179
+ "title": "To be made up by a local authority who will reclaim the cost from frontagers"
180
+ },
181
+ "toBeMadeUpWithoutReclaim": {
182
+ "con29RRef": "2.1(d)",
183
+ "title": "To be adopted by a local authority without reclaiming the cost from the frontagers"
184
+ }
185
+ }
186
+ },
187
+ "publicRightsOfWay": {
188
+ "properties": {
189
+ "shownOnDefinitiveMap": {
190
+ "con29RRef": "2.2",
191
+ "title": "Is any public right of way which abuts on, or crosses the property, shown on a definitive map or revised definitive map?",
192
+ "discriminator": {
193
+ "propertyName": "yesNo"
194
+ },
195
+ "oneOf": [
196
+ {
197
+ "properties": {
198
+ "yesNo": {
199
+ "enum": [
200
+ "No"
201
+ ]
202
+ }
203
+ }
204
+ },
205
+ {
206
+ "properties": {
207
+ "yesNo": {
208
+ "enum": [
209
+ "Yes"
210
+ ]
211
+ }
212
+ },
213
+ "required": [
214
+ "details"
215
+ ]
216
+ }
217
+ ],
218
+ "required": [
219
+ "yesNo"
220
+ ]
221
+ },
222
+ "pendingApplicationsToRecord": {
223
+ "con29RRef": "2.3",
224
+ "title": "Are there any pending applications to record a public right of way that abuts, or crosses the property, on the Register?",
225
+ "discriminator": {
226
+ "propertyName": "yesNo"
227
+ },
228
+ "oneOf": [
229
+ {
230
+ "properties": {
231
+ "yesNo": {
232
+ "enum": [
233
+ "No"
234
+ ]
235
+ }
236
+ }
237
+ },
238
+ {
239
+ "properties": {
240
+ "yesNo": {
241
+ "enum": [
242
+ "Yes"
243
+ ]
244
+ }
245
+ },
246
+ "required": [
247
+ "details"
248
+ ]
249
+ }
250
+ ],
251
+ "required": [
252
+ "yesNo"
253
+ ]
254
+ },
255
+ "legalOrdersToStop": {
256
+ "con29RRef": "2.4",
257
+ "title": "Are there any legal orders to stop up, divert, alter, or create a public right of way which abuts, or crosses the property not yet implemented or shown on a definitive map?",
258
+ "description": "If so, please attach a plan showing the approximate route",
259
+ "discriminator": {
260
+ "propertyName": "yesNo"
261
+ },
262
+ "oneOf": [
263
+ {
264
+ "properties": {
265
+ "yesNo": {
266
+ "enum": [
267
+ "No"
268
+ ]
269
+ }
270
+ }
271
+ },
272
+ {
273
+ "properties": {
274
+ "yesNo": {
275
+ "enum": [
276
+ "Yes"
277
+ ]
278
+ }
279
+ },
280
+ "required": [
281
+ "details"
282
+ ]
283
+ }
284
+ ],
285
+ "required": [
286
+ "yesNo"
287
+ ]
288
+ }
289
+ }
290
+ }
291
+ }
292
+ },
293
+ "otherMatters": {
294
+ "con29RRef": "Part 3",
295
+ "title": "Other Matters",
296
+ "description": "Apart from matters entered on the registers of local land charges, do any of the following matters apply to the property?",
297
+ "properties": {
298
+ "landRequiredForPublicPurposes": {
299
+ "con29RRef": "3.1",
300
+ "title": "Land required for public purposes",
301
+ "description": "Is the property included in land required for public purposes?",
302
+ "discriminator": {
303
+ "propertyName": "yesNo"
304
+ },
305
+ "oneOf": [
306
+ {
307
+ "properties": {
308
+ "yesNo": {
309
+ "enum": [
310
+ "No"
311
+ ]
312
+ }
313
+ }
314
+ },
315
+ {
316
+ "properties": {
317
+ "yesNo": {
318
+ "enum": [
319
+ "Yes"
320
+ ]
321
+ }
322
+ },
323
+ "required": [
324
+ "details"
325
+ ]
326
+ }
327
+ ],
328
+ "required": [
329
+ "yesNo"
330
+ ]
331
+ },
332
+ "landToBeAcquiredForRoadWorks": {
333
+ "con29RRef": "3.2",
334
+ "title": "Land to be acquired for road works",
335
+ "description": "Is the property included in land to be acquired for road works?",
336
+ "discriminator": {
337
+ "propertyName": "yesNo"
338
+ },
339
+ "oneOf": [
340
+ {
341
+ "properties": {
342
+ "yesNo": {
343
+ "enum": [
344
+ "No"
345
+ ]
346
+ }
347
+ }
348
+ },
349
+ {
350
+ "properties": {
351
+ "yesNo": {
352
+ "enum": [
353
+ "Yes"
354
+ ]
355
+ }
356
+ },
357
+ "required": [
358
+ "details"
359
+ ]
360
+ }
361
+ ],
362
+ "required": [
363
+ "yesNo"
364
+ ]
365
+ },
366
+ "drainageMatters": {
367
+ "con29RRef": "3.3",
368
+ "title": "Drainage matters",
369
+ "properties": {
370
+ "propertyServedByASustainableUrbanDrainage": {
371
+ "con29RRef": "3.3(a)",
372
+ "title": "Is the property served by a sustainable urban drainage?",
373
+ "discriminator": {
374
+ "propertyName": "yesNo"
375
+ },
376
+ "oneOf": [
377
+ {
378
+ "properties": {
379
+ "yesNo": {
380
+ "enum": [
381
+ "No"
382
+ ]
383
+ }
384
+ }
385
+ },
386
+ {
387
+ "properties": {
388
+ "yesNo": {
389
+ "enum": [
390
+ "Yes"
391
+ ]
392
+ }
393
+ },
394
+ "required": [
395
+ "details"
396
+ ]
397
+ }
398
+ ],
399
+ "required": [
400
+ "yesNo"
401
+ ]
402
+ },
403
+ "suDsFeaturesWithinTheBoundaryOfTheProperty": {
404
+ "con29RRef": "3.3(b)",
405
+ "title": "Are there SuDS features within the boundary of the property?",
406
+ "discriminator": {
407
+ "propertyName": "yesNo"
408
+ },
409
+ "oneOf": [
410
+ {
411
+ "properties": {
412
+ "yesNo": {
413
+ "enum": [
414
+ "No"
415
+ ]
416
+ }
417
+ }
418
+ },
419
+ {
420
+ "properties": {
421
+ "yesNo": {
422
+ "enum": [
423
+ "Yes"
424
+ ]
425
+ }
426
+ },
427
+ "required": [
428
+ "details"
429
+ ]
430
+ }
431
+ ],
432
+ "required": [
433
+ "yesNo"
434
+ ]
435
+ },
436
+ "ifPropertyBenefitsFromASuDsForWhichThereIsAChargeWhoBillsThePropertyForSurfaceWaterDrainageCharge": {
437
+ "con29RRef": "3.3(c)",
438
+ "title": "If the property benefits from a SuDS for which there is a charge, who bills the property for surface water drainage charge?",
439
+ "discriminator": {
440
+ "propertyName": "yesNo"
441
+ },
442
+ "oneOf": [
443
+ {
444
+ "properties": {
445
+ "yesNo": {
446
+ "enum": [
447
+ "No"
448
+ ]
449
+ }
450
+ }
451
+ },
452
+ {
453
+ "properties": {
454
+ "yesNo": {
455
+ "enum": [
456
+ "Yes"
457
+ ]
458
+ }
459
+ },
460
+ "required": [
461
+ "details"
462
+ ]
463
+ }
464
+ ],
465
+ "required": [
466
+ "yesNo"
467
+ ]
468
+ }
469
+ }
470
+ },
471
+ "nearbyRoadSchemes": {
472
+ "con29RRef": "3.4",
473
+ "title": "Nearby road schemes",
474
+ "description": "Is the property (or will it be) within 200 meters of any of the following?",
475
+ "properties": {
476
+ "centreLineOfANewTrunkRoadOrSpecialRoadSpecifiedInAnyOrderDraftOrderOrScheme": {
477
+ "con29RRef": "3.4(a)",
478
+ "title": "the centre line of a new trunk road or special road specified in any order, draft order or scheme;",
479
+ "discriminator": {
480
+ "propertyName": "yesNo"
481
+ },
482
+ "oneOf": [
483
+ {
484
+ "properties": {
485
+ "yesNo": {
486
+ "enum": [
487
+ "No"
488
+ ]
489
+ }
490
+ }
491
+ },
492
+ {
493
+ "properties": {
494
+ "yesNo": {
495
+ "enum": [
496
+ "Yes"
497
+ ]
498
+ }
499
+ },
500
+ "required": [
501
+ "details"
502
+ ]
503
+ }
504
+ ],
505
+ "required": [
506
+ "yesNo"
507
+ ]
508
+ },
509
+ "centreLineOfAProposedAlterationOrImprovementToAnExistingRoad": {
510
+ "con29RRef": "3.4(b)",
511
+ "title": "the centre line of a proposed alteration or improvement to an existing road involving construction of a subway, underpass, flyover, footbridge, elevated road or dual carriageway;",
512
+ "discriminator": {
513
+ "propertyName": "yesNo"
514
+ },
515
+ "oneOf": [
516
+ {
517
+ "properties": {
518
+ "yesNo": {
519
+ "enum": [
520
+ "No"
521
+ ]
522
+ }
523
+ }
524
+ },
525
+ {
526
+ "properties": {
527
+ "yesNo": {
528
+ "enum": [
529
+ "Yes"
530
+ ]
531
+ }
532
+ },
533
+ "required": [
534
+ "details"
535
+ ]
536
+ }
537
+ ],
538
+ "required": [
539
+ "yesNo"
540
+ ]
541
+ },
542
+ "outerLimitsOfConstructionWorksForAProposedAlterationOrImprovementToAnExistingRoad": {
543
+ "con29RRef": "3.4(c)",
544
+ "title": "the outer limits of construction works for a proposed alteration or improvement to an existing road, involving:-",
545
+ "properties": {
546
+ "constructionOfARoundaboutOtherThanAMiniRoundabout": {
547
+ "con29RRef": "3.4(c)(i)",
548
+ "title": "construction of a roundabout (other than a mini roundabout); or",
549
+ "discriminator": {
550
+ "propertyName": "yesNo"
551
+ },
552
+ "oneOf": [
553
+ {
554
+ "properties": {
555
+ "yesNo": {
556
+ "enum": [
557
+ "No"
558
+ ]
559
+ }
560
+ }
561
+ },
562
+ {
563
+ "properties": {
564
+ "yesNo": {
565
+ "enum": [
566
+ "Yes"
567
+ ]
568
+ }
569
+ },
570
+ "required": [
571
+ "details"
572
+ ]
573
+ }
574
+ ],
575
+ "required": [
576
+ "yesNo"
577
+ ]
578
+ },
579
+ "wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
580
+ "con29RRef": "3.4(c)(ii)",
581
+ "title": "widening by construction of one or more additional traffic lanes;",
582
+ "discriminator": {
583
+ "propertyName": "yesNo"
584
+ },
585
+ "oneOf": [
586
+ {
587
+ "properties": {
588
+ "yesNo": {
589
+ "enum": [
590
+ "No"
591
+ ]
592
+ }
593
+ }
594
+ },
595
+ {
596
+ "properties": {
597
+ "yesNo": {
598
+ "enum": [
599
+ "Yes"
600
+ ]
601
+ }
602
+ },
603
+ "required": [
604
+ "details"
605
+ ]
606
+ }
607
+ ],
608
+ "required": [
609
+ "yesNo"
610
+ ]
611
+ }
612
+ }
613
+ },
614
+ "outerLimitsOf": {
615
+ "con29RRef": "3.4(d)",
616
+ "title": "the outer limits of:",
617
+ "properties": {
618
+ "constructionOfANewRoadToBeBuiltByALocalAuthority": {
619
+ "con29RRef": "3.4(d)(1)",
620
+ "title": "construction of a new road to be built by a local authority;",
621
+ "discriminator": {
622
+ "propertyName": "yesNo"
623
+ },
624
+ "oneOf": [
625
+ {
626
+ "properties": {
627
+ "yesNo": {
628
+ "enum": [
629
+ "No"
630
+ ]
631
+ }
632
+ }
633
+ },
634
+ {
635
+ "properties": {
636
+ "yesNo": {
637
+ "enum": [
638
+ "Yes"
639
+ ]
640
+ }
641
+ },
642
+ "required": [
643
+ "details"
644
+ ]
645
+ }
646
+ ],
647
+ "required": [
648
+ "yesNo"
649
+ ]
650
+ },
651
+ "approvedAlterationOrImprovementToAnExistingRoad": {
652
+ "con29RRef": "3.4(d)(ii)",
653
+ "title": "an approved alteration or improvement to an existing road involving construction of a subway, underpass, flyover, footbridge, elevated road or dual carriageway;",
654
+ "discriminator": {
655
+ "propertyName": "yesNo"
656
+ },
657
+ "oneOf": [
658
+ {
659
+ "properties": {
660
+ "yesNo": {
661
+ "enum": [
662
+ "No"
663
+ ]
664
+ }
665
+ }
666
+ },
667
+ {
668
+ "properties": {
669
+ "yesNo": {
670
+ "enum": [
671
+ "Yes"
672
+ ]
673
+ }
674
+ },
675
+ "required": [
676
+ "details"
677
+ ]
678
+ }
679
+ ],
680
+ "required": [
681
+ "yesNo"
682
+ ]
683
+ },
684
+ "constructionOfARoundaboutOtherThanAMiniRoundaboutOrWideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
685
+ "con29RRef": "3.4(d)(iii)",
686
+ "title": "construction of a roundabout (other than a mini roundabout) or widening by construction of one or more additional traffic lanes;",
687
+ "discriminator": {
688
+ "propertyName": "yesNo"
689
+ },
690
+ "oneOf": [
691
+ {
692
+ "properties": {
693
+ "yesNo": {
694
+ "enum": [
695
+ "No"
696
+ ]
697
+ }
698
+ }
699
+ },
700
+ {
701
+ "properties": {
702
+ "yesNo": {
703
+ "enum": [
704
+ "Yes"
705
+ ]
706
+ }
707
+ },
708
+ "required": [
709
+ "details"
710
+ ]
711
+ }
712
+ ],
713
+ "required": [
714
+ "yesNo"
715
+ ]
716
+ }
717
+ }
718
+ },
719
+ "centreLineOfTheProposedRouteOfANewRoad": {
720
+ "con29RRef": "3.4(e)",
721
+ "title": "the centre line of the proposed route of a new road under proposals published for public consultation;",
722
+ "discriminator": {
723
+ "propertyName": "yesNo"
724
+ },
725
+ "oneOf": [
726
+ {
727
+ "properties": {
728
+ "yesNo": {
729
+ "enum": [
730
+ "No"
731
+ ]
732
+ }
733
+ }
734
+ },
735
+ {
736
+ "properties": {
737
+ "yesNo": {
738
+ "enum": [
739
+ "Yes"
740
+ ]
741
+ }
742
+ },
743
+ "required": [
744
+ "details"
745
+ ]
746
+ }
747
+ ],
748
+ "required": [
749
+ "yesNo"
750
+ ]
751
+ },
752
+ "outerLimitsOfConstructionUnderProposalsUnderPublicConsultation": {
753
+ "con29RRef": "3.4(f)",
754
+ "title": "the outer limits of (under proposals published for public consultation)",
755
+ "properties": {
756
+ "constructionOfAProposedAlterationOrImprovementToAnExistingRoad": {
757
+ "con29RRef": "3.4(f)(i)",
758
+ "title": "construction of a proposed alteration or improvement to an existing road involving construction of a subway, underpass, flyover, footbridge, elevated road or dual carriageway;",
759
+ "discriminator": {
760
+ "propertyName": "yesNo"
761
+ },
762
+ "oneOf": [
763
+ {
764
+ "properties": {
765
+ "yesNo": {
766
+ "enum": [
767
+ "No"
768
+ ]
769
+ }
770
+ }
771
+ },
772
+ {
773
+ "properties": {
774
+ "yesNo": {
775
+ "enum": [
776
+ "Yes"
777
+ ]
778
+ }
779
+ },
780
+ "required": [
781
+ "details"
782
+ ]
783
+ }
784
+ ],
785
+ "required": [
786
+ "yesNo"
787
+ ]
788
+ },
789
+ "constructionOfARoundaboutOtherThanAMiniRoundabout": {
790
+ "con29RRef": "3.4(f)(ii)",
791
+ "title": "construction of a roundabout (other than a mini roundabout);",
792
+ "discriminator": {
793
+ "propertyName": "yesNo"
794
+ },
795
+ "oneOf": [
796
+ {
797
+ "properties": {
798
+ "yesNo": {
799
+ "enum": [
800
+ "No"
801
+ ]
802
+ }
803
+ }
804
+ },
805
+ {
806
+ "properties": {
807
+ "yesNo": {
808
+ "enum": [
809
+ "Yes"
810
+ ]
811
+ }
812
+ },
813
+ "required": [
814
+ "details"
815
+ ]
816
+ }
817
+ ],
818
+ "required": [
819
+ "yesNo"
820
+ ]
821
+ },
822
+ "wideningByConstructionOfOneOrMoreAdditionalTrafficLanes": {
823
+ "con29RRef": "3.4(f)(iii)",
824
+ "title": "widening by construction of one or more additional traffic lanes",
825
+ "discriminator": {
826
+ "propertyName": "yesNo"
827
+ },
828
+ "oneOf": [
829
+ {
830
+ "properties": {
831
+ "yesNo": {
832
+ "enum": [
833
+ "No"
834
+ ]
835
+ }
836
+ }
837
+ },
838
+ {
839
+ "properties": {
840
+ "yesNo": {
841
+ "enum": [
842
+ "Yes"
843
+ ]
844
+ }
845
+ },
846
+ "required": [
847
+ "details"
848
+ ]
849
+ }
850
+ ],
851
+ "required": [
852
+ "yesNo"
853
+ ]
854
+ }
855
+ }
856
+ }
857
+ }
858
+ },
859
+ "nearbyRailwaySchemes": {
860
+ "con29RRef": "3.5",
861
+ "title": "Nearby railway schemes",
862
+ "properties": {
863
+ "propertyWithin200MetersOfTheCentreLineOfAProposedRailwayTramwayLightRailwayOrMonorail": {
864
+ "con29RRef": "3.5(a)",
865
+ "title": "Is the property (or will it be) within 200 meters of the centre line of a proposed railway, tramway, light railway or monorail?",
866
+ "discriminator": {
867
+ "propertyName": "yesNo"
868
+ },
869
+ "oneOf": [
870
+ {
871
+ "properties": {
872
+ "yesNo": {
873
+ "enum": [
874
+ "No"
875
+ ]
876
+ }
877
+ }
878
+ },
879
+ {
880
+ "properties": {
881
+ "yesNo": {
882
+ "enum": [
883
+ "Yes"
884
+ ]
885
+ }
886
+ },
887
+ "required": [
888
+ "details"
889
+ ]
890
+ }
891
+ ],
892
+ "required": [
893
+ "yesNo"
894
+ ]
895
+ },
896
+ "proposalsForARailwayTramwayLightRailwayOrMonorail": {
897
+ "con29RRef": "3.5(b)",
898
+ "title": "Are there are any proposals for a railway, tramway, light railway or monorail within the Local Authority's boundary?",
899
+ "discriminator": {
900
+ "propertyName": "yesNo"
901
+ },
902
+ "oneOf": [
903
+ {
904
+ "properties": {
905
+ "yesNo": {
906
+ "enum": [
907
+ "No"
908
+ ]
909
+ }
910
+ }
911
+ },
912
+ {
913
+ "properties": {
914
+ "yesNo": {
915
+ "enum": [
916
+ "Yes"
917
+ ]
918
+ }
919
+ },
920
+ "required": [
921
+ "details"
922
+ ]
923
+ }
924
+ ],
925
+ "required": [
926
+ "yesNo"
927
+ ]
928
+ }
929
+ }
930
+ },
931
+ "trafficSchemes": {
932
+ "con29RRef": "3.6",
933
+ "title": "Traffic schemes",
934
+ "description": "Has a local authority approved but not yet implemented any of the following for the roads, footways and footpaths which are named in Box B and C and are within 200 metres of the boundaries of the property?",
935
+ "properties": {
936
+ "permanentStoppingUpOrDiversion": {
937
+ "con29RRef": "3.6(a)",
938
+ "title": "permanent stopping up or diversion;",
939
+ "discriminator": {
940
+ "propertyName": "yesNo"
941
+ },
942
+ "oneOf": [
943
+ {
944
+ "properties": {
945
+ "yesNo": {
946
+ "enum": [
947
+ "No"
948
+ ]
949
+ }
950
+ }
951
+ },
952
+ {
953
+ "properties": {
954
+ "yesNo": {
955
+ "enum": [
956
+ "Yes"
957
+ ]
958
+ }
959
+ },
960
+ "required": [
961
+ "details"
962
+ ]
963
+ }
964
+ ],
965
+ "required": [
966
+ "yesNo"
967
+ ]
968
+ },
969
+ "waitingOrLoadingRestrictions": {
970
+ "con29RRef": "3.6(b)",
971
+ "title": "waiting or loading restrictions;",
972
+ "discriminator": {
973
+ "propertyName": "yesNo"
974
+ },
975
+ "oneOf": [
976
+ {
977
+ "properties": {
978
+ "yesNo": {
979
+ "enum": [
980
+ "No"
981
+ ]
982
+ }
983
+ }
984
+ },
985
+ {
986
+ "properties": {
987
+ "yesNo": {
988
+ "enum": [
989
+ "Yes"
990
+ ]
991
+ }
992
+ },
993
+ "required": [
994
+ "details"
995
+ ]
996
+ }
997
+ ],
998
+ "required": [
999
+ "yesNo"
1000
+ ]
1001
+ },
1002
+ "oneWayDriving": {
1003
+ "con29RRef": "3.6(c)",
1004
+ "title": "one way driving;",
1005
+ "discriminator": {
1006
+ "propertyName": "yesNo"
1007
+ },
1008
+ "oneOf": [
1009
+ {
1010
+ "properties": {
1011
+ "yesNo": {
1012
+ "enum": [
1013
+ "No"
1014
+ ]
1015
+ }
1016
+ }
1017
+ },
1018
+ {
1019
+ "properties": {
1020
+ "yesNo": {
1021
+ "enum": [
1022
+ "Yes"
1023
+ ]
1024
+ }
1025
+ },
1026
+ "required": [
1027
+ "details"
1028
+ ]
1029
+ }
1030
+ ],
1031
+ "required": [
1032
+ "yesNo"
1033
+ ]
1034
+ },
1035
+ "prohibitionOfDriving": {
1036
+ "con29RRef": "3.6(d)",
1037
+ "title": "prohibition of driving;",
1038
+ "discriminator": {
1039
+ "propertyName": "yesNo"
1040
+ },
1041
+ "oneOf": [
1042
+ {
1043
+ "properties": {
1044
+ "yesNo": {
1045
+ "enum": [
1046
+ "No"
1047
+ ]
1048
+ }
1049
+ }
1050
+ },
1051
+ {
1052
+ "properties": {
1053
+ "yesNo": {
1054
+ "enum": [
1055
+ "Yes"
1056
+ ]
1057
+ }
1058
+ },
1059
+ "required": [
1060
+ "details"
1061
+ ]
1062
+ }
1063
+ ],
1064
+ "required": [
1065
+ "yesNo"
1066
+ ]
1067
+ },
1068
+ "pedestrianisation": {
1069
+ "con29RRef": "3.6(e)",
1070
+ "title": "pedestrianisation;",
1071
+ "discriminator": {
1072
+ "propertyName": "yesNo"
1073
+ },
1074
+ "oneOf": [
1075
+ {
1076
+ "properties": {
1077
+ "yesNo": {
1078
+ "enum": [
1079
+ "No"
1080
+ ]
1081
+ }
1082
+ }
1083
+ },
1084
+ {
1085
+ "properties": {
1086
+ "yesNo": {
1087
+ "enum": [
1088
+ "Yes"
1089
+ ]
1090
+ }
1091
+ },
1092
+ "required": [
1093
+ "details"
1094
+ ]
1095
+ }
1096
+ ],
1097
+ "required": [
1098
+ "yesNo"
1099
+ ]
1100
+ },
1101
+ "vehicleWidthOrWeightRestriction": {
1102
+ "con29RRef": "3.6(f)",
1103
+ "title": "vehicle width or weight restriction;",
1104
+ "discriminator": {
1105
+ "propertyName": "yesNo"
1106
+ },
1107
+ "oneOf": [
1108
+ {
1109
+ "properties": {
1110
+ "yesNo": {
1111
+ "enum": [
1112
+ "No"
1113
+ ]
1114
+ }
1115
+ }
1116
+ },
1117
+ {
1118
+ "properties": {
1119
+ "yesNo": {
1120
+ "enum": [
1121
+ "Yes"
1122
+ ]
1123
+ }
1124
+ },
1125
+ "required": [
1126
+ "details"
1127
+ ]
1128
+ }
1129
+ ],
1130
+ "required": [
1131
+ "yesNo"
1132
+ ]
1133
+ },
1134
+ "trafficCalmingWorks": {
1135
+ "con29RRef": "3.6(g)",
1136
+ "title": "traffic calming works including road humps;",
1137
+ "discriminator": {
1138
+ "propertyName": "yesNo"
1139
+ },
1140
+ "oneOf": [
1141
+ {
1142
+ "properties": {
1143
+ "yesNo": {
1144
+ "enum": [
1145
+ "No"
1146
+ ]
1147
+ }
1148
+ }
1149
+ },
1150
+ {
1151
+ "properties": {
1152
+ "yesNo": {
1153
+ "enum": [
1154
+ "Yes"
1155
+ ]
1156
+ }
1157
+ },
1158
+ "required": [
1159
+ "details"
1160
+ ]
1161
+ }
1162
+ ],
1163
+ "required": [
1164
+ "yesNo"
1165
+ ]
1166
+ },
1167
+ "residentsParkingControls": {
1168
+ "con29RRef": "3.6(h)",
1169
+ "title": "residents parking controls;",
1170
+ "discriminator": {
1171
+ "propertyName": "yesNo"
1172
+ },
1173
+ "oneOf": [
1174
+ {
1175
+ "properties": {
1176
+ "yesNo": {
1177
+ "enum": [
1178
+ "No"
1179
+ ]
1180
+ }
1181
+ }
1182
+ },
1183
+ {
1184
+ "properties": {
1185
+ "yesNo": {
1186
+ "enum": [
1187
+ "Yes"
1188
+ ]
1189
+ }
1190
+ },
1191
+ "required": [
1192
+ "details"
1193
+ ]
1194
+ }
1195
+ ],
1196
+ "required": [
1197
+ "yesNo"
1198
+ ]
1199
+ },
1200
+ "minorRoadWideningOrImprovement": {
1201
+ "con29RRef": "3.6(i)",
1202
+ "title": "minor road widening or improvement;",
1203
+ "discriminator": {
1204
+ "propertyName": "yesNo"
1205
+ },
1206
+ "oneOf": [
1207
+ {
1208
+ "properties": {
1209
+ "yesNo": {
1210
+ "enum": [
1211
+ "No"
1212
+ ]
1213
+ }
1214
+ }
1215
+ },
1216
+ {
1217
+ "properties": {
1218
+ "yesNo": {
1219
+ "enum": [
1220
+ "Yes"
1221
+ ]
1222
+ }
1223
+ },
1224
+ "required": [
1225
+ "details"
1226
+ ]
1227
+ }
1228
+ ],
1229
+ "required": [
1230
+ "yesNo"
1231
+ ]
1232
+ },
1233
+ "pedestrianCrossings": {
1234
+ "con29RRef": "3.6(j)",
1235
+ "title": "pedestrian crossings;",
1236
+ "discriminator": {
1237
+ "propertyName": "yesNo"
1238
+ },
1239
+ "oneOf": [
1240
+ {
1241
+ "properties": {
1242
+ "yesNo": {
1243
+ "enum": [
1244
+ "No"
1245
+ ]
1246
+ }
1247
+ }
1248
+ },
1249
+ {
1250
+ "properties": {
1251
+ "yesNo": {
1252
+ "enum": [
1253
+ "Yes"
1254
+ ]
1255
+ }
1256
+ },
1257
+ "required": [
1258
+ "details"
1259
+ ]
1260
+ }
1261
+ ],
1262
+ "required": [
1263
+ "yesNo"
1264
+ ]
1265
+ },
1266
+ "cycleTracks": {
1267
+ "con29RRef": "3.6(k)",
1268
+ "title": "cycle tracks;",
1269
+ "discriminator": {
1270
+ "propertyName": "yesNo"
1271
+ },
1272
+ "oneOf": [
1273
+ {
1274
+ "properties": {
1275
+ "yesNo": {
1276
+ "enum": [
1277
+ "No"
1278
+ ]
1279
+ }
1280
+ }
1281
+ },
1282
+ {
1283
+ "properties": {
1284
+ "yesNo": {
1285
+ "enum": [
1286
+ "Yes"
1287
+ ]
1288
+ }
1289
+ },
1290
+ "required": [
1291
+ "details"
1292
+ ]
1293
+ }
1294
+ ],
1295
+ "required": [
1296
+ "yesNo"
1297
+ ]
1298
+ },
1299
+ "bridgeBuilding": {
1300
+ "con29RRef": "3.6(l)",
1301
+ "title": "bridge building",
1302
+ "discriminator": {
1303
+ "propertyName": "yesNo"
1304
+ },
1305
+ "oneOf": [
1306
+ {
1307
+ "properties": {
1308
+ "yesNo": {
1309
+ "enum": [
1310
+ "No"
1311
+ ]
1312
+ }
1313
+ }
1314
+ },
1315
+ {
1316
+ "properties": {
1317
+ "yesNo": {
1318
+ "enum": [
1319
+ "Yes"
1320
+ ]
1321
+ }
1322
+ },
1323
+ "required": [
1324
+ "details"
1325
+ ]
1326
+ }
1327
+ ],
1328
+ "required": [
1329
+ "yesNo"
1330
+ ]
1331
+ }
1332
+ }
1333
+ },
1334
+ "outstandingNotices": {
1335
+ "con29RRef": "3.7",
1336
+ "title": "Outstanding notices",
1337
+ "description": "Do any statutory notices which relate to the following matters subsist in relation to the property other than those revealed in a response to any other enquiry in this form?",
1338
+ "properties": {
1339
+ "buildingWorks": {
1340
+ "con29RRef": "3.7(a)",
1341
+ "title": "building works;",
1342
+ "discriminator": {
1343
+ "propertyName": "yesNo"
1344
+ },
1345
+ "oneOf": [
1346
+ {
1347
+ "properties": {
1348
+ "yesNo": {
1349
+ "enum": [
1350
+ "No"
1351
+ ]
1352
+ }
1353
+ }
1354
+ },
1355
+ {
1356
+ "properties": {
1357
+ "yesNo": {
1358
+ "enum": [
1359
+ "Yes"
1360
+ ]
1361
+ }
1362
+ },
1363
+ "required": [
1364
+ "details"
1365
+ ]
1366
+ }
1367
+ ],
1368
+ "required": [
1369
+ "yesNo"
1370
+ ]
1371
+ },
1372
+ "environment": {
1373
+ "con29RRef": "3.7(b)",
1374
+ "title": "environment;",
1375
+ "discriminator": {
1376
+ "propertyName": "yesNo"
1377
+ },
1378
+ "oneOf": [
1379
+ {
1380
+ "properties": {
1381
+ "yesNo": {
1382
+ "enum": [
1383
+ "No"
1384
+ ]
1385
+ }
1386
+ }
1387
+ },
1388
+ {
1389
+ "properties": {
1390
+ "yesNo": {
1391
+ "enum": [
1392
+ "Yes"
1393
+ ]
1394
+ }
1395
+ },
1396
+ "required": [
1397
+ "details"
1398
+ ]
1399
+ }
1400
+ ],
1401
+ "required": [
1402
+ "yesNo"
1403
+ ]
1404
+ },
1405
+ "healthAndSafety": {
1406
+ "con29RRef": "3.7(c)",
1407
+ "title": "health and safety;",
1408
+ "discriminator": {
1409
+ "propertyName": "yesNo"
1410
+ },
1411
+ "oneOf": [
1412
+ {
1413
+ "properties": {
1414
+ "yesNo": {
1415
+ "enum": [
1416
+ "No"
1417
+ ]
1418
+ }
1419
+ }
1420
+ },
1421
+ {
1422
+ "properties": {
1423
+ "yesNo": {
1424
+ "enum": [
1425
+ "Yes"
1426
+ ]
1427
+ }
1428
+ },
1429
+ "required": [
1430
+ "details"
1431
+ ]
1432
+ }
1433
+ ],
1434
+ "required": [
1435
+ "yesNo"
1436
+ ]
1437
+ },
1438
+ "housing": {
1439
+ "con29RRef": "3.7(d)",
1440
+ "title": "housing;",
1441
+ "discriminator": {
1442
+ "propertyName": "yesNo"
1443
+ },
1444
+ "oneOf": [
1445
+ {
1446
+ "properties": {
1447
+ "yesNo": {
1448
+ "enum": [
1449
+ "No"
1450
+ ]
1451
+ }
1452
+ }
1453
+ },
1454
+ {
1455
+ "properties": {
1456
+ "yesNo": {
1457
+ "enum": [
1458
+ "Yes"
1459
+ ]
1460
+ }
1461
+ },
1462
+ "required": [
1463
+ "details"
1464
+ ]
1465
+ }
1466
+ ],
1467
+ "required": [
1468
+ "yesNo"
1469
+ ]
1470
+ },
1471
+ "highways": {
1472
+ "con29RRef": "3.7(e)",
1473
+ "title": "highways;",
1474
+ "discriminator": {
1475
+ "propertyName": "yesNo"
1476
+ },
1477
+ "oneOf": [
1478
+ {
1479
+ "properties": {
1480
+ "yesNo": {
1481
+ "enum": [
1482
+ "No"
1483
+ ]
1484
+ }
1485
+ }
1486
+ },
1487
+ {
1488
+ "properties": {
1489
+ "yesNo": {
1490
+ "enum": [
1491
+ "Yes"
1492
+ ]
1493
+ }
1494
+ },
1495
+ "required": [
1496
+ "details"
1497
+ ]
1498
+ }
1499
+ ],
1500
+ "required": [
1501
+ "yesNo"
1502
+ ]
1503
+ },
1504
+ "publicHealth": {
1505
+ "con29RRef": "3.7(f)",
1506
+ "title": "public health;",
1507
+ "discriminator": {
1508
+ "propertyName": "yesNo"
1509
+ },
1510
+ "oneOf": [
1511
+ {
1512
+ "properties": {
1513
+ "yesNo": {
1514
+ "enum": [
1515
+ "No"
1516
+ ]
1517
+ }
1518
+ }
1519
+ },
1520
+ {
1521
+ "properties": {
1522
+ "yesNo": {
1523
+ "enum": [
1524
+ "Yes"
1525
+ ]
1526
+ }
1527
+ },
1528
+ "required": [
1529
+ "details"
1530
+ ]
1531
+ }
1532
+ ],
1533
+ "required": [
1534
+ "yesNo"
1535
+ ]
1536
+ },
1537
+ "floodAndCostalErosionRiskManagement": {
1538
+ "con29RRef": "3.7(g)",
1539
+ "title": "flood and costal erosion risk management",
1540
+ "discriminator": {
1541
+ "propertyName": "yesNo"
1542
+ },
1543
+ "oneOf": [
1544
+ {
1545
+ "properties": {
1546
+ "yesNo": {
1547
+ "enum": [
1548
+ "No"
1549
+ ]
1550
+ }
1551
+ }
1552
+ },
1553
+ {
1554
+ "properties": {
1555
+ "yesNo": {
1556
+ "enum": [
1557
+ "Yes"
1558
+ ]
1559
+ }
1560
+ },
1561
+ "required": [
1562
+ "details"
1563
+ ]
1564
+ }
1565
+ ],
1566
+ "required": [
1567
+ "yesNo"
1568
+ ]
1569
+ }
1570
+ }
1571
+ },
1572
+ "contraventionOfBuildingRegulations": {
1573
+ "con29RRef": "3.8",
1574
+ "title": "Contravention of building regulations",
1575
+ "description": "Has a local authority authorised in relation to the property any proceedings for the contravention of any provision contained in building regulations?",
1576
+ "discriminator": {
1577
+ "propertyName": "yesNo"
1578
+ },
1579
+ "oneOf": [
1580
+ {
1581
+ "properties": {
1582
+ "yesNo": {
1583
+ "enum": [
1584
+ "No"
1585
+ ]
1586
+ }
1587
+ }
1588
+ },
1589
+ {
1590
+ "properties": {
1591
+ "yesNo": {
1592
+ "enum": [
1593
+ "Yes"
1594
+ ]
1595
+ }
1596
+ },
1597
+ "required": [
1598
+ "details"
1599
+ ]
1600
+ }
1601
+ ],
1602
+ "required": [
1603
+ "yesNo"
1604
+ ]
1605
+ },
1606
+ "noticesOrdersDirectionsAndProceedingsUnderPlanningActs": {
1607
+ "con29RRef": "3.9",
1608
+ "title": "Notices, orders, directions and proceedings under Planning Acts",
1609
+ "description": "Do any of the following subsist in relation to the property, or has a local authority decided to issue, serve, make or commence any of the following?",
1610
+ "properties": {
1611
+ "enforcementNotice": {
1612
+ "con29RRef": "3.9(a)",
1613
+ "title": "an enforcement notice;",
1614
+ "discriminator": {
1615
+ "propertyName": "yesNo"
1616
+ },
1617
+ "oneOf": [
1618
+ {
1619
+ "properties": {
1620
+ "yesNo": {
1621
+ "enum": [
1622
+ "No"
1623
+ ]
1624
+ }
1625
+ }
1626
+ },
1627
+ {
1628
+ "properties": {
1629
+ "yesNo": {
1630
+ "enum": [
1631
+ "Yes"
1632
+ ]
1633
+ }
1634
+ },
1635
+ "required": [
1636
+ "details"
1637
+ ]
1638
+ }
1639
+ ],
1640
+ "required": [
1641
+ "yesNo"
1642
+ ]
1643
+ },
1644
+ "stopNotice": {
1645
+ "con29RRef": "3.9(b)",
1646
+ "title": "a stop notice;",
1647
+ "discriminator": {
1648
+ "propertyName": "yesNo"
1649
+ },
1650
+ "oneOf": [
1651
+ {
1652
+ "properties": {
1653
+ "yesNo": {
1654
+ "enum": [
1655
+ "No"
1656
+ ]
1657
+ }
1658
+ }
1659
+ },
1660
+ {
1661
+ "properties": {
1662
+ "yesNo": {
1663
+ "enum": [
1664
+ "Yes"
1665
+ ]
1666
+ }
1667
+ },
1668
+ "required": [
1669
+ "details"
1670
+ ]
1671
+ }
1672
+ ],
1673
+ "required": [
1674
+ "yesNo"
1675
+ ]
1676
+ },
1677
+ "listedBuildingEnforcementNotice": {
1678
+ "con29RRef": "3.9(c)",
1679
+ "title": "a listed building enforcement notice;",
1680
+ "discriminator": {
1681
+ "propertyName": "yesNo"
1682
+ },
1683
+ "oneOf": [
1684
+ {
1685
+ "properties": {
1686
+ "yesNo": {
1687
+ "enum": [
1688
+ "No"
1689
+ ]
1690
+ }
1691
+ }
1692
+ },
1693
+ {
1694
+ "properties": {
1695
+ "yesNo": {
1696
+ "enum": [
1697
+ "Yes"
1698
+ ]
1699
+ }
1700
+ },
1701
+ "required": [
1702
+ "details"
1703
+ ]
1704
+ }
1705
+ ],
1706
+ "required": [
1707
+ "yesNo"
1708
+ ]
1709
+ },
1710
+ "breachOfConditionNotice": {
1711
+ "con29RRef": "3.9(d)",
1712
+ "title": "a breach of condition notice;",
1713
+ "discriminator": {
1714
+ "propertyName": "yesNo"
1715
+ },
1716
+ "oneOf": [
1717
+ {
1718
+ "properties": {
1719
+ "yesNo": {
1720
+ "enum": [
1721
+ "No"
1722
+ ]
1723
+ }
1724
+ }
1725
+ },
1726
+ {
1727
+ "properties": {
1728
+ "yesNo": {
1729
+ "enum": [
1730
+ "Yes"
1731
+ ]
1732
+ }
1733
+ },
1734
+ "required": [
1735
+ "details"
1736
+ ]
1737
+ }
1738
+ ],
1739
+ "required": [
1740
+ "yesNo"
1741
+ ]
1742
+ },
1743
+ "planningContraventionNotice": {
1744
+ "con29RRef": "3.9(e)",
1745
+ "title": "a planning contravention notice;",
1746
+ "discriminator": {
1747
+ "propertyName": "yesNo"
1748
+ },
1749
+ "oneOf": [
1750
+ {
1751
+ "properties": {
1752
+ "yesNo": {
1753
+ "enum": [
1754
+ "No"
1755
+ ]
1756
+ }
1757
+ }
1758
+ },
1759
+ {
1760
+ "properties": {
1761
+ "yesNo": {
1762
+ "enum": [
1763
+ "Yes"
1764
+ ]
1765
+ }
1766
+ },
1767
+ "required": [
1768
+ "details"
1769
+ ]
1770
+ }
1771
+ ],
1772
+ "required": [
1773
+ "yesNo"
1774
+ ]
1775
+ },
1776
+ "anotherNoticeRelatingToBreachOfPlanningControl": {
1777
+ "con29RRef": "3.9(f)",
1778
+ "title": "another notice relating to breach of planning control;",
1779
+ "discriminator": {
1780
+ "propertyName": "yesNo"
1781
+ },
1782
+ "oneOf": [
1783
+ {
1784
+ "properties": {
1785
+ "yesNo": {
1786
+ "enum": [
1787
+ "No"
1788
+ ]
1789
+ }
1790
+ }
1791
+ },
1792
+ {
1793
+ "properties": {
1794
+ "yesNo": {
1795
+ "enum": [
1796
+ "Yes"
1797
+ ]
1798
+ }
1799
+ },
1800
+ "required": [
1801
+ "details"
1802
+ ]
1803
+ }
1804
+ ],
1805
+ "required": [
1806
+ "yesNo"
1807
+ ]
1808
+ },
1809
+ "listedBuildingRepairsNotice": {
1810
+ "con29RRef": "3.9(g)",
1811
+ "title": "a listed building repairs notice;",
1812
+ "discriminator": {
1813
+ "propertyName": "yesNo"
1814
+ },
1815
+ "oneOf": [
1816
+ {
1817
+ "properties": {
1818
+ "yesNo": {
1819
+ "enum": [
1820
+ "No"
1821
+ ]
1822
+ }
1823
+ }
1824
+ },
1825
+ {
1826
+ "properties": {
1827
+ "yesNo": {
1828
+ "enum": [
1829
+ "Yes"
1830
+ ]
1831
+ }
1832
+ },
1833
+ "required": [
1834
+ "details"
1835
+ ]
1836
+ }
1837
+ ],
1838
+ "required": [
1839
+ "yesNo"
1840
+ ]
1841
+ },
1842
+ "inTheCaseOfAListedBuildingDeliberatelyAllowedToFallIntoDisrepairACompulsoryPurchaseOrderWithADirectionForMinimumCompensation": {
1843
+ "con29RRef": "3.9(h)",
1844
+ "title": "in the case of a listed building deliberately allowed to fall into disrepair, a compulsory purchase order with a direction for minimum compensation;",
1845
+ "discriminator": {
1846
+ "propertyName": "yesNo"
1847
+ },
1848
+ "oneOf": [
1849
+ {
1850
+ "properties": {
1851
+ "yesNo": {
1852
+ "enum": [
1853
+ "No"
1854
+ ]
1855
+ }
1856
+ }
1857
+ },
1858
+ {
1859
+ "properties": {
1860
+ "yesNo": {
1861
+ "enum": [
1862
+ "Yes"
1863
+ ]
1864
+ }
1865
+ },
1866
+ "required": [
1867
+ "details"
1868
+ ]
1869
+ }
1870
+ ],
1871
+ "required": [
1872
+ "yesNo"
1873
+ ]
1874
+ },
1875
+ "buildingPreservationNotice": {
1876
+ "con29RRef": "3.9(i)",
1877
+ "title": "a building preservation notice;",
1878
+ "discriminator": {
1879
+ "propertyName": "yesNo"
1880
+ },
1881
+ "oneOf": [
1882
+ {
1883
+ "properties": {
1884
+ "yesNo": {
1885
+ "enum": [
1886
+ "No"
1887
+ ]
1888
+ }
1889
+ }
1890
+ },
1891
+ {
1892
+ "properties": {
1893
+ "yesNo": {
1894
+ "enum": [
1895
+ "Yes"
1896
+ ]
1897
+ }
1898
+ },
1899
+ "required": [
1900
+ "details"
1901
+ ]
1902
+ }
1903
+ ],
1904
+ "required": [
1905
+ "yesNo"
1906
+ ]
1907
+ },
1908
+ "directionRestrictingPermittedDevelopment": {
1909
+ "con29RRef": "3.9(j)",
1910
+ "title": "a direction restricting permitted development;",
1911
+ "discriminator": {
1912
+ "propertyName": "yesNo"
1913
+ },
1914
+ "oneOf": [
1915
+ {
1916
+ "properties": {
1917
+ "yesNo": {
1918
+ "enum": [
1919
+ "No"
1920
+ ]
1921
+ }
1922
+ }
1923
+ },
1924
+ {
1925
+ "properties": {
1926
+ "yesNo": {
1927
+ "enum": [
1928
+ "Yes"
1929
+ ]
1930
+ }
1931
+ },
1932
+ "required": [
1933
+ "details"
1934
+ ]
1935
+ }
1936
+ ],
1937
+ "required": [
1938
+ "yesNo"
1939
+ ]
1940
+ },
1941
+ "orderRevokingOrModifyingPlanningPermission": {
1942
+ "con29RRef": "3.9(k)",
1943
+ "title": "an order revoking or modifying planning permission;",
1944
+ "discriminator": {
1945
+ "propertyName": "yesNo"
1946
+ },
1947
+ "oneOf": [
1948
+ {
1949
+ "properties": {
1950
+ "yesNo": {
1951
+ "enum": [
1952
+ "No"
1953
+ ]
1954
+ }
1955
+ }
1956
+ },
1957
+ {
1958
+ "properties": {
1959
+ "yesNo": {
1960
+ "enum": [
1961
+ "Yes"
1962
+ ]
1963
+ }
1964
+ },
1965
+ "required": [
1966
+ "details"
1967
+ ]
1968
+ }
1969
+ ],
1970
+ "required": [
1971
+ "yesNo"
1972
+ ]
1973
+ },
1974
+ "orderRequiringDiscontinuanceOfUseOrAlterationOrRemovalOfBuildingOrWorks": {
1975
+ "con29RRef": "3.9(l)",
1976
+ "title": "an order requiring discontinuance of use or alteration or removal of building or works;",
1977
+ "discriminator": {
1978
+ "propertyName": "yesNo"
1979
+ },
1980
+ "oneOf": [
1981
+ {
1982
+ "properties": {
1983
+ "yesNo": {
1984
+ "enum": [
1985
+ "No"
1986
+ ]
1987
+ }
1988
+ }
1989
+ },
1990
+ {
1991
+ "properties": {
1992
+ "yesNo": {
1993
+ "enum": [
1994
+ "Yes"
1995
+ ]
1996
+ }
1997
+ },
1998
+ "required": [
1999
+ "details"
2000
+ ]
2001
+ }
2002
+ ],
2003
+ "required": [
2004
+ "yesNo"
2005
+ ]
2006
+ },
2007
+ "treePreservationOrder": {
2008
+ "con29RRef": "3.9(m)",
2009
+ "title": "a tree preservation order;",
2010
+ "discriminator": {
2011
+ "propertyName": "yesNo"
2012
+ },
2013
+ "oneOf": [
2014
+ {
2015
+ "properties": {
2016
+ "yesNo": {
2017
+ "enum": [
2018
+ "No"
2019
+ ]
2020
+ }
2021
+ }
2022
+ },
2023
+ {
2024
+ "properties": {
2025
+ "yesNo": {
2026
+ "enum": [
2027
+ "Yes"
2028
+ ]
2029
+ }
2030
+ },
2031
+ "required": [
2032
+ "details"
2033
+ ]
2034
+ }
2035
+ ],
2036
+ "required": [
2037
+ "yesNo"
2038
+ ]
2039
+ },
2040
+ "proceedingsToEnforceAPlanningAgreementOrPlanningContribution": {
2041
+ "con29RRef": "3.9(n)",
2042
+ "title": "proceedings to enforce a planning agreement or planning contribution",
2043
+ "discriminator": {
2044
+ "propertyName": "yesNo"
2045
+ },
2046
+ "oneOf": [
2047
+ {
2048
+ "properties": {
2049
+ "yesNo": {
2050
+ "enum": [
2051
+ "No"
2052
+ ]
2053
+ }
2054
+ }
2055
+ },
2056
+ {
2057
+ "properties": {
2058
+ "yesNo": {
2059
+ "enum": [
2060
+ "Yes"
2061
+ ]
2062
+ }
2063
+ },
2064
+ "required": [
2065
+ "details"
2066
+ ]
2067
+ }
2068
+ ],
2069
+ "required": [
2070
+ "yesNo"
2071
+ ]
2072
+ }
2073
+ }
2074
+ },
2075
+ "communityInfrastructureLevy": {
2076
+ "con29RRef": "3.10",
2077
+ "title": "Community infrastructure levy (CIL)",
2078
+ "properties": {
2079
+ "cilChargingSchedule": {
2080
+ "con29RRef": "3.10(a)",
2081
+ "title": "Is there a CIL charging schedule?",
2082
+ "required": [
2083
+ "yesNo"
2084
+ ]
2085
+ },
2086
+ "doAnyOfTheFollowingSubsistInRelationToTheProperty": {
2087
+ "con29RRef": "3.10(b)",
2088
+ "title": "If, yes, do any of the following subsist in relation to the property, or has a local authority decided to issue, serve, make or commence any of the following:-",
2089
+ "properties": {
2090
+ "liabilityNotice": {
2091
+ "con29RRef": "3.10(b)(i)",
2092
+ "title": "a liability notice?",
2093
+ "discriminator": {
2094
+ "propertyName": "yesNo"
2095
+ },
2096
+ "oneOf": [
2097
+ {
2098
+ "properties": {
2099
+ "yesNo": {
2100
+ "enum": [
2101
+ "No"
2102
+ ]
2103
+ }
2104
+ }
2105
+ },
2106
+ {
2107
+ "properties": {
2108
+ "yesNo": {
2109
+ "enum": [
2110
+ "Yes"
2111
+ ]
2112
+ }
2113
+ },
2114
+ "required": [
2115
+ "details"
2116
+ ]
2117
+ }
2118
+ ],
2119
+ "required": [
2120
+ "yesNo"
2121
+ ]
2122
+ },
2123
+ "noticeOfChargeableDevelopment": {
2124
+ "con29RRef": "3.10(b)(ii)",
2125
+ "title": "a notice of chargeable development?",
2126
+ "discriminator": {
2127
+ "propertyName": "yesNo"
2128
+ },
2129
+ "oneOf": [
2130
+ {
2131
+ "properties": {
2132
+ "yesNo": {
2133
+ "enum": [
2134
+ "No"
2135
+ ]
2136
+ }
2137
+ }
2138
+ },
2139
+ {
2140
+ "properties": {
2141
+ "yesNo": {
2142
+ "enum": [
2143
+ "Yes"
2144
+ ]
2145
+ }
2146
+ },
2147
+ "required": [
2148
+ "details"
2149
+ ]
2150
+ }
2151
+ ],
2152
+ "required": [
2153
+ "yesNo"
2154
+ ]
2155
+ },
2156
+ "demandNotice": {
2157
+ "con29RRef": "3.10(b)(iii)",
2158
+ "title": "a demand notice?",
2159
+ "discriminator": {
2160
+ "propertyName": "yesNo"
2161
+ },
2162
+ "oneOf": [
2163
+ {
2164
+ "properties": {
2165
+ "yesNo": {
2166
+ "enum": [
2167
+ "No"
2168
+ ]
2169
+ }
2170
+ }
2171
+ },
2172
+ {
2173
+ "properties": {
2174
+ "yesNo": {
2175
+ "enum": [
2176
+ "Yes"
2177
+ ]
2178
+ }
2179
+ },
2180
+ "required": [
2181
+ "details"
2182
+ ]
2183
+ }
2184
+ ],
2185
+ "required": [
2186
+ "yesNo"
2187
+ ]
2188
+ },
2189
+ "defaultLiabilityNotice": {
2190
+ "con29RRef": "3.10(b)(iv)",
2191
+ "title": "a default liability notice?",
2192
+ "discriminator": {
2193
+ "propertyName": "yesNo"
2194
+ },
2195
+ "oneOf": [
2196
+ {
2197
+ "properties": {
2198
+ "yesNo": {
2199
+ "enum": [
2200
+ "No"
2201
+ ]
2202
+ }
2203
+ }
2204
+ },
2205
+ {
2206
+ "properties": {
2207
+ "yesNo": {
2208
+ "enum": [
2209
+ "Yes"
2210
+ ]
2211
+ }
2212
+ },
2213
+ "required": [
2214
+ "details"
2215
+ ]
2216
+ }
2217
+ ],
2218
+ "required": [
2219
+ "yesNo"
2220
+ ]
2221
+ },
2222
+ "assumptionOfLiabilityNotice": {
2223
+ "con29RRef": "3.10(b)(v)",
2224
+ "title": "an assumption of liability notice?",
2225
+ "discriminator": {
2226
+ "propertyName": "yesNo"
2227
+ },
2228
+ "oneOf": [
2229
+ {
2230
+ "properties": {
2231
+ "yesNo": {
2232
+ "enum": [
2233
+ "No"
2234
+ ]
2235
+ }
2236
+ }
2237
+ },
2238
+ {
2239
+ "properties": {
2240
+ "yesNo": {
2241
+ "enum": [
2242
+ "Yes"
2243
+ ]
2244
+ }
2245
+ },
2246
+ "required": [
2247
+ "details"
2248
+ ]
2249
+ }
2250
+ ],
2251
+ "required": [
2252
+ "yesNo"
2253
+ ]
2254
+ },
2255
+ "commencementNotice": {
2256
+ "con29RRef": "3.10(b)(vi)",
2257
+ "title": "a commencement notice?",
2258
+ "discriminator": {
2259
+ "propertyName": "yesNo"
2260
+ },
2261
+ "oneOf": [
2262
+ {
2263
+ "properties": {
2264
+ "yesNo": {
2265
+ "enum": [
2266
+ "No"
2267
+ ]
2268
+ }
2269
+ }
2270
+ },
2271
+ {
2272
+ "properties": {
2273
+ "yesNo": {
2274
+ "enum": [
2275
+ "Yes"
2276
+ ]
2277
+ }
2278
+ },
2279
+ "required": [
2280
+ "details"
2281
+ ]
2282
+ }
2283
+ ],
2284
+ "required": [
2285
+ "yesNo"
2286
+ ]
2287
+ }
2288
+ }
2289
+ },
2290
+ "demandNoticeBeenSuspended": {
2291
+ "con29RRef": "3.10(c)",
2292
+ "title": "Has any demand notice been suspended?",
2293
+ "discriminator": {
2294
+ "propertyName": "yesNo"
2295
+ },
2296
+ "oneOf": [
2297
+ {
2298
+ "properties": {
2299
+ "yesNo": {
2300
+ "enum": [
2301
+ "No"
2302
+ ]
2303
+ }
2304
+ }
2305
+ },
2306
+ {
2307
+ "properties": {
2308
+ "yesNo": {
2309
+ "enum": [
2310
+ "Yes"
2311
+ ]
2312
+ }
2313
+ },
2314
+ "required": [
2315
+ "details"
2316
+ ]
2317
+ }
2318
+ ],
2319
+ "required": [
2320
+ "yesNo"
2321
+ ]
2322
+ },
2323
+ "localAuthorityReceivedFullOrPartPaymentOfAnyCilLiability": {
2324
+ "con29RRef": "3.10(d)",
2325
+ "title": "Has the Local Authority received full or part payment of any CIL liability?",
2326
+ "discriminator": {
2327
+ "propertyName": "yesNo"
2328
+ },
2329
+ "oneOf": [
2330
+ {
2331
+ "properties": {
2332
+ "yesNo": {
2333
+ "enum": [
2334
+ "No"
2335
+ ]
2336
+ }
2337
+ }
2338
+ },
2339
+ {
2340
+ "properties": {
2341
+ "yesNo": {
2342
+ "enum": [
2343
+ "Yes"
2344
+ ]
2345
+ }
2346
+ },
2347
+ "required": [
2348
+ "details"
2349
+ ]
2350
+ }
2351
+ ],
2352
+ "required": [
2353
+ "yesNo"
2354
+ ]
2355
+ },
2356
+ "localAuthorityReceivedAnyAppealAgainstAnyOfTheAbove": {
2357
+ "con29RRef": "3.10(e)",
2358
+ "title": "Has the Local Authority received any appeal against any of the above?",
2359
+ "discriminator": {
2360
+ "propertyName": "yesNo"
2361
+ },
2362
+ "oneOf": [
2363
+ {
2364
+ "properties": {
2365
+ "yesNo": {
2366
+ "enum": [
2367
+ "No"
2368
+ ]
2369
+ }
2370
+ }
2371
+ },
2372
+ {
2373
+ "properties": {
2374
+ "yesNo": {
2375
+ "enum": [
2376
+ "Yes"
2377
+ ]
2378
+ }
2379
+ },
2380
+ "required": [
2381
+ "details"
2382
+ ]
2383
+ }
2384
+ ],
2385
+ "required": [
2386
+ "yesNo"
2387
+ ]
2388
+ },
2389
+ "decisionBeenTakenToApplyForALiabilityOrder": {
2390
+ "con29RRef": "3.10(f)",
2391
+ "title": "Has a decision been taken to apply for a liability order?",
2392
+ "discriminator": {
2393
+ "propertyName": "yesNo"
2394
+ },
2395
+ "oneOf": [
2396
+ {
2397
+ "properties": {
2398
+ "yesNo": {
2399
+ "enum": [
2400
+ "No"
2401
+ ]
2402
+ }
2403
+ }
2404
+ },
2405
+ {
2406
+ "properties": {
2407
+ "yesNo": {
2408
+ "enum": [
2409
+ "Yes"
2410
+ ]
2411
+ }
2412
+ },
2413
+ "required": [
2414
+ "details"
2415
+ ]
2416
+ }
2417
+ ],
2418
+ "required": [
2419
+ "yesNo"
2420
+ ]
2421
+ },
2422
+ "liabilityOrderBeenGranted": {
2423
+ "con29RRef": "3.10(g)",
2424
+ "title": "Has a liability order been granted?",
2425
+ "discriminator": {
2426
+ "propertyName": "yesNo"
2427
+ },
2428
+ "oneOf": [
2429
+ {
2430
+ "properties": {
2431
+ "yesNo": {
2432
+ "enum": [
2433
+ "No"
2434
+ ]
2435
+ }
2436
+ }
2437
+ },
2438
+ {
2439
+ "properties": {
2440
+ "yesNo": {
2441
+ "enum": [
2442
+ "Yes"
2443
+ ]
2444
+ }
2445
+ },
2446
+ "required": [
2447
+ "details"
2448
+ ]
2449
+ }
2450
+ ],
2451
+ "required": [
2452
+ "yesNo"
2453
+ ]
2454
+ },
2455
+ "otherEnforcementMeasuresBeenTaken": {
2456
+ "con29RRef": "3.10(h)",
2457
+ "title": "Have any other enforcement measures been taken?",
2458
+ "discriminator": {
2459
+ "propertyName": "yesNo"
2460
+ },
2461
+ "oneOf": [
2462
+ {
2463
+ "properties": {
2464
+ "yesNo": {
2465
+ "enum": [
2466
+ "No"
2467
+ ]
2468
+ }
2469
+ }
2470
+ },
2471
+ {
2472
+ "properties": {
2473
+ "yesNo": {
2474
+ "enum": [
2475
+ "Yes"
2476
+ ]
2477
+ }
2478
+ },
2479
+ "required": [
2480
+ "details"
2481
+ ]
2482
+ }
2483
+ ],
2484
+ "required": [
2485
+ "yesNo"
2486
+ ]
2487
+ }
2488
+ }
2489
+ },
2490
+ "conservationArea": {
2491
+ "con29RRef": "3.11",
2492
+ "title": "Conservation area",
2493
+ "description": "Do any of the following apply to the property?",
2494
+ "properties": {
2495
+ "makingOfTheAreaAConservationAreaBefore31August1974": {
2496
+ "con29RRef": "3.11(a)",
2497
+ "title": "the making of the area a conservation area before 31 August 1974;",
2498
+ "discriminator": {
2499
+ "propertyName": "yesNo"
2500
+ },
2501
+ "oneOf": [
2502
+ {
2503
+ "properties": {
2504
+ "yesNo": {
2505
+ "enum": [
2506
+ "No"
2507
+ ]
2508
+ }
2509
+ }
2510
+ },
2511
+ {
2512
+ "properties": {
2513
+ "yesNo": {
2514
+ "enum": [
2515
+ "Yes"
2516
+ ]
2517
+ }
2518
+ },
2519
+ "required": [
2520
+ "details"
2521
+ ]
2522
+ }
2523
+ ],
2524
+ "required": [
2525
+ "yesNo"
2526
+ ]
2527
+ },
2528
+ "unimplementedResolutionToDesignateTheAreaAConservationArea": {
2529
+ "con29RRef": "3.11(b)",
2530
+ "title": "an unimplemented resolution to designate the area a conservation area",
2531
+ "discriminator": {
2532
+ "propertyName": "yesNo"
2533
+ },
2534
+ "oneOf": [
2535
+ {
2536
+ "properties": {
2537
+ "yesNo": {
2538
+ "enum": [
2539
+ "No"
2540
+ ]
2541
+ }
2542
+ }
2543
+ },
2544
+ {
2545
+ "properties": {
2546
+ "yesNo": {
2547
+ "enum": [
2548
+ "Yes"
2549
+ ]
2550
+ }
2551
+ },
2552
+ "required": [
2553
+ "details"
2554
+ ]
2555
+ }
2556
+ ],
2557
+ "required": [
2558
+ "yesNo"
2559
+ ]
2560
+ }
2561
+ }
2562
+ },
2563
+ "compulsoryPurchase": {
2564
+ "con29RRef": "3.12",
2565
+ "title": "Compulsory purchase",
2566
+ "description": "Has any enforceable order or decision been made to compulsorily purchase or acquire the property?",
2567
+ "discriminator": {
2568
+ "propertyName": "yesNo"
2569
+ },
2570
+ "oneOf": [
2571
+ {
2572
+ "properties": {
2573
+ "yesNo": {
2574
+ "enum": [
2575
+ "No"
2576
+ ]
2577
+ }
2578
+ }
2579
+ },
2580
+ {
2581
+ "properties": {
2582
+ "yesNo": {
2583
+ "enum": [
2584
+ "Yes"
2585
+ ]
2586
+ }
2587
+ },
2588
+ "required": [
2589
+ "details"
2590
+ ]
2591
+ }
2592
+ ],
2593
+ "required": [
2594
+ "yesNo"
2595
+ ]
2596
+ },
2597
+ "contaminatedLand": {
2598
+ "con29RRef": "3.13",
2599
+ "title": "Contaminated land",
2600
+ "description": "Do any of the following apply (including any relating land adjacent to or adjoining the property which has been identified as contaminated land because it is in such a condition that harm or pollution of controlled waters might be caused on the property)?",
2601
+ "properties": {
2602
+ "contaminatedLandNotice": {
2603
+ "con29RRef": "3.13(a)",
2604
+ "title": "contaminated land notice;",
2605
+ "discriminator": {
2606
+ "propertyName": "yesNo"
2607
+ },
2608
+ "oneOf": [
2609
+ {
2610
+ "properties": {
2611
+ "yesNo": {
2612
+ "enum": [
2613
+ "No"
2614
+ ]
2615
+ }
2616
+ }
2617
+ },
2618
+ {
2619
+ "properties": {
2620
+ "yesNo": {
2621
+ "enum": [
2622
+ "Yes"
2623
+ ]
2624
+ }
2625
+ },
2626
+ "required": [
2627
+ "details"
2628
+ ]
2629
+ }
2630
+ ],
2631
+ "required": [
2632
+ "yesNo"
2633
+ ]
2634
+ },
2635
+ "inRelationToARegisterMaintainedUnderSection_78R": {
2636
+ "con29RRef": "3.13(b)",
2637
+ "title": "in relation to a register maintained under section 78R of the Environmental Protection Act 1990",
2638
+ "discriminator": {
2639
+ "propertyName": "yesNo"
2640
+ },
2641
+ "oneOf": [
2642
+ {
2643
+ "properties": {
2644
+ "yesNo": {
2645
+ "enum": [
2646
+ "No"
2647
+ ]
2648
+ }
2649
+ }
2650
+ },
2651
+ {
2652
+ "properties": {
2653
+ "yesNo": {
2654
+ "enum": [
2655
+ "Yes"
2656
+ ]
2657
+ }
2658
+ },
2659
+ "required": [
2660
+ "details"
2661
+ ]
2662
+ }
2663
+ ],
2664
+ "required": [
2665
+ "yesNo"
2666
+ ]
2667
+ },
2668
+ "decisionToMakeAnEntry": {
2669
+ "con29RRef": "3.13(b)(i)",
2670
+ "title": "a decision to make an entry",
2671
+ "discriminator": {
2672
+ "propertyName": "yesNo"
2673
+ },
2674
+ "oneOf": [
2675
+ {
2676
+ "properties": {
2677
+ "yesNo": {
2678
+ "enum": [
2679
+ "No"
2680
+ ]
2681
+ }
2682
+ }
2683
+ },
2684
+ {
2685
+ "properties": {
2686
+ "yesNo": {
2687
+ "enum": [
2688
+ "Yes"
2689
+ ]
2690
+ }
2691
+ },
2692
+ "required": [
2693
+ "details"
2694
+ ]
2695
+ }
2696
+ ],
2697
+ "required": [
2698
+ "yesNo"
2699
+ ]
2700
+ },
2701
+ "entry": {
2702
+ "con29RRef": "3.13(b)(ii)",
2703
+ "title": "an entry",
2704
+ "discriminator": {
2705
+ "propertyName": "yesNo"
2706
+ },
2707
+ "oneOf": [
2708
+ {
2709
+ "properties": {
2710
+ "yesNo": {
2711
+ "enum": [
2712
+ "No"
2713
+ ]
2714
+ }
2715
+ }
2716
+ },
2717
+ {
2718
+ "properties": {
2719
+ "yesNo": {
2720
+ "enum": [
2721
+ "Yes"
2722
+ ]
2723
+ }
2724
+ },
2725
+ "required": [
2726
+ "details"
2727
+ ]
2728
+ }
2729
+ ],
2730
+ "required": [
2731
+ "yesNo"
2732
+ ]
2733
+ }
2734
+ },
2735
+ "consultationWithTheOwnerOrOccupierOfThePropertyConductedUnderSection78G3": {
2736
+ "con29RRef": "3.13(c)",
2737
+ "title": "consultation with the owner or occupier of the property conducted under section 78G(3) of the Environmental Protection Act 1990 before the service of a remediation notice",
2738
+ "discriminator": {
2739
+ "propertyName": "yesNo"
2740
+ },
2741
+ "oneOf": [
2742
+ {
2743
+ "properties": {
2744
+ "yesNo": {
2745
+ "enum": [
2746
+ "No"
2747
+ ]
2748
+ }
2749
+ }
2750
+ },
2751
+ {
2752
+ "properties": {
2753
+ "yesNo": {
2754
+ "enum": [
2755
+ "Yes"
2756
+ ]
2757
+ }
2758
+ },
2759
+ "required": [
2760
+ "details"
2761
+ ]
2762
+ }
2763
+ ],
2764
+ "required": [
2765
+ "yesNo"
2766
+ ]
2767
+ }
2768
+ },
2769
+ "radonGas": {
2770
+ "con29RRef": "3.14",
2771
+ "title": "Radon gas",
2772
+ "description": "Do records indicate that the property is in a 'Radon Affected Area' as identified by the Public Health England or Public Health Wales?",
2773
+ "discriminator": {
2774
+ "propertyName": "yesNo"
2775
+ },
2776
+ "oneOf": [
2777
+ {
2778
+ "properties": {
2779
+ "yesNo": {
2780
+ "enum": [
2781
+ "No"
2782
+ ]
2783
+ }
2784
+ }
2785
+ },
2786
+ {
2787
+ "properties": {
2788
+ "yesNo": {
2789
+ "enum": [
2790
+ "Yes"
2791
+ ]
2792
+ }
2793
+ },
2794
+ "required": [
2795
+ "details"
2796
+ ]
2797
+ }
2798
+ ],
2799
+ "required": [
2800
+ "yesNo"
2801
+ ]
2802
+ },
2803
+ "assetsOfCommunityValue": {
2804
+ "con29RRef": "3.15",
2805
+ "title": "Assets of Community Value",
2806
+ "properties": {
2807
+ "propertyBeenNominatedAsAnAssetOfCommunityValue": {
2808
+ "con29RRef": "3.15(a)",
2809
+ "title": "Has the property been nominated as an asset of community value? If so:- ",
2810
+ "properties": {
2811
+ "listedAsAnAssetOfCommunityValue": {
2812
+ "con29RRef": "3.15(a)(i)",
2813
+ "title": "Is it listed as an asset of community value?",
2814
+ "discriminator": {
2815
+ "propertyName": "yesNo"
2816
+ },
2817
+ "oneOf": [
2818
+ {
2819
+ "properties": {
2820
+ "yesNo": {
2821
+ "enum": [
2822
+ "No"
2823
+ ]
2824
+ }
2825
+ }
2826
+ },
2827
+ {
2828
+ "properties": {
2829
+ "yesNo": {
2830
+ "enum": [
2831
+ "Yes"
2832
+ ]
2833
+ }
2834
+ },
2835
+ "required": [
2836
+ "details"
2837
+ ]
2838
+ }
2839
+ ],
2840
+ "required": [
2841
+ "yesNo"
2842
+ ]
2843
+ },
2844
+ "excludedAndPlacedOnTheNominatedButNotListedList": {
2845
+ "con29RRef": "3.15(a)(ii)",
2846
+ "title": "Was it excluded and placed on the 'nominated but not listed' list?",
2847
+ "discriminator": {
2848
+ "propertyName": "yesNo"
2849
+ },
2850
+ "oneOf": [
2851
+ {
2852
+ "properties": {
2853
+ "yesNo": {
2854
+ "enum": [
2855
+ "No"
2856
+ ]
2857
+ }
2858
+ }
2859
+ },
2860
+ {
2861
+ "properties": {
2862
+ "yesNo": {
2863
+ "enum": [
2864
+ "Yes"
2865
+ ]
2866
+ }
2867
+ },
2868
+ "required": [
2869
+ "details"
2870
+ ]
2871
+ }
2872
+ ],
2873
+ "required": [
2874
+ "yesNo"
2875
+ ]
2876
+ },
2877
+ "listingExpired": {
2878
+ "con29RRef": "3.15(a)(iii)",
2879
+ "title": "Has the listing expired?",
2880
+ "discriminator": {
2881
+ "propertyName": "yesNo"
2882
+ },
2883
+ "oneOf": [
2884
+ {
2885
+ "properties": {
2886
+ "yesNo": {
2887
+ "enum": [
2888
+ "No"
2889
+ ]
2890
+ }
2891
+ }
2892
+ },
2893
+ {
2894
+ "properties": {
2895
+ "yesNo": {
2896
+ "enum": [
2897
+ "Yes"
2898
+ ]
2899
+ }
2900
+ },
2901
+ "required": [
2902
+ "details"
2903
+ ]
2904
+ }
2905
+ ],
2906
+ "required": [
2907
+ "yesNo"
2908
+ ]
2909
+ },
2910
+ "localAuthorityReviewingOrProposingToReviewTheListing": {
2911
+ "con29RRef": "3.15(a)(iv)",
2912
+ "title": "Is the Local Authority reviewing or proposing to review the listing?",
2913
+ "discriminator": {
2914
+ "propertyName": "yesNo"
2915
+ },
2916
+ "oneOf": [
2917
+ {
2918
+ "properties": {
2919
+ "yesNo": {
2920
+ "enum": [
2921
+ "No"
2922
+ ]
2923
+ }
2924
+ }
2925
+ },
2926
+ {
2927
+ "properties": {
2928
+ "yesNo": {
2929
+ "enum": [
2930
+ "Yes"
2931
+ ]
2932
+ }
2933
+ },
2934
+ "required": [
2935
+ "details"
2936
+ ]
2937
+ }
2938
+ ],
2939
+ "required": [
2940
+ "yesNo"
2941
+ ]
2942
+ },
2943
+ "subsistingAppealsAgainstTheListing": {
2944
+ "con29RRef": "3.15(a)(v)",
2945
+ "title": "Are there any subsisting appeals against the listing?",
2946
+ "discriminator": {
2947
+ "propertyName": "yesNo"
2948
+ },
2949
+ "oneOf": [
2950
+ {
2951
+ "properties": {
2952
+ "yesNo": {
2953
+ "enum": [
2954
+ "No"
2955
+ ]
2956
+ }
2957
+ }
2958
+ },
2959
+ {
2960
+ "properties": {
2961
+ "yesNo": {
2962
+ "enum": [
2963
+ "Yes"
2964
+ ]
2965
+ }
2966
+ },
2967
+ "required": [
2968
+ "details"
2969
+ ]
2970
+ }
2971
+ ],
2972
+ "required": [
2973
+ "yesNo"
2974
+ ]
2975
+ }
2976
+ }
2977
+ },
2978
+ "propertyIsListed": {
2979
+ "con29RRef": "3.15(b)",
2980
+ "title": "If the property is listed:",
2981
+ "properties": {
2982
+ "localAuthorityDecidedToApplyToTheLandRegistry": {
2983
+ "con29RRef": "3.15(b)(i)",
2984
+ "title": "Has the Local Authority decided to apply to the Land Registry for an entry or cancellation of a restriction in respect of listed land affecting the property?",
2985
+ "discriminator": {
2986
+ "propertyName": "yesNo"
2987
+ },
2988
+ "oneOf": [
2989
+ {
2990
+ "properties": {
2991
+ "yesNo": {
2992
+ "enum": [
2993
+ "No"
2994
+ ]
2995
+ }
2996
+ }
2997
+ },
2998
+ {
2999
+ "properties": {
3000
+ "yesNo": {
3001
+ "enum": [
3002
+ "Yes"
3003
+ ]
3004
+ }
3005
+ },
3006
+ "required": [
3007
+ "details"
3008
+ ]
3009
+ }
3010
+ ],
3011
+ "required": [
3012
+ "yesNo"
3013
+ ]
3014
+ },
3015
+ "lheLocalAuthorityReceivedANoticeOfDisposal": {
3016
+ "con29RRef": "3.15(b)(ii)",
3017
+ "title": "Has the Local Authority received a notice of disposal?",
3018
+ "discriminator": {
3019
+ "propertyName": "yesNo"
3020
+ },
3021
+ "oneOf": [
3022
+ {
3023
+ "properties": {
3024
+ "yesNo": {
3025
+ "enum": [
3026
+ "No"
3027
+ ]
3028
+ }
3029
+ }
3030
+ },
3031
+ {
3032
+ "properties": {
3033
+ "yesNo": {
3034
+ "enum": [
3035
+ "Yes"
3036
+ ]
3037
+ }
3038
+ },
3039
+ "required": [
3040
+ "details"
3041
+ ]
3042
+ }
3043
+ ],
3044
+ "required": [
3045
+ "yesNo"
3046
+ ]
3047
+ },
3048
+ "communityInterestGroupRequestedToBeTreatedAsABidder": {
3049
+ "con29RRef": "3.15(b)(iii)",
3050
+ "title": "Has any community interest group requested to be treated as a bidder?",
3051
+ "discriminator": {
3052
+ "propertyName": "yesNo"
3053
+ },
3054
+ "oneOf": [
3055
+ {
3056
+ "properties": {
3057
+ "yesNo": {
3058
+ "enum": [
3059
+ "No"
3060
+ ]
3061
+ }
3062
+ }
3063
+ },
3064
+ {
3065
+ "properties": {
3066
+ "yesNo": {
3067
+ "enum": [
3068
+ "Yes"
3069
+ ]
3070
+ }
3071
+ },
3072
+ "required": [
3073
+ "details"
3074
+ ]
3075
+ }
3076
+ ],
3077
+ "required": [
3078
+ "yesNo"
3079
+ ]
3080
+ }
3081
+ }
3082
+ }
3083
+ }
3084
+ }
3085
+ }
3086
+ }
3087
+ }
3088
+ }
3089
+ }
3090
+ }
3091
+ }
3092
+ }
3093
+ }
3094
+ }