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