@pdtf/schemas 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +18 -93
- package/src/schemas/v1/material-facts.json +22 -0
- package/src/schemas/v1/searches/local-searches-required.json +2 -2
- package/src/schemas/v1/searches.json +2 -2
- package/src/schemas/v2/combined.json +699 -115
- package/src/schemas/v2/overlays/baspi.json +1 -1
- package/src/schemas/v2/overlays/con29R.json +2 -2
- package/src/schemas/v2/overlays/lpe1.json +24 -9
- package/src/schemas/v2/overlays/piq.json +952 -89
- package/src/schemas/v2/overlays/ta6.json +1 -1
- package/src/schemas/v2/pdtf-transaction.json +639 -113
- package/src/schemas/v2/skeleton.json +98 -7
- package/src/utils/hmlrLLC1.json +38 -119
- package/src/tests/v1/pdtfVerifiedClaims.test.js +0 -75
- package/src/tests/v1/transactionSchema.test.js +0 -227
- package/src/tests/v1/verifiedClaimsValidator.test.js +0 -96
|
@@ -208,7 +208,24 @@
|
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
]
|
|
211
|
+
],
|
|
212
|
+
"properties": {
|
|
213
|
+
"parkingArrangementsType": {
|
|
214
|
+
"piqRef": "A1.5.1",
|
|
215
|
+
"title": "What type of parking arrangements are there?",
|
|
216
|
+
"enum": [
|
|
217
|
+
"Garage",
|
|
218
|
+
"Allocated parking space",
|
|
219
|
+
"Driveway",
|
|
220
|
+
"On street",
|
|
221
|
+
"Resident permit",
|
|
222
|
+
"Metered parking",
|
|
223
|
+
"Communal parking",
|
|
224
|
+
"None",
|
|
225
|
+
"Other"
|
|
226
|
+
]
|
|
227
|
+
}
|
|
228
|
+
}
|
|
212
229
|
}
|
|
213
230
|
}
|
|
214
231
|
},
|
|
@@ -240,7 +257,17 @@
|
|
|
240
257
|
}
|
|
241
258
|
}
|
|
242
259
|
}
|
|
243
|
-
]
|
|
260
|
+
],
|
|
261
|
+
"properties": {
|
|
262
|
+
"yesNo": {
|
|
263
|
+
"piqRef": "A1.6.1.1",
|
|
264
|
+
"enum": [
|
|
265
|
+
"Yes",
|
|
266
|
+
"No",
|
|
267
|
+
"Not known"
|
|
268
|
+
]
|
|
269
|
+
}
|
|
270
|
+
}
|
|
244
271
|
},
|
|
245
272
|
"isConservationArea": {
|
|
246
273
|
"piqRef": "A1.6.2",
|
|
@@ -268,7 +295,17 @@
|
|
|
268
295
|
}
|
|
269
296
|
}
|
|
270
297
|
}
|
|
271
|
-
]
|
|
298
|
+
],
|
|
299
|
+
"properties": {
|
|
300
|
+
"yesNo": {
|
|
301
|
+
"piqRef": "A1.6.2.1",
|
|
302
|
+
"enum": [
|
|
303
|
+
"Yes",
|
|
304
|
+
"No",
|
|
305
|
+
"Not known"
|
|
306
|
+
]
|
|
307
|
+
}
|
|
308
|
+
}
|
|
272
309
|
},
|
|
273
310
|
"hasTreePreservationOrder": {
|
|
274
311
|
"piqRef": "A1.6.3",
|
|
@@ -319,7 +356,16 @@
|
|
|
319
356
|
}
|
|
320
357
|
}
|
|
321
358
|
}
|
|
322
|
-
]
|
|
359
|
+
],
|
|
360
|
+
"properties": {
|
|
361
|
+
"yesNo": {
|
|
362
|
+
"piqRef": "A1.6.4.1",
|
|
363
|
+
"enum": [
|
|
364
|
+
"Yes",
|
|
365
|
+
"No"
|
|
366
|
+
]
|
|
367
|
+
}
|
|
368
|
+
}
|
|
323
369
|
}
|
|
324
370
|
}
|
|
325
371
|
}
|
|
@@ -364,7 +410,16 @@
|
|
|
364
410
|
}
|
|
365
411
|
}
|
|
366
412
|
}
|
|
367
|
-
]
|
|
413
|
+
],
|
|
414
|
+
"properties": {
|
|
415
|
+
"yesNo": {
|
|
416
|
+
"piqRef": "A5.5.1",
|
|
417
|
+
"enum": [
|
|
418
|
+
"Yes",
|
|
419
|
+
"No"
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
}
|
|
368
423
|
}
|
|
369
424
|
}
|
|
370
425
|
},
|
|
@@ -372,13 +427,44 @@
|
|
|
372
427
|
"properties": {
|
|
373
428
|
"greenDealLoan": {
|
|
374
429
|
"piqRef": "A11.4",
|
|
375
|
-
"title": "Green Deal Loan"
|
|
430
|
+
"title": "Green Deal Loan",
|
|
431
|
+
"properties": {
|
|
432
|
+
"hasGreenDealLoan": {
|
|
433
|
+
"properties": {
|
|
434
|
+
"yesNo": {
|
|
435
|
+
"piqRef": "A11.4.1",
|
|
436
|
+
"enum": [
|
|
437
|
+
"Yes",
|
|
438
|
+
"No"
|
|
439
|
+
]
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
}
|
|
376
444
|
}
|
|
377
445
|
}
|
|
378
446
|
},
|
|
379
447
|
"councilTax": {
|
|
380
448
|
"piqRef": "B2",
|
|
381
|
-
"title": "Council Tax"
|
|
449
|
+
"title": "Council Tax",
|
|
450
|
+
"properties": {
|
|
451
|
+
"councilTaxBand": {
|
|
452
|
+
"piqRef": "B2.1",
|
|
453
|
+
"title": "Which Council Tax band does this property fall within?",
|
|
454
|
+
"description": "Band I relates to Wales only",
|
|
455
|
+
"enum": [
|
|
456
|
+
"A",
|
|
457
|
+
"B",
|
|
458
|
+
"C",
|
|
459
|
+
"D",
|
|
460
|
+
"E",
|
|
461
|
+
"F",
|
|
462
|
+
"G",
|
|
463
|
+
"H",
|
|
464
|
+
"I"
|
|
465
|
+
]
|
|
466
|
+
}
|
|
467
|
+
}
|
|
382
468
|
},
|
|
383
469
|
"disputesAndComplaints": {
|
|
384
470
|
"properties": {
|
|
@@ -405,10 +491,23 @@
|
|
|
405
491
|
"enum": [
|
|
406
492
|
"Yes"
|
|
407
493
|
]
|
|
494
|
+
},
|
|
495
|
+
"details": {
|
|
496
|
+
"piqRef": "A2.1.1.2",
|
|
497
|
+
"title": "Please give details"
|
|
408
498
|
}
|
|
409
499
|
}
|
|
410
500
|
}
|
|
411
|
-
]
|
|
501
|
+
],
|
|
502
|
+
"properties": {
|
|
503
|
+
"yesNo": {
|
|
504
|
+
"piqRef": "A2.1.1",
|
|
505
|
+
"enum": [
|
|
506
|
+
"Yes",
|
|
507
|
+
"No"
|
|
508
|
+
]
|
|
509
|
+
}
|
|
510
|
+
}
|
|
412
511
|
}
|
|
413
512
|
}
|
|
414
513
|
},
|
|
@@ -436,10 +535,23 @@
|
|
|
436
535
|
"enum": [
|
|
437
536
|
"Yes"
|
|
438
537
|
]
|
|
538
|
+
},
|
|
539
|
+
"details": {
|
|
540
|
+
"piqRef": "A3.1.2",
|
|
541
|
+
"title": "Please give details including dates of all work undertaken"
|
|
439
542
|
}
|
|
440
543
|
}
|
|
441
544
|
}
|
|
442
|
-
]
|
|
545
|
+
],
|
|
546
|
+
"properties": {
|
|
547
|
+
"yesNo": {
|
|
548
|
+
"piqRef": "A3.1.1",
|
|
549
|
+
"enum": [
|
|
550
|
+
"Yes",
|
|
551
|
+
"No"
|
|
552
|
+
]
|
|
553
|
+
}
|
|
554
|
+
}
|
|
443
555
|
},
|
|
444
556
|
"windowReplacementsSince2002": {
|
|
445
557
|
"piqRef": "A3.2",
|
|
@@ -463,10 +575,27 @@
|
|
|
463
575
|
"enum": [
|
|
464
576
|
"Yes"
|
|
465
577
|
]
|
|
578
|
+
},
|
|
579
|
+
"details": {
|
|
580
|
+
"piqRef": "A3.2.2",
|
|
581
|
+
"title": "For each installation, please outline the nature of the work."
|
|
582
|
+
},
|
|
583
|
+
"yearCompleted": {
|
|
584
|
+
"piqRef": "A3.2.3",
|
|
585
|
+
"title": "What year was the installation completed?"
|
|
466
586
|
}
|
|
467
587
|
}
|
|
468
588
|
}
|
|
469
|
-
]
|
|
589
|
+
],
|
|
590
|
+
"properties": {
|
|
591
|
+
"yesNo": {
|
|
592
|
+
"piqRef": "A3.2.1",
|
|
593
|
+
"enum": [
|
|
594
|
+
"Yes",
|
|
595
|
+
"No"
|
|
596
|
+
]
|
|
597
|
+
}
|
|
598
|
+
}
|
|
470
599
|
},
|
|
471
600
|
"hasAddedConservatory": {
|
|
472
601
|
"piqRef": "A3.4",
|
|
@@ -491,6 +620,14 @@
|
|
|
491
620
|
"Yes"
|
|
492
621
|
]
|
|
493
622
|
},
|
|
623
|
+
"details": {
|
|
624
|
+
"piqRef": "A3.4.2",
|
|
625
|
+
"title": "Confirm whether any walls were removed, an exterior quality door separates the conservatory from the main building and, since the conservatory was added, has any replacement or refurbishment of the roof been undertaken that reduces the glazed area of the roof?"
|
|
626
|
+
},
|
|
627
|
+
"yearCompleted": {
|
|
628
|
+
"piqRef": "A3.4.3",
|
|
629
|
+
"title": "What year was the installation completed?"
|
|
630
|
+
},
|
|
494
631
|
"buildingRegApproval": {
|
|
495
632
|
"piqRef": "A3.5.1",
|
|
496
633
|
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
@@ -514,10 +651,25 @@
|
|
|
514
651
|
"No",
|
|
515
652
|
"Not required"
|
|
516
653
|
]
|
|
654
|
+
},
|
|
655
|
+
"details": {
|
|
656
|
+
"piqRef": "A3.5.1.2",
|
|
657
|
+
"title": "Please outline the reasons why",
|
|
658
|
+
"description": "e.g. the work was exempt from Building Regulations"
|
|
517
659
|
}
|
|
518
660
|
}
|
|
519
661
|
}
|
|
520
|
-
]
|
|
662
|
+
],
|
|
663
|
+
"properties": {
|
|
664
|
+
"yesNo": {
|
|
665
|
+
"piqRef": "A3.5.1.1",
|
|
666
|
+
"enum": [
|
|
667
|
+
"Yes",
|
|
668
|
+
"No",
|
|
669
|
+
"Not required"
|
|
670
|
+
]
|
|
671
|
+
}
|
|
672
|
+
}
|
|
521
673
|
},
|
|
522
674
|
"planningPermission": {
|
|
523
675
|
"piqRef": "A3.5.2",
|
|
@@ -545,7 +697,17 @@
|
|
|
545
697
|
}
|
|
546
698
|
}
|
|
547
699
|
}
|
|
548
|
-
]
|
|
700
|
+
],
|
|
701
|
+
"properties": {
|
|
702
|
+
"yesNo": {
|
|
703
|
+
"piqRef": "A3.5.2.1",
|
|
704
|
+
"enum": [
|
|
705
|
+
"Yes",
|
|
706
|
+
"No",
|
|
707
|
+
"Not required"
|
|
708
|
+
]
|
|
709
|
+
}
|
|
710
|
+
}
|
|
549
711
|
},
|
|
550
712
|
"listedBuildingConsent": {
|
|
551
713
|
"piqRef": "A3.5.3",
|
|
@@ -573,7 +735,17 @@
|
|
|
573
735
|
}
|
|
574
736
|
}
|
|
575
737
|
}
|
|
576
|
-
]
|
|
738
|
+
],
|
|
739
|
+
"properties": {
|
|
740
|
+
"yesNo": {
|
|
741
|
+
"piqRef": "A3.5.3.1",
|
|
742
|
+
"enum": [
|
|
743
|
+
"Yes",
|
|
744
|
+
"No",
|
|
745
|
+
"Not required"
|
|
746
|
+
]
|
|
747
|
+
}
|
|
748
|
+
}
|
|
577
749
|
},
|
|
578
750
|
"deedRestrictionConsent": {
|
|
579
751
|
"piqRef": "A3.5.4",
|
|
@@ -605,11 +777,30 @@
|
|
|
605
777
|
}
|
|
606
778
|
}
|
|
607
779
|
}
|
|
608
|
-
]
|
|
780
|
+
],
|
|
781
|
+
"properties": {
|
|
782
|
+
"yesNo": {
|
|
783
|
+
"piqRef": "A3.5.4.1",
|
|
784
|
+
"enum": [
|
|
785
|
+
"Yes",
|
|
786
|
+
"No",
|
|
787
|
+
"Not required"
|
|
788
|
+
]
|
|
789
|
+
}
|
|
790
|
+
}
|
|
609
791
|
}
|
|
610
792
|
}
|
|
611
793
|
}
|
|
612
|
-
]
|
|
794
|
+
],
|
|
795
|
+
"properties": {
|
|
796
|
+
"yesNo": {
|
|
797
|
+
"piqRef": "A3.4.1",
|
|
798
|
+
"enum": [
|
|
799
|
+
"Yes",
|
|
800
|
+
"No"
|
|
801
|
+
]
|
|
802
|
+
}
|
|
803
|
+
}
|
|
613
804
|
},
|
|
614
805
|
"worksUnfinished": {
|
|
615
806
|
"piqRef": "A3.6",
|
|
@@ -633,10 +824,23 @@
|
|
|
633
824
|
"enum": [
|
|
634
825
|
"Yes"
|
|
635
826
|
]
|
|
827
|
+
},
|
|
828
|
+
"details": {
|
|
829
|
+
"piqRef": "A3.6.2",
|
|
830
|
+
"title": "Please provide details and explain why"
|
|
636
831
|
}
|
|
637
832
|
}
|
|
638
833
|
}
|
|
639
|
-
]
|
|
834
|
+
],
|
|
835
|
+
"properties": {
|
|
836
|
+
"yesNo": {
|
|
837
|
+
"piqRef": "A3.6.1",
|
|
838
|
+
"enum": [
|
|
839
|
+
"Yes",
|
|
840
|
+
"No"
|
|
841
|
+
]
|
|
842
|
+
}
|
|
843
|
+
}
|
|
640
844
|
},
|
|
641
845
|
"planningPermissionBreaches": {
|
|
642
846
|
"piqRef": "A3.7",
|
|
@@ -660,10 +864,23 @@
|
|
|
660
864
|
"enum": [
|
|
661
865
|
"Yes"
|
|
662
866
|
]
|
|
867
|
+
},
|
|
868
|
+
"details": {
|
|
869
|
+
"piqRef": "A3.7.2",
|
|
870
|
+
"title": "Please give details"
|
|
663
871
|
}
|
|
664
872
|
}
|
|
665
873
|
}
|
|
666
|
-
]
|
|
874
|
+
],
|
|
875
|
+
"properties": {
|
|
876
|
+
"yesNo": {
|
|
877
|
+
"piqRef": "A3.7.1",
|
|
878
|
+
"enum": [
|
|
879
|
+
"Yes",
|
|
880
|
+
"No"
|
|
881
|
+
]
|
|
882
|
+
}
|
|
883
|
+
}
|
|
667
884
|
},
|
|
668
885
|
"unresolvedPlanningIssues": {
|
|
669
886
|
"piqRef": "A3.8",
|
|
@@ -687,10 +904,23 @@
|
|
|
687
904
|
"enum": [
|
|
688
905
|
"Yes"
|
|
689
906
|
]
|
|
907
|
+
},
|
|
908
|
+
"details": {
|
|
909
|
+
"piqRef": "A3.8.2",
|
|
910
|
+
"title": "Please give details"
|
|
690
911
|
}
|
|
691
912
|
}
|
|
692
913
|
}
|
|
693
|
-
]
|
|
914
|
+
],
|
|
915
|
+
"properties": {
|
|
916
|
+
"yesNo": {
|
|
917
|
+
"piqRef": "A3.8.1",
|
|
918
|
+
"enum": [
|
|
919
|
+
"Yes",
|
|
920
|
+
"No"
|
|
921
|
+
]
|
|
922
|
+
}
|
|
923
|
+
}
|
|
694
924
|
}
|
|
695
925
|
}
|
|
696
926
|
},
|
|
@@ -721,7 +951,16 @@
|
|
|
721
951
|
}
|
|
722
952
|
}
|
|
723
953
|
}
|
|
724
|
-
]
|
|
954
|
+
],
|
|
955
|
+
"properties": {
|
|
956
|
+
"yesNo": {
|
|
957
|
+
"piqRef": "A4.1.1",
|
|
958
|
+
"enum": [
|
|
959
|
+
"Yes",
|
|
960
|
+
"No"
|
|
961
|
+
]
|
|
962
|
+
}
|
|
963
|
+
}
|
|
725
964
|
},
|
|
726
965
|
"planningApplication": {
|
|
727
966
|
"piqRef": "A4.2",
|
|
@@ -748,7 +987,16 @@
|
|
|
748
987
|
}
|
|
749
988
|
}
|
|
750
989
|
}
|
|
751
|
-
]
|
|
990
|
+
],
|
|
991
|
+
"properties": {
|
|
992
|
+
"yesNo": {
|
|
993
|
+
"piqRef": "A4.2.1",
|
|
994
|
+
"enum": [
|
|
995
|
+
"Yes",
|
|
996
|
+
"No"
|
|
997
|
+
]
|
|
998
|
+
}
|
|
999
|
+
}
|
|
752
1000
|
},
|
|
753
1001
|
"requiredMaintenance": {
|
|
754
1002
|
"piqRef": "A4.3",
|
|
@@ -775,7 +1023,16 @@
|
|
|
775
1023
|
}
|
|
776
1024
|
}
|
|
777
1025
|
}
|
|
778
|
-
]
|
|
1026
|
+
],
|
|
1027
|
+
"properties": {
|
|
1028
|
+
"yesNo": {
|
|
1029
|
+
"piqRef": "A4.3.1",
|
|
1030
|
+
"enum": [
|
|
1031
|
+
"Yes",
|
|
1032
|
+
"No"
|
|
1033
|
+
]
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
779
1036
|
},
|
|
780
1037
|
"listedBuildingApplication": {
|
|
781
1038
|
"piqRef": "A4.4",
|
|
@@ -802,7 +1059,16 @@
|
|
|
802
1059
|
}
|
|
803
1060
|
}
|
|
804
1061
|
}
|
|
805
|
-
]
|
|
1062
|
+
],
|
|
1063
|
+
"properties": {
|
|
1064
|
+
"yesNo": {
|
|
1065
|
+
"piqRef": "A4.4.1",
|
|
1066
|
+
"enum": [
|
|
1067
|
+
"Yes",
|
|
1068
|
+
"No"
|
|
1069
|
+
]
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
806
1072
|
},
|
|
807
1073
|
"infrastructureProject": {
|
|
808
1074
|
"piqRef": "A4.5",
|
|
@@ -829,7 +1095,16 @@
|
|
|
829
1095
|
}
|
|
830
1096
|
}
|
|
831
1097
|
}
|
|
832
|
-
]
|
|
1098
|
+
],
|
|
1099
|
+
"properties": {
|
|
1100
|
+
"yesNo": {
|
|
1101
|
+
"piqRef": "A4.5.1",
|
|
1102
|
+
"enum": [
|
|
1103
|
+
"Yes",
|
|
1104
|
+
"No"
|
|
1105
|
+
]
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
833
1108
|
},
|
|
834
1109
|
"otherNotices": {
|
|
835
1110
|
"piqRef": "A4.6",
|
|
@@ -856,7 +1131,16 @@
|
|
|
856
1131
|
}
|
|
857
1132
|
}
|
|
858
1133
|
}
|
|
859
|
-
]
|
|
1134
|
+
],
|
|
1135
|
+
"properties": {
|
|
1136
|
+
"yesNo": {
|
|
1137
|
+
"piqRef": "A4.6.1",
|
|
1138
|
+
"enum": [
|
|
1139
|
+
"Yes",
|
|
1140
|
+
"No"
|
|
1141
|
+
]
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
860
1144
|
}
|
|
861
1145
|
}
|
|
862
1146
|
},
|
|
@@ -887,7 +1171,16 @@
|
|
|
887
1171
|
}
|
|
888
1172
|
}
|
|
889
1173
|
}
|
|
890
|
-
]
|
|
1174
|
+
],
|
|
1175
|
+
"properties": {
|
|
1176
|
+
"yesNo": {
|
|
1177
|
+
"piqRef": "A5.1.1",
|
|
1178
|
+
"enum": [
|
|
1179
|
+
"Yes",
|
|
1180
|
+
"No"
|
|
1181
|
+
]
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
891
1184
|
},
|
|
892
1185
|
"japaneseKnotweed": {
|
|
893
1186
|
"piqRef": "A5.3",
|
|
@@ -915,7 +1208,17 @@
|
|
|
915
1208
|
}
|
|
916
1209
|
}
|
|
917
1210
|
}
|
|
918
|
-
]
|
|
1211
|
+
],
|
|
1212
|
+
"properties": {
|
|
1213
|
+
"yesNo": {
|
|
1214
|
+
"piqRef": "A5.3.1",
|
|
1215
|
+
"enum": [
|
|
1216
|
+
"Yes",
|
|
1217
|
+
"No",
|
|
1218
|
+
"Not known"
|
|
1219
|
+
]
|
|
1220
|
+
}
|
|
1221
|
+
}
|
|
919
1222
|
},
|
|
920
1223
|
"subsidenceOrStructuralFault": {
|
|
921
1224
|
"piqRef": "A5.4",
|
|
@@ -942,7 +1245,16 @@
|
|
|
942
1245
|
}
|
|
943
1246
|
}
|
|
944
1247
|
}
|
|
945
|
-
]
|
|
1248
|
+
],
|
|
1249
|
+
"properties": {
|
|
1250
|
+
"yesNo": {
|
|
1251
|
+
"piqRef": "A5.4.1",
|
|
1252
|
+
"enum": [
|
|
1253
|
+
"Yes",
|
|
1254
|
+
"No"
|
|
1255
|
+
]
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
946
1258
|
}
|
|
947
1259
|
}
|
|
948
1260
|
},
|
|
@@ -970,10 +1282,23 @@
|
|
|
970
1282
|
"enum": [
|
|
971
1283
|
"Yes"
|
|
972
1284
|
]
|
|
1285
|
+
},
|
|
1286
|
+
"details": {
|
|
1287
|
+
"piqRef": "A6.1.2",
|
|
1288
|
+
"title": "Details"
|
|
973
1289
|
}
|
|
974
1290
|
}
|
|
975
1291
|
}
|
|
976
|
-
]
|
|
1292
|
+
],
|
|
1293
|
+
"properties": {
|
|
1294
|
+
"yesNo": {
|
|
1295
|
+
"piqRef": "A6.1.1",
|
|
1296
|
+
"enum": [
|
|
1297
|
+
"Yes",
|
|
1298
|
+
"No"
|
|
1299
|
+
]
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
977
1302
|
},
|
|
978
1303
|
"itemsToInclude": {
|
|
979
1304
|
"piqRef": "A6.2",
|
|
@@ -997,10 +1322,23 @@
|
|
|
997
1322
|
"enum": [
|
|
998
1323
|
"Yes"
|
|
999
1324
|
]
|
|
1325
|
+
},
|
|
1326
|
+
"details": {
|
|
1327
|
+
"piqRef": "A6.2.2",
|
|
1328
|
+
"title": "Details"
|
|
1000
1329
|
}
|
|
1001
1330
|
}
|
|
1002
1331
|
}
|
|
1003
|
-
]
|
|
1332
|
+
],
|
|
1333
|
+
"properties": {
|
|
1334
|
+
"yesNo": {
|
|
1335
|
+
"piqRef": "A6.2.1",
|
|
1336
|
+
"enum": [
|
|
1337
|
+
"Yes",
|
|
1338
|
+
"No"
|
|
1339
|
+
]
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1004
1342
|
}
|
|
1005
1343
|
}
|
|
1006
1344
|
},
|
|
@@ -1601,10 +1939,23 @@
|
|
|
1601
1939
|
"enum": [
|
|
1602
1940
|
"Yes"
|
|
1603
1941
|
]
|
|
1942
|
+
},
|
|
1943
|
+
"details": {
|
|
1944
|
+
"piqRef": "A7.2.2",
|
|
1945
|
+
"title": "Details"
|
|
1604
1946
|
}
|
|
1605
1947
|
}
|
|
1606
1948
|
}
|
|
1607
|
-
]
|
|
1949
|
+
],
|
|
1950
|
+
"properties": {
|
|
1951
|
+
"yesNo": {
|
|
1952
|
+
"piqRef": "A7.2.1",
|
|
1953
|
+
"enum": [
|
|
1954
|
+
"Yes",
|
|
1955
|
+
"No"
|
|
1956
|
+
]
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1608
1959
|
}
|
|
1609
1960
|
}
|
|
1610
1961
|
},
|
|
@@ -1632,6 +1983,8 @@
|
|
|
1632
1983
|
]
|
|
1633
1984
|
},
|
|
1634
1985
|
"centralHeatingDetails": {
|
|
1986
|
+
"piqRef": "A7.3.1.1",
|
|
1987
|
+
"title": "Central Heating Details",
|
|
1635
1988
|
"properties": {
|
|
1636
1989
|
"centralHeatingInstalled": {
|
|
1637
1990
|
"piqRef": "A7.4.1",
|
|
@@ -1672,7 +2025,17 @@
|
|
|
1672
2025
|
}
|
|
1673
2026
|
}
|
|
1674
2027
|
}
|
|
1675
|
-
]
|
|
2028
|
+
],
|
|
2029
|
+
"properties": {
|
|
2030
|
+
"hasCentralHeating": {
|
|
2031
|
+
"piqRef": "A7.3.1",
|
|
2032
|
+
"title": "Is there full/partial central heating in your property?",
|
|
2033
|
+
"enum": [
|
|
2034
|
+
"Yes",
|
|
2035
|
+
"No"
|
|
2036
|
+
]
|
|
2037
|
+
}
|
|
2038
|
+
}
|
|
1676
2039
|
},
|
|
1677
2040
|
"insurance": {
|
|
1678
2041
|
"properties": {
|
|
@@ -1690,7 +2053,7 @@
|
|
|
1690
2053
|
{
|
|
1691
2054
|
"properties": {
|
|
1692
2055
|
"difficultiesObtainingInsurance": {
|
|
1693
|
-
"piqRef": "A8.1
|
|
2056
|
+
"piqRef": "A8.1",
|
|
1694
2057
|
"title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
|
|
1695
2058
|
"properties": {
|
|
1696
2059
|
"abnormalRiseInPremiums": {
|
|
@@ -1715,10 +2078,23 @@
|
|
|
1715
2078
|
"enum": [
|
|
1716
2079
|
"Yes"
|
|
1717
2080
|
]
|
|
2081
|
+
},
|
|
2082
|
+
"details": {
|
|
2083
|
+
"piqRef": "A8.1a1.1",
|
|
2084
|
+
"title": "Provide details"
|
|
1718
2085
|
}
|
|
1719
2086
|
}
|
|
1720
2087
|
}
|
|
1721
|
-
]
|
|
2088
|
+
],
|
|
2089
|
+
"properties": {
|
|
2090
|
+
"yesNo": {
|
|
2091
|
+
"piqRef": "A8.1a1",
|
|
2092
|
+
"enum": [
|
|
2093
|
+
"Yes",
|
|
2094
|
+
"No"
|
|
2095
|
+
]
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
1722
2098
|
},
|
|
1723
2099
|
"subjectToHighExcesses": {
|
|
1724
2100
|
"piqRef": "A8.1b",
|
|
@@ -1742,10 +2118,23 @@
|
|
|
1742
2118
|
"enum": [
|
|
1743
2119
|
"Yes"
|
|
1744
2120
|
]
|
|
2121
|
+
},
|
|
2122
|
+
"details": {
|
|
2123
|
+
"piqRef": "A8.1b2",
|
|
2124
|
+
"title": "Provide details"
|
|
1745
2125
|
}
|
|
1746
2126
|
}
|
|
1747
2127
|
}
|
|
1748
|
-
]
|
|
2128
|
+
],
|
|
2129
|
+
"properties": {
|
|
2130
|
+
"yesNo": {
|
|
2131
|
+
"piqRef": "A8.1b1",
|
|
2132
|
+
"enum": [
|
|
2133
|
+
"Yes",
|
|
2134
|
+
"No"
|
|
2135
|
+
]
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
1749
2138
|
},
|
|
1750
2139
|
"subjectToUnusualConditions": {
|
|
1751
2140
|
"piqRef": "A8.1c",
|
|
@@ -1769,10 +2158,23 @@
|
|
|
1769
2158
|
"enum": [
|
|
1770
2159
|
"Yes"
|
|
1771
2160
|
]
|
|
2161
|
+
},
|
|
2162
|
+
"details": {
|
|
2163
|
+
"piqRef": "A8.1c2",
|
|
2164
|
+
"title": "Provide details"
|
|
1772
2165
|
}
|
|
1773
2166
|
}
|
|
1774
2167
|
}
|
|
1775
|
-
]
|
|
2168
|
+
],
|
|
2169
|
+
"properties": {
|
|
2170
|
+
"yesNo": {
|
|
2171
|
+
"piqRef": "A8.1c1",
|
|
2172
|
+
"enum": [
|
|
2173
|
+
"Yes",
|
|
2174
|
+
"No"
|
|
2175
|
+
]
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
1776
2178
|
},
|
|
1777
2179
|
"refused": {
|
|
1778
2180
|
"piqRef": "A8.1d",
|
|
@@ -1796,10 +2198,23 @@
|
|
|
1796
2198
|
"enum": [
|
|
1797
2199
|
"Yes"
|
|
1798
2200
|
]
|
|
2201
|
+
},
|
|
2202
|
+
"details": {
|
|
2203
|
+
"piqRef": "A8.1d2",
|
|
2204
|
+
"title": "Provide details"
|
|
1799
2205
|
}
|
|
1800
2206
|
}
|
|
1801
2207
|
}
|
|
1802
|
-
]
|
|
2208
|
+
],
|
|
2209
|
+
"properties": {
|
|
2210
|
+
"yesNo": {
|
|
2211
|
+
"piqRef": "A8.1d1",
|
|
2212
|
+
"enum": [
|
|
2213
|
+
"Yes",
|
|
2214
|
+
"No"
|
|
2215
|
+
]
|
|
2216
|
+
}
|
|
2217
|
+
}
|
|
1803
2218
|
}
|
|
1804
2219
|
}
|
|
1805
2220
|
}
|
|
@@ -1831,10 +2246,23 @@
|
|
|
1831
2246
|
"enum": [
|
|
1832
2247
|
"Yes"
|
|
1833
2248
|
]
|
|
2249
|
+
},
|
|
2250
|
+
"details": {
|
|
2251
|
+
"piqRef": "A9.1.2",
|
|
2252
|
+
"title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc"
|
|
1834
2253
|
}
|
|
1835
2254
|
}
|
|
1836
2255
|
}
|
|
1837
|
-
]
|
|
2256
|
+
],
|
|
2257
|
+
"properties": {
|
|
2258
|
+
"yesNo": {
|
|
2259
|
+
"piqRef": "A9.1.1",
|
|
2260
|
+
"enum": [
|
|
2261
|
+
"Yes",
|
|
2262
|
+
"No"
|
|
2263
|
+
]
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
1838
2266
|
},
|
|
1839
2267
|
"boundaryAlterationProposal": {
|
|
1840
2268
|
"piqRef": "A9.2",
|
|
@@ -1858,10 +2286,23 @@
|
|
|
1858
2286
|
"enum": [
|
|
1859
2287
|
"Yes"
|
|
1860
2288
|
]
|
|
2289
|
+
},
|
|
2290
|
+
"details": {
|
|
2291
|
+
"piqRef": "A9.2.2",
|
|
2292
|
+
"title": "Details"
|
|
1861
2293
|
}
|
|
1862
2294
|
}
|
|
1863
2295
|
}
|
|
1864
|
-
]
|
|
2296
|
+
],
|
|
2297
|
+
"properties": {
|
|
2298
|
+
"yesNo": {
|
|
2299
|
+
"piqRef": "A9.2.1",
|
|
2300
|
+
"enum": [
|
|
2301
|
+
"Yes",
|
|
2302
|
+
"No"
|
|
2303
|
+
]
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
1865
2306
|
}
|
|
1866
2307
|
}
|
|
1867
2308
|
},
|
|
@@ -1889,10 +2330,23 @@
|
|
|
1889
2330
|
"enum": [
|
|
1890
2331
|
"Yes"
|
|
1891
2332
|
]
|
|
2333
|
+
},
|
|
2334
|
+
"details": {
|
|
2335
|
+
"piqRef": "A10.1.2",
|
|
2336
|
+
"title": "Please give details including who collects payments and organises the work, the amount of the payments in the last year and whether they are regular payments or only when maintenance work is required"
|
|
1892
2337
|
}
|
|
1893
2338
|
}
|
|
1894
2339
|
}
|
|
1895
|
-
]
|
|
2340
|
+
],
|
|
2341
|
+
"properties": {
|
|
2342
|
+
"yesNo": {
|
|
2343
|
+
"piqRef": "A10.1.1",
|
|
2344
|
+
"enum": [
|
|
2345
|
+
"Yes",
|
|
2346
|
+
"No"
|
|
2347
|
+
]
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
1896
2350
|
},
|
|
1897
2351
|
"neighbouringLandRights": {
|
|
1898
2352
|
"piqRef": "A10.2",
|
|
@@ -1916,10 +2370,23 @@
|
|
|
1916
2370
|
"enum": [
|
|
1917
2371
|
"Yes"
|
|
1918
2372
|
]
|
|
2373
|
+
},
|
|
2374
|
+
"details": {
|
|
2375
|
+
"piqRef": "A10.2.2",
|
|
2376
|
+
"title": "Please give details and provide a plan showing the route of the access, parking etc"
|
|
1919
2377
|
}
|
|
1920
2378
|
}
|
|
1921
2379
|
}
|
|
1922
|
-
]
|
|
2380
|
+
],
|
|
2381
|
+
"properties": {
|
|
2382
|
+
"yesNo": {
|
|
2383
|
+
"piqRef": "A10.2.1",
|
|
2384
|
+
"enum": [
|
|
2385
|
+
"Yes",
|
|
2386
|
+
"No"
|
|
2387
|
+
]
|
|
2388
|
+
}
|
|
2389
|
+
}
|
|
1923
2390
|
},
|
|
1924
2391
|
"accessRestrictionAttempts": {
|
|
1925
2392
|
"piqRef": "A10.3",
|
|
@@ -1943,10 +2410,23 @@
|
|
|
1943
2410
|
"enum": [
|
|
1944
2411
|
"Yes"
|
|
1945
2412
|
]
|
|
2413
|
+
},
|
|
2414
|
+
"details": {
|
|
2415
|
+
"piqRef": "A10.3.2",
|
|
2416
|
+
"title": "Details"
|
|
1946
2417
|
}
|
|
1947
2418
|
}
|
|
1948
2419
|
}
|
|
1949
|
-
]
|
|
2420
|
+
],
|
|
2421
|
+
"properties": {
|
|
2422
|
+
"yesNo": {
|
|
2423
|
+
"piqRef": "A10.3.1",
|
|
2424
|
+
"enum": [
|
|
2425
|
+
"Yes",
|
|
2426
|
+
"No"
|
|
2427
|
+
]
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
1950
2430
|
},
|
|
1951
2431
|
"rightsOrArrangements": {
|
|
1952
2432
|
"properties": {
|
|
@@ -1972,10 +2452,23 @@
|
|
|
1972
2452
|
"enum": [
|
|
1973
2453
|
"Yes"
|
|
1974
2454
|
]
|
|
2455
|
+
},
|
|
2456
|
+
"details": {
|
|
2457
|
+
"piqRef": "A10.4.2",
|
|
2458
|
+
"title": "Please provide details and mark the route on a plan of the property"
|
|
1975
2459
|
}
|
|
1976
2460
|
}
|
|
1977
2461
|
}
|
|
1978
|
-
]
|
|
2462
|
+
],
|
|
2463
|
+
"properties": {
|
|
2464
|
+
"yesNo": {
|
|
2465
|
+
"piqRef": "A10.4.1",
|
|
2466
|
+
"enum": [
|
|
2467
|
+
"Yes",
|
|
2468
|
+
"No"
|
|
2469
|
+
]
|
|
2470
|
+
}
|
|
2471
|
+
}
|
|
1979
2472
|
},
|
|
1980
2473
|
"rightsOfLight": {
|
|
1981
2474
|
"piqRef": "A10.5a",
|
|
@@ -2002,7 +2495,16 @@
|
|
|
2002
2495
|
}
|
|
2003
2496
|
}
|
|
2004
2497
|
}
|
|
2005
|
-
]
|
|
2498
|
+
],
|
|
2499
|
+
"properties": {
|
|
2500
|
+
"yesNo": {
|
|
2501
|
+
"piqRef": "A10.5a1",
|
|
2502
|
+
"enum": [
|
|
2503
|
+
"Yes",
|
|
2504
|
+
"No"
|
|
2505
|
+
]
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2006
2508
|
},
|
|
2007
2509
|
"rightsOfSupport": {
|
|
2008
2510
|
"piqRef": "A10.5b",
|
|
@@ -2029,7 +2531,16 @@
|
|
|
2029
2531
|
}
|
|
2030
2532
|
}
|
|
2031
2533
|
}
|
|
2032
|
-
]
|
|
2534
|
+
],
|
|
2535
|
+
"properties": {
|
|
2536
|
+
"yesNo": {
|
|
2537
|
+
"piqRef": "A10.5b1",
|
|
2538
|
+
"enum": [
|
|
2539
|
+
"Yes",
|
|
2540
|
+
"No"
|
|
2541
|
+
]
|
|
2542
|
+
}
|
|
2543
|
+
}
|
|
2033
2544
|
},
|
|
2034
2545
|
"rightsCreatedThroughCustom": {
|
|
2035
2546
|
"piqRef": "A10.5c",
|
|
@@ -2056,11 +2567,128 @@
|
|
|
2056
2567
|
}
|
|
2057
2568
|
}
|
|
2058
2569
|
}
|
|
2059
|
-
]
|
|
2570
|
+
],
|
|
2571
|
+
"properties": {
|
|
2572
|
+
"yesNo": {
|
|
2573
|
+
"piqRef": "A10.5c1",
|
|
2574
|
+
"enum": [
|
|
2575
|
+
"Yes",
|
|
2576
|
+
"No"
|
|
2577
|
+
]
|
|
2578
|
+
}
|
|
2579
|
+
}
|
|
2580
|
+
},
|
|
2581
|
+
"rightsToTakeFromLand": {
|
|
2582
|
+
"piqRef": "A10.5f",
|
|
2583
|
+
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
2584
|
+
"discriminator": {
|
|
2585
|
+
"propertyName": "yesNo"
|
|
2586
|
+
},
|
|
2587
|
+
"oneOf": [
|
|
2588
|
+
{
|
|
2589
|
+
"properties": {
|
|
2590
|
+
"yesNo": {
|
|
2591
|
+
"enum": [
|
|
2592
|
+
"No"
|
|
2593
|
+
]
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"properties": {
|
|
2599
|
+
"yesNo": {
|
|
2600
|
+
"enum": [
|
|
2601
|
+
"Yes"
|
|
2602
|
+
]
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
}
|
|
2606
|
+
],
|
|
2607
|
+
"properties": {
|
|
2608
|
+
"yesNo": {
|
|
2609
|
+
"piqRef": "A10.5f1",
|
|
2610
|
+
"enum": [
|
|
2611
|
+
"Yes",
|
|
2612
|
+
"No"
|
|
2613
|
+
]
|
|
2614
|
+
}
|
|
2615
|
+
}
|
|
2616
|
+
},
|
|
2617
|
+
"minesAndMinerals": {
|
|
2618
|
+
"piqRef": "A10.5d",
|
|
2619
|
+
"title": "Mines and minerals under the property",
|
|
2620
|
+
"discriminator": {
|
|
2621
|
+
"propertyName": "yesNo"
|
|
2622
|
+
},
|
|
2623
|
+
"oneOf": [
|
|
2624
|
+
{
|
|
2625
|
+
"properties": {
|
|
2626
|
+
"yesNo": {
|
|
2627
|
+
"enum": [
|
|
2628
|
+
"No"
|
|
2629
|
+
]
|
|
2630
|
+
}
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"properties": {
|
|
2635
|
+
"yesNo": {
|
|
2636
|
+
"enum": [
|
|
2637
|
+
"Yes"
|
|
2638
|
+
]
|
|
2639
|
+
}
|
|
2640
|
+
}
|
|
2641
|
+
}
|
|
2642
|
+
],
|
|
2643
|
+
"properties": {
|
|
2644
|
+
"yesNo": {
|
|
2645
|
+
"piqRef": "A10.5d1",
|
|
2646
|
+
"enum": [
|
|
2647
|
+
"Yes",
|
|
2648
|
+
"No"
|
|
2649
|
+
]
|
|
2650
|
+
}
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2653
|
+
"churchChancel": {
|
|
2654
|
+
"piqRef": "A10.5e",
|
|
2655
|
+
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
2656
|
+
"discriminator": {
|
|
2657
|
+
"propertyName": "yesNo"
|
|
2658
|
+
},
|
|
2659
|
+
"oneOf": [
|
|
2660
|
+
{
|
|
2661
|
+
"properties": {
|
|
2662
|
+
"yesNo": {
|
|
2663
|
+
"enum": [
|
|
2664
|
+
"No"
|
|
2665
|
+
]
|
|
2666
|
+
}
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
"properties": {
|
|
2671
|
+
"yesNo": {
|
|
2672
|
+
"enum": [
|
|
2673
|
+
"Yes"
|
|
2674
|
+
]
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2677
|
+
}
|
|
2678
|
+
],
|
|
2679
|
+
"properties": {
|
|
2680
|
+
"yesNo": {
|
|
2681
|
+
"piqRef": "A10.5e1",
|
|
2682
|
+
"enum": [
|
|
2683
|
+
"Yes",
|
|
2684
|
+
"No"
|
|
2685
|
+
]
|
|
2686
|
+
}
|
|
2687
|
+
}
|
|
2060
2688
|
},
|
|
2061
|
-
"
|
|
2062
|
-
"piqRef": "A10.
|
|
2063
|
-
"title": "
|
|
2689
|
+
"otherRights": {
|
|
2690
|
+
"piqRef": "A10.5g",
|
|
2691
|
+
"title": "Any other rights or arrangements affecting the property?",
|
|
2064
2692
|
"discriminator": {
|
|
2065
2693
|
"propertyName": "yesNo"
|
|
2066
2694
|
},
|
|
@@ -2083,22 +2711,30 @@
|
|
|
2083
2711
|
}
|
|
2084
2712
|
}
|
|
2085
2713
|
}
|
|
2086
|
-
]
|
|
2087
|
-
},
|
|
2088
|
-
"minesAndMinerals": {
|
|
2714
|
+
],
|
|
2089
2715
|
"properties": {
|
|
2090
2716
|
"yesNo": {
|
|
2091
|
-
"piqRef": "A10.
|
|
2717
|
+
"piqRef": "A10.5g1",
|
|
2092
2718
|
"enum": [
|
|
2093
2719
|
"Yes",
|
|
2094
2720
|
"No"
|
|
2095
2721
|
]
|
|
2096
2722
|
}
|
|
2097
2723
|
}
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2724
|
+
}
|
|
2725
|
+
}
|
|
2726
|
+
}
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2729
|
+
"environmentalIssues": {
|
|
2730
|
+
"piqRef": "A11.1",
|
|
2731
|
+
"title": "Environmental Issues Affecting the Property",
|
|
2732
|
+
"properties": {
|
|
2733
|
+
"flooding": {
|
|
2734
|
+
"properties": {
|
|
2735
|
+
"floodRiskReport": {
|
|
2736
|
+
"piqRef": "A11.1.1",
|
|
2737
|
+
"title": "Has a Flood Risk Report been prepared?",
|
|
2102
2738
|
"discriminator": {
|
|
2103
2739
|
"propertyName": "yesNo"
|
|
2104
2740
|
},
|
|
@@ -2121,12 +2757,10 @@
|
|
|
2121
2757
|
}
|
|
2122
2758
|
}
|
|
2123
2759
|
}
|
|
2124
|
-
]
|
|
2125
|
-
},
|
|
2126
|
-
"otherRights": {
|
|
2760
|
+
],
|
|
2127
2761
|
"properties": {
|
|
2128
2762
|
"yesNo": {
|
|
2129
|
-
"piqRef": "
|
|
2763
|
+
"piqRef": "A11.1.1.1",
|
|
2130
2764
|
"enum": [
|
|
2131
2765
|
"Yes",
|
|
2132
2766
|
"No"
|
|
@@ -2135,13 +2769,46 @@
|
|
|
2135
2769
|
}
|
|
2136
2770
|
}
|
|
2137
2771
|
}
|
|
2772
|
+
},
|
|
2773
|
+
"otherEnvironmental": {
|
|
2774
|
+
"piqRef": "A11.5",
|
|
2775
|
+
"title": "To your knowledge, have there been any other environmental issues that affect the property or garden (for example, these could include air pollution, mining, sink holes, quarrying or fracking etc)?",
|
|
2776
|
+
"discriminator": {
|
|
2777
|
+
"propertyName": "yesNo"
|
|
2778
|
+
},
|
|
2779
|
+
"oneOf": [
|
|
2780
|
+
{
|
|
2781
|
+
"properties": {
|
|
2782
|
+
"yesNo": {
|
|
2783
|
+
"enum": [
|
|
2784
|
+
"No",
|
|
2785
|
+
"Not known"
|
|
2786
|
+
]
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"properties": {
|
|
2792
|
+
"yesNo": {
|
|
2793
|
+
"enum": [
|
|
2794
|
+
"Yes"
|
|
2795
|
+
]
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2799
|
+
],
|
|
2800
|
+
"properties": {
|
|
2801
|
+
"yesNo": {
|
|
2802
|
+
"piqRef": "A11.5.1",
|
|
2803
|
+
"enum": [
|
|
2804
|
+
"Yes",
|
|
2805
|
+
"No"
|
|
2806
|
+
]
|
|
2807
|
+
}
|
|
2808
|
+
}
|
|
2138
2809
|
}
|
|
2139
2810
|
}
|
|
2140
2811
|
},
|
|
2141
|
-
"environmentalIssues": {
|
|
2142
|
-
"piqRef": "A11.1",
|
|
2143
|
-
"title": "Environmental Issues Affecting the Property"
|
|
2144
|
-
},
|
|
2145
2812
|
"otherIssues": {
|
|
2146
2813
|
"properties": {
|
|
2147
2814
|
"excessiveNoise": {
|
|
@@ -2169,7 +2836,16 @@
|
|
|
2169
2836
|
}
|
|
2170
2837
|
}
|
|
2171
2838
|
}
|
|
2172
|
-
]
|
|
2839
|
+
],
|
|
2840
|
+
"properties": {
|
|
2841
|
+
"yesNo": {
|
|
2842
|
+
"piqRef": "A11.2.1",
|
|
2843
|
+
"enum": [
|
|
2844
|
+
"Yes",
|
|
2845
|
+
"No"
|
|
2846
|
+
]
|
|
2847
|
+
}
|
|
2848
|
+
}
|
|
2173
2849
|
},
|
|
2174
2850
|
"crime": {
|
|
2175
2851
|
"piqRef": "A11.3",
|
|
@@ -2196,7 +2872,16 @@
|
|
|
2196
2872
|
}
|
|
2197
2873
|
}
|
|
2198
2874
|
}
|
|
2199
|
-
]
|
|
2875
|
+
],
|
|
2876
|
+
"properties": {
|
|
2877
|
+
"yesNo": {
|
|
2878
|
+
"piqRef": "A11.3.1",
|
|
2879
|
+
"enum": [
|
|
2880
|
+
"Yes",
|
|
2881
|
+
"No"
|
|
2882
|
+
]
|
|
2883
|
+
}
|
|
2884
|
+
}
|
|
2200
2885
|
},
|
|
2201
2886
|
"failedTransactionsInLast12Months": {
|
|
2202
2887
|
"piqRef": "A11.6",
|
|
@@ -2223,7 +2908,16 @@
|
|
|
2223
2908
|
}
|
|
2224
2909
|
}
|
|
2225
2910
|
}
|
|
2226
|
-
]
|
|
2911
|
+
],
|
|
2912
|
+
"properties": {
|
|
2913
|
+
"yesNo": {
|
|
2914
|
+
"piqRef": "A11.6.1",
|
|
2915
|
+
"enum": [
|
|
2916
|
+
"Yes",
|
|
2917
|
+
"No"
|
|
2918
|
+
]
|
|
2919
|
+
}
|
|
2920
|
+
}
|
|
2227
2921
|
}
|
|
2228
2922
|
}
|
|
2229
2923
|
},
|
|
@@ -2251,10 +2945,23 @@
|
|
|
2251
2945
|
"enum": [
|
|
2252
2946
|
"Yes"
|
|
2253
2947
|
]
|
|
2948
|
+
},
|
|
2949
|
+
"details": {
|
|
2950
|
+
"piqRef": "A12.1.2",
|
|
2951
|
+
"title": "Details"
|
|
2254
2952
|
}
|
|
2255
2953
|
}
|
|
2256
2954
|
}
|
|
2257
|
-
]
|
|
2955
|
+
],
|
|
2956
|
+
"properties": {
|
|
2957
|
+
"yesNo": {
|
|
2958
|
+
"piqRef": "A12.1.1",
|
|
2959
|
+
"enum": [
|
|
2960
|
+
"Yes",
|
|
2961
|
+
"No"
|
|
2962
|
+
]
|
|
2963
|
+
}
|
|
2964
|
+
}
|
|
2258
2965
|
},
|
|
2259
2966
|
"otherMaterialIssue": {
|
|
2260
2967
|
"piqRef": "A12.2",
|
|
@@ -2279,10 +2986,23 @@
|
|
|
2279
2986
|
"enum": [
|
|
2280
2987
|
"Yes"
|
|
2281
2988
|
]
|
|
2989
|
+
},
|
|
2990
|
+
"details": {
|
|
2991
|
+
"piqRef": "A12.2.2",
|
|
2992
|
+
"title": "Please describe this issue and any action that has been taken, if applicable."
|
|
2282
2993
|
}
|
|
2283
2994
|
}
|
|
2284
2995
|
}
|
|
2285
|
-
]
|
|
2996
|
+
],
|
|
2997
|
+
"properties": {
|
|
2998
|
+
"yesNo": {
|
|
2999
|
+
"piqRef": "A12.2.1",
|
|
3000
|
+
"enum": [
|
|
3001
|
+
"Yes",
|
|
3002
|
+
"No"
|
|
3003
|
+
]
|
|
3004
|
+
}
|
|
3005
|
+
}
|
|
2286
3006
|
}
|
|
2287
3007
|
}
|
|
2288
3008
|
}
|
|
@@ -2349,6 +3069,16 @@
|
|
|
2349
3069
|
"Not known"
|
|
2350
3070
|
]
|
|
2351
3071
|
},
|
|
3072
|
+
"right": {
|
|
3073
|
+
"piqRef": "B3.1.2",
|
|
3074
|
+
"title": "On the right",
|
|
3075
|
+
"enum": [
|
|
3076
|
+
"Seller",
|
|
3077
|
+
"Shared",
|
|
3078
|
+
"Neighbour",
|
|
3079
|
+
"Not known"
|
|
3080
|
+
]
|
|
3081
|
+
},
|
|
2352
3082
|
"rear": {
|
|
2353
3083
|
"piqRef": "B3.1.3",
|
|
2354
3084
|
"title": "At the rear",
|
|
@@ -2398,10 +3128,24 @@
|
|
|
2398
3128
|
"enum": [
|
|
2399
3129
|
"Yes"
|
|
2400
3130
|
]
|
|
3131
|
+
},
|
|
3132
|
+
"details": {
|
|
3133
|
+
"piqRef": "B3.3.2",
|
|
3134
|
+
"title": "Details"
|
|
2401
3135
|
}
|
|
2402
3136
|
}
|
|
2403
3137
|
}
|
|
2404
|
-
]
|
|
3138
|
+
],
|
|
3139
|
+
"properties": {
|
|
3140
|
+
"yesNo": {
|
|
3141
|
+
"piqRef": "B3.3.1",
|
|
3142
|
+
"enum": [
|
|
3143
|
+
"Yes",
|
|
3144
|
+
"No",
|
|
3145
|
+
"Not applicable"
|
|
3146
|
+
]
|
|
3147
|
+
}
|
|
3148
|
+
}
|
|
2405
3149
|
},
|
|
2406
3150
|
"adjacentLandIncluded": {
|
|
2407
3151
|
"properties": {
|
|
@@ -2442,10 +3186,24 @@
|
|
|
2442
3186
|
"enum": [
|
|
2443
3187
|
"Yes"
|
|
2444
3188
|
]
|
|
3189
|
+
},
|
|
3190
|
+
"details": {
|
|
3191
|
+
"piqRef": "B4.1.2",
|
|
3192
|
+
"title": "Please provide details"
|
|
2445
3193
|
}
|
|
2446
3194
|
}
|
|
2447
3195
|
}
|
|
2448
|
-
]
|
|
3196
|
+
],
|
|
3197
|
+
"properties": {
|
|
3198
|
+
"yesNo": {
|
|
3199
|
+
"piqRef": "B4.1.1",
|
|
3200
|
+
"enum": [
|
|
3201
|
+
"Yes",
|
|
3202
|
+
"No",
|
|
3203
|
+
"Not known"
|
|
3204
|
+
]
|
|
3205
|
+
}
|
|
3206
|
+
}
|
|
2449
3207
|
},
|
|
2450
3208
|
"pipesWiresCablesDrainsFromProperty": {
|
|
2451
3209
|
"piqRef": "B4.2",
|
|
@@ -2470,10 +3228,24 @@
|
|
|
2470
3228
|
"enum": [
|
|
2471
3229
|
"Yes"
|
|
2472
3230
|
]
|
|
3231
|
+
},
|
|
3232
|
+
"details": {
|
|
3233
|
+
"piqRef": "B4.2.2",
|
|
3234
|
+
"title": "Please provide details"
|
|
2473
3235
|
}
|
|
2474
3236
|
}
|
|
2475
3237
|
}
|
|
2476
|
-
]
|
|
3238
|
+
],
|
|
3239
|
+
"properties": {
|
|
3240
|
+
"yesNo": {
|
|
3241
|
+
"piqRef": "B4.2.1",
|
|
3242
|
+
"enum": [
|
|
3243
|
+
"Yes",
|
|
3244
|
+
"No",
|
|
3245
|
+
"Not known"
|
|
3246
|
+
]
|
|
3247
|
+
}
|
|
3248
|
+
}
|
|
2477
3249
|
},
|
|
2478
3250
|
"formalOrInformalAgreements": {
|
|
2479
3251
|
"piqRef": "B4.3",
|
|
@@ -2498,10 +3270,24 @@
|
|
|
2498
3270
|
"enum": [
|
|
2499
3271
|
"Yes"
|
|
2500
3272
|
]
|
|
3273
|
+
},
|
|
3274
|
+
"details": {
|
|
3275
|
+
"piqRef": "B4.3.2",
|
|
3276
|
+
"title": "Please provide details"
|
|
2501
3277
|
}
|
|
2502
3278
|
}
|
|
2503
3279
|
}
|
|
2504
|
-
]
|
|
3280
|
+
],
|
|
3281
|
+
"properties": {
|
|
3282
|
+
"yesNo": {
|
|
3283
|
+
"piqRef": "B4.3.1",
|
|
3284
|
+
"enum": [
|
|
3285
|
+
"Yes",
|
|
3286
|
+
"No",
|
|
3287
|
+
"Not known"
|
|
3288
|
+
]
|
|
3289
|
+
}
|
|
3290
|
+
}
|
|
2505
3291
|
}
|
|
2506
3292
|
}
|
|
2507
3293
|
},
|
|
@@ -2531,12 +3317,21 @@
|
|
|
2531
3317
|
]
|
|
2532
3318
|
},
|
|
2533
3319
|
"yearTested": {
|
|
2534
|
-
"piqRef": "B7.1.
|
|
3320
|
+
"piqRef": "B7.1.2",
|
|
2535
3321
|
"title": "State the year they were last tested"
|
|
2536
3322
|
}
|
|
2537
3323
|
}
|
|
2538
3324
|
}
|
|
2539
|
-
]
|
|
3325
|
+
],
|
|
3326
|
+
"properties": {
|
|
3327
|
+
"yesNo": {
|
|
3328
|
+
"piqRef": "B7.1.1",
|
|
3329
|
+
"enum": [
|
|
3330
|
+
"Yes",
|
|
3331
|
+
"No"
|
|
3332
|
+
]
|
|
3333
|
+
}
|
|
3334
|
+
}
|
|
2540
3335
|
},
|
|
2541
3336
|
"electricalWorkSince2005": {
|
|
2542
3337
|
"piqRef": "B7.2",
|
|
@@ -2563,28 +3358,46 @@
|
|
|
2563
3358
|
]
|
|
2564
3359
|
},
|
|
2565
3360
|
"yearWorkCarriedOut": {
|
|
2566
|
-
"piqRef": "B7.2.
|
|
3361
|
+
"piqRef": "B7.2.2",
|
|
2567
3362
|
"title": "State the year the work was carried out"
|
|
2568
3363
|
}
|
|
2569
3364
|
}
|
|
2570
3365
|
}
|
|
2571
|
-
]
|
|
2572
|
-
},
|
|
2573
|
-
"solarPanels": {
|
|
3366
|
+
],
|
|
2574
3367
|
"properties": {
|
|
2575
|
-
"
|
|
2576
|
-
"piqRef": "
|
|
2577
|
-
"title": "Are there solar or photovoltaic panels installed at the property?",
|
|
3368
|
+
"yesNo": {
|
|
3369
|
+
"piqRef": "B7.2.1",
|
|
2578
3370
|
"enum": [
|
|
2579
3371
|
"Yes",
|
|
2580
|
-
"No"
|
|
3372
|
+
"No",
|
|
3373
|
+
"Not known"
|
|
2581
3374
|
]
|
|
2582
3375
|
}
|
|
3376
|
+
}
|
|
3377
|
+
},
|
|
3378
|
+
"solarPanels": {
|
|
3379
|
+
"piqRef": "B4.4",
|
|
3380
|
+
"title": "Solar or photovoltaic panels",
|
|
3381
|
+
"discriminator": {
|
|
3382
|
+
"propertyName": "hasSolarPanels"
|
|
2583
3383
|
},
|
|
2584
3384
|
"oneOf": [
|
|
2585
|
-
null,
|
|
2586
3385
|
{
|
|
2587
3386
|
"properties": {
|
|
3387
|
+
"hasSolarPanels": {
|
|
3388
|
+
"enum": [
|
|
3389
|
+
"No"
|
|
3390
|
+
]
|
|
3391
|
+
}
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"properties": {
|
|
3396
|
+
"hasSolarPanels": {
|
|
3397
|
+
"enum": [
|
|
3398
|
+
"Yes"
|
|
3399
|
+
]
|
|
3400
|
+
},
|
|
2588
3401
|
"yearInstalled": {
|
|
2589
3402
|
"piqRef": "B4.4.2",
|
|
2590
3403
|
"title": "What year were they installed?"
|
|
@@ -2653,7 +3466,17 @@
|
|
|
2653
3466
|
}
|
|
2654
3467
|
}
|
|
2655
3468
|
}
|
|
2656
|
-
]
|
|
3469
|
+
],
|
|
3470
|
+
"properties": {
|
|
3471
|
+
"hasSolarPanels": {
|
|
3472
|
+
"piqRef": "B4.4.1",
|
|
3473
|
+
"title": "Are there solar or photovoltaic panels installed at the property?",
|
|
3474
|
+
"enum": [
|
|
3475
|
+
"Yes",
|
|
3476
|
+
"No"
|
|
3477
|
+
]
|
|
3478
|
+
}
|
|
3479
|
+
}
|
|
2657
3480
|
}
|
|
2658
3481
|
}
|
|
2659
3482
|
},
|
|
@@ -2951,7 +3774,16 @@
|
|
|
2951
3774
|
}
|
|
2952
3775
|
}
|
|
2953
3776
|
}
|
|
2954
|
-
]
|
|
3777
|
+
],
|
|
3778
|
+
"properties": {
|
|
3779
|
+
"yesNo": {
|
|
3780
|
+
"piqRef": "B5.2.1",
|
|
3781
|
+
"enum": [
|
|
3782
|
+
"Yes",
|
|
3783
|
+
"No"
|
|
3784
|
+
]
|
|
3785
|
+
}
|
|
3786
|
+
}
|
|
2955
3787
|
}
|
|
2956
3788
|
}
|
|
2957
3789
|
}
|
|
@@ -2974,6 +3806,10 @@
|
|
|
2974
3806
|
null,
|
|
2975
3807
|
{
|
|
2976
3808
|
"properties": {
|
|
3809
|
+
"aged17OrOverNames": {
|
|
3810
|
+
"piqRef": "B8.1.1",
|
|
3811
|
+
"title": "Please provide their full names and ages."
|
|
3812
|
+
},
|
|
2977
3813
|
"vacantPossession": {
|
|
2978
3814
|
"oneOf": [
|
|
2979
3815
|
null,
|
|
@@ -3004,7 +3840,16 @@
|
|
|
3004
3840
|
}
|
|
3005
3841
|
}
|
|
3006
3842
|
}
|
|
3007
|
-
]
|
|
3843
|
+
],
|
|
3844
|
+
"properties": {
|
|
3845
|
+
"yesNo": {
|
|
3846
|
+
"piqRef": "B8.2.1",
|
|
3847
|
+
"enum": [
|
|
3848
|
+
"Yes",
|
|
3849
|
+
"No"
|
|
3850
|
+
]
|
|
3851
|
+
}
|
|
3852
|
+
}
|
|
3008
3853
|
}
|
|
3009
3854
|
}
|
|
3010
3855
|
}
|
|
@@ -3063,7 +3908,16 @@
|
|
|
3063
3908
|
}
|
|
3064
3909
|
}
|
|
3065
3910
|
}
|
|
3066
|
-
]
|
|
3911
|
+
],
|
|
3912
|
+
"properties": {
|
|
3913
|
+
"yesNo": {
|
|
3914
|
+
"piqRef": "B9.1.1",
|
|
3915
|
+
"enum": [
|
|
3916
|
+
"Yes",
|
|
3917
|
+
"No"
|
|
3918
|
+
]
|
|
3919
|
+
}
|
|
3920
|
+
}
|
|
3067
3921
|
},
|
|
3068
3922
|
"moveRestrictionDates": {
|
|
3069
3923
|
"piqRef": "B9.2",
|
|
@@ -3091,7 +3945,16 @@
|
|
|
3091
3945
|
}
|
|
3092
3946
|
}
|
|
3093
3947
|
}
|
|
3094
|
-
]
|
|
3948
|
+
],
|
|
3949
|
+
"properties": {
|
|
3950
|
+
"yesNo": {
|
|
3951
|
+
"piqRef": "B9.1.2",
|
|
3952
|
+
"enum": [
|
|
3953
|
+
"Yes",
|
|
3954
|
+
"No"
|
|
3955
|
+
]
|
|
3956
|
+
}
|
|
3957
|
+
}
|
|
3095
3958
|
}
|
|
3096
3959
|
}
|
|
3097
3960
|
}
|