@pdtf/schemas 3.3.0 → 3.4.0-1

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.
@@ -0,0 +1,1965 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://trust.propdata.org.uk/schemas/v3/overlays/ntsl2.json",
4
+ "required": [
5
+ "propertyPack"
6
+ ],
7
+ "properties": {
8
+ "propertyPack": {
9
+ "ntsl2Ref": "0",
10
+ "required": [
11
+ "lettingInformation",
12
+ "councilTax",
13
+ "energyEfficiency",
14
+ "buildInformation",
15
+ "typeOfConstruction",
16
+ "electricity",
17
+ "connectivity",
18
+ "waterAndDrainage",
19
+ "heating",
20
+ "parking",
21
+ "listingAndConservation",
22
+ "rightsAndInformalArrangements",
23
+ "environmentalIssues",
24
+ "notices"
25
+ ],
26
+ "properties": {
27
+ "lettingInformation": {
28
+ "ntsl2Ref": "A2",
29
+ "required": [
30
+ "rent",
31
+ "rentFrequency"
32
+ ],
33
+ "properties": {
34
+ "rent": {
35
+ "ntsl2Ref": "A2.1"
36
+ },
37
+ "rentFrequency": {
38
+ "ntsl2Ref": "A2.2"
39
+ },
40
+ "securityDeposit": {
41
+ "ntsl2Ref": "A3.1"
42
+ },
43
+ "holdingDeposit": {
44
+ "ntsl2Ref": "A3.2"
45
+ }
46
+ }
47
+ },
48
+ "buildInformation": {
49
+ "ntsl2Ref": "B1.1",
50
+ "required": [
51
+ "building"
52
+ ],
53
+ "properties": {
54
+ "building": {
55
+ "ntsl2Ref": "B1.1.1",
56
+ "discriminator": {
57
+ "propertyName": "propertyType"
58
+ },
59
+ "oneOf": [
60
+ {
61
+ "properties": {
62
+ "propertyType": {
63
+ "enum": [
64
+ "Other"
65
+ ]
66
+ },
67
+ "otherType": {
68
+ "ntsl2Ref": "B1.1.1.1"
69
+ }
70
+ },
71
+ "required": [
72
+ "otherType"
73
+ ]
74
+ },
75
+ {
76
+ "properties": {
77
+ "propertyType": {
78
+ "enum": [
79
+ "House",
80
+ "Bungalow"
81
+ ]
82
+ }
83
+ }
84
+ },
85
+ {
86
+ "properties": {
87
+ "propertyType": {
88
+ "enum": [
89
+ "Maisonette",
90
+ "Flat"
91
+ ]
92
+ },
93
+ "numberOfFloors": {
94
+ "ntsl2Ref": "B1.1.3"
95
+ },
96
+ "entranceFloor": {
97
+ "ntsl2Ref": "B1.1.4"
98
+ },
99
+ "hasLift": {
100
+ "ntsl2Ref": "B1.1.5"
101
+ },
102
+ "overCommercialPremises": {
103
+ "ntsl2Ref": "B1.1.6",
104
+ "discriminator": {
105
+ "propertyName": "isLocatedOverCommercialPremises"
106
+ },
107
+ "oneOf": [
108
+ {
109
+ "properties": {
110
+ "isLocatedOverCommercialPremises": {
111
+ "enum": [
112
+ "No"
113
+ ]
114
+ }
115
+ }
116
+ },
117
+ {
118
+ "properties": {
119
+ "isLocatedOverCommercialPremises": {
120
+ "enum": [
121
+ "Yes"
122
+ ]
123
+ },
124
+ "details": {
125
+ "ntsl2Ref": "B1.1.6.2"
126
+ }
127
+ },
128
+ "required": [
129
+ "details"
130
+ ]
131
+ }
132
+ ],
133
+ "properties": {
134
+ "isLocatedOverCommercialPremises": {
135
+ "ntsl2Ref": "B1.1.6.1"
136
+ }
137
+ }
138
+ }
139
+ }
140
+ }
141
+ ],
142
+ "required": [
143
+ "builtForm",
144
+ "propertyType"
145
+ ],
146
+ "properties": {
147
+ "builtForm": {
148
+ "ntsl2Ref": "B1.1.2"
149
+ },
150
+ "propertyType": {
151
+ "ntsl2Ref": "B1.1.1.1"
152
+ }
153
+ }
154
+ },
155
+ "roomDimensions": {
156
+ "ntsl2Ref": "B2",
157
+ "discriminator": {
158
+ "propertyName": "hasFloorplan"
159
+ },
160
+ "oneOf": [
161
+ {
162
+ "properties": {
163
+ "hasFloorplan": {
164
+ "enum": [
165
+ "Yes"
166
+ ]
167
+ },
168
+ "attachments": {
169
+ "ntsl2Ref": "B2.1.1"
170
+ }
171
+ }
172
+ },
173
+ {
174
+ "properties": {
175
+ "hasFloorplan": {
176
+ "enum": [
177
+ "No"
178
+ ]
179
+ },
180
+ "rooms": {
181
+ "ntsl2Ref": "B2.2",
182
+ "items": {
183
+ "required": [
184
+ "roomName",
185
+ "length",
186
+ "width",
187
+ "units"
188
+ ],
189
+ "properties": {
190
+ "roomName": {
191
+ "ntsl2Ref": "B2.2.1"
192
+ },
193
+ "description": {
194
+ "ntsl2Ref": "B2.2.2"
195
+ },
196
+ "length": {
197
+ "ntsl2Ref": "B2.2.3"
198
+ },
199
+ "width": {
200
+ "ntsl2Ref": "B2.2.4"
201
+ },
202
+ "units": {
203
+ "ntsl2Ref": "B2.2.5"
204
+ },
205
+ "dimensionDetails": {
206
+ "ntsl2Ref": "B2.6"
207
+ }
208
+ }
209
+ }
210
+ }
211
+ }
212
+ }
213
+ ],
214
+ "required": [
215
+ "hasFloorplan"
216
+ ],
217
+ "properties": {
218
+ "hasFloorplan": {
219
+ "ntsl2Ref": "B2.1"
220
+ }
221
+ }
222
+ }
223
+ }
224
+ },
225
+ "residentialPropertyFeatures": {
226
+ "ntsl2Ref": "B5",
227
+ "required": [
228
+ "bedrooms",
229
+ "bathrooms",
230
+ "receptions",
231
+ "kitchens",
232
+ "diningAreas",
233
+ "outsideAreas"
234
+ ],
235
+ "properties": {
236
+ "bedrooms": {
237
+ "ntsl2Ref": "B5.1"
238
+ },
239
+ "bathrooms": {
240
+ "ntsl2Ref": "B5.2"
241
+ },
242
+ "receptions": {
243
+ "ntsl2Ref": "B5.3"
244
+ },
245
+ "kitchens": {
246
+ "ntsl2Ref": "B5.4"
247
+ },
248
+ "diningAreas": {
249
+ "ntsl2Ref": "B5.5"
250
+ },
251
+ "outsideAreas": {
252
+ "ntsl2Ref": "B5.6"
253
+ }
254
+ }
255
+ },
256
+ "parking": {
257
+ "ntsl2Ref": "B4",
258
+ "properties": {
259
+ "parkingArrangements": {
260
+ "ntsl2Ref": "B4.1",
261
+ "items": {
262
+ "ntsl2Ref": "B4.1.1"
263
+ }
264
+ },
265
+ "disabledParking": {
266
+ "ntsl2Ref": "B4.2",
267
+ "required": [
268
+ "yesNo"
269
+ ],
270
+ "properties": {
271
+ "yesNo": {
272
+ "ntsl2Ref": "B4.2.1"
273
+ }
274
+ }
275
+ },
276
+ "controlledParking": {
277
+ "ntsl2Ref": "B4.3",
278
+ "discriminator": {
279
+ "propertyName": "yesNo"
280
+ },
281
+ "oneOf": [
282
+ {
283
+ "properties": {
284
+ "yesNo": {
285
+ "enum": [
286
+ "No",
287
+ "Not known"
288
+ ]
289
+ }
290
+ }
291
+ },
292
+ {
293
+ "properties": {
294
+ "yesNo": {
295
+ "enum": [
296
+ "Yes"
297
+ ]
298
+ }
299
+ }
300
+ }
301
+ ],
302
+ "required": [
303
+ "yesNo"
304
+ ],
305
+ "properties": {
306
+ "yesNo": {
307
+ "ntsl2Ref": "B4.3.1"
308
+ }
309
+ }
310
+ },
311
+ "electricVehicleChargingPoint": {
312
+ "ntsl2Ref": "B4.4",
313
+ "required": [
314
+ "yesNo"
315
+ ],
316
+ "properties": {
317
+ "yesNo": {
318
+ "ntsl2Ref": "B4.4.1"
319
+ }
320
+ }
321
+ }
322
+ }
323
+ },
324
+ "listingAndConservation": {
325
+ "ntsl2Ref": "C2.1",
326
+ "properties": {
327
+ "isListed": {
328
+ "ntsl2Ref": "C2.1.1",
329
+ "discriminator": {
330
+ "propertyName": "yesNo"
331
+ },
332
+ "oneOf": [
333
+ {
334
+ "properties": {
335
+ "yesNo": {
336
+ "enum": [
337
+ "No",
338
+ "Not known"
339
+ ]
340
+ }
341
+ }
342
+ },
343
+ {
344
+ "properties": {
345
+ "yesNo": {
346
+ "enum": [
347
+ "Yes"
348
+ ]
349
+ },
350
+ "details": {
351
+ "ntsl2Ref": "C2.1.1.2"
352
+ }
353
+ },
354
+ "required": [
355
+ "details"
356
+ ]
357
+ }
358
+ ],
359
+ "required": [
360
+ "yesNo"
361
+ ],
362
+ "properties": {
363
+ "yesNo": {
364
+ "ntsl2Ref": "C2.1.1.1",
365
+ "enum": [
366
+ "Yes",
367
+ "No"
368
+ ]
369
+ }
370
+ }
371
+ },
372
+ "isConservationArea": {
373
+ "ntsl2Ref": "C2.1.2",
374
+ "discriminator": {
375
+ "propertyName": "yesNo"
376
+ },
377
+ "oneOf": [
378
+ {
379
+ "properties": {
380
+ "yesNo": {
381
+ "enum": [
382
+ "No",
383
+ "Not known"
384
+ ]
385
+ }
386
+ }
387
+ },
388
+ {
389
+ "properties": {
390
+ "yesNo": {
391
+ "enum": [
392
+ "Yes"
393
+ ]
394
+ },
395
+ "details": {
396
+ "ntsl2Ref": "C2.1.2.2"
397
+ }
398
+ },
399
+ "required": [
400
+ "details"
401
+ ]
402
+ }
403
+ ],
404
+ "required": [
405
+ "yesNo"
406
+ ],
407
+ "properties": {
408
+ "yesNo": {
409
+ "ntsl2Ref": "C2.1.2.1",
410
+ "enum": [
411
+ "Yes",
412
+ "No"
413
+ ]
414
+ }
415
+ }
416
+ },
417
+ "hasTreePreservationOrder": {
418
+ "ntsl2Ref": "C2.1.3",
419
+ "discriminator": {
420
+ "propertyName": "yesNo"
421
+ },
422
+ "oneOf": [
423
+ {
424
+ "properties": {
425
+ "yesNo": {
426
+ "enum": [
427
+ "No",
428
+ "Not known"
429
+ ]
430
+ }
431
+ }
432
+ },
433
+ {
434
+ "properties": {
435
+ "yesNo": {
436
+ "enum": [
437
+ "Yes"
438
+ ]
439
+ },
440
+ "workCarriedOut": {
441
+ "ntsl2Ref": "C2.1.3.2",
442
+ "discriminator": {
443
+ "propertyName": "yesNo"
444
+ },
445
+ "oneOf": [
446
+ {
447
+ "properties": {
448
+ "yesNo": {
449
+ "enum": [
450
+ "No"
451
+ ]
452
+ }
453
+ }
454
+ },
455
+ {
456
+ "properties": {
457
+ "yesNo": {
458
+ "enum": [
459
+ "Yes"
460
+ ]
461
+ },
462
+ "consentsObtained": {
463
+ "ntsl2Ref": "C2.1.3.3"
464
+ }
465
+ },
466
+ "required": [
467
+ "consentsObtained"
468
+ ]
469
+ }
470
+ ],
471
+ "required": [
472
+ "yesNo"
473
+ ]
474
+ }
475
+ }
476
+ }
477
+ ],
478
+ "required": [
479
+ "yesNo"
480
+ ],
481
+ "properties": {
482
+ "yesNo": {
483
+ "ntsl2Ref": "C2.1.3.1",
484
+ "enum": [
485
+ "Yes",
486
+ "No"
487
+ ]
488
+ }
489
+ }
490
+ }
491
+ }
492
+ },
493
+ "typeOfConstruction": {
494
+ "ntsl2Ref": "A1.2",
495
+ "required": [
496
+ "isStandardForm",
497
+ "buildingSafety",
498
+ "loft"
499
+ ],
500
+ "properties": {
501
+ "isStandardForm": {
502
+ "ntsl2Ref": "A1.2.1",
503
+ "discriminator": {
504
+ "propertyName": "yesNo"
505
+ },
506
+ "oneOf": [
507
+ {
508
+ "properties": {
509
+ "yesNo": {
510
+ "enum": [
511
+ "Yes"
512
+ ]
513
+ },
514
+ "constructionType": {
515
+ "ntsl2Ref": "A1.2.1.3"
516
+ }
517
+ },
518
+ "required": [
519
+ "constructionType"
520
+ ]
521
+ },
522
+ {
523
+ "properties": {
524
+ "yesNo": {
525
+ "enum": [
526
+ "No"
527
+ ]
528
+ },
529
+ "details": {
530
+ "ntsl2Ref": "A1.2.1.2"
531
+ }
532
+ },
533
+ "required": [
534
+ "details"
535
+ ]
536
+ }
537
+ ],
538
+ "required": [
539
+ "yesNo"
540
+ ],
541
+ "properties": {
542
+ "yesNo": {
543
+ "ntsl2Ref": "A1.2.1.1"
544
+ }
545
+ }
546
+ },
547
+ "buildingSafety": {
548
+ "ntsl2Ref": "C1",
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
+ "details": {
570
+ "ntsl2Ref": "C1.2"
571
+ },
572
+ "workAlreadyDone": {
573
+ "ntsl2Ref": "C1.3"
574
+ },
575
+ "workToBeDone": {
576
+ "ntsl2Ref": "C1.4"
577
+ },
578
+ "potentialCost": {
579
+ "ntsl2Ref": "C1.5"
580
+ },
581
+ "abilityToResideAtProperty": {
582
+ "ntsl2Ref": "C1.6"
583
+ }
584
+ }
585
+ }
586
+ ],
587
+ "required": [
588
+ "yesNo"
589
+ ],
590
+ "properties": {
591
+ "yesNo": {
592
+ "ntsl2Ref": "C1.1",
593
+ "enum": [
594
+ "Yes",
595
+ "No"
596
+ ]
597
+ }
598
+ }
599
+ },
600
+ "loft": {
601
+ "ntsl2Ref": "A1.2.4",
602
+ "discriminator": {
603
+ "propertyName": "loftAccess"
604
+ },
605
+ "oneOf": [
606
+ {
607
+ "properties": {
608
+ "loftAccess": {
609
+ "enum": [
610
+ "No"
611
+ ]
612
+ }
613
+ }
614
+ },
615
+ {
616
+ "properties": {
617
+ "loftAccess": {
618
+ "enum": [
619
+ "Yes"
620
+ ]
621
+ },
622
+ "details": {
623
+ "ntsl2Ref": "A1.2.4.2"
624
+ },
625
+ "loftBoarded": {
626
+ "ntsl2Ref": "A1.2.4.3"
627
+ },
628
+ "loftInsulated": {
629
+ "ntsl2Ref": "A1.2.4.4"
630
+ }
631
+ },
632
+ "required": [
633
+ "loftAccess",
634
+ "loftBoarded",
635
+ "loftInsulated"
636
+ ]
637
+ }
638
+ ],
639
+ "required": [
640
+ "loftAccess"
641
+ ],
642
+ "properties": {
643
+ "loftAccess": {
644
+ "ntsl2Ref": "A1.2.4.1"
645
+ }
646
+ }
647
+ },
648
+ "accessibilityAndAdaptations": {
649
+ "ntsl2Ref": "C5"
650
+ }
651
+ }
652
+ },
653
+ "energyEfficiency": {
654
+ "ntsl2Ref": "A4",
655
+ "required": [
656
+ "certificate"
657
+ ],
658
+ "properties": {
659
+ "certificate": {
660
+ "ntsl2Ref": "A4.1",
661
+ "required": [
662
+ "currentEnergyRating"
663
+ ],
664
+ "properties": {
665
+ "currentEnergyRating": {
666
+ "ntsl2Ref": "A4.1.1"
667
+ }
668
+ }
669
+ }
670
+ }
671
+ },
672
+ "councilTax": {
673
+ "ntsl2Ref": "A1",
674
+ "required": [
675
+ "councilTaxBand",
676
+ "councilTaxAffectingAlterations"
677
+ ],
678
+ "properties": {
679
+ "councilTaxBand": {
680
+ "ntsl2Ref": "A1.1"
681
+ },
682
+ "councilTaxAffectingAlterations": {
683
+ "ntsl2Ref": "A1.2",
684
+ "discriminator": {
685
+ "propertyName": "yesNo"
686
+ },
687
+ "oneOf": [
688
+ {
689
+ "properties": {
690
+ "yesNo": {
691
+ "enum": [
692
+ "No"
693
+ ]
694
+ }
695
+ }
696
+ },
697
+ {
698
+ "properties": {
699
+ "yesNo": {
700
+ "enum": [
701
+ "Yes"
702
+ ]
703
+ },
704
+ "details": {
705
+ "ntsl2Ref": "A1.2.2"
706
+ },
707
+ "attachments": {
708
+ "ntsl2Ref": "A1.2.3"
709
+ }
710
+ },
711
+ "required": [
712
+ "details"
713
+ ]
714
+ }
715
+ ],
716
+ "required": [
717
+ "yesNo"
718
+ ],
719
+ "properties": {
720
+ "yesNo": {
721
+ "ntsl2Ref": "A1.2.1"
722
+ }
723
+ }
724
+ }
725
+ }
726
+ },
727
+ "notices": {
728
+ "ntsl2Ref": "C4",
729
+ "required": [
730
+ "neighbourDevelopment",
731
+ "planningApplication"
732
+ ],
733
+ "properties": {
734
+ "neighbourDevelopment": {
735
+ "ntsl2Ref": "C4.1",
736
+ "discriminator": {
737
+ "propertyName": "yesNo"
738
+ },
739
+ "oneOf": [
740
+ {
741
+ "properties": {
742
+ "yesNo": {
743
+ "enum": [
744
+ "No"
745
+ ]
746
+ }
747
+ }
748
+ },
749
+ {
750
+ "properties": {
751
+ "yesNo": {
752
+ "enum": [
753
+ "Yes"
754
+ ]
755
+ },
756
+ "details": {
757
+ "ntsl2Ref": "C4.1.2"
758
+ }
759
+ },
760
+ "required": [
761
+ "details"
762
+ ]
763
+ }
764
+ ],
765
+ "required": [
766
+ "yesNo"
767
+ ],
768
+ "properties": {
769
+ "yesNo": {
770
+ "ntsl2Ref": "C4.1.1"
771
+ }
772
+ }
773
+ },
774
+ "planningApplication": {
775
+ "ntsl2Ref": "C4.2",
776
+ "discriminator": {
777
+ "propertyName": "yesNo"
778
+ },
779
+ "oneOf": [
780
+ {
781
+ "properties": {
782
+ "yesNo": {
783
+ "enum": [
784
+ "No"
785
+ ]
786
+ }
787
+ }
788
+ },
789
+ {
790
+ "properties": {
791
+ "yesNo": {
792
+ "enum": [
793
+ "Yes"
794
+ ]
795
+ },
796
+ "details": {
797
+ "ntsl2Ref": "C4.2.2"
798
+ }
799
+ },
800
+ "required": [
801
+ "details"
802
+ ]
803
+ }
804
+ ],
805
+ "required": [
806
+ "yesNo"
807
+ ],
808
+ "properties": {
809
+ "yesNo": {
810
+ "ntsl2Ref": "C4.2.1"
811
+ }
812
+ }
813
+ }
814
+ }
815
+ },
816
+ "specialistIssues": {
817
+ "ntsl2Ref": "A5",
818
+ "required": [
819
+ "japaneseKnotweed"
820
+ ],
821
+ "properties": {
822
+ "japaneseKnotweed": {
823
+ "ntsl2Ref": "A5.3",
824
+ "discriminator": {
825
+ "propertyName": "yesNo"
826
+ },
827
+ "oneOf": [
828
+ {
829
+ "properties": {
830
+ "yesNo": {
831
+ "enum": [
832
+ "No",
833
+ "Not known"
834
+ ]
835
+ }
836
+ }
837
+ },
838
+ {
839
+ "properties": {
840
+ "yesNo": {
841
+ "enum": [
842
+ "Yes"
843
+ ]
844
+ }
845
+ }
846
+ }
847
+ ],
848
+ "required": [
849
+ "yesNo"
850
+ ],
851
+ "properties": {
852
+ "yesNo": {
853
+ "ntsl2Ref": "A5.3.1"
854
+ }
855
+ }
856
+ },
857
+ "subsidenceOrStructuralFault": {
858
+ "ntsl2Ref": "A5.4",
859
+ "discriminator": {
860
+ "propertyName": "yesNo"
861
+ },
862
+ "oneOf": [
863
+ {
864
+ "properties": {
865
+ "yesNo": {
866
+ "enum": [
867
+ "No"
868
+ ]
869
+ }
870
+ }
871
+ },
872
+ {
873
+ "properties": {
874
+ "yesNo": {
875
+ "enum": [
876
+ "Yes"
877
+ ]
878
+ },
879
+ "details": {
880
+ "ntsl2Ref": "A5.4.2"
881
+ }
882
+ },
883
+ "required": [
884
+ "details"
885
+ ]
886
+ }
887
+ ],
888
+ "required": [
889
+ "yesNo"
890
+ ],
891
+ "properties": {
892
+ "yesNo": {
893
+ "ntsl2Ref": "A5.4.1"
894
+ }
895
+ }
896
+ }
897
+ }
898
+ },
899
+ "electricity": {
900
+ "ntsl2Ref": "B3.1",
901
+ "required": [
902
+ "mainsElectricity",
903
+ "solarPanels",
904
+ "heatPump",
905
+ "otherSources"
906
+ ],
907
+ "properties": {
908
+ "mainsElectricity": {
909
+ "ntsl2Ref": "B3.1",
910
+ "discriminator": {
911
+ "propertyName": "yesNo"
912
+ },
913
+ "oneOf": [
914
+ {
915
+ "properties": {
916
+ "yesNo": {
917
+ "enum": [
918
+ "No"
919
+ ]
920
+ }
921
+ }
922
+ },
923
+ {
924
+ "properties": {
925
+ "yesNo": {
926
+ "enum": [
927
+ "Yes"
928
+ ]
929
+ }
930
+ }
931
+ },
932
+ {
933
+ "properties": {
934
+ "yesNo": {
935
+ "enum": [
936
+ "To be connected"
937
+ ]
938
+ }
939
+ }
940
+ }
941
+ ],
942
+ "required": [
943
+ "yesNo"
944
+ ],
945
+ "properties": {
946
+ "yesNo": {
947
+ "ntsl2Ref": "B3.1.1",
948
+ "enum": [
949
+ "Yes",
950
+ "No"
951
+ ]
952
+ }
953
+ }
954
+ },
955
+ "solarPanels": {
956
+ "ntsl2Ref": "B3.7",
957
+ "discriminator": {
958
+ "propertyName": "yesNo"
959
+ },
960
+ "oneOf": [
961
+ {
962
+ "properties": {
963
+ "yesNo": {
964
+ "enum": [
965
+ "No"
966
+ ]
967
+ }
968
+ }
969
+ },
970
+ {
971
+ "properties": {
972
+ "yesNo": {
973
+ "enum": [
974
+ "Yes"
975
+ ]
976
+ },
977
+ "panelsOwnedOutright": {
978
+ "ntsl2Ref": "B3.7.1",
979
+ "discriminator": {
980
+ "propertyName": "yesNo"
981
+ },
982
+ "oneOf": [
983
+ {
984
+ "properties": {
985
+ "yesNo": {
986
+ "enum": [
987
+ "Yes"
988
+ ]
989
+ }
990
+ }
991
+ },
992
+ {
993
+ "properties": {
994
+ "yesNo": {
995
+ "enum": [
996
+ "No"
997
+ ]
998
+ }
999
+ }
1000
+ }
1001
+ ],
1002
+ "required": [
1003
+ "yesNo"
1004
+ ],
1005
+ "properties": {
1006
+ "yesNo": {
1007
+ "ntsl2Ref": "B3.7.1.1"
1008
+ }
1009
+ }
1010
+ }
1011
+ }
1012
+ },
1013
+ {
1014
+ "properties": {
1015
+ "yesNo": {
1016
+ "enum": [
1017
+ "To be connected"
1018
+ ]
1019
+ }
1020
+ }
1021
+ }
1022
+ ],
1023
+ "required": [
1024
+ "yesNo"
1025
+ ],
1026
+ "properties": {
1027
+ "yesNo": {
1028
+ "ntsl2Ref": "B3.7.1",
1029
+ "enum": [
1030
+ "Yes",
1031
+ "No"
1032
+ ]
1033
+ }
1034
+ }
1035
+ },
1036
+ "heatPump": {
1037
+ "ntsl2Ref": "B3.8",
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
+ "details": {
1059
+ "ntsl2Ref": "3.8.2"
1060
+ }
1061
+ },
1062
+ "required": [
1063
+ "details"
1064
+ ]
1065
+ },
1066
+ {
1067
+ "properties": {
1068
+ "yesNo": {
1069
+ "enum": [
1070
+ "To be connected"
1071
+ ]
1072
+ },
1073
+ "details": {
1074
+ "ntsl2Ref": "3.8.2"
1075
+ }
1076
+ }
1077
+ }
1078
+ ],
1079
+ "required": [
1080
+ "yesNo"
1081
+ ],
1082
+ "properties": {
1083
+ "yesNo": {
1084
+ "ntsl2Ref": "B3.8.1",
1085
+ "enum": [
1086
+ "Yes",
1087
+ "No"
1088
+ ]
1089
+ }
1090
+ }
1091
+ },
1092
+ "otherSources": {
1093
+ "ntsl2Ref": "B3.9",
1094
+ "discriminator": {
1095
+ "propertyName": "yesNo"
1096
+ },
1097
+ "oneOf": [
1098
+ {
1099
+ "properties": {
1100
+ "yesNo": {
1101
+ "enum": [
1102
+ "No"
1103
+ ]
1104
+ }
1105
+ }
1106
+ },
1107
+ {
1108
+ "properties": {
1109
+ "yesNo": {
1110
+ "enum": [
1111
+ "Yes"
1112
+ ]
1113
+ },
1114
+ "details": {
1115
+ "ntsl2Ref": "B3.9.2"
1116
+ }
1117
+ },
1118
+ "required": [
1119
+ "details"
1120
+ ]
1121
+ },
1122
+ {
1123
+ "properties": {
1124
+ "yesNo": {
1125
+ "enum": [
1126
+ "To be connected"
1127
+ ]
1128
+ },
1129
+ "details": {
1130
+ "ntsl2Ref": "B3.9.2"
1131
+ }
1132
+ }
1133
+ }
1134
+ ],
1135
+ "required": [
1136
+ "yesNo"
1137
+ ],
1138
+ "properties": {
1139
+ "yesNo": {
1140
+ "ntsl2Ref": "B3.9.1",
1141
+ "enum": [
1142
+ "Yes",
1143
+ "No"
1144
+ ]
1145
+ }
1146
+ }
1147
+ }
1148
+ }
1149
+ },
1150
+ "waterAndDrainage": {
1151
+ "ntsl2Ref": "B3.2",
1152
+ "required": [
1153
+ "water",
1154
+ "drainage"
1155
+ ],
1156
+ "properties": {
1157
+ "water": {
1158
+ "ntsl2Ref": "B3.2",
1159
+ "required": [
1160
+ "mainsWater"
1161
+ ],
1162
+ "properties": {
1163
+ "mainsWater": {
1164
+ "ntsl2Ref": "B3.2",
1165
+ "discriminator": {
1166
+ "propertyName": "yesNo"
1167
+ },
1168
+ "oneOf": [
1169
+ {
1170
+ "properties": {
1171
+ "yesNo": {
1172
+ "enum": [
1173
+ "No"
1174
+ ]
1175
+ },
1176
+ "details": {
1177
+ "ntsl2Ref": "3.2.2"
1178
+ }
1179
+ },
1180
+ "required": [
1181
+ "details"
1182
+ ]
1183
+ },
1184
+ {
1185
+ "properties": {
1186
+ "yesNo": {
1187
+ "enum": [
1188
+ "Yes"
1189
+ ]
1190
+ },
1191
+ "waterMeter": {
1192
+ "ntsl2Ref": "B3.2.1.1",
1193
+ "discriminator": {
1194
+ "propertyName": "isSupplyMetered"
1195
+ },
1196
+ "oneOf": [
1197
+ {
1198
+ "properties": {
1199
+ "isSupplyMetered": {
1200
+ "enum": [
1201
+ "No"
1202
+ ]
1203
+ }
1204
+ }
1205
+ },
1206
+ {
1207
+ "properties": {
1208
+ "isSupplyMetered": {
1209
+ "enum": [
1210
+ "Yes"
1211
+ ]
1212
+ }
1213
+ }
1214
+ }
1215
+ ],
1216
+ "required": [
1217
+ "isSupplyMetered"
1218
+ ],
1219
+ "properties": {
1220
+ "isSupplyMetered": {
1221
+ "ntsl2Ref": "3.2.3"
1222
+ }
1223
+ }
1224
+ }
1225
+ },
1226
+ "required": [
1227
+ "waterMeter"
1228
+ ]
1229
+ },
1230
+ {
1231
+ "properties": {
1232
+ "yesNo": {
1233
+ "enum": [
1234
+ "To be connected"
1235
+ ]
1236
+ }
1237
+ }
1238
+ }
1239
+ ],
1240
+ "required": [
1241
+ "yesNo"
1242
+ ],
1243
+ "properties": {
1244
+ "yesNo": {
1245
+ "ntsl2Ref": "B3.2.1",
1246
+ "enum": [
1247
+ "Yes",
1248
+ "No"
1249
+ ]
1250
+ }
1251
+ }
1252
+ }
1253
+ }
1254
+ },
1255
+ "drainage": {
1256
+ "ntsl2Ref": "B3.3",
1257
+ "required": [
1258
+ "mainsSurfaceWaterDrainage",
1259
+ "mainsFoulDrainage"
1260
+ ],
1261
+ "properties": {
1262
+ "mainsSurfaceWaterDrainage": {
1263
+ "ntsl2Ref": "B3.3.1",
1264
+ "discriminator": {
1265
+ "propertyName": "yesNo"
1266
+ },
1267
+ "oneOf": [
1268
+ {
1269
+ "properties": {
1270
+ "yesNo": {
1271
+ "enum": [
1272
+ "No",
1273
+ "Not known"
1274
+ ]
1275
+ }
1276
+ }
1277
+ },
1278
+ {
1279
+ "properties": {
1280
+ "yesNo": {
1281
+ "enum": [
1282
+ "Yes"
1283
+ ]
1284
+ }
1285
+ }
1286
+ },
1287
+ {
1288
+ "properties": {
1289
+ "yesNo": {
1290
+ "enum": [
1291
+ "To be connected"
1292
+ ]
1293
+ }
1294
+ }
1295
+ }
1296
+ ],
1297
+ "required": [
1298
+ "yesNo"
1299
+ ],
1300
+ "properties": {
1301
+ "yesNo": {
1302
+ "ntsl2Ref": "B3.3.1.1",
1303
+ "enum": [
1304
+ "Yes",
1305
+ "No"
1306
+ ]
1307
+ }
1308
+ }
1309
+ },
1310
+ "mainsFoulDrainage": {
1311
+ "ntsl2Ref": "B3.3.2",
1312
+ "discriminator": {
1313
+ "propertyName": "yesNo"
1314
+ },
1315
+ "oneOf": [
1316
+ {
1317
+ "properties": {
1318
+ "yesNo": {
1319
+ "enum": [
1320
+ "Yes"
1321
+ ]
1322
+ }
1323
+ }
1324
+ },
1325
+ {
1326
+ "properties": {
1327
+ "yesNo": {
1328
+ "enum": [
1329
+ "To be connected"
1330
+ ]
1331
+ }
1332
+ }
1333
+ },
1334
+ {
1335
+ "properties": {
1336
+ "yesNo": {
1337
+ "enum": [
1338
+ "No",
1339
+ "Not known"
1340
+ ]
1341
+ },
1342
+ "offMainsDrainageSystem": {
1343
+ "ntsl2Ref": "B3.3.3",
1344
+ "discriminator": {
1345
+ "propertyName": "offMainsDrainageSystemType"
1346
+ },
1347
+ "oneOf": [
1348
+ {
1349
+ "properties": {
1350
+ "offMainsDrainageSystemType": {
1351
+ "enum": [
1352
+ "Sustainable Drainage System"
1353
+ ]
1354
+ }
1355
+ }
1356
+ },
1357
+ {
1358
+ "properties": {
1359
+ "offMainsDrainageSystemType": {
1360
+ "enum": [
1361
+ "Septic tank"
1362
+ ]
1363
+ }
1364
+ }
1365
+ },
1366
+ {
1367
+ "properties": {
1368
+ "offMainsDrainageSystemType": {
1369
+ "enum": [
1370
+ "Cesspit"
1371
+ ]
1372
+ }
1373
+ }
1374
+ },
1375
+ {
1376
+ "properties": {
1377
+ "offMainsDrainageSystemType": {
1378
+ "enum": [
1379
+ "Sewerage treatment plant"
1380
+ ]
1381
+ }
1382
+ }
1383
+ },
1384
+ {
1385
+ "properties": {
1386
+ "offMainsDrainageSystemType": {
1387
+ "enum": [
1388
+ "Other",
1389
+ "Not known"
1390
+ ]
1391
+ },
1392
+ "details": {
1393
+ "ntsl2Ref": "B3.3.3.2"
1394
+ }
1395
+ },
1396
+ "required": [
1397
+ "details"
1398
+ ]
1399
+ }
1400
+ ],
1401
+ "required": [
1402
+ "offMainsDrainageSystemType"
1403
+ ],
1404
+ "properties": {
1405
+ "offMainsDrainageSystemType": {
1406
+ "ntsl2Ref": "B3.3.3.1"
1407
+ }
1408
+ }
1409
+ }
1410
+ }
1411
+ }
1412
+ ],
1413
+ "required": [
1414
+ "yesNo"
1415
+ ],
1416
+ "properties": {
1417
+ "yesNo": {
1418
+ "ntsl2Ref": "B3.3.2.1",
1419
+ "enum": [
1420
+ "Yes",
1421
+ "No"
1422
+ ]
1423
+ }
1424
+ }
1425
+ }
1426
+ }
1427
+ }
1428
+ }
1429
+ },
1430
+ "heating": {
1431
+ "ntsl2Ref": "B3.4",
1432
+ "required": [
1433
+ "heatingSystem"
1434
+ ],
1435
+ "properties": {
1436
+ "heatingSystem": {
1437
+ "ntsl2Ref": "B3.4.1",
1438
+ "discriminator": {
1439
+ "propertyName": "heatingType"
1440
+ },
1441
+ "oneOf": [
1442
+ {
1443
+ "properties": {
1444
+ "heatingType": {
1445
+ "enum": [
1446
+ "None",
1447
+ "Room heaters only"
1448
+ ]
1449
+ }
1450
+ }
1451
+ },
1452
+ {
1453
+ "properties": {
1454
+ "heatingType": {
1455
+ "enum": [
1456
+ "Central heating"
1457
+ ]
1458
+ },
1459
+ "centralHeatingDetails": {
1460
+ "ntsl2Ref": "B3.4.3",
1461
+ "required": [
1462
+ "centralHeatingFuel",
1463
+ "centralHeatingInstalled"
1464
+ ],
1465
+ "properties": {
1466
+ "centralHeatingFuel": {
1467
+ "ntsl2Ref": "B3.4.3.1",
1468
+ "discriminator": {
1469
+ "propertyName": "centralHeatingFuelType"
1470
+ },
1471
+ "oneOf": [
1472
+ {
1473
+ "properties": {
1474
+ "centralHeatingFuelType": {
1475
+ "enum": [
1476
+ "Mains gas"
1477
+ ]
1478
+ }
1479
+ }
1480
+ },
1481
+ {
1482
+ "properties": {
1483
+ "centralHeatingFuelType": {
1484
+ "enum": [
1485
+ "Electricity"
1486
+ ]
1487
+ }
1488
+ }
1489
+ },
1490
+ {
1491
+ "properties": {
1492
+ "centralHeatingFuelType": {
1493
+ "enum": [
1494
+ "Oil",
1495
+ "LPG",
1496
+ "Biomass"
1497
+ ]
1498
+ }
1499
+ }
1500
+ },
1501
+ {
1502
+ "properties": {
1503
+ "centralHeatingFuelType": {
1504
+ "enum": [
1505
+ "Other"
1506
+ ]
1507
+ }
1508
+ }
1509
+ }
1510
+ ],
1511
+ "required": [
1512
+ "centralHeatingFuelType"
1513
+ ],
1514
+ "properties": {
1515
+ "centralHeatingFuelType": {
1516
+ "ntsl2Ref": "B3.4.3.1.1"
1517
+ }
1518
+ }
1519
+ },
1520
+ "centralHeatingInstalled": {
1521
+ "ntsl2Ref": "B3.4.3.2"
1522
+ }
1523
+ }
1524
+ }
1525
+ },
1526
+ "required": [
1527
+ "centralHeatingDetails"
1528
+ ]
1529
+ },
1530
+ {
1531
+ "properties": {
1532
+ "heatingType": {
1533
+ "enum": [
1534
+ "Communal heating system"
1535
+ ]
1536
+ },
1537
+ "details": {
1538
+ "ntsl2Ref": "B3.4.4"
1539
+ }
1540
+ },
1541
+ "required": [
1542
+ "details"
1543
+ ]
1544
+ }
1545
+ ],
1546
+ "required": [
1547
+ "heatingType"
1548
+ ],
1549
+ "properties": {
1550
+ "heatingType": {
1551
+ "ntsl2Ref": "B3.4.1"
1552
+ }
1553
+ }
1554
+ },
1555
+ "otherHeatingFeatures": {
1556
+ "ntsl2Ref": "B3.4.2"
1557
+ }
1558
+ }
1559
+ },
1560
+ "connectivity": {
1561
+ "ntsl2Ref": "B3",
1562
+ "required": [
1563
+ "broadband"
1564
+ ],
1565
+ "properties": {
1566
+ "telephone": {
1567
+ "properties": {
1568
+ "yesNo": {
1569
+ "enum": [
1570
+ "Yes",
1571
+ "No"
1572
+ ]
1573
+ }
1574
+ }
1575
+ },
1576
+ "cableSatelliteTV": {
1577
+ "properties": {
1578
+ "yesNo": {
1579
+ "enum": [
1580
+ "Yes",
1581
+ "No"
1582
+ ]
1583
+ }
1584
+ }
1585
+ },
1586
+ "broadband": {
1587
+ "ntsl2Ref": "B3.5",
1588
+ "required": [
1589
+ "typeOfConnection"
1590
+ ],
1591
+ "properties": {
1592
+ "typeOfConnection": {
1593
+ "ntsl2Ref": "B3.5.2"
1594
+ }
1595
+ }
1596
+ },
1597
+ "mobilePhone": {
1598
+ "ntsl2Ref": "B3.6",
1599
+ "properties": {
1600
+ "knownSignalIssues": {
1601
+ "ntsl2Ref": "B3.6.1",
1602
+ "discriminator": {
1603
+ "propertyName": "yesNo"
1604
+ },
1605
+ "oneOf": [
1606
+ {
1607
+ "properties": {
1608
+ "yesNo": {
1609
+ "enum": [
1610
+ "No"
1611
+ ]
1612
+ }
1613
+ }
1614
+ },
1615
+ {
1616
+ "properties": {
1617
+ "yesNo": {
1618
+ "enum": [
1619
+ "Yes"
1620
+ ]
1621
+ },
1622
+ "details": {
1623
+ "ntsl2Ref": "B3.6.1.2"
1624
+ }
1625
+ },
1626
+ "required": [
1627
+ "details"
1628
+ ]
1629
+ }
1630
+ ],
1631
+ "required": [
1632
+ "yesNo"
1633
+ ],
1634
+ "properties": {
1635
+ "yesNo": {
1636
+ "ntsl2Ref": "B3.6.1.1"
1637
+ }
1638
+ }
1639
+ }
1640
+ }
1641
+ }
1642
+ }
1643
+ },
1644
+ "rightsAndInformalArrangements": {
1645
+ "ntsl2Ref": "C2.2",
1646
+ "required": [
1647
+ "rightsOrArrangements"
1648
+ ],
1649
+ "properties": {
1650
+ "rightsOrArrangements": {
1651
+ "ntsl2Ref": "C2.2.1",
1652
+ "required": [
1653
+ "publicRightOfWay"
1654
+ ],
1655
+ "properties": {
1656
+ "publicRightOfWay": {
1657
+ "ntsl2Ref": "C2.2.1",
1658
+ "discriminator": {
1659
+ "propertyName": "yesNo"
1660
+ },
1661
+ "oneOf": [
1662
+ {
1663
+ "properties": {
1664
+ "yesNo": {
1665
+ "enum": [
1666
+ "No"
1667
+ ]
1668
+ }
1669
+ }
1670
+ },
1671
+ {
1672
+ "properties": {
1673
+ "yesNo": {
1674
+ "enum": [
1675
+ "Yes"
1676
+ ]
1677
+ },
1678
+ "details": {
1679
+ "ntsl2Ref": "C2.2.1.2"
1680
+ }
1681
+ },
1682
+ "required": [
1683
+ "details"
1684
+ ]
1685
+ }
1686
+ ],
1687
+ "required": [
1688
+ "yesNo"
1689
+ ],
1690
+ "properties": {
1691
+ "yesNo": {
1692
+ "ntsl2Ref": "C2.2.1.1"
1693
+ }
1694
+ }
1695
+ }
1696
+ }
1697
+ }
1698
+ }
1699
+ },
1700
+ "environmentalIssues": {
1701
+ "ntsl2Ref": "C3.1",
1702
+ "required": [
1703
+ "flooding",
1704
+ "coalMining",
1705
+ "nonCoalMining",
1706
+ "coastalErosion"
1707
+ ],
1708
+ "properties": {
1709
+ "flooding": {
1710
+ "ntsl2Ref": "C3.1.1",
1711
+ "required": [
1712
+ "floodRisk",
1713
+ "historicalFlooding",
1714
+ "floodDefences"
1715
+ ],
1716
+ "properties": {
1717
+ "floodRisk": {
1718
+ "ntsl2Ref": "C3.1.1.1",
1719
+ "discriminator": {
1720
+ "propertyName": "riskIndicator"
1721
+ },
1722
+ "oneOf": [
1723
+ {
1724
+ "properties": {
1725
+ "riskIndicator": {
1726
+ "enum": [
1727
+ "No"
1728
+ ]
1729
+ }
1730
+ }
1731
+ },
1732
+ {
1733
+ "properties": {
1734
+ "riskIndicator": {
1735
+ "enum": [
1736
+ "Yes"
1737
+ ]
1738
+ },
1739
+ "summary": {
1740
+ "ntsl2Ref": "C3.1.1.2"
1741
+ }
1742
+ },
1743
+ "required": [
1744
+ "summary"
1745
+ ]
1746
+ }
1747
+ ],
1748
+ "required": [
1749
+ "riskIndicator"
1750
+ ],
1751
+ "properties": {
1752
+ "riskIndicator": {
1753
+ "ntsl2Ref": "C3.1.1.1"
1754
+ }
1755
+ }
1756
+ },
1757
+ "historicalFlooding": {
1758
+ "ntsl2Ref": "C3.1.1.2",
1759
+ "discriminator": {
1760
+ "propertyName": "hasBeenFlooded"
1761
+ },
1762
+ "oneOf": [
1763
+ {
1764
+ "properties": {
1765
+ "hasBeenFlooded": {
1766
+ "enum": [
1767
+ "No"
1768
+ ]
1769
+ }
1770
+ }
1771
+ },
1772
+ {
1773
+ "properties": {
1774
+ "hasBeenFlooded": {
1775
+ "enum": [
1776
+ "Yes"
1777
+ ]
1778
+ },
1779
+ "typeOfFlooding": {
1780
+ "ntsl2Ref": "C3.1.1.3"
1781
+ },
1782
+ "details": {
1783
+ "ntsl2Ref": "C3.1.1.4"
1784
+ }
1785
+ },
1786
+ "required": [
1787
+ "typeOfFlooding",
1788
+ "details"
1789
+ ]
1790
+ }
1791
+ ],
1792
+ "required": [
1793
+ "hasBeenFlooded"
1794
+ ],
1795
+ "properties": {
1796
+ "hasBeenFlooded": {
1797
+ "ntsl2Ref": "C3.1.1.2.1"
1798
+ }
1799
+ }
1800
+ },
1801
+ "floodDefences": {
1802
+ "ntsl2Ref": "C3.1.1.2",
1803
+ "discriminator": {
1804
+ "propertyName": "hasFloodDefences"
1805
+ },
1806
+ "oneOf": [
1807
+ {
1808
+ "properties": {
1809
+ "hasFloodDefences": {
1810
+ "enum": [
1811
+ "No"
1812
+ ]
1813
+ }
1814
+ }
1815
+ },
1816
+ {
1817
+ "properties": {
1818
+ "hasFloodDefences": {
1819
+ "enum": [
1820
+ "Yes"
1821
+ ]
1822
+ },
1823
+ "details": {
1824
+ "ntsl2Ref": "C3.1.1.4"
1825
+ }
1826
+ },
1827
+ "required": [
1828
+ "details"
1829
+ ]
1830
+ }
1831
+ ],
1832
+ "required": [
1833
+ "hasFloodDefences"
1834
+ ],
1835
+ "properties": {
1836
+ "hasFloodDefences": {
1837
+ "ntsl2Ref": "C3.1.1.2.1"
1838
+ }
1839
+ }
1840
+ }
1841
+ }
1842
+ },
1843
+ "coalMining": {
1844
+ "ntsl2Ref": "C6.1",
1845
+ "discriminator": {
1846
+ "propertyName": "riskIndicator"
1847
+ },
1848
+ "oneOf": [
1849
+ {
1850
+ "properties": {
1851
+ "riskIndicator": {
1852
+ "enum": [
1853
+ "No"
1854
+ ]
1855
+ }
1856
+ }
1857
+ },
1858
+ {
1859
+ "properties": {
1860
+ "riskIndicator": {
1861
+ "enum": [
1862
+ "Yes"
1863
+ ]
1864
+ },
1865
+ "summary": {
1866
+ "ntsl2Ref": "C6.1.1"
1867
+ }
1868
+ }
1869
+ }
1870
+ ],
1871
+ "required": [
1872
+ "riskIndicator"
1873
+ ],
1874
+ "properties": {
1875
+ "riskIndicator": {
1876
+ "ntsl2Ref": "C6.1.1"
1877
+ }
1878
+ }
1879
+ },
1880
+ "nonCoalMining": {
1881
+ "ntsl2Ref": "C6.2",
1882
+ "discriminator": {
1883
+ "propertyName": "riskIndicator"
1884
+ },
1885
+ "oneOf": [
1886
+ {
1887
+ "properties": {
1888
+ "riskIndicator": {
1889
+ "enum": [
1890
+ "No"
1891
+ ]
1892
+ }
1893
+ }
1894
+ },
1895
+ {
1896
+ "properties": {
1897
+ "riskIndicator": {
1898
+ "enum": [
1899
+ "Yes"
1900
+ ]
1901
+ },
1902
+ "summary": {
1903
+ "ntsl2Ref": "C6.2.2"
1904
+ }
1905
+ },
1906
+ "required": [
1907
+ "summary"
1908
+ ]
1909
+ }
1910
+ ],
1911
+ "required": [
1912
+ "riskIndicator"
1913
+ ],
1914
+ "properties": {
1915
+ "riskIndicator": {
1916
+ "ntsl2Ref": "C6.2.1"
1917
+ }
1918
+ }
1919
+ },
1920
+ "coastalErosion": {
1921
+ "ntsl2Ref": "C3.2",
1922
+ "discriminator": {
1923
+ "propertyName": "riskIndicator"
1924
+ },
1925
+ "oneOf": [
1926
+ {
1927
+ "properties": {
1928
+ "riskIndicator": {
1929
+ "enum": [
1930
+ "No"
1931
+ ]
1932
+ }
1933
+ }
1934
+ },
1935
+ {
1936
+ "properties": {
1937
+ "riskIndicator": {
1938
+ "enum": [
1939
+ "Yes"
1940
+ ]
1941
+ },
1942
+ "summary": {
1943
+ "ntsl2Ref": "C3.2.2"
1944
+ }
1945
+ },
1946
+ "required": [
1947
+ "summary"
1948
+ ]
1949
+ }
1950
+ ],
1951
+ "required": [
1952
+ "riskIndicator"
1953
+ ],
1954
+ "properties": {
1955
+ "riskIndicator": {
1956
+ "ntsl2Ref": "C3.2.1"
1957
+ }
1958
+ }
1959
+ }
1960
+ }
1961
+ }
1962
+ }
1963
+ }
1964
+ }
1965
+ }