@pdtf/schemas 2.0.0-9 → 2.1.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.
@@ -0,0 +1,3103 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://trust.propdata.org.uk/schemas/v2/overlays/piq.json",
4
+ "properties": {
5
+ "propertyPack": {
6
+ "properties": {
7
+ "materialFacts": {
8
+ "properties": {
9
+ "address": {
10
+ "piqRef": "A1.1",
11
+ "title": "Property Address",
12
+ "properties": {
13
+ "line1": {
14
+ "piqRef": "A1.1.1",
15
+ "title": "Address line 1"
16
+ },
17
+ "line2": {
18
+ "piqRef": "A1.1.2",
19
+ "title": "Address line 2"
20
+ },
21
+ "town": {
22
+ "piqRef": "A1.1.3",
23
+ "title": "Town"
24
+ },
25
+ "postcode": {
26
+ "piqRef": "A1.1.5",
27
+ "title": "Postcode"
28
+ }
29
+ }
30
+ },
31
+ "ownership": {
32
+ "properties": {
33
+ "ownershipsToBeTransferred": {
34
+ "items": {
35
+ "properties": {
36
+ "ownershipType": {
37
+ "piqRef": "A1.2",
38
+ "title": "What type of ownership is the property?",
39
+ "description": "A Managed Freehold is any freehold where there are shared amenities, the maintenance of which you pay for through an estate rentcharge, service charge, informal or formal contribution. Choose Leasehold if your property is under a Shared Ownership arrangement.",
40
+ "enum": [
41
+ "Freehold",
42
+ "Managed Freehold",
43
+ "Commonhold",
44
+ "Leasehold",
45
+ "Other"
46
+ ]
47
+ }
48
+ },
49
+ "oneOf": [
50
+ null,
51
+ {
52
+ "properties": {
53
+ "managedFreeholdOrCommonholdInformation": {
54
+ "properties": {
55
+ "contactDetails": {
56
+ "properties": {
57
+ "managingAgent": {
58
+ "piqRef": "A1.4.1",
59
+ "title": "Managing Agent"
60
+ }
61
+ }
62
+ },
63
+ "serviceCharge": {
64
+ "piqRef": "A1.4.2",
65
+ "title": "Service Charge"
66
+ }
67
+ }
68
+ }
69
+ }
70
+ },
71
+ {
72
+ "properties": {
73
+ "leaseholdInformation": {
74
+ "properties": {
75
+ "leaseTerm": {
76
+ "properties": {
77
+ "lengthOfLeaseInYears": {
78
+ "piqRef": "A1.3.1",
79
+ "title": "Length of lease (years)"
80
+ }
81
+ }
82
+ },
83
+ "contactDetails": {
84
+ "properties": {
85
+ "contacts": {
86
+ "properties": {
87
+ "landlord": {
88
+ "piqRef": "A1.4.4",
89
+ "title": "Landlord",
90
+ "description": "The landlord (or freeholder) may be, for example, a private individual, a housing association, or a management company owned by the residents"
91
+ }
92
+ }
93
+ }
94
+ }
95
+ },
96
+ "groundRent": {
97
+ "piqRef": "A1.3.3",
98
+ "title": "Ground Rent",
99
+ "discriminator": {
100
+ "propertyName": "isGroundRentPayable"
101
+ },
102
+ "oneOf": [
103
+ {
104
+ "properties": {
105
+ "isGroundRentPayable": {
106
+ "enum": [
107
+ "No"
108
+ ]
109
+ }
110
+ }
111
+ },
112
+ {
113
+ "properties": {
114
+ "isGroundRentPayable": {
115
+ "enum": [
116
+ "Yes"
117
+ ]
118
+ },
119
+ "annualGroundRent": {
120
+ "piqRef": "A1.3.3",
121
+ "title": "What is the annual ground rent payable? (£)"
122
+ },
123
+ "rentSubjectToIncrease": {
124
+ "piqRef": "A1.3.4",
125
+ "title": "Is the ground rent subject to increase?",
126
+ "discriminator": {
127
+ "propertyName": "yesNo"
128
+ },
129
+ "oneOf": [
130
+ {
131
+ "properties": {
132
+ "yesNo": {
133
+ "enum": [
134
+ "No"
135
+ ]
136
+ }
137
+ }
138
+ },
139
+ {
140
+ "properties": {
141
+ "yesNo": {
142
+ "enum": [
143
+ "Yes"
144
+ ]
145
+ },
146
+ "rentIncreaseCalculated": {
147
+ "piqRef": "A1.3.4.2",
148
+ "title": "How is the increase calculated?",
149
+ "description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc"
150
+ }
151
+ }
152
+ }
153
+ ],
154
+ "properties": {
155
+ "yesNo": {
156
+ "piqRef": "A1.3.4.1",
157
+ "enum": [
158
+ "Yes",
159
+ "No"
160
+ ]
161
+ }
162
+ }
163
+ }
164
+ }
165
+ }
166
+ ]
167
+ }
168
+ }
169
+ }
170
+ }
171
+ }
172
+ ]
173
+ }
174
+ }
175
+ }
176
+ },
177
+ "parking": {
178
+ "properties": {
179
+ "parkingArrangements": {
180
+ "piqRef": "A1.5",
181
+ "title": "Parking arrangements",
182
+ "discriminator": {
183
+ "propertyName": "parkingArrangementsType"
184
+ },
185
+ "oneOf": [
186
+ {
187
+ "properties": {
188
+ "parkingArrangementsType": {
189
+ "enum": [
190
+ "Garage",
191
+ "Allocated parking space",
192
+ "Driveway",
193
+ "On street",
194
+ "Resident permit",
195
+ "Metered parking",
196
+ "Communal parking",
197
+ "None"
198
+ ]
199
+ }
200
+ }
201
+ },
202
+ {
203
+ "properties": {
204
+ "parkingArrangementsType": {
205
+ "enum": [
206
+ "Other"
207
+ ]
208
+ }
209
+ }
210
+ }
211
+ ]
212
+ }
213
+ }
214
+ },
215
+ "listingAndConservation": {
216
+ "properties": {
217
+ "isListed": {
218
+ "piqRef": "A1.6.1",
219
+ "title": "Is the property a listed building in England or Wales?",
220
+ "discriminator": {
221
+ "propertyName": "yesNo"
222
+ },
223
+ "oneOf": [
224
+ {
225
+ "properties": {
226
+ "yesNo": {
227
+ "enum": [
228
+ "No",
229
+ "Not known"
230
+ ]
231
+ }
232
+ }
233
+ },
234
+ {
235
+ "properties": {
236
+ "yesNo": {
237
+ "enum": [
238
+ "Yes"
239
+ ]
240
+ }
241
+ }
242
+ }
243
+ ]
244
+ },
245
+ "isConservationArea": {
246
+ "piqRef": "A1.6.2",
247
+ "title": "Is the property in a designated conservation area?",
248
+ "discriminator": {
249
+ "propertyName": "yesNo"
250
+ },
251
+ "oneOf": [
252
+ {
253
+ "properties": {
254
+ "yesNo": {
255
+ "enum": [
256
+ "No",
257
+ "Not known"
258
+ ]
259
+ }
260
+ }
261
+ },
262
+ {
263
+ "properties": {
264
+ "yesNo": {
265
+ "enum": [
266
+ "Yes"
267
+ ]
268
+ }
269
+ }
270
+ }
271
+ ]
272
+ },
273
+ "hasTreePreservationOrder": {
274
+ "piqRef": "A1.6.3",
275
+ "title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
276
+ "discriminator": {
277
+ "propertyName": "yesNo"
278
+ },
279
+ "oneOf": [
280
+ {
281
+ "properties": {
282
+ "yesNo": {
283
+ "enum": [
284
+ "No",
285
+ "Not known"
286
+ ]
287
+ }
288
+ }
289
+ },
290
+ {
291
+ "properties": {
292
+ "yesNo": {
293
+ "enum": [
294
+ "Yes"
295
+ ]
296
+ },
297
+ "workCarriedOut": {
298
+ "piqRef": "A1.6.4",
299
+ "title": "Has work been carried out to any trees which are protected by the order?",
300
+ "discriminator": {
301
+ "propertyName": "yesNo"
302
+ },
303
+ "oneOf": [
304
+ {
305
+ "properties": {
306
+ "yesNo": {
307
+ "enum": [
308
+ "No"
309
+ ]
310
+ }
311
+ }
312
+ },
313
+ {
314
+ "properties": {
315
+ "yesNo": {
316
+ "enum": [
317
+ "Yes"
318
+ ]
319
+ }
320
+ }
321
+ }
322
+ ]
323
+ }
324
+ }
325
+ }
326
+ ],
327
+ "properties": {
328
+ "yesNo": {
329
+ "piqRef": "A1.6.3.1",
330
+ "enum": [
331
+ "Yes",
332
+ "No",
333
+ "Not known"
334
+ ]
335
+ }
336
+ }
337
+ }
338
+ }
339
+ },
340
+ "typeOfConstruction": {
341
+ "properties": {
342
+ "isStandardForm": {
343
+ "piqRef": "A5.5",
344
+ "title": "Is the property built in a standard form of construction? E.g. brick and/or block with timber-supported roof comprising a tile or slate cover?",
345
+ "discriminator": {
346
+ "propertyName": "yesNo"
347
+ },
348
+ "oneOf": [
349
+ {
350
+ "properties": {
351
+ "yesNo": {
352
+ "enum": [
353
+ "Yes"
354
+ ]
355
+ }
356
+ }
357
+ },
358
+ {
359
+ "properties": {
360
+ "yesNo": {
361
+ "enum": [
362
+ "No"
363
+ ]
364
+ }
365
+ }
366
+ }
367
+ ]
368
+ }
369
+ }
370
+ },
371
+ "energyEfficiency": {
372
+ "properties": {
373
+ "greenDealLoan": {
374
+ "piqRef": "A11.4",
375
+ "title": "Green Deal Loan"
376
+ }
377
+ }
378
+ },
379
+ "councilTax": {
380
+ "piqRef": "B2",
381
+ "title": "Council Tax"
382
+ },
383
+ "disputesAndComplaints": {
384
+ "properties": {
385
+ "hasDisputesAndComplaints": {
386
+ "piqRef": "A2.1",
387
+ "title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
388
+ "description": "E.g boundary disagreement, noise, trespass etc",
389
+ "discriminator": {
390
+ "propertyName": "yesNo"
391
+ },
392
+ "oneOf": [
393
+ {
394
+ "properties": {
395
+ "yesNo": {
396
+ "enum": [
397
+ "No"
398
+ ]
399
+ }
400
+ }
401
+ },
402
+ {
403
+ "properties": {
404
+ "yesNo": {
405
+ "enum": [
406
+ "Yes"
407
+ ]
408
+ }
409
+ }
410
+ }
411
+ ]
412
+ }
413
+ }
414
+ },
415
+ "alterationsAndChanges": {
416
+ "properties": {
417
+ "hasStructuralAlterations": {
418
+ "piqRef": "A3.1",
419
+ "title": "Have there been any structural alterations, extensions, significant repairs or renewals to the property? (e.g. extensions, loft or garage conversion, removal of internal walls or chimneys)",
420
+ "discriminator": {
421
+ "propertyName": "yesNo"
422
+ },
423
+ "oneOf": [
424
+ {
425
+ "properties": {
426
+ "yesNo": {
427
+ "enum": [
428
+ "No"
429
+ ]
430
+ }
431
+ }
432
+ },
433
+ {
434
+ "properties": {
435
+ "yesNo": {
436
+ "enum": [
437
+ "Yes"
438
+ ]
439
+ }
440
+ }
441
+ }
442
+ ]
443
+ },
444
+ "windowReplacementsSince2002": {
445
+ "piqRef": "A3.2",
446
+ "title": "Since 1st April 2002 has replacement of any windows, roof windows, roof lights, glazed doors taken place?",
447
+ "discriminator": {
448
+ "propertyName": "yesNo"
449
+ },
450
+ "oneOf": [
451
+ {
452
+ "properties": {
453
+ "yesNo": {
454
+ "enum": [
455
+ "No"
456
+ ]
457
+ }
458
+ }
459
+ },
460
+ {
461
+ "properties": {
462
+ "yesNo": {
463
+ "enum": [
464
+ "Yes"
465
+ ]
466
+ }
467
+ }
468
+ }
469
+ ]
470
+ },
471
+ "hasAddedConservatory": {
472
+ "piqRef": "A3.4",
473
+ "title": "Has a conservatory been added?",
474
+ "discriminator": {
475
+ "propertyName": "yesNo"
476
+ },
477
+ "oneOf": [
478
+ {
479
+ "properties": {
480
+ "yesNo": {
481
+ "enum": [
482
+ "No"
483
+ ]
484
+ }
485
+ }
486
+ },
487
+ {
488
+ "properties": {
489
+ "yesNo": {
490
+ "enum": [
491
+ "Yes"
492
+ ]
493
+ },
494
+ "buildingRegApproval": {
495
+ "piqRef": "A3.5.1",
496
+ "title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
497
+ "discriminator": {
498
+ "propertyName": "yesNo"
499
+ },
500
+ "oneOf": [
501
+ {
502
+ "properties": {
503
+ "yesNo": {
504
+ "enum": [
505
+ "Yes"
506
+ ]
507
+ }
508
+ }
509
+ },
510
+ {
511
+ "properties": {
512
+ "yesNo": {
513
+ "enum": [
514
+ "No",
515
+ "Not required"
516
+ ]
517
+ }
518
+ }
519
+ }
520
+ ]
521
+ },
522
+ "planningPermission": {
523
+ "piqRef": "A3.5.2",
524
+ "title": "Was planning permission obtained?",
525
+ "discriminator": {
526
+ "propertyName": "yesNo"
527
+ },
528
+ "oneOf": [
529
+ {
530
+ "properties": {
531
+ "yesNo": {
532
+ "enum": [
533
+ "Yes"
534
+ ]
535
+ }
536
+ }
537
+ },
538
+ {
539
+ "properties": {
540
+ "yesNo": {
541
+ "enum": [
542
+ "No",
543
+ "Not required"
544
+ ]
545
+ }
546
+ }
547
+ }
548
+ ]
549
+ },
550
+ "listedBuildingConsent": {
551
+ "piqRef": "A3.5.3",
552
+ "title": "Was listed building consent obtained?",
553
+ "discriminator": {
554
+ "propertyName": "yesNo"
555
+ },
556
+ "oneOf": [
557
+ {
558
+ "properties": {
559
+ "yesNo": {
560
+ "enum": [
561
+ "Yes"
562
+ ]
563
+ }
564
+ }
565
+ },
566
+ {
567
+ "properties": {
568
+ "yesNo": {
569
+ "enum": [
570
+ "No",
571
+ "Not required"
572
+ ]
573
+ }
574
+ }
575
+ }
576
+ ]
577
+ },
578
+ "deedRestrictionConsent": {
579
+ "piqRef": "A3.5.4",
580
+ "title": "Was any consent under a restriction in the deeds obtained? E.g. if your deeds require consent from someone else to alter or extend the property",
581
+ "discriminator": {
582
+ "propertyName": "yesNo"
583
+ },
584
+ "oneOf": [
585
+ {
586
+ "properties": {
587
+ "yesNo": {
588
+ "enum": [
589
+ "Yes"
590
+ ]
591
+ }
592
+ }
593
+ },
594
+ {
595
+ "properties": {
596
+ "yesNo": {
597
+ "enum": [
598
+ "No",
599
+ "Not required"
600
+ ]
601
+ },
602
+ "details": {
603
+ "piqRef": "A3.5.5",
604
+ "title": "Please outline the reasons why"
605
+ }
606
+ }
607
+ }
608
+ ]
609
+ }
610
+ }
611
+ }
612
+ ]
613
+ },
614
+ "worksUnfinished": {
615
+ "piqRef": "A3.6",
616
+ "title": "Are any of the works listed above unfinished?",
617
+ "discriminator": {
618
+ "propertyName": "yesNo"
619
+ },
620
+ "oneOf": [
621
+ {
622
+ "properties": {
623
+ "yesNo": {
624
+ "enum": [
625
+ "No"
626
+ ]
627
+ }
628
+ }
629
+ },
630
+ {
631
+ "properties": {
632
+ "yesNo": {
633
+ "enum": [
634
+ "Yes"
635
+ ]
636
+ }
637
+ }
638
+ }
639
+ ]
640
+ },
641
+ "planningPermissionBreaches": {
642
+ "piqRef": "A3.7",
643
+ "title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions or work not having the necessary consents?",
644
+ "discriminator": {
645
+ "propertyName": "yesNo"
646
+ },
647
+ "oneOf": [
648
+ {
649
+ "properties": {
650
+ "yesNo": {
651
+ "enum": [
652
+ "No"
653
+ ]
654
+ }
655
+ }
656
+ },
657
+ {
658
+ "properties": {
659
+ "yesNo": {
660
+ "enum": [
661
+ "Yes"
662
+ ]
663
+ }
664
+ }
665
+ }
666
+ ]
667
+ },
668
+ "unresolvedPlanningIssues": {
669
+ "piqRef": "A3.8",
670
+ "title": "Are you aware of any unresolved planning or building control issues?",
671
+ "discriminator": {
672
+ "propertyName": "yesNo"
673
+ },
674
+ "oneOf": [
675
+ {
676
+ "properties": {
677
+ "yesNo": {
678
+ "enum": [
679
+ "No"
680
+ ]
681
+ }
682
+ }
683
+ },
684
+ {
685
+ "properties": {
686
+ "yesNo": {
687
+ "enum": [
688
+ "Yes"
689
+ ]
690
+ }
691
+ }
692
+ }
693
+ ]
694
+ }
695
+ }
696
+ },
697
+ "notices": {
698
+ "properties": {
699
+ "neighbourDevelopment": {
700
+ "piqRef": "A4.1",
701
+ "title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
702
+ "discriminator": {
703
+ "propertyName": "yesNo"
704
+ },
705
+ "oneOf": [
706
+ {
707
+ "properties": {
708
+ "yesNo": {
709
+ "enum": [
710
+ "No"
711
+ ]
712
+ }
713
+ }
714
+ },
715
+ {
716
+ "properties": {
717
+ "yesNo": {
718
+ "enum": [
719
+ "Yes"
720
+ ]
721
+ }
722
+ }
723
+ }
724
+ ]
725
+ },
726
+ "planningApplication": {
727
+ "piqRef": "A4.2",
728
+ "title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
729
+ "discriminator": {
730
+ "propertyName": "yesNo"
731
+ },
732
+ "oneOf": [
733
+ {
734
+ "properties": {
735
+ "yesNo": {
736
+ "enum": [
737
+ "No"
738
+ ]
739
+ }
740
+ }
741
+ },
742
+ {
743
+ "properties": {
744
+ "yesNo": {
745
+ "enum": [
746
+ "Yes"
747
+ ]
748
+ }
749
+ }
750
+ }
751
+ ]
752
+ },
753
+ "requiredMaintenance": {
754
+ "piqRef": "A4.3",
755
+ "title": "Notice informing you that maintenance, repairs or improvements are required to your property?",
756
+ "discriminator": {
757
+ "propertyName": "yesNo"
758
+ },
759
+ "oneOf": [
760
+ {
761
+ "properties": {
762
+ "yesNo": {
763
+ "enum": [
764
+ "No"
765
+ ]
766
+ }
767
+ }
768
+ },
769
+ {
770
+ "properties": {
771
+ "yesNo": {
772
+ "enum": [
773
+ "Yes"
774
+ ]
775
+ }
776
+ }
777
+ }
778
+ ]
779
+ },
780
+ "listedBuildingApplication": {
781
+ "piqRef": "A4.4",
782
+ "title": "Listed building application",
783
+ "discriminator": {
784
+ "propertyName": "yesNo"
785
+ },
786
+ "oneOf": [
787
+ {
788
+ "properties": {
789
+ "yesNo": {
790
+ "enum": [
791
+ "No"
792
+ ]
793
+ }
794
+ }
795
+ },
796
+ {
797
+ "properties": {
798
+ "yesNo": {
799
+ "enum": [
800
+ "Yes"
801
+ ]
802
+ }
803
+ }
804
+ }
805
+ ]
806
+ },
807
+ "infrastructureProject": {
808
+ "piqRef": "A4.5",
809
+ "title": "Infrastructure project, proposed or in progress (i.e. wind turbine, railway, fracking, etc)",
810
+ "discriminator": {
811
+ "propertyName": "yesNo"
812
+ },
813
+ "oneOf": [
814
+ {
815
+ "properties": {
816
+ "yesNo": {
817
+ "enum": [
818
+ "No"
819
+ ]
820
+ }
821
+ }
822
+ },
823
+ {
824
+ "properties": {
825
+ "yesNo": {
826
+ "enum": [
827
+ "Yes"
828
+ ]
829
+ }
830
+ }
831
+ }
832
+ ]
833
+ },
834
+ "otherNotices": {
835
+ "piqRef": "A4.6",
836
+ "title": "Any other type of notice?",
837
+ "discriminator": {
838
+ "propertyName": "yesNo"
839
+ },
840
+ "oneOf": [
841
+ {
842
+ "properties": {
843
+ "yesNo": {
844
+ "enum": [
845
+ "No"
846
+ ]
847
+ }
848
+ }
849
+ },
850
+ {
851
+ "properties": {
852
+ "yesNo": {
853
+ "enum": [
854
+ "Yes"
855
+ ]
856
+ }
857
+ }
858
+ }
859
+ ]
860
+ }
861
+ }
862
+ },
863
+ "specialistIssues": {
864
+ "properties": {
865
+ "dryRotEtcTreatment": {
866
+ "piqRef": "A5.1",
867
+ "title": "To your knowledge, has there been any preventative work for, or treatment of dry rot, wet rot or damp carried out at the property?",
868
+ "discriminator": {
869
+ "propertyName": "yesNo"
870
+ },
871
+ "oneOf": [
872
+ {
873
+ "properties": {
874
+ "yesNo": {
875
+ "enum": [
876
+ "No"
877
+ ]
878
+ }
879
+ }
880
+ },
881
+ {
882
+ "properties": {
883
+ "yesNo": {
884
+ "enum": [
885
+ "Yes"
886
+ ]
887
+ }
888
+ }
889
+ }
890
+ ]
891
+ },
892
+ "japaneseKnotweed": {
893
+ "piqRef": "A5.3",
894
+ "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
895
+ "discriminator": {
896
+ "propertyName": "yesNo"
897
+ },
898
+ "oneOf": [
899
+ {
900
+ "properties": {
901
+ "yesNo": {
902
+ "enum": [
903
+ "No",
904
+ "Not known"
905
+ ]
906
+ }
907
+ }
908
+ },
909
+ {
910
+ "properties": {
911
+ "yesNo": {
912
+ "enum": [
913
+ "Yes"
914
+ ]
915
+ }
916
+ }
917
+ }
918
+ ]
919
+ },
920
+ "subsidenceOrStructuralFault": {
921
+ "piqRef": "A5.4",
922
+ "title": "To your knowledge, has the property ever been subject to subsidence or structural fault?",
923
+ "discriminator": {
924
+ "propertyName": "yesNo"
925
+ },
926
+ "oneOf": [
927
+ {
928
+ "properties": {
929
+ "yesNo": {
930
+ "enum": [
931
+ "No"
932
+ ]
933
+ }
934
+ }
935
+ },
936
+ {
937
+ "properties": {
938
+ "yesNo": {
939
+ "enum": [
940
+ "Yes"
941
+ ]
942
+ }
943
+ }
944
+ }
945
+ ]
946
+ }
947
+ }
948
+ },
949
+ "fixturesAndFittings": {
950
+ "properties": {
951
+ "itemsToRemove": {
952
+ "piqRef": "A6.1",
953
+ "title": "Are there any items, which would be considered a fixture or fitting, that you intend to take? E.g. Carpets, curtains, light fittings, fitted cupboards, etc",
954
+ "discriminator": {
955
+ "propertyName": "yesNo"
956
+ },
957
+ "oneOf": [
958
+ {
959
+ "properties": {
960
+ "yesNo": {
961
+ "enum": [
962
+ "No"
963
+ ]
964
+ }
965
+ }
966
+ },
967
+ {
968
+ "properties": {
969
+ "yesNo": {
970
+ "enum": [
971
+ "Yes"
972
+ ]
973
+ }
974
+ }
975
+ }
976
+ ]
977
+ },
978
+ "itemsToInclude": {
979
+ "piqRef": "A6.2",
980
+ "title": "Are there additional furniture items or possessions are you very likely to include in the sale, irrespective of sale price?",
981
+ "discriminator": {
982
+ "propertyName": "yesNo"
983
+ },
984
+ "oneOf": [
985
+ {
986
+ "properties": {
987
+ "yesNo": {
988
+ "enum": [
989
+ "No"
990
+ ]
991
+ }
992
+ }
993
+ },
994
+ {
995
+ "properties": {
996
+ "yesNo": {
997
+ "enum": [
998
+ "Yes"
999
+ ]
1000
+ }
1001
+ }
1002
+ }
1003
+ ]
1004
+ }
1005
+ }
1006
+ },
1007
+ "connectedUtilities": {
1008
+ "properties": {
1009
+ "mainsElectricity": {
1010
+ "piqRef": "A7.1.1",
1011
+ "title": "Mains electricity",
1012
+ "discriminator": {
1013
+ "propertyName": "yesNo"
1014
+ },
1015
+ "oneOf": [
1016
+ {
1017
+ "properties": {
1018
+ "yesNo": {
1019
+ "enum": [
1020
+ "No"
1021
+ ]
1022
+ }
1023
+ }
1024
+ },
1025
+ {
1026
+ "properties": {
1027
+ "yesNo": {
1028
+ "enum": [
1029
+ "Yes"
1030
+ ]
1031
+ },
1032
+ "supplier": {
1033
+ "piqRef": "A7.1.2",
1034
+ "title": "Supplier"
1035
+ }
1036
+ }
1037
+ },
1038
+ {
1039
+ "properties": {
1040
+ "yesNo": {
1041
+ "enum": [
1042
+ "To be connected"
1043
+ ]
1044
+ },
1045
+ "supplier": {
1046
+ "piqRef": "A7.1.2",
1047
+ "title": "Supplier"
1048
+ }
1049
+ }
1050
+ }
1051
+ ]
1052
+ },
1053
+ "mainsGas": {
1054
+ "piqRef": "A7.1.3",
1055
+ "title": "Mains gas",
1056
+ "discriminator": {
1057
+ "propertyName": "yesNo"
1058
+ },
1059
+ "oneOf": [
1060
+ {
1061
+ "properties": {
1062
+ "yesNo": {
1063
+ "enum": [
1064
+ "No"
1065
+ ]
1066
+ }
1067
+ }
1068
+ },
1069
+ {
1070
+ "properties": {
1071
+ "yesNo": {
1072
+ "enum": [
1073
+ "Yes"
1074
+ ]
1075
+ },
1076
+ "supplier": {
1077
+ "piqRef": "A7.1.4",
1078
+ "title": "Supplier"
1079
+ }
1080
+ }
1081
+ },
1082
+ {
1083
+ "properties": {
1084
+ "yesNo": {
1085
+ "enum": [
1086
+ "To be connected"
1087
+ ]
1088
+ },
1089
+ "supplier": {
1090
+ "piqRef": "A7.1.4",
1091
+ "title": "Supplier"
1092
+ }
1093
+ }
1094
+ }
1095
+ ]
1096
+ },
1097
+ "lpg": {
1098
+ "piqRef": "A7.1.5",
1099
+ "title": "Liquid Petroleum Gas (LPG)",
1100
+ "discriminator": {
1101
+ "propertyName": "yesNo"
1102
+ },
1103
+ "oneOf": [
1104
+ {
1105
+ "properties": {
1106
+ "yesNo": {
1107
+ "enum": [
1108
+ "No"
1109
+ ]
1110
+ }
1111
+ }
1112
+ },
1113
+ {
1114
+ "properties": {
1115
+ "yesNo": {
1116
+ "enum": [
1117
+ "Yes"
1118
+ ]
1119
+ },
1120
+ "supplier": {
1121
+ "piqRef": "A7.1.6",
1122
+ "title": "Supplier"
1123
+ }
1124
+ }
1125
+ },
1126
+ {
1127
+ "properties": {
1128
+ "yesNo": {
1129
+ "enum": [
1130
+ "To be connected"
1131
+ ]
1132
+ },
1133
+ "supplier": {
1134
+ "piqRef": "A7.1.6",
1135
+ "title": "Supplier"
1136
+ }
1137
+ }
1138
+ }
1139
+ ]
1140
+ },
1141
+ "telephone": {
1142
+ "piqRef": "A7.1.11",
1143
+ "title": "Telephone",
1144
+ "discriminator": {
1145
+ "propertyName": "yesNo"
1146
+ },
1147
+ "oneOf": [
1148
+ {
1149
+ "properties": {
1150
+ "yesNo": {
1151
+ "enum": [
1152
+ "No"
1153
+ ]
1154
+ }
1155
+ }
1156
+ },
1157
+ {
1158
+ "properties": {
1159
+ "yesNo": {
1160
+ "enum": [
1161
+ "Yes"
1162
+ ]
1163
+ },
1164
+ "supplier": {
1165
+ "piqRef": "A7.1.12",
1166
+ "title": "Supplier"
1167
+ }
1168
+ }
1169
+ },
1170
+ {
1171
+ "properties": {
1172
+ "yesNo": {
1173
+ "enum": [
1174
+ "To be connected"
1175
+ ]
1176
+ },
1177
+ "supplier": {
1178
+ "piqRef": "A7.1.12",
1179
+ "title": "Supplier"
1180
+ }
1181
+ }
1182
+ }
1183
+ ]
1184
+ },
1185
+ "cableSatelliteTV": {
1186
+ "piqRef": "A7.1.13",
1187
+ "title": "Cable TV or satellite",
1188
+ "discriminator": {
1189
+ "propertyName": "yesNo"
1190
+ },
1191
+ "oneOf": [
1192
+ {
1193
+ "properties": {
1194
+ "yesNo": {
1195
+ "enum": [
1196
+ "No"
1197
+ ]
1198
+ }
1199
+ }
1200
+ },
1201
+ {
1202
+ "properties": {
1203
+ "yesNo": {
1204
+ "enum": [
1205
+ "Yes"
1206
+ ]
1207
+ },
1208
+ "supplier": {
1209
+ "piqRef": "A7.1.14",
1210
+ "title": "Supplier"
1211
+ }
1212
+ }
1213
+ },
1214
+ {
1215
+ "properties": {
1216
+ "yesNo": {
1217
+ "enum": [
1218
+ "To be connected"
1219
+ ]
1220
+ }
1221
+ }
1222
+ }
1223
+ ]
1224
+ },
1225
+ "broadband": {
1226
+ "piqRef": "A7.1.15",
1227
+ "title": "Broadband",
1228
+ "discriminator": {
1229
+ "propertyName": "yesNo"
1230
+ },
1231
+ "oneOf": [
1232
+ {
1233
+ "properties": {
1234
+ "yesNo": {
1235
+ "enum": [
1236
+ "No"
1237
+ ]
1238
+ }
1239
+ }
1240
+ },
1241
+ {
1242
+ "properties": {
1243
+ "yesNo": {
1244
+ "enum": [
1245
+ "Yes"
1246
+ ]
1247
+ },
1248
+ "supplier": {
1249
+ "piqRef": "A7.1.16",
1250
+ "title": "Supplier"
1251
+ }
1252
+ }
1253
+ },
1254
+ {
1255
+ "properties": {
1256
+ "yesNo": {
1257
+ "enum": [
1258
+ "To be connected"
1259
+ ]
1260
+ }
1261
+ }
1262
+ }
1263
+ ]
1264
+ },
1265
+ "solarPanels": {
1266
+ "piqRef": "A7.1.17",
1267
+ "title": "Solar or photovoltaic panels",
1268
+ "discriminator": {
1269
+ "propertyName": "yesNo"
1270
+ },
1271
+ "oneOf": [
1272
+ {
1273
+ "properties": {
1274
+ "yesNo": {
1275
+ "enum": [
1276
+ "No"
1277
+ ]
1278
+ }
1279
+ }
1280
+ },
1281
+ {
1282
+ "properties": {
1283
+ "yesNo": {
1284
+ "enum": [
1285
+ "Yes"
1286
+ ]
1287
+ }
1288
+ }
1289
+ },
1290
+ {
1291
+ "properties": {
1292
+ "yesNo": {
1293
+ "enum": [
1294
+ "To be connected"
1295
+ ]
1296
+ },
1297
+ "supplier": {
1298
+ "piqRef": "A7.1.18",
1299
+ "title": "Supplier"
1300
+ }
1301
+ }
1302
+ }
1303
+ ]
1304
+ },
1305
+ "otherServices": {
1306
+ "piqRef": "A7.1.19",
1307
+ "title": "Other",
1308
+ "description": "Other services include renewable technologies, for example ground source heat pumps, if you receive Renewable Heat Incentives please provide details and note that you will need to advise Ofgem when you complete the sale",
1309
+ "discriminator": {
1310
+ "propertyName": "yesNo"
1311
+ },
1312
+ "oneOf": [
1313
+ {
1314
+ "properties": {
1315
+ "yesNo": {
1316
+ "enum": [
1317
+ "No"
1318
+ ]
1319
+ }
1320
+ }
1321
+ },
1322
+ {
1323
+ "properties": {
1324
+ "yesNo": {
1325
+ "enum": [
1326
+ "Yes"
1327
+ ]
1328
+ }
1329
+ }
1330
+ },
1331
+ {
1332
+ "properties": {
1333
+ "yesNo": {
1334
+ "enum": [
1335
+ "To be connected"
1336
+ ]
1337
+ },
1338
+ "supplier": {
1339
+ "piqRef": "A7.1.20",
1340
+ "title": "Supplier"
1341
+ }
1342
+ }
1343
+ }
1344
+ ]
1345
+ }
1346
+ }
1347
+ },
1348
+ "waterAndDrainage": {
1349
+ "properties": {
1350
+ "water": {
1351
+ "properties": {
1352
+ "mainsWater": {
1353
+ "piqRef": "A7.1.7",
1354
+ "title": "Mains water",
1355
+ "discriminator": {
1356
+ "propertyName": "yesNo"
1357
+ },
1358
+ "oneOf": [
1359
+ {
1360
+ "properties": {
1361
+ "yesNo": {
1362
+ "enum": [
1363
+ "No"
1364
+ ]
1365
+ }
1366
+ }
1367
+ },
1368
+ {
1369
+ "properties": {
1370
+ "yesNo": {
1371
+ "enum": [
1372
+ "Yes"
1373
+ ]
1374
+ },
1375
+ "supplier": {
1376
+ "piqRef": "A7.1.8",
1377
+ "title": "Supplier"
1378
+ }
1379
+ }
1380
+ },
1381
+ {
1382
+ "properties": {
1383
+ "yesNo": {
1384
+ "enum": [
1385
+ "To be connected"
1386
+ ]
1387
+ },
1388
+ "supplier": {
1389
+ "piqRef": "A7.1.8",
1390
+ "title": "Supplier"
1391
+ }
1392
+ }
1393
+ }
1394
+ ]
1395
+ }
1396
+ }
1397
+ },
1398
+ "drainage": {
1399
+ "properties": {
1400
+ "mainsFoulDrainage": {
1401
+ "oneOf": [
1402
+ null,
1403
+ null,
1404
+ {
1405
+ "properties": {
1406
+ "septicTank": {
1407
+ "piqRef": "A7.1.23",
1408
+ "title": "Septic tank",
1409
+ "discriminator": {
1410
+ "propertyName": "yesNo"
1411
+ },
1412
+ "oneOf": [
1413
+ {
1414
+ "properties": {
1415
+ "yesNo": {
1416
+ "enum": [
1417
+ "No"
1418
+ ]
1419
+ }
1420
+ }
1421
+ },
1422
+ {
1423
+ "properties": {
1424
+ "yesNo": {
1425
+ "enum": [
1426
+ "Yes"
1427
+ ]
1428
+ },
1429
+ "dateLastEmptied": {
1430
+ "piqRef": "A7.1.24",
1431
+ "title": "Date last emptied"
1432
+ }
1433
+ }
1434
+ }
1435
+ ]
1436
+ },
1437
+ "cesspit": {
1438
+ "piqRef": "A7.1.25",
1439
+ "title": "Cesspit",
1440
+ "discriminator": {
1441
+ "propertyName": "yesNo"
1442
+ },
1443
+ "oneOf": [
1444
+ {
1445
+ "properties": {
1446
+ "yesNo": {
1447
+ "enum": [
1448
+ "No"
1449
+ ]
1450
+ }
1451
+ }
1452
+ },
1453
+ {
1454
+ "properties": {
1455
+ "yesNo": {
1456
+ "enum": [
1457
+ "Yes"
1458
+ ]
1459
+ },
1460
+ "dateLastEmptied": {
1461
+ "piqRef": "A7.1.26",
1462
+ "title": "Date last emptied"
1463
+ }
1464
+ }
1465
+ }
1466
+ ]
1467
+ },
1468
+ "sewerageTreatmentPlant": {
1469
+ "piqRef": "A7.1.27",
1470
+ "title": "Sewerage treatment plant",
1471
+ "discriminator": {
1472
+ "propertyName": "yesNo"
1473
+ },
1474
+ "oneOf": [
1475
+ {
1476
+ "properties": {
1477
+ "yesNo": {
1478
+ "enum": [
1479
+ "No"
1480
+ ]
1481
+ }
1482
+ }
1483
+ },
1484
+ {
1485
+ "properties": {
1486
+ "yesNo": {
1487
+ "enum": [
1488
+ "Yes"
1489
+ ]
1490
+ }
1491
+ }
1492
+ }
1493
+ ]
1494
+ },
1495
+ "otherConnectedProperties": {
1496
+ "piqRef": "A7.1.29",
1497
+ "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
1498
+ "discriminator": {
1499
+ "propertyName": "yesNo"
1500
+ },
1501
+ "oneOf": [
1502
+ {
1503
+ "properties": {
1504
+ "yesNo": {
1505
+ "enum": [
1506
+ "No"
1507
+ ]
1508
+ }
1509
+ }
1510
+ },
1511
+ {
1512
+ "properties": {
1513
+ "yesNo": {
1514
+ "enum": [
1515
+ "Yes"
1516
+ ]
1517
+ }
1518
+ }
1519
+ }
1520
+ ]
1521
+ },
1522
+ "plantOnOtherLand": {
1523
+ "piqRef": "A7.1.30",
1524
+ "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
1525
+ "discriminator": {
1526
+ "propertyName": "yesNo"
1527
+ },
1528
+ "oneOf": [
1529
+ {
1530
+ "properties": {
1531
+ "yesNo": {
1532
+ "enum": [
1533
+ "No"
1534
+ ]
1535
+ }
1536
+ }
1537
+ },
1538
+ {
1539
+ "properties": {
1540
+ "yesNo": {
1541
+ "enum": [
1542
+ "Yes"
1543
+ ]
1544
+ }
1545
+ }
1546
+ }
1547
+ ]
1548
+ },
1549
+ "plantRegistered": {
1550
+ "piqRef": "A7.1.31",
1551
+ "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
1552
+ "discriminator": {
1553
+ "propertyName": "yesNo"
1554
+ },
1555
+ "oneOf": [
1556
+ {
1557
+ "properties": {
1558
+ "yesNo": {
1559
+ "enum": [
1560
+ "No"
1561
+ ]
1562
+ }
1563
+ }
1564
+ },
1565
+ {
1566
+ "properties": {
1567
+ "yesNo": {
1568
+ "enum": [
1569
+ "Yes"
1570
+ ]
1571
+ }
1572
+ }
1573
+ }
1574
+ ]
1575
+ }
1576
+ }
1577
+ }
1578
+ ]
1579
+ }
1580
+ }
1581
+ },
1582
+ "maintenanceAgreements": {
1583
+ "piqRef": "A7.2",
1584
+ "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
1585
+ "discriminator": {
1586
+ "propertyName": "yesNo"
1587
+ },
1588
+ "oneOf": [
1589
+ {
1590
+ "properties": {
1591
+ "yesNo": {
1592
+ "enum": [
1593
+ "No"
1594
+ ]
1595
+ }
1596
+ }
1597
+ },
1598
+ {
1599
+ "properties": {
1600
+ "yesNo": {
1601
+ "enum": [
1602
+ "Yes"
1603
+ ]
1604
+ }
1605
+ }
1606
+ }
1607
+ ]
1608
+ }
1609
+ }
1610
+ },
1611
+ "centralHeating": {
1612
+ "piqRef": "A7.3",
1613
+ "title": "Central Heating",
1614
+ "discriminator": {
1615
+ "propertyName": "hasCentralHeating"
1616
+ },
1617
+ "oneOf": [
1618
+ {
1619
+ "properties": {
1620
+ "hasCentralHeating": {
1621
+ "enum": [
1622
+ "No"
1623
+ ]
1624
+ }
1625
+ }
1626
+ },
1627
+ {
1628
+ "properties": {
1629
+ "hasCentralHeating": {
1630
+ "enum": [
1631
+ "Yes"
1632
+ ]
1633
+ },
1634
+ "centralHeatingDetails": {
1635
+ "properties": {
1636
+ "centralHeatingInstalled": {
1637
+ "piqRef": "A7.4.1",
1638
+ "title": "When was the heating system installed?"
1639
+ },
1640
+ "heatingLastServicedDate": {
1641
+ "piqRef": "A7.5.1",
1642
+ "title": "When was the heating system last serviced or maintained?"
1643
+ },
1644
+ "heatingInGoodWorkingOrder": {
1645
+ "piqRef": "A7.6",
1646
+ "title": "Is the heating system in good working order to your satisfaction?",
1647
+ "discriminator": {
1648
+ "propertyName": "yesNo"
1649
+ },
1650
+ "oneOf": [
1651
+ {
1652
+ "properties": {
1653
+ "yesNo": {
1654
+ "enum": [
1655
+ "Yes"
1656
+ ]
1657
+ }
1658
+ }
1659
+ },
1660
+ {
1661
+ "properties": {
1662
+ "yesNo": {
1663
+ "enum": [
1664
+ "No"
1665
+ ]
1666
+ }
1667
+ }
1668
+ }
1669
+ ]
1670
+ }
1671
+ }
1672
+ }
1673
+ }
1674
+ }
1675
+ ]
1676
+ },
1677
+ "insurance": {
1678
+ "properties": {
1679
+ "isInsured": {
1680
+ "piqRef": "A8.2",
1681
+ "title": "Do you insure the property?",
1682
+ "enum": [
1683
+ "Yes",
1684
+ "No"
1685
+ ]
1686
+ }
1687
+ },
1688
+ "oneOf": [
1689
+ null,
1690
+ {
1691
+ "properties": {
1692
+ "difficultiesObtainingInsurance": {
1693
+ "piqRef": "A8.1.1",
1694
+ "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
+ "properties": {
1696
+ "abnormalRiseInPremiums": {
1697
+ "piqRef": "A8.1a",
1698
+ "title": "Subject to abnormal rise in premiums?",
1699
+ "discriminator": {
1700
+ "propertyName": "yesNo"
1701
+ },
1702
+ "oneOf": [
1703
+ {
1704
+ "properties": {
1705
+ "yesNo": {
1706
+ "enum": [
1707
+ "No"
1708
+ ]
1709
+ }
1710
+ }
1711
+ },
1712
+ {
1713
+ "properties": {
1714
+ "yesNo": {
1715
+ "enum": [
1716
+ "Yes"
1717
+ ]
1718
+ }
1719
+ }
1720
+ }
1721
+ ]
1722
+ },
1723
+ "subjectToHighExcesses": {
1724
+ "piqRef": "A8.1b",
1725
+ "title": "Subject to high excesses?",
1726
+ "discriminator": {
1727
+ "propertyName": "yesNo"
1728
+ },
1729
+ "oneOf": [
1730
+ {
1731
+ "properties": {
1732
+ "yesNo": {
1733
+ "enum": [
1734
+ "No"
1735
+ ]
1736
+ }
1737
+ }
1738
+ },
1739
+ {
1740
+ "properties": {
1741
+ "yesNo": {
1742
+ "enum": [
1743
+ "Yes"
1744
+ ]
1745
+ }
1746
+ }
1747
+ }
1748
+ ]
1749
+ },
1750
+ "subjectToUnusualConditions": {
1751
+ "piqRef": "A8.1c",
1752
+ "title": "Subject to unusual conditions?",
1753
+ "discriminator": {
1754
+ "propertyName": "yesNo"
1755
+ },
1756
+ "oneOf": [
1757
+ {
1758
+ "properties": {
1759
+ "yesNo": {
1760
+ "enum": [
1761
+ "No"
1762
+ ]
1763
+ }
1764
+ }
1765
+ },
1766
+ {
1767
+ "properties": {
1768
+ "yesNo": {
1769
+ "enum": [
1770
+ "Yes"
1771
+ ]
1772
+ }
1773
+ }
1774
+ }
1775
+ ]
1776
+ },
1777
+ "refused": {
1778
+ "piqRef": "A8.1d",
1779
+ "title": "Refused?",
1780
+ "discriminator": {
1781
+ "propertyName": "yesNo"
1782
+ },
1783
+ "oneOf": [
1784
+ {
1785
+ "properties": {
1786
+ "yesNo": {
1787
+ "enum": [
1788
+ "No"
1789
+ ]
1790
+ }
1791
+ }
1792
+ },
1793
+ {
1794
+ "properties": {
1795
+ "yesNo": {
1796
+ "enum": [
1797
+ "Yes"
1798
+ ]
1799
+ }
1800
+ }
1801
+ }
1802
+ ]
1803
+ }
1804
+ }
1805
+ }
1806
+ }
1807
+ }
1808
+ ]
1809
+ },
1810
+ "boundaries": {
1811
+ "properties": {
1812
+ "partOutsideLegalOwnership": {
1813
+ "piqRef": "A9.1",
1814
+ "title": "Is any part of the property outside the seller’s legal ownership?",
1815
+ "discriminator": {
1816
+ "propertyName": "yesNo"
1817
+ },
1818
+ "oneOf": [
1819
+ {
1820
+ "properties": {
1821
+ "yesNo": {
1822
+ "enum": [
1823
+ "No"
1824
+ ]
1825
+ }
1826
+ }
1827
+ },
1828
+ {
1829
+ "properties": {
1830
+ "yesNo": {
1831
+ "enum": [
1832
+ "Yes"
1833
+ ]
1834
+ }
1835
+ }
1836
+ }
1837
+ ]
1838
+ },
1839
+ "boundaryAlterationProposal": {
1840
+ "piqRef": "A9.2",
1841
+ "title": "Is there a current proposal with anyone to alter the boundaries of your property?",
1842
+ "discriminator": {
1843
+ "propertyName": "yesNo"
1844
+ },
1845
+ "oneOf": [
1846
+ {
1847
+ "properties": {
1848
+ "yesNo": {
1849
+ "enum": [
1850
+ "No"
1851
+ ]
1852
+ }
1853
+ }
1854
+ },
1855
+ {
1856
+ "properties": {
1857
+ "yesNo": {
1858
+ "enum": [
1859
+ "Yes"
1860
+ ]
1861
+ }
1862
+ }
1863
+ }
1864
+ ]
1865
+ }
1866
+ }
1867
+ },
1868
+ "rightsAndInformalArrangements": {
1869
+ "properties": {
1870
+ "sharedContributions": {
1871
+ "piqRef": "A10.1",
1872
+ "title": "Other than service charges and estate rentcharges, do you have to contribute towards the shared cost of a jointly-used service such as a shared driveway, road, parking area, garden or drain?",
1873
+ "discriminator": {
1874
+ "propertyName": "yesNo"
1875
+ },
1876
+ "oneOf": [
1877
+ {
1878
+ "properties": {
1879
+ "yesNo": {
1880
+ "enum": [
1881
+ "No"
1882
+ ]
1883
+ }
1884
+ }
1885
+ },
1886
+ {
1887
+ "properties": {
1888
+ "yesNo": {
1889
+ "enum": [
1890
+ "Yes"
1891
+ ]
1892
+ }
1893
+ }
1894
+ }
1895
+ ]
1896
+ },
1897
+ "neighbouringLandRights": {
1898
+ "piqRef": "A10.2",
1899
+ "title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
1900
+ "discriminator": {
1901
+ "propertyName": "yesNo"
1902
+ },
1903
+ "oneOf": [
1904
+ {
1905
+ "properties": {
1906
+ "yesNo": {
1907
+ "enum": [
1908
+ "No"
1909
+ ]
1910
+ }
1911
+ }
1912
+ },
1913
+ {
1914
+ "properties": {
1915
+ "yesNo": {
1916
+ "enum": [
1917
+ "Yes"
1918
+ ]
1919
+ }
1920
+ }
1921
+ }
1922
+ ]
1923
+ },
1924
+ "accessRestrictionAttempts": {
1925
+ "piqRef": "A10.3",
1926
+ "title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
1927
+ "discriminator": {
1928
+ "propertyName": "yesNo"
1929
+ },
1930
+ "oneOf": [
1931
+ {
1932
+ "properties": {
1933
+ "yesNo": {
1934
+ "enum": [
1935
+ "No"
1936
+ ]
1937
+ }
1938
+ }
1939
+ },
1940
+ {
1941
+ "properties": {
1942
+ "yesNo": {
1943
+ "enum": [
1944
+ "Yes"
1945
+ ]
1946
+ }
1947
+ }
1948
+ }
1949
+ ]
1950
+ },
1951
+ "rightsOrArrangements": {
1952
+ "properties": {
1953
+ "publicRightOfWay": {
1954
+ "piqRef": "A10.4",
1955
+ "title": "A public right of way through and/or across your property, buildings or land",
1956
+ "discriminator": {
1957
+ "propertyName": "yesNo"
1958
+ },
1959
+ "oneOf": [
1960
+ {
1961
+ "properties": {
1962
+ "yesNo": {
1963
+ "enum": [
1964
+ "No"
1965
+ ]
1966
+ }
1967
+ }
1968
+ },
1969
+ {
1970
+ "properties": {
1971
+ "yesNo": {
1972
+ "enum": [
1973
+ "Yes"
1974
+ ]
1975
+ }
1976
+ }
1977
+ }
1978
+ ]
1979
+ },
1980
+ "rightsOfLight": {
1981
+ "piqRef": "A10.5a",
1982
+ "title": "Rights of light",
1983
+ "discriminator": {
1984
+ "propertyName": "yesNo"
1985
+ },
1986
+ "oneOf": [
1987
+ {
1988
+ "properties": {
1989
+ "yesNo": {
1990
+ "enum": [
1991
+ "No"
1992
+ ]
1993
+ }
1994
+ }
1995
+ },
1996
+ {
1997
+ "properties": {
1998
+ "yesNo": {
1999
+ "enum": [
2000
+ "Yes"
2001
+ ]
2002
+ }
2003
+ }
2004
+ }
2005
+ ]
2006
+ },
2007
+ "rightsOfSupport": {
2008
+ "piqRef": "A10.5b",
2009
+ "title": "Rights of support from ajoining properties",
2010
+ "discriminator": {
2011
+ "propertyName": "yesNo"
2012
+ },
2013
+ "oneOf": [
2014
+ {
2015
+ "properties": {
2016
+ "yesNo": {
2017
+ "enum": [
2018
+ "No"
2019
+ ]
2020
+ }
2021
+ }
2022
+ },
2023
+ {
2024
+ "properties": {
2025
+ "yesNo": {
2026
+ "enum": [
2027
+ "Yes"
2028
+ ]
2029
+ }
2030
+ }
2031
+ }
2032
+ ]
2033
+ },
2034
+ "rightsCreatedThroughCustom": {
2035
+ "piqRef": "A10.5c",
2036
+ "title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
2037
+ "discriminator": {
2038
+ "propertyName": "yesNo"
2039
+ },
2040
+ "oneOf": [
2041
+ {
2042
+ "properties": {
2043
+ "yesNo": {
2044
+ "enum": [
2045
+ "No"
2046
+ ]
2047
+ }
2048
+ }
2049
+ },
2050
+ {
2051
+ "properties": {
2052
+ "yesNo": {
2053
+ "enum": [
2054
+ "Yes"
2055
+ ]
2056
+ }
2057
+ }
2058
+ }
2059
+ ]
2060
+ },
2061
+ "rightsToTakeFromLand": {
2062
+ "piqRef": "A10.5f",
2063
+ "title": "Other people's rights to take things from the land (such as timber, hay or fish)",
2064
+ "discriminator": {
2065
+ "propertyName": "yesNo"
2066
+ },
2067
+ "oneOf": [
2068
+ {
2069
+ "properties": {
2070
+ "yesNo": {
2071
+ "enum": [
2072
+ "No"
2073
+ ]
2074
+ }
2075
+ }
2076
+ },
2077
+ {
2078
+ "properties": {
2079
+ "yesNo": {
2080
+ "enum": [
2081
+ "Yes"
2082
+ ]
2083
+ }
2084
+ }
2085
+ }
2086
+ ]
2087
+ },
2088
+ "minesAndMinerals": {
2089
+ "properties": {
2090
+ "yesNo": {
2091
+ "piqRef": "A10.5d",
2092
+ "enum": [
2093
+ "Yes",
2094
+ "No"
2095
+ ]
2096
+ }
2097
+ }
2098
+ },
2099
+ "churchChancel": {
2100
+ "piqRef": "A10.5e",
2101
+ "title": "Liability to contribute to the maintenance of a church chancel?",
2102
+ "discriminator": {
2103
+ "propertyName": "yesNo"
2104
+ },
2105
+ "oneOf": [
2106
+ {
2107
+ "properties": {
2108
+ "yesNo": {
2109
+ "enum": [
2110
+ "No"
2111
+ ]
2112
+ }
2113
+ }
2114
+ },
2115
+ {
2116
+ "properties": {
2117
+ "yesNo": {
2118
+ "enum": [
2119
+ "Yes"
2120
+ ]
2121
+ }
2122
+ }
2123
+ }
2124
+ ]
2125
+ },
2126
+ "otherRights": {
2127
+ "properties": {
2128
+ "yesNo": {
2129
+ "piqRef": "A10.5g",
2130
+ "enum": [
2131
+ "Yes",
2132
+ "No"
2133
+ ]
2134
+ }
2135
+ }
2136
+ }
2137
+ }
2138
+ }
2139
+ }
2140
+ },
2141
+ "environmentalIssues": {
2142
+ "piqRef": "A11.1",
2143
+ "title": "Environmental Issues Affecting the Property"
2144
+ },
2145
+ "otherIssues": {
2146
+ "properties": {
2147
+ "excessiveNoise": {
2148
+ "piqRef": "A11.2",
2149
+ "title": "To your knowledge, has anyone occupying the property been disturbed by excessive noise which is likely to reoccur at the property?",
2150
+ "discriminator": {
2151
+ "propertyName": "yesNo"
2152
+ },
2153
+ "oneOf": [
2154
+ {
2155
+ "properties": {
2156
+ "yesNo": {
2157
+ "enum": [
2158
+ "No"
2159
+ ]
2160
+ }
2161
+ }
2162
+ },
2163
+ {
2164
+ "properties": {
2165
+ "yesNo": {
2166
+ "enum": [
2167
+ "Yes"
2168
+ ]
2169
+ }
2170
+ }
2171
+ }
2172
+ ]
2173
+ },
2174
+ "crime": {
2175
+ "piqRef": "A11.3",
2176
+ "title": "To your knowledge, has the property been subject to any crime, burglary or violent death?",
2177
+ "discriminator": {
2178
+ "propertyName": "yesNo"
2179
+ },
2180
+ "oneOf": [
2181
+ {
2182
+ "properties": {
2183
+ "yesNo": {
2184
+ "enum": [
2185
+ "No"
2186
+ ]
2187
+ }
2188
+ }
2189
+ },
2190
+ {
2191
+ "properties": {
2192
+ "yesNo": {
2193
+ "enum": [
2194
+ "Yes"
2195
+ ]
2196
+ }
2197
+ }
2198
+ }
2199
+ ]
2200
+ },
2201
+ "failedTransactionsInLast12Months": {
2202
+ "piqRef": "A11.6",
2203
+ "title": "Have there been any failed purchase transactions on the property within the last 12 months?",
2204
+ "discriminator": {
2205
+ "propertyName": "yesNo"
2206
+ },
2207
+ "oneOf": [
2208
+ {
2209
+ "properties": {
2210
+ "yesNo": {
2211
+ "enum": [
2212
+ "No"
2213
+ ]
2214
+ }
2215
+ }
2216
+ },
2217
+ {
2218
+ "properties": {
2219
+ "yesNo": {
2220
+ "enum": [
2221
+ "Yes"
2222
+ ]
2223
+ }
2224
+ }
2225
+ }
2226
+ ]
2227
+ }
2228
+ }
2229
+ },
2230
+ "additionalInformation": {
2231
+ "properties": {
2232
+ "restrictionsOnUseNotCompliedWith": {
2233
+ "piqRef": "A12.1",
2234
+ "title": "Are you aware of any restrictions on the use or alteration of the property which have not been complied with?",
2235
+ "discriminator": {
2236
+ "propertyName": "yesNo"
2237
+ },
2238
+ "oneOf": [
2239
+ {
2240
+ "properties": {
2241
+ "yesNo": {
2242
+ "enum": [
2243
+ "No"
2244
+ ]
2245
+ }
2246
+ }
2247
+ },
2248
+ {
2249
+ "properties": {
2250
+ "yesNo": {
2251
+ "enum": [
2252
+ "Yes"
2253
+ ]
2254
+ }
2255
+ }
2256
+ }
2257
+ ]
2258
+ },
2259
+ "otherMaterialIssue": {
2260
+ "piqRef": "A12.2",
2261
+ "title": "Are you aware of any other material issue or information which relates to the property or has anything occurred which may affect the average person’s decision to proceed?",
2262
+ "description": "This disclosure is required under the Consumer Protection from Unfair Trading Regulations 2008",
2263
+ "discriminator": {
2264
+ "propertyName": "yesNo"
2265
+ },
2266
+ "oneOf": [
2267
+ {
2268
+ "properties": {
2269
+ "yesNo": {
2270
+ "enum": [
2271
+ "No"
2272
+ ]
2273
+ }
2274
+ }
2275
+ },
2276
+ {
2277
+ "properties": {
2278
+ "yesNo": {
2279
+ "enum": [
2280
+ "Yes"
2281
+ ]
2282
+ }
2283
+ }
2284
+ }
2285
+ ]
2286
+ }
2287
+ }
2288
+ }
2289
+ }
2290
+ },
2291
+ "additionalLegalInfo": {
2292
+ "properties": {
2293
+ "legalOwners": {
2294
+ "properties": {
2295
+ "namesOfLegalOwners": {
2296
+ "piqRef": "B1.1",
2297
+ "title": "Names of all legal owners",
2298
+ "minItems": 1
2299
+ }
2300
+ }
2301
+ },
2302
+ "sellersCapacity": {
2303
+ "piqRef": "B1.3.1",
2304
+ "title": "Capacity in which the Seller sells",
2305
+ "discriminator": {
2306
+ "propertyName": "capacity"
2307
+ },
2308
+ "oneOf": [
2309
+ {
2310
+ "properties": {
2311
+ "capacity": {
2312
+ "enum": [
2313
+ "Legal Owner",
2314
+ "Mortgagee in Possession"
2315
+ ]
2316
+ }
2317
+ }
2318
+ },
2319
+ {
2320
+ "properties": {
2321
+ "capacity": {
2322
+ "enum": [
2323
+ "Personal Representative for a Deceased Owner",
2324
+ "Under Power of Attorney",
2325
+ "Other"
2326
+ ]
2327
+ }
2328
+ }
2329
+ }
2330
+ ]
2331
+ },
2332
+ "legalBoundaries": {
2333
+ "piqRef": "B3.1",
2334
+ "title": "Legal Boundaries",
2335
+ "properties": {
2336
+ "ownership": {
2337
+ "oneOf": [
2338
+ {
2339
+ "properties": {
2340
+ "uniformBoundaries": {
2341
+ "properties": {
2342
+ "left": {
2343
+ "piqRef": "B3.1.1",
2344
+ "title": "On the left",
2345
+ "enum": [
2346
+ "Seller",
2347
+ "Shared",
2348
+ "Neighbour",
2349
+ "Not known"
2350
+ ]
2351
+ },
2352
+ "rear": {
2353
+ "piqRef": "B3.1.3",
2354
+ "title": "At the rear",
2355
+ "enum": [
2356
+ "Seller",
2357
+ "Shared",
2358
+ "Neighbour",
2359
+ "Not known"
2360
+ ]
2361
+ },
2362
+ "front": {
2363
+ "piqRef": "B3.1.4",
2364
+ "title": "At the front",
2365
+ "enum": [
2366
+ "Seller",
2367
+ "Shared",
2368
+ "Neighbour",
2369
+ "Not known"
2370
+ ]
2371
+ }
2372
+ }
2373
+ }
2374
+ }
2375
+ }
2376
+ ]
2377
+ },
2378
+ "haveBoundaryFeaturesMoved": {
2379
+ "piqRef": "B3.3",
2380
+ "title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
2381
+ "discriminator": {
2382
+ "propertyName": "yesNo"
2383
+ },
2384
+ "oneOf": [
2385
+ {
2386
+ "properties": {
2387
+ "yesNo": {
2388
+ "enum": [
2389
+ "No",
2390
+ "Not applicable"
2391
+ ]
2392
+ }
2393
+ }
2394
+ },
2395
+ {
2396
+ "properties": {
2397
+ "yesNo": {
2398
+ "enum": [
2399
+ "Yes"
2400
+ ]
2401
+ }
2402
+ }
2403
+ }
2404
+ ]
2405
+ },
2406
+ "adjacentLandIncluded": {
2407
+ "properties": {
2408
+ "yesNo": {
2409
+ "piqRef": "B3.4",
2410
+ "enum": [
2411
+ "Yes",
2412
+ "No",
2413
+ "Not applicable"
2414
+ ]
2415
+ }
2416
+ }
2417
+ }
2418
+ }
2419
+ },
2420
+ "servicesCrossing": {
2421
+ "properties": {
2422
+ "pipesWiresCablesDrainsToProperty": {
2423
+ "piqRef": "B4.1",
2424
+ "title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
2425
+ "discriminator": {
2426
+ "propertyName": "yesNo"
2427
+ },
2428
+ "oneOf": [
2429
+ {
2430
+ "properties": {
2431
+ "yesNo": {
2432
+ "enum": [
2433
+ "No",
2434
+ "Not known"
2435
+ ]
2436
+ }
2437
+ }
2438
+ },
2439
+ {
2440
+ "properties": {
2441
+ "yesNo": {
2442
+ "enum": [
2443
+ "Yes"
2444
+ ]
2445
+ }
2446
+ }
2447
+ }
2448
+ ]
2449
+ },
2450
+ "pipesWiresCablesDrainsFromProperty": {
2451
+ "piqRef": "B4.2",
2452
+ "title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
2453
+ "discriminator": {
2454
+ "propertyName": "yesNo"
2455
+ },
2456
+ "oneOf": [
2457
+ {
2458
+ "properties": {
2459
+ "yesNo": {
2460
+ "enum": [
2461
+ "No",
2462
+ "Not known"
2463
+ ]
2464
+ }
2465
+ }
2466
+ },
2467
+ {
2468
+ "properties": {
2469
+ "yesNo": {
2470
+ "enum": [
2471
+ "Yes"
2472
+ ]
2473
+ }
2474
+ }
2475
+ }
2476
+ ]
2477
+ },
2478
+ "formalOrInformalAgreements": {
2479
+ "piqRef": "B4.3",
2480
+ "title": "Are you aware of any formal or informal agreements or arrangements for pipes, wires cables or drains to cross either your property or neighbouring property?",
2481
+ "discriminator": {
2482
+ "propertyName": "yesNo"
2483
+ },
2484
+ "oneOf": [
2485
+ {
2486
+ "properties": {
2487
+ "yesNo": {
2488
+ "enum": [
2489
+ "No",
2490
+ "Not known"
2491
+ ]
2492
+ }
2493
+ }
2494
+ },
2495
+ {
2496
+ "properties": {
2497
+ "yesNo": {
2498
+ "enum": [
2499
+ "Yes"
2500
+ ]
2501
+ }
2502
+ }
2503
+ }
2504
+ ]
2505
+ }
2506
+ }
2507
+ },
2508
+ "energyAndMeters": {
2509
+ "properties": {
2510
+ "testedByQualifiedElectrician": {
2511
+ "piqRef": "B7.1",
2512
+ "title": "Have the electrics at the property been tested by a qualified electrician?",
2513
+ "discriminator": {
2514
+ "propertyName": "yesNo"
2515
+ },
2516
+ "oneOf": [
2517
+ {
2518
+ "properties": {
2519
+ "yesNo": {
2520
+ "enum": [
2521
+ "No"
2522
+ ]
2523
+ }
2524
+ }
2525
+ },
2526
+ {
2527
+ "properties": {
2528
+ "yesNo": {
2529
+ "enum": [
2530
+ "Yes"
2531
+ ]
2532
+ },
2533
+ "yearTested": {
2534
+ "piqRef": "B7.1.1",
2535
+ "title": "State the year they were last tested"
2536
+ }
2537
+ }
2538
+ }
2539
+ ]
2540
+ },
2541
+ "electricalWorkSince2005": {
2542
+ "piqRef": "B7.2",
2543
+ "title": "Since 1st January 2005, has any electrical work been carried out to the property?",
2544
+ "discriminator": {
2545
+ "propertyName": "yesNo"
2546
+ },
2547
+ "oneOf": [
2548
+ {
2549
+ "properties": {
2550
+ "yesNo": {
2551
+ "enum": [
2552
+ "No",
2553
+ "Not known"
2554
+ ]
2555
+ }
2556
+ }
2557
+ },
2558
+ {
2559
+ "properties": {
2560
+ "yesNo": {
2561
+ "enum": [
2562
+ "Yes"
2563
+ ]
2564
+ },
2565
+ "yearWorkCarriedOut": {
2566
+ "piqRef": "B7.2.1",
2567
+ "title": "State the year the work was carried out"
2568
+ }
2569
+ }
2570
+ }
2571
+ ]
2572
+ },
2573
+ "solarPanels": {
2574
+ "properties": {
2575
+ "hasSolarPanels": {
2576
+ "piqRef": "B4.4.1",
2577
+ "title": "Are there solar or photovoltaic panels installed at the property?",
2578
+ "enum": [
2579
+ "Yes",
2580
+ "No"
2581
+ ]
2582
+ }
2583
+ },
2584
+ "oneOf": [
2585
+ null,
2586
+ {
2587
+ "properties": {
2588
+ "yearInstalled": {
2589
+ "piqRef": "B4.4.2",
2590
+ "title": "What year were they installed?"
2591
+ },
2592
+ "panelsOwnedOutright": {
2593
+ "piqRef": "B4.4.3",
2594
+ "title": "Do you own the panels, and all equipment related to them, outright?",
2595
+ "discriminator": {
2596
+ "propertyName": "yesNo"
2597
+ },
2598
+ "oneOf": [
2599
+ {
2600
+ "properties": {
2601
+ "yesNo": {
2602
+ "enum": [
2603
+ "Yes"
2604
+ ]
2605
+ }
2606
+ }
2607
+ },
2608
+ {
2609
+ "properties": {
2610
+ "yesNo": {
2611
+ "enum": [
2612
+ "No"
2613
+ ]
2614
+ }
2615
+ }
2616
+ }
2617
+ ]
2618
+ },
2619
+ "panelProviderLease": {
2620
+ "piqRef": "B4.4.4",
2621
+ "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
2622
+ "discriminator": {
2623
+ "propertyName": "yesNo"
2624
+ },
2625
+ "oneOf": [
2626
+ {
2627
+ "properties": {
2628
+ "yesNo": {
2629
+ "enum": [
2630
+ "No"
2631
+ ]
2632
+ }
2633
+ }
2634
+ },
2635
+ {
2636
+ "properties": {
2637
+ "yesNo": {
2638
+ "enum": [
2639
+ "Yes"
2640
+ ]
2641
+ },
2642
+ "attachments": {
2643
+ "piqRef": "B4.4.5",
2644
+ "title": "Please supply copies of the relevant documents",
2645
+ "enum": [
2646
+ "Attached",
2647
+ "To follow"
2648
+ ]
2649
+ }
2650
+ }
2651
+ }
2652
+ ]
2653
+ }
2654
+ }
2655
+ }
2656
+ ]
2657
+ }
2658
+ }
2659
+ },
2660
+ "guaranteesWarrantiesAndIndemnityInsurances": {
2661
+ "properties": {
2662
+ "hasValidGuaranteesOrWarranties": {
2663
+ "piqRef": "B5.1",
2664
+ "title": "Are there any valid guarantees or warranties relating to this property?",
2665
+ "enum": [
2666
+ "Yes",
2667
+ "No"
2668
+ ]
2669
+ }
2670
+ },
2671
+ "oneOf": [
2672
+ null,
2673
+ {
2674
+ "properties": {
2675
+ "newHomeWarranty": {
2676
+ "piqRef": "B5.1.1",
2677
+ "title": "New Home Warranty (NHBC or similar)",
2678
+ "discriminator": {
2679
+ "propertyName": "yesNo"
2680
+ },
2681
+ "oneOf": [
2682
+ {
2683
+ "properties": {
2684
+ "yesNo": {
2685
+ "enum": [
2686
+ "No"
2687
+ ]
2688
+ }
2689
+ }
2690
+ },
2691
+ {
2692
+ "properties": {
2693
+ "yesNo": {
2694
+ "enum": [
2695
+ "Yes"
2696
+ ]
2697
+ }
2698
+ }
2699
+ }
2700
+ ]
2701
+ },
2702
+ "roofingWork": {
2703
+ "properties": {
2704
+ "yesNo": {
2705
+ "piqRef": "B5.1.2",
2706
+ "enum": [
2707
+ "Yes",
2708
+ "No"
2709
+ ]
2710
+ }
2711
+ }
2712
+ },
2713
+ "dampProofingTreatment": {
2714
+ "piqRef": "B5.1.3",
2715
+ "title": "Damp proofing treatment",
2716
+ "discriminator": {
2717
+ "propertyName": "yesNo"
2718
+ },
2719
+ "oneOf": [
2720
+ {
2721
+ "properties": {
2722
+ "yesNo": {
2723
+ "enum": [
2724
+ "No"
2725
+ ]
2726
+ }
2727
+ }
2728
+ },
2729
+ {
2730
+ "properties": {
2731
+ "yesNo": {
2732
+ "enum": [
2733
+ "Yes"
2734
+ ]
2735
+ }
2736
+ }
2737
+ }
2738
+ ]
2739
+ },
2740
+ "timberRotOrInfestationTreatment": {
2741
+ "piqRef": "B5.1.4",
2742
+ "title": "Timber rot or infestation treatment",
2743
+ "discriminator": {
2744
+ "propertyName": "yesNo"
2745
+ },
2746
+ "oneOf": [
2747
+ {
2748
+ "properties": {
2749
+ "yesNo": {
2750
+ "enum": [
2751
+ "No"
2752
+ ]
2753
+ }
2754
+ }
2755
+ },
2756
+ {
2757
+ "properties": {
2758
+ "yesNo": {
2759
+ "enum": [
2760
+ "Yes"
2761
+ ]
2762
+ }
2763
+ }
2764
+ }
2765
+ ]
2766
+ },
2767
+ "centralHeatingAndorPlumbing": {
2768
+ "piqRef": "B5.1.5",
2769
+ "title": "Central heating and/or plumbing",
2770
+ "discriminator": {
2771
+ "propertyName": "yesNo"
2772
+ },
2773
+ "oneOf": [
2774
+ {
2775
+ "properties": {
2776
+ "yesNo": {
2777
+ "enum": [
2778
+ "No"
2779
+ ]
2780
+ }
2781
+ }
2782
+ },
2783
+ {
2784
+ "properties": {
2785
+ "yesNo": {
2786
+ "enum": [
2787
+ "Yes"
2788
+ ]
2789
+ }
2790
+ }
2791
+ }
2792
+ ]
2793
+ },
2794
+ "doubleGlazing": {
2795
+ "piqRef": "B5.1.6",
2796
+ "title": "Double glazing (windows, doors, roof lights, conservatory etc)",
2797
+ "discriminator": {
2798
+ "propertyName": "yesNo"
2799
+ },
2800
+ "oneOf": [
2801
+ {
2802
+ "properties": {
2803
+ "yesNo": {
2804
+ "enum": [
2805
+ "No"
2806
+ ]
2807
+ }
2808
+ }
2809
+ },
2810
+ {
2811
+ "properties": {
2812
+ "yesNo": {
2813
+ "enum": [
2814
+ "Yes"
2815
+ ]
2816
+ }
2817
+ }
2818
+ }
2819
+ ]
2820
+ },
2821
+ "electricalRepairOrInstallation": {
2822
+ "piqRef": "B5.1.7",
2823
+ "title": "Electrical repair or installation",
2824
+ "discriminator": {
2825
+ "propertyName": "yesNo"
2826
+ },
2827
+ "oneOf": [
2828
+ {
2829
+ "properties": {
2830
+ "yesNo": {
2831
+ "enum": [
2832
+ "No"
2833
+ ]
2834
+ }
2835
+ }
2836
+ },
2837
+ {
2838
+ "properties": {
2839
+ "yesNo": {
2840
+ "enum": [
2841
+ "Yes"
2842
+ ]
2843
+ }
2844
+ }
2845
+ }
2846
+ ]
2847
+ },
2848
+ "subsidenceWork": {
2849
+ "piqRef": "B5.1.8",
2850
+ "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
2851
+ "discriminator": {
2852
+ "propertyName": "yesNo"
2853
+ },
2854
+ "oneOf": [
2855
+ {
2856
+ "properties": {
2857
+ "yesNo": {
2858
+ "enum": [
2859
+ "No"
2860
+ ]
2861
+ }
2862
+ }
2863
+ },
2864
+ {
2865
+ "properties": {
2866
+ "yesNo": {
2867
+ "enum": [
2868
+ "Yes"
2869
+ ]
2870
+ }
2871
+ }
2872
+ }
2873
+ ]
2874
+ },
2875
+ "solarPanels": {
2876
+ "piqRef": "B5.1.9",
2877
+ "title": "Solar panels",
2878
+ "discriminator": {
2879
+ "propertyName": "yesNo"
2880
+ },
2881
+ "oneOf": [
2882
+ {
2883
+ "properties": {
2884
+ "yesNo": {
2885
+ "enum": [
2886
+ "No"
2887
+ ]
2888
+ }
2889
+ }
2890
+ },
2891
+ {
2892
+ "properties": {
2893
+ "yesNo": {
2894
+ "enum": [
2895
+ "Yes"
2896
+ ]
2897
+ }
2898
+ }
2899
+ }
2900
+ ]
2901
+ },
2902
+ "otherGuarantees": {
2903
+ "piqRef": "B5.1.10",
2904
+ "title": "Other Guarantees or warranties",
2905
+ "discriminator": {
2906
+ "propertyName": "yesNo"
2907
+ },
2908
+ "oneOf": [
2909
+ {
2910
+ "properties": {
2911
+ "yesNo": {
2912
+ "enum": [
2913
+ "No"
2914
+ ]
2915
+ }
2916
+ }
2917
+ },
2918
+ {
2919
+ "properties": {
2920
+ "yesNo": {
2921
+ "enum": [
2922
+ "Yes"
2923
+ ]
2924
+ }
2925
+ }
2926
+ }
2927
+ ]
2928
+ },
2929
+ "outstandingClaimsOrApplications": {
2930
+ "piqRef": "B5.2",
2931
+ "title": "Are there any outstanding claims or current applications relating to any of the above?",
2932
+ "discriminator": {
2933
+ "propertyName": "yesNo"
2934
+ },
2935
+ "oneOf": [
2936
+ {
2937
+ "properties": {
2938
+ "yesNo": {
2939
+ "enum": [
2940
+ "No"
2941
+ ]
2942
+ }
2943
+ }
2944
+ },
2945
+ {
2946
+ "properties": {
2947
+ "yesNo": {
2948
+ "enum": [
2949
+ "Yes"
2950
+ ]
2951
+ }
2952
+ }
2953
+ }
2954
+ ]
2955
+ }
2956
+ }
2957
+ }
2958
+ ]
2959
+ },
2960
+ "occupiers": {
2961
+ "properties": {
2962
+ "othersAged17OrOver": {
2963
+ "properties": {
2964
+ "hasOthersAged17OrOver": {
2965
+ "piqRef": "B8.1",
2966
+ "title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
2967
+ "enum": [
2968
+ "Yes",
2969
+ "No"
2970
+ ]
2971
+ }
2972
+ },
2973
+ "oneOf": [
2974
+ null,
2975
+ {
2976
+ "properties": {
2977
+ "vacantPossession": {
2978
+ "oneOf": [
2979
+ null,
2980
+ {
2981
+ "properties": {
2982
+ "aged17OrOverWillSignToConfirmWillVacate": {
2983
+ "piqRef": "B8.2",
2984
+ "title": "Have all occupiers aged 17 or over, agreed to sign the sale contract to confirm that they will vacate the property prior to completion of the sale?",
2985
+ "discriminator": {
2986
+ "propertyName": "yesNo"
2987
+ },
2988
+ "oneOf": [
2989
+ {
2990
+ "properties": {
2991
+ "yesNo": {
2992
+ "enum": [
2993
+ "Yes"
2994
+ ]
2995
+ }
2996
+ }
2997
+ },
2998
+ {
2999
+ "properties": {
3000
+ "yesNo": {
3001
+ "enum": [
3002
+ "No"
3003
+ ]
3004
+ }
3005
+ }
3006
+ }
3007
+ ]
3008
+ }
3009
+ }
3010
+ }
3011
+ ]
3012
+ }
3013
+ }
3014
+ }
3015
+ ]
3016
+ }
3017
+ }
3018
+ },
3019
+ "completionAndMoving": {
3020
+ "properties": {
3021
+ "sellerWillEnsure": {
3022
+ "properties": {
3023
+ "removeRubbish": {
3024
+ "piqRef": "B9.3",
3025
+ "title": "Remove all rubbish and items not included in the sale from the property (including its garden, loft and any sheds or outbuildings) and leave the property in a clean and tidy condition."
3026
+ },
3027
+ "replaceLightFittings": {
3028
+ "piqRef": "B9.4",
3029
+ "title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb."
3030
+ },
3031
+ "takeReasonableCare": {
3032
+ "piqRef": "B9.6",
3033
+ "title": "Take reasonable care when removing any other fittings or contents."
3034
+ },
3035
+ "leaveKeys": {
3036
+ "piqRef": "B9.5",
3037
+ "title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion."
3038
+ }
3039
+ }
3040
+ },
3041
+ "otherPropertyInChain": {
3042
+ "piqRef": "B9.1",
3043
+ "title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
3044
+ "discriminator": {
3045
+ "propertyName": "yesNo"
3046
+ },
3047
+ "oneOf": [
3048
+ {
3049
+ "properties": {
3050
+ "yesNo": {
3051
+ "enum": [
3052
+ "No"
3053
+ ]
3054
+ }
3055
+ }
3056
+ },
3057
+ {
3058
+ "properties": {
3059
+ "yesNo": {
3060
+ "enum": [
3061
+ "Yes"
3062
+ ]
3063
+ }
3064
+ }
3065
+ }
3066
+ ]
3067
+ },
3068
+ "moveRestrictionDates": {
3069
+ "piqRef": "B9.2",
3070
+ "title": "Are there any dates on which you cannot move?",
3071
+ "description": "Note that: the moving date will not be fixed until contracts are exchanged i.e. have become binding, until then you should only make provisional removal arrangements; you do not need to be physically present on the day of completion so long as the property is cleared; timescales to completion vary depending on the complexity of the transaction, length of the chain and requirements of the people involved.",
3072
+ "discriminator": {
3073
+ "propertyName": "yesNo"
3074
+ },
3075
+ "oneOf": [
3076
+ {
3077
+ "properties": {
3078
+ "yesNo": {
3079
+ "enum": [
3080
+ "No"
3081
+ ]
3082
+ }
3083
+ }
3084
+ },
3085
+ {
3086
+ "properties": {
3087
+ "yesNo": {
3088
+ "enum": [
3089
+ "Yes"
3090
+ ]
3091
+ }
3092
+ }
3093
+ }
3094
+ ]
3095
+ }
3096
+ }
3097
+ }
3098
+ }
3099
+ }
3100
+ }
3101
+ }
3102
+ }
3103
+ }