@pdtf/schemas 3.0.0-1 → 3.0.0-11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/index.js +15 -13
  2. package/package.json +1 -1
  3. package/src/examples/v3/exampleTransaction.json +23 -22
  4. package/src/schemas/v2/overlays/baspi.json +510 -2331
  5. package/src/schemas/v2/overlays/con29DW.json +36 -125
  6. package/src/schemas/v2/overlays/con29R.json +5 -143
  7. package/src/schemas/v2/overlays/fme1.json +48 -233
  8. package/src/schemas/v2/overlays/lpe1.json +75 -367
  9. package/src/schemas/v2/overlays/nts.json +17 -103
  10. package/src/schemas/v2/overlays/piq.json +146 -693
  11. package/src/schemas/v2/overlays/rds.json +50 -316
  12. package/src/schemas/v2/overlays/ta10.json +540 -1755
  13. package/src/schemas/v2/overlays/ta6.json +241 -1193
  14. package/src/schemas/v2/overlays/ta7.json +106 -440
  15. package/src/schemas/v3/combined.json +762 -683
  16. package/src/schemas/v3/overlays/baspi.json +662 -2571
  17. package/src/schemas/v3/overlays/con29DW.json +46 -127
  18. package/src/schemas/v3/overlays/con29R.json +5 -143
  19. package/src/schemas/v3/overlays/fme1.json +53 -233
  20. package/src/schemas/v3/overlays/lpe1.json +85 -367
  21. package/src/schemas/v3/overlays/nts.json +493 -475
  22. package/src/schemas/v3/overlays/piq.json +225 -827
  23. package/src/schemas/v3/overlays/rds.json +172 -541
  24. package/src/schemas/v3/overlays/ta10.json +540 -1755
  25. package/src/schemas/v3/overlays/ta6.json +346 -1271
  26. package/src/schemas/v3/overlays/ta7.json +220 -462
  27. package/src/schemas/v3/pdtf-transaction.json +628 -600
  28. package/src/schemas/v3/skeleton.json +92 -67
  29. package/src/tests/v3/transactionSchema.test.js +27 -17
  30. package/src/tests/v3/verifiedClaimsValidator.test.js +2 -2
  31. package/src/utils/extractOverlay.js +5 -27
  32. package/src/tests/v2/transactionSchema.test.js +0 -361
  33. package/src/tests/v2/verifiedClaimsValidator.test.js +0 -128
@@ -8,23 +8,18 @@
8
8
  "properties": {
9
9
  "address": {
10
10
  "piqRef": "A1.1",
11
- "title": "Property Address",
12
11
  "properties": {
13
12
  "line1": {
14
- "piqRef": "A1.1.1",
15
- "title": "Address line 1"
13
+ "piqRef": "A1.1.1"
16
14
  },
17
15
  "line2": {
18
- "piqRef": "A1.1.2",
19
- "title": "Address line 2"
16
+ "piqRef": "A1.1.2"
20
17
  },
21
18
  "town": {
22
- "piqRef": "A1.1.3",
23
- "title": "Town"
19
+ "piqRef": "A1.1.3"
24
20
  },
25
21
  "postcode": {
26
- "piqRef": "A1.1.5",
27
- "title": "Postcode"
22
+ "piqRef": "A1.1.5"
28
23
  }
29
24
  }
30
25
  },
@@ -34,16 +29,7 @@
34
29
  "items": {
35
30
  "properties": {
36
31
  "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
- ]
32
+ "piqRef": "A1.2"
47
33
  }
48
34
  },
49
35
  "oneOf": [
@@ -55,14 +41,12 @@
55
41
  "contactDetails": {
56
42
  "properties": {
57
43
  "managingAgent": {
58
- "piqRef": "A1.4.1",
59
- "title": "Managing Agent"
44
+ "piqRef": "A1.4.1"
60
45
  }
61
46
  }
62
47
  },
63
48
  "serviceCharge": {
64
- "piqRef": "A1.4.2",
65
- "title": "Service Charge"
49
+ "piqRef": "A1.4.2"
66
50
  }
67
51
  }
68
52
  }
@@ -75,8 +59,7 @@
75
59
  "leaseTerm": {
76
60
  "properties": {
77
61
  "lengthOfLeaseInYears": {
78
- "piqRef": "A1.3.1",
79
- "title": "Length of lease (years)"
62
+ "piqRef": "A1.3.1"
80
63
  }
81
64
  }
82
65
  },
@@ -85,9 +68,7 @@
85
68
  "contacts": {
86
69
  "properties": {
87
70
  "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"
71
+ "piqRef": "A1.4.4"
91
72
  }
92
73
  }
93
74
  }
@@ -95,7 +76,6 @@
95
76
  },
96
77
  "groundRent": {
97
78
  "piqRef": "A1.3.3",
98
- "title": "Ground Rent",
99
79
  "discriminator": {
100
80
  "propertyName": "isGroundRentPayable"
101
81
  },
@@ -117,12 +97,10 @@
117
97
  ]
118
98
  },
119
99
  "annualGroundRent": {
120
- "piqRef": "A1.3.3",
121
- "title": "What is the annual ground rent payable? (£)"
100
+ "piqRef": "A1.3.3"
122
101
  },
123
102
  "rentSubjectToIncrease": {
124
103
  "piqRef": "A1.3.4",
125
- "title": "Is the ground rent subject to increase?",
126
104
  "discriminator": {
127
105
  "propertyName": "yesNo"
128
106
  },
@@ -144,20 +122,14 @@
144
122
  ]
145
123
  },
146
124
  "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"
125
+ "piqRef": "A1.3.4.2"
150
126
  }
151
127
  }
152
128
  }
153
129
  ],
154
130
  "properties": {
155
131
  "yesNo": {
156
- "piqRef": "A1.3.4.1",
157
- "enum": [
158
- "Yes",
159
- "No"
160
- ]
132
+ "piqRef": "A1.3.4.1"
161
133
  }
162
134
  }
163
135
  }
@@ -177,8 +149,7 @@
177
149
  "parking": {
178
150
  "properties": {
179
151
  "parkingArrangements": {
180
- "piqRef": "A1.5",
181
- "title": "Parking arrangements"
152
+ "piqRef": "A1.5"
182
153
  }
183
154
  }
184
155
  },
@@ -186,7 +157,6 @@
186
157
  "properties": {
187
158
  "isListed": {
188
159
  "piqRef": "A1.6.1",
189
- "title": "Is the property a listed building in England or Wales?",
190
160
  "discriminator": {
191
161
  "propertyName": "yesNo"
192
162
  },
@@ -213,18 +183,12 @@
213
183
  ],
214
184
  "properties": {
215
185
  "yesNo": {
216
- "piqRef": "A1.6.1.1",
217
- "enum": [
218
- "Yes",
219
- "No",
220
- "Not known"
221
- ]
186
+ "piqRef": "A1.6.1.1"
222
187
  }
223
188
  }
224
189
  },
225
190
  "isConservationArea": {
226
191
  "piqRef": "A1.6.2",
227
- "title": "Is the property in a designated conservation area?",
228
192
  "discriminator": {
229
193
  "propertyName": "yesNo"
230
194
  },
@@ -251,18 +215,12 @@
251
215
  ],
252
216
  "properties": {
253
217
  "yesNo": {
254
- "piqRef": "A1.6.2.1",
255
- "enum": [
256
- "Yes",
257
- "No",
258
- "Not known"
259
- ]
218
+ "piqRef": "A1.6.2.1"
260
219
  }
261
220
  }
262
221
  },
263
222
  "hasTreePreservationOrder": {
264
223
  "piqRef": "A1.6.3",
265
- "title": "To your knowledge, does a tree preservation order apply to any trees within the boundaries of the property?",
266
224
  "discriminator": {
267
225
  "propertyName": "yesNo"
268
226
  },
@@ -286,7 +244,6 @@
286
244
  },
287
245
  "workCarriedOut": {
288
246
  "piqRef": "A1.6.4",
289
- "title": "Has work been carried out to any trees which are protected by the order?",
290
247
  "discriminator": {
291
248
  "propertyName": "yesNo"
292
249
  },
@@ -312,11 +269,7 @@
312
269
  ],
313
270
  "properties": {
314
271
  "yesNo": {
315
- "piqRef": "A1.6.4.1",
316
- "enum": [
317
- "Yes",
318
- "No"
319
- ]
272
+ "piqRef": "A1.6.4.1"
320
273
  }
321
274
  }
322
275
  }
@@ -325,12 +278,7 @@
325
278
  ],
326
279
  "properties": {
327
280
  "yesNo": {
328
- "piqRef": "A1.6.3.1",
329
- "enum": [
330
- "Yes",
331
- "No",
332
- "Not known"
333
- ]
281
+ "piqRef": "A1.6.3.1"
334
282
  }
335
283
  }
336
284
  }
@@ -340,8 +288,6 @@
340
288
  "properties": {
341
289
  "isStandardForm": {
342
290
  "piqRef": "A5.5",
343
- "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?",
344
- "description": "Examples of non-standard features which might affect a buyer are are thatched roofs, prefabricated buildings or timber-framed windows",
345
291
  "discriminator": {
346
292
  "propertyName": "yesNo"
347
293
  },
@@ -367,11 +313,7 @@
367
313
  ],
368
314
  "properties": {
369
315
  "yesNo": {
370
- "piqRef": "A5.5.1",
371
- "enum": [
372
- "Yes",
373
- "No"
374
- ]
316
+ "piqRef": "A5.5.1"
375
317
  }
376
318
  }
377
319
  }
@@ -381,16 +323,11 @@
381
323
  "properties": {
382
324
  "greenDealLoan": {
383
325
  "piqRef": "A11.4",
384
- "title": "Green Deal Loan",
385
326
  "properties": {
386
327
  "hasGreenDealLoan": {
387
328
  "properties": {
388
329
  "yesNo": {
389
- "piqRef": "A11.4.1",
390
- "enum": [
391
- "Yes",
392
- "No"
393
- ]
330
+ "piqRef": "A11.4.1"
394
331
  }
395
332
  }
396
333
  }
@@ -400,23 +337,9 @@
400
337
  },
401
338
  "councilTax": {
402
339
  "piqRef": "B2",
403
- "title": "Council Tax",
404
340
  "properties": {
405
341
  "councilTaxBand": {
406
- "piqRef": "B2.1",
407
- "title": "Which Council Tax band does this property fall within?",
408
- "description": "Band I relates to Wales only",
409
- "enum": [
410
- "A",
411
- "B",
412
- "C",
413
- "D",
414
- "E",
415
- "F",
416
- "G",
417
- "H",
418
- "I"
419
- ]
342
+ "piqRef": "B2.1"
420
343
  }
421
344
  }
422
345
  },
@@ -424,8 +347,6 @@
424
347
  "properties": {
425
348
  "hasDisputesAndComplaints": {
426
349
  "piqRef": "A2.1",
427
- "title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
428
- "description": "E.g boundary disagreement, noise, trespass etc",
429
350
  "discriminator": {
430
351
  "propertyName": "yesNo"
431
352
  },
@@ -447,19 +368,14 @@
447
368
  ]
448
369
  },
449
370
  "details": {
450
- "piqRef": "A2.1.1.2",
451
- "title": "Please give details"
371
+ "piqRef": "A2.1.1.2"
452
372
  }
453
373
  }
454
374
  }
455
375
  ],
456
376
  "properties": {
457
377
  "yesNo": {
458
- "piqRef": "A2.1.1",
459
- "enum": [
460
- "Yes",
461
- "No"
462
- ]
378
+ "piqRef": "A2.1.1"
463
379
  }
464
380
  }
465
381
  }
@@ -469,7 +385,6 @@
469
385
  "properties": {
470
386
  "hasStructuralAlterations": {
471
387
  "piqRef": "A3.1",
472
- "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)",
473
388
  "discriminator": {
474
389
  "propertyName": "yesNo"
475
390
  },
@@ -491,25 +406,19 @@
491
406
  ]
492
407
  },
493
408
  "details": {
494
- "piqRef": "A3.1.2",
495
- "title": "Please give details including dates of all work undertaken"
409
+ "piqRef": "A3.1.2"
496
410
  }
497
411
  }
498
412
  }
499
413
  ],
500
414
  "properties": {
501
415
  "yesNo": {
502
- "piqRef": "A3.1.1",
503
- "enum": [
504
- "Yes",
505
- "No"
506
- ]
416
+ "piqRef": "A3.1.1"
507
417
  }
508
418
  }
509
419
  },
510
420
  "windowReplacementsSince2002": {
511
421
  "piqRef": "A3.2",
512
- "title": "Since 1st April 2002 has replacement of any windows, roof windows, roof lights, glazed doors taken place?",
513
422
  "discriminator": {
514
423
  "propertyName": "yesNo"
515
424
  },
@@ -531,29 +440,22 @@
531
440
  ]
532
441
  },
533
442
  "details": {
534
- "piqRef": "A3.2.2",
535
- "title": "For each installation, please outline the nature of the work."
443
+ "piqRef": "A3.2.2"
536
444
  },
537
445
  "yearCompleted": {
538
- "piqRef": "A3.2.3",
539
- "title": "What year was the installation completed?"
446
+ "piqRef": "A3.2.3"
540
447
  }
541
448
  }
542
449
  }
543
450
  ],
544
451
  "properties": {
545
452
  "yesNo": {
546
- "piqRef": "A3.2.1",
547
- "enum": [
548
- "Yes",
549
- "No"
550
- ]
453
+ "piqRef": "A3.2.1"
551
454
  }
552
455
  }
553
456
  },
554
457
  "hasAddedConservatory": {
555
458
  "piqRef": "A3.4",
556
- "title": "Has a conservatory been added?",
557
459
  "discriminator": {
558
460
  "propertyName": "yesNo"
559
461
  },
@@ -575,16 +477,13 @@
575
477
  ]
576
478
  },
577
479
  "details": {
578
- "piqRef": "A3.4.2",
579
- "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?"
480
+ "piqRef": "A3.4.2"
580
481
  },
581
482
  "yearCompleted": {
582
- "piqRef": "A3.4.3",
583
- "title": "What year was the installation completed?"
483
+ "piqRef": "A3.4.3"
584
484
  },
585
485
  "buildingRegApproval": {
586
486
  "piqRef": "A3.5.1",
587
- "title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
588
487
  "discriminator": {
589
488
  "propertyName": "yesNo"
590
489
  },
@@ -607,27 +506,19 @@
607
506
  ]
608
507
  },
609
508
  "details": {
610
- "piqRef": "A3.5.1.2",
611
- "title": "Please outline the reasons why",
612
- "description": "e.g. the work was exempt from Building Regulations"
509
+ "piqRef": "A3.5.1.2"
613
510
  }
614
511
  }
615
512
  }
616
513
  ],
617
514
  "properties": {
618
515
  "yesNo": {
619
- "piqRef": "A3.5.1.1",
620
- "enum": [
621
- "Yes",
622
- "No",
623
- "Not required"
624
- ]
516
+ "piqRef": "A3.5.1.1"
625
517
  }
626
518
  }
627
519
  },
628
520
  "planningPermission": {
629
521
  "piqRef": "A3.5.2",
630
- "title": "Was planning permission obtained?",
631
522
  "discriminator": {
632
523
  "propertyName": "yesNo"
633
524
  },
@@ -654,18 +545,12 @@
654
545
  ],
655
546
  "properties": {
656
547
  "yesNo": {
657
- "piqRef": "A3.5.2.1",
658
- "enum": [
659
- "Yes",
660
- "No",
661
- "Not required"
662
- ]
548
+ "piqRef": "A3.5.2.1"
663
549
  }
664
550
  }
665
551
  },
666
552
  "listedBuildingConsent": {
667
553
  "piqRef": "A3.5.3",
668
- "title": "Was listed building consent obtained?",
669
554
  "discriminator": {
670
555
  "propertyName": "yesNo"
671
556
  },
@@ -692,18 +577,12 @@
692
577
  ],
693
578
  "properties": {
694
579
  "yesNo": {
695
- "piqRef": "A3.5.3.1",
696
- "enum": [
697
- "Yes",
698
- "No",
699
- "Not required"
700
- ]
580
+ "piqRef": "A3.5.3.1"
701
581
  }
702
582
  }
703
583
  },
704
584
  "deedRestrictionConsent": {
705
585
  "piqRef": "A3.5.4",
706
- "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",
707
586
  "discriminator": {
708
587
  "propertyName": "yesNo"
709
588
  },
@@ -726,20 +605,14 @@
726
605
  ]
727
606
  },
728
607
  "details": {
729
- "piqRef": "A3.5.5",
730
- "title": "Please outline the reasons why"
608
+ "piqRef": "A3.5.5"
731
609
  }
732
610
  }
733
611
  }
734
612
  ],
735
613
  "properties": {
736
614
  "yesNo": {
737
- "piqRef": "A3.5.4.1",
738
- "enum": [
739
- "Yes",
740
- "No",
741
- "Not required"
742
- ]
615
+ "piqRef": "A3.5.4.1"
743
616
  }
744
617
  }
745
618
  }
@@ -748,17 +621,12 @@
748
621
  ],
749
622
  "properties": {
750
623
  "yesNo": {
751
- "piqRef": "A3.4.1",
752
- "enum": [
753
- "Yes",
754
- "No"
755
- ]
624
+ "piqRef": "A3.4.1"
756
625
  }
757
626
  }
758
627
  },
759
628
  "worksUnfinished": {
760
629
  "piqRef": "A3.6",
761
- "title": "Are any of the works listed above unfinished?",
762
630
  "discriminator": {
763
631
  "propertyName": "yesNo"
764
632
  },
@@ -780,25 +648,19 @@
780
648
  ]
781
649
  },
782
650
  "details": {
783
- "piqRef": "A3.6.2",
784
- "title": "Please provide details and explain why"
651
+ "piqRef": "A3.6.2"
785
652
  }
786
653
  }
787
654
  }
788
655
  ],
789
656
  "properties": {
790
657
  "yesNo": {
791
- "piqRef": "A3.6.1",
792
- "enum": [
793
- "Yes",
794
- "No"
795
- ]
658
+ "piqRef": "A3.6.1"
796
659
  }
797
660
  }
798
661
  },
799
662
  "planningPermissionBreaches": {
800
663
  "piqRef": "A3.7",
801
- "title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions or work not having the necessary consents?",
802
664
  "discriminator": {
803
665
  "propertyName": "yesNo"
804
666
  },
@@ -820,25 +682,19 @@
820
682
  ]
821
683
  },
822
684
  "details": {
823
- "piqRef": "A3.7.2",
824
- "title": "Please give details"
685
+ "piqRef": "A3.7.2"
825
686
  }
826
687
  }
827
688
  }
828
689
  ],
829
690
  "properties": {
830
691
  "yesNo": {
831
- "piqRef": "A3.7.1",
832
- "enum": [
833
- "Yes",
834
- "No"
835
- ]
692
+ "piqRef": "A3.7.1"
836
693
  }
837
694
  }
838
695
  },
839
696
  "unresolvedPlanningIssues": {
840
697
  "piqRef": "A3.8",
841
- "title": "Are you aware of any unresolved planning or building control issues?",
842
698
  "discriminator": {
843
699
  "propertyName": "yesNo"
844
700
  },
@@ -860,19 +716,14 @@
860
716
  ]
861
717
  },
862
718
  "details": {
863
- "piqRef": "A3.8.2",
864
- "title": "Please give details"
719
+ "piqRef": "A3.8.2"
865
720
  }
866
721
  }
867
722
  }
868
723
  ],
869
724
  "properties": {
870
725
  "yesNo": {
871
- "piqRef": "A3.8.1",
872
- "enum": [
873
- "Yes",
874
- "No"
875
- ]
726
+ "piqRef": "A3.8.1"
876
727
  }
877
728
  }
878
729
  }
@@ -882,7 +733,6 @@
882
733
  "properties": {
883
734
  "neighbourDevelopment": {
884
735
  "piqRef": "A4.1",
885
- "title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
886
736
  "discriminator": {
887
737
  "propertyName": "yesNo"
888
738
  },
@@ -908,17 +758,12 @@
908
758
  ],
909
759
  "properties": {
910
760
  "yesNo": {
911
- "piqRef": "A4.1.1",
912
- "enum": [
913
- "Yes",
914
- "No"
915
- ]
761
+ "piqRef": "A4.1.1"
916
762
  }
917
763
  }
918
764
  },
919
765
  "planningApplication": {
920
766
  "piqRef": "A4.2",
921
- "title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
922
767
  "discriminator": {
923
768
  "propertyName": "yesNo"
924
769
  },
@@ -944,17 +789,12 @@
944
789
  ],
945
790
  "properties": {
946
791
  "yesNo": {
947
- "piqRef": "A4.2.1",
948
- "enum": [
949
- "Yes",
950
- "No"
951
- ]
792
+ "piqRef": "A4.2.1"
952
793
  }
953
794
  }
954
795
  },
955
796
  "requiredMaintenance": {
956
797
  "piqRef": "A4.3",
957
- "title": "Notice informing you that maintenance, repairs or improvements are required to your property?",
958
798
  "discriminator": {
959
799
  "propertyName": "yesNo"
960
800
  },
@@ -980,17 +820,12 @@
980
820
  ],
981
821
  "properties": {
982
822
  "yesNo": {
983
- "piqRef": "A4.3.1",
984
- "enum": [
985
- "Yes",
986
- "No"
987
- ]
823
+ "piqRef": "A4.3.1"
988
824
  }
989
825
  }
990
826
  },
991
827
  "listedBuildingApplication": {
992
828
  "piqRef": "A4.4",
993
- "title": "Listed building application",
994
829
  "discriminator": {
995
830
  "propertyName": "yesNo"
996
831
  },
@@ -1016,17 +851,12 @@
1016
851
  ],
1017
852
  "properties": {
1018
853
  "yesNo": {
1019
- "piqRef": "A4.4.1",
1020
- "enum": [
1021
- "Yes",
1022
- "No"
1023
- ]
854
+ "piqRef": "A4.4.1"
1024
855
  }
1025
856
  }
1026
857
  },
1027
858
  "infrastructureProject": {
1028
859
  "piqRef": "A4.5",
1029
- "title": "Infrastructure project, proposed or in progress (i.e. wind turbine, railway, fracking, etc)",
1030
860
  "discriminator": {
1031
861
  "propertyName": "yesNo"
1032
862
  },
@@ -1052,17 +882,12 @@
1052
882
  ],
1053
883
  "properties": {
1054
884
  "yesNo": {
1055
- "piqRef": "A4.5.1",
1056
- "enum": [
1057
- "Yes",
1058
- "No"
1059
- ]
885
+ "piqRef": "A4.5.1"
1060
886
  }
1061
887
  }
1062
888
  },
1063
889
  "otherNotices": {
1064
890
  "piqRef": "A4.6",
1065
- "title": "Any other type of notice?",
1066
891
  "discriminator": {
1067
892
  "propertyName": "yesNo"
1068
893
  },
@@ -1088,11 +913,7 @@
1088
913
  ],
1089
914
  "properties": {
1090
915
  "yesNo": {
1091
- "piqRef": "A4.6.1",
1092
- "enum": [
1093
- "Yes",
1094
- "No"
1095
- ]
916
+ "piqRef": "A4.6.1"
1096
917
  }
1097
918
  }
1098
919
  }
@@ -1102,7 +923,6 @@
1102
923
  "properties": {
1103
924
  "dryRotEtcTreatment": {
1104
925
  "piqRef": "A5.1",
1105
- "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?",
1106
926
  "discriminator": {
1107
927
  "propertyName": "yesNo"
1108
928
  },
@@ -1128,17 +948,12 @@
1128
948
  ],
1129
949
  "properties": {
1130
950
  "yesNo": {
1131
- "piqRef": "A5.1.1",
1132
- "enum": [
1133
- "Yes",
1134
- "No"
1135
- ]
951
+ "piqRef": "A5.1.1"
1136
952
  }
1137
953
  }
1138
954
  },
1139
955
  "japaneseKnotweed": {
1140
956
  "piqRef": "A5.3",
1141
- "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
1142
957
  "discriminator": {
1143
958
  "propertyName": "yesNo"
1144
959
  },
@@ -1165,18 +980,12 @@
1165
980
  ],
1166
981
  "properties": {
1167
982
  "yesNo": {
1168
- "piqRef": "A5.3.1",
1169
- "enum": [
1170
- "Yes",
1171
- "No",
1172
- "Not known"
1173
- ]
983
+ "piqRef": "A5.3.1"
1174
984
  }
1175
985
  }
1176
986
  },
1177
987
  "subsidenceOrStructuralFault": {
1178
988
  "piqRef": "A5.4",
1179
- "title": "To your knowledge, has the property ever been subject to subsidence or structural fault?",
1180
989
  "discriminator": {
1181
990
  "propertyName": "yesNo"
1182
991
  },
@@ -1202,11 +1011,7 @@
1202
1011
  ],
1203
1012
  "properties": {
1204
1013
  "yesNo": {
1205
- "piqRef": "A5.4.1",
1206
- "enum": [
1207
- "Yes",
1208
- "No"
1209
- ]
1014
+ "piqRef": "A5.4.1"
1210
1015
  }
1211
1016
  }
1212
1017
  }
@@ -1216,7 +1021,6 @@
1216
1021
  "properties": {
1217
1022
  "itemsToRemove": {
1218
1023
  "piqRef": "A6.1",
1219
- "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",
1220
1024
  "discriminator": {
1221
1025
  "propertyName": "yesNo"
1222
1026
  },
@@ -1238,25 +1042,19 @@
1238
1042
  ]
1239
1043
  },
1240
1044
  "details": {
1241
- "piqRef": "A6.1.2",
1242
- "title": "Details"
1045
+ "piqRef": "A6.1.2"
1243
1046
  }
1244
1047
  }
1245
1048
  }
1246
1049
  ],
1247
1050
  "properties": {
1248
1051
  "yesNo": {
1249
- "piqRef": "A6.1.1",
1250
- "enum": [
1251
- "Yes",
1252
- "No"
1253
- ]
1052
+ "piqRef": "A6.1.1"
1254
1053
  }
1255
1054
  }
1256
1055
  },
1257
1056
  "itemsToInclude": {
1258
1057
  "piqRef": "A6.2",
1259
- "title": "Are there additional furniture items or possessions are you very likely to include in the sale, irrespective of sale price?",
1260
1058
  "discriminator": {
1261
1059
  "propertyName": "yesNo"
1262
1060
  },
@@ -1278,19 +1076,14 @@
1278
1076
  ]
1279
1077
  },
1280
1078
  "details": {
1281
- "piqRef": "A6.2.2",
1282
- "title": "Details"
1079
+ "piqRef": "A6.2.2"
1283
1080
  }
1284
1081
  }
1285
1082
  }
1286
1083
  ],
1287
1084
  "properties": {
1288
1085
  "yesNo": {
1289
- "piqRef": "A6.2.1",
1290
- "enum": [
1291
- "Yes",
1292
- "No"
1293
- ]
1086
+ "piqRef": "A6.2.1"
1294
1087
  }
1295
1088
  }
1296
1089
  }
@@ -1300,7 +1093,6 @@
1300
1093
  "properties": {
1301
1094
  "mainsElectricity": {
1302
1095
  "piqRef": "A7.1.1",
1303
- "title": "Mains electricity",
1304
1096
  "discriminator": {
1305
1097
  "propertyName": "yesNo"
1306
1098
  },
@@ -1322,8 +1114,7 @@
1322
1114
  ]
1323
1115
  },
1324
1116
  "supplier": {
1325
- "piqRef": "A7.1.2",
1326
- "title": "Supplier"
1117
+ "piqRef": "A7.1.2"
1327
1118
  }
1328
1119
  }
1329
1120
  },
@@ -1335,8 +1126,7 @@
1335
1126
  ]
1336
1127
  },
1337
1128
  "supplier": {
1338
- "piqRef": "A7.1.2",
1339
- "title": "Supplier"
1129
+ "piqRef": "A7.1.2"
1340
1130
  }
1341
1131
  }
1342
1132
  }
@@ -1344,7 +1134,6 @@
1344
1134
  },
1345
1135
  "mainsGas": {
1346
1136
  "piqRef": "A7.1.3",
1347
- "title": "Mains gas",
1348
1137
  "discriminator": {
1349
1138
  "propertyName": "yesNo"
1350
1139
  },
@@ -1366,8 +1155,7 @@
1366
1155
  ]
1367
1156
  },
1368
1157
  "supplier": {
1369
- "piqRef": "A7.1.4",
1370
- "title": "Supplier"
1158
+ "piqRef": "A7.1.4"
1371
1159
  }
1372
1160
  }
1373
1161
  },
@@ -1379,8 +1167,7 @@
1379
1167
  ]
1380
1168
  },
1381
1169
  "supplier": {
1382
- "piqRef": "A7.1.4",
1383
- "title": "Supplier"
1170
+ "piqRef": "A7.1.4"
1384
1171
  }
1385
1172
  }
1386
1173
  }
@@ -1388,7 +1175,6 @@
1388
1175
  },
1389
1176
  "lpg": {
1390
1177
  "piqRef": "A7.1.5",
1391
- "title": "Liquid Petroleum Gas (LPG)",
1392
1178
  "discriminator": {
1393
1179
  "propertyName": "yesNo"
1394
1180
  },
@@ -1410,8 +1196,7 @@
1410
1196
  ]
1411
1197
  },
1412
1198
  "supplier": {
1413
- "piqRef": "A7.1.6",
1414
- "title": "Supplier"
1199
+ "piqRef": "A7.1.6"
1415
1200
  }
1416
1201
  }
1417
1202
  },
@@ -1423,8 +1208,7 @@
1423
1208
  ]
1424
1209
  },
1425
1210
  "supplier": {
1426
- "piqRef": "A7.1.6",
1427
- "title": "Supplier"
1211
+ "piqRef": "A7.1.6"
1428
1212
  }
1429
1213
  }
1430
1214
  }
@@ -1432,7 +1216,6 @@
1432
1216
  },
1433
1217
  "telephone": {
1434
1218
  "piqRef": "A7.1.11",
1435
- "title": "Telephone",
1436
1219
  "discriminator": {
1437
1220
  "propertyName": "yesNo"
1438
1221
  },
@@ -1454,8 +1237,7 @@
1454
1237
  ]
1455
1238
  },
1456
1239
  "supplier": {
1457
- "piqRef": "A7.1.12",
1458
- "title": "Supplier"
1240
+ "piqRef": "A7.1.12"
1459
1241
  }
1460
1242
  }
1461
1243
  },
@@ -1467,8 +1249,7 @@
1467
1249
  ]
1468
1250
  },
1469
1251
  "supplier": {
1470
- "piqRef": "A7.1.12",
1471
- "title": "Supplier"
1252
+ "piqRef": "A7.1.12"
1472
1253
  }
1473
1254
  }
1474
1255
  }
@@ -1476,7 +1257,6 @@
1476
1257
  },
1477
1258
  "cableSatelliteTV": {
1478
1259
  "piqRef": "A7.1.13",
1479
- "title": "Cable TV or satellite",
1480
1260
  "discriminator": {
1481
1261
  "propertyName": "yesNo"
1482
1262
  },
@@ -1498,8 +1278,7 @@
1498
1278
  ]
1499
1279
  },
1500
1280
  "supplier": {
1501
- "piqRef": "A7.1.14",
1502
- "title": "Supplier"
1281
+ "piqRef": "A7.1.14"
1503
1282
  }
1504
1283
  }
1505
1284
  },
@@ -1516,7 +1295,6 @@
1516
1295
  },
1517
1296
  "broadband": {
1518
1297
  "piqRef": "A7.1.15",
1519
- "title": "Broadband",
1520
1298
  "discriminator": {
1521
1299
  "propertyName": "yesNo"
1522
1300
  },
@@ -1538,18 +1316,10 @@
1538
1316
  ]
1539
1317
  },
1540
1318
  "supplier": {
1541
- "piqRef": "A7.1.16",
1542
- "title": "Supplier"
1319
+ "piqRef": "A7.1.16"
1543
1320
  },
1544
1321
  "typeOfConnection": {
1545
- "piqRef": "A7.1.16",
1546
- "title": "Type of connection",
1547
- "enum": [
1548
- "ADSL copper wire",
1549
- "Cable",
1550
- "FTTC (Fibre to the Cabinet)",
1551
- "FTTP (Fibre to the Premises)"
1552
- ]
1322
+ "piqRef": "A7.1.16"
1553
1323
  }
1554
1324
  }
1555
1325
  },
@@ -1566,7 +1336,6 @@
1566
1336
  },
1567
1337
  "solarPanels": {
1568
1338
  "piqRef": "A7.1.17",
1569
- "title": "Solar or photovoltaic panels",
1570
1339
  "discriminator": {
1571
1340
  "propertyName": "yesNo"
1572
1341
  },
@@ -1597,8 +1366,7 @@
1597
1366
  ]
1598
1367
  },
1599
1368
  "supplier": {
1600
- "piqRef": "A7.1.18",
1601
- "title": "Supplier"
1369
+ "piqRef": "A7.1.18"
1602
1370
  }
1603
1371
  }
1604
1372
  }
@@ -1606,8 +1374,6 @@
1606
1374
  },
1607
1375
  "otherServices": {
1608
1376
  "piqRef": "A7.1.19",
1609
- "title": "Other services",
1610
- "description": "Other services include wind turbines, generators and other 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",
1611
1377
  "discriminator": {
1612
1378
  "propertyName": "yesNo"
1613
1379
  },
@@ -1638,8 +1404,7 @@
1638
1404
  ]
1639
1405
  },
1640
1406
  "supplier": {
1641
- "piqRef": "A7.1.20",
1642
- "title": "Supplier"
1407
+ "piqRef": "A7.1.20"
1643
1408
  }
1644
1409
  }
1645
1410
  }
@@ -1653,7 +1418,6 @@
1653
1418
  "properties": {
1654
1419
  "mainsWater": {
1655
1420
  "piqRef": "A7.1.7",
1656
- "title": "Mains water",
1657
1421
  "discriminator": {
1658
1422
  "propertyName": "yesNo"
1659
1423
  },
@@ -1675,8 +1439,7 @@
1675
1439
  ]
1676
1440
  },
1677
1441
  "supplier": {
1678
- "piqRef": "A7.1.8",
1679
- "title": "Supplier"
1442
+ "piqRef": "A7.1.8"
1680
1443
  }
1681
1444
  }
1682
1445
  },
@@ -1688,8 +1451,7 @@
1688
1451
  ]
1689
1452
  },
1690
1453
  "supplier": {
1691
- "piqRef": "A7.1.8",
1692
- "title": "Supplier"
1454
+ "piqRef": "A7.1.8"
1693
1455
  }
1694
1456
  }
1695
1457
  }
@@ -1701,175 +1463,105 @@
1701
1463
  "properties": {
1702
1464
  "mainsFoulDrainage": {
1703
1465
  "oneOf": [
1466
+ null,
1704
1467
  null,
1705
1468
  null,
1706
1469
  {
1707
1470
  "properties": {
1708
- "septicTank": {
1709
- "piqRef": "A7.1.23",
1710
- "title": "Septic tank",
1711
- "discriminator": {
1712
- "propertyName": "yesNo"
1713
- },
1714
- "oneOf": [
1715
- {
1716
- "properties": {
1717
- "yesNo": {
1718
- "enum": [
1719
- "No"
1720
- ]
1721
- }
1722
- }
1723
- },
1724
- {
1725
- "properties": {
1726
- "yesNo": {
1727
- "enum": [
1728
- "Yes"
1729
- ]
1471
+ "offMainsDrainageSystem": {
1472
+ "properties": {
1473
+ "otherConnectedProperties": {
1474
+ "piqRef": "A7.1.29",
1475
+ "discriminator": {
1476
+ "propertyName": "yesNo"
1477
+ },
1478
+ "oneOf": [
1479
+ {
1480
+ "properties": {
1481
+ "yesNo": {
1482
+ "enum": [
1483
+ "No"
1484
+ ]
1485
+ }
1486
+ }
1730
1487
  },
1731
- "dateLastEmptied": {
1732
- "piqRef": "A7.1.24",
1733
- "title": "Date last emptied"
1734
- }
1735
- }
1736
- }
1737
- ]
1738
- },
1739
- "cesspit": {
1740
- "piqRef": "A7.1.25",
1741
- "title": "Cesspit",
1742
- "discriminator": {
1743
- "propertyName": "yesNo"
1744
- },
1745
- "oneOf": [
1746
- {
1747
- "properties": {
1748
- "yesNo": {
1749
- "enum": [
1750
- "No"
1751
- ]
1488
+ {
1489
+ "properties": {
1490
+ "yesNo": {
1491
+ "enum": [
1492
+ "Yes"
1493
+ ]
1494
+ }
1495
+ }
1752
1496
  }
1753
- }
1497
+ ]
1754
1498
  },
1755
- {
1756
- "properties": {
1757
- "yesNo": {
1758
- "enum": [
1759
- "Yes"
1760
- ]
1499
+ "plantOnOtherLand": {
1500
+ "piqRef": "A7.1.30",
1501
+ "discriminator": {
1502
+ "propertyName": "yesNo"
1503
+ },
1504
+ "oneOf": [
1505
+ {
1506
+ "properties": {
1507
+ "yesNo": {
1508
+ "enum": [
1509
+ "No"
1510
+ ]
1511
+ }
1512
+ }
1761
1513
  },
1762
- "dateLastEmptied": {
1763
- "piqRef": "A7.1.26",
1764
- "title": "Date last emptied"
1765
- }
1766
- }
1767
- }
1768
- ]
1769
- },
1770
- "sewerageTreatmentPlant": {
1771
- "piqRef": "A7.1.27",
1772
- "title": "Sewerage treatment plant",
1773
- "discriminator": {
1774
- "propertyName": "yesNo"
1775
- },
1776
- "oneOf": [
1777
- {
1778
- "properties": {
1779
- "yesNo": {
1780
- "enum": [
1781
- "No"
1782
- ]
1783
- }
1784
- }
1785
- },
1786
- {
1787
- "properties": {
1788
- "yesNo": {
1789
- "enum": [
1790
- "Yes"
1791
- ]
1792
- }
1793
- }
1794
- }
1795
- ]
1796
- },
1797
- "otherConnectedProperties": {
1798
- "piqRef": "A7.1.29",
1799
- "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
1800
- "discriminator": {
1801
- "propertyName": "yesNo"
1802
- },
1803
- "oneOf": [
1804
- {
1805
- "properties": {
1806
- "yesNo": {
1807
- "enum": [
1808
- "No"
1809
- ]
1810
- }
1811
- }
1812
- },
1813
- {
1814
- "properties": {
1815
- "yesNo": {
1816
- "enum": [
1817
- "Yes"
1818
- ]
1819
- }
1820
- }
1821
- }
1822
- ]
1823
- },
1824
- "plantOnOtherLand": {
1825
- "piqRef": "A7.1.30",
1826
- "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else’s land?",
1827
- "discriminator": {
1828
- "propertyName": "yesNo"
1829
- },
1830
- "oneOf": [
1831
- {
1832
- "properties": {
1833
- "yesNo": {
1834
- "enum": [
1835
- "No"
1836
- ]
1514
+ {
1515
+ "properties": {
1516
+ "yesNo": {
1517
+ "enum": [
1518
+ "Yes"
1519
+ ]
1520
+ }
1521
+ }
1837
1522
  }
1838
- }
1523
+ ]
1839
1524
  },
1840
- {
1841
- "properties": {
1842
- "yesNo": {
1843
- "enum": [
1844
- "Yes"
1845
- ]
1525
+ "plantRegistered": {
1526
+ "piqRef": "A7.1.31",
1527
+ "discriminator": {
1528
+ "propertyName": "yesNo"
1529
+ },
1530
+ "oneOf": [
1531
+ {
1532
+ "properties": {
1533
+ "yesNo": {
1534
+ "enum": [
1535
+ "No"
1536
+ ]
1537
+ }
1538
+ }
1539
+ },
1540
+ {
1541
+ "properties": {
1542
+ "yesNo": {
1543
+ "enum": [
1544
+ "Yes"
1545
+ ]
1546
+ }
1547
+ }
1846
1548
  }
1847
- }
1549
+ ]
1848
1550
  }
1849
- ]
1850
- },
1851
- "plantRegistered": {
1852
- "piqRef": "A7.1.31",
1853
- "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
1854
- "discriminator": {
1855
- "propertyName": "yesNo"
1856
1551
  },
1857
1552
  "oneOf": [
1553
+ null,
1858
1554
  {
1859
1555
  "properties": {
1860
- "yesNo": {
1861
- "enum": [
1862
- "No"
1863
- ]
1556
+ "dateLastEmptied": {
1557
+ "piqRef": "A7.1.24"
1864
1558
  }
1865
1559
  }
1866
1560
  },
1867
1561
  {
1868
1562
  "properties": {
1869
- "yesNo": {
1870
- "enum": [
1871
- "Yes"
1872
- ]
1563
+ "dateLastEmptied": {
1564
+ "piqRef": "A7.1.26"
1873
1565
  }
1874
1566
  }
1875
1567
  }
@@ -1883,7 +1575,6 @@
1883
1575
  },
1884
1576
  "maintenanceAgreements": {
1885
1577
  "piqRef": "A7.2",
1886
- "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
1887
1578
  "discriminator": {
1888
1579
  "propertyName": "yesNo"
1889
1580
  },
@@ -1905,19 +1596,14 @@
1905
1596
  ]
1906
1597
  },
1907
1598
  "details": {
1908
- "piqRef": "A7.2.2",
1909
- "title": "Details"
1599
+ "piqRef": "A7.2.2"
1910
1600
  }
1911
1601
  }
1912
1602
  }
1913
1603
  ],
1914
1604
  "properties": {
1915
1605
  "yesNo": {
1916
- "piqRef": "A7.2.1",
1917
- "enum": [
1918
- "Yes",
1919
- "No"
1920
- ]
1606
+ "piqRef": "A7.2.1"
1921
1607
  }
1922
1608
  }
1923
1609
  }
@@ -1925,7 +1611,6 @@
1925
1611
  },
1926
1612
  "heating": {
1927
1613
  "piqRef": "A7.3",
1928
- "title": "Heating",
1929
1614
  "discriminator": {
1930
1615
  "propertyName": "heatingType"
1931
1616
  },
@@ -1948,19 +1633,15 @@
1948
1633
  },
1949
1634
  "centralHeatingDetails": {
1950
1635
  "piqRef": "A7.3.1.1",
1951
- "title": "Central Heating Details",
1952
1636
  "properties": {
1953
1637
  "centralHeatingInstalled": {
1954
- "piqRef": "A7.4.1",
1955
- "title": "When was the heating system installed?"
1638
+ "piqRef": "A7.4.1"
1956
1639
  },
1957
1640
  "heatingLastServicedDate": {
1958
- "piqRef": "A7.5.1",
1959
- "title": "When was the heating system last serviced or maintained?"
1641
+ "piqRef": "A7.5.1"
1960
1642
  },
1961
1643
  "heatingInGoodWorkingOrder": {
1962
1644
  "piqRef": "A7.6",
1963
- "title": "Is the heating system in good working order to your satisfaction?",
1964
1645
  "discriminator": {
1965
1646
  "propertyName": "yesNo"
1966
1647
  },
@@ -2001,25 +1682,14 @@
2001
1682
  ],
2002
1683
  "properties": {
2003
1684
  "heatingType": {
2004
- "piqRef": "A7.3.1",
2005
- "title": "What type of heating system does the property have?",
2006
- "enum": [
2007
- "Central heating",
2008
- "Communal heating system",
2009
- "None"
2010
- ]
1685
+ "piqRef": "A7.3.1"
2011
1686
  }
2012
1687
  }
2013
1688
  },
2014
1689
  "insurance": {
2015
1690
  "properties": {
2016
1691
  "isInsured": {
2017
- "piqRef": "A8.2",
2018
- "title": "Do you insure the property?",
2019
- "enum": [
2020
- "Yes",
2021
- "No"
2022
- ]
1692
+ "piqRef": "A8.2"
2023
1693
  }
2024
1694
  },
2025
1695
  "oneOf": [
@@ -2028,11 +1698,9 @@
2028
1698
  "properties": {
2029
1699
  "difficultiesObtainingInsurance": {
2030
1700
  "piqRef": "A8.1",
2031
- "title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
2032
1701
  "properties": {
2033
1702
  "abnormalRiseInPremiums": {
2034
1703
  "piqRef": "A8.1a",
2035
- "title": "Subject to abnormal rise in premiums?",
2036
1704
  "discriminator": {
2037
1705
  "propertyName": "yesNo"
2038
1706
  },
@@ -2054,25 +1722,19 @@
2054
1722
  ]
2055
1723
  },
2056
1724
  "details": {
2057
- "piqRef": "A8.1a1.1",
2058
- "title": "Provide details"
1725
+ "piqRef": "A8.1a1.1"
2059
1726
  }
2060
1727
  }
2061
1728
  }
2062
1729
  ],
2063
1730
  "properties": {
2064
1731
  "yesNo": {
2065
- "piqRef": "A8.1a1",
2066
- "enum": [
2067
- "Yes",
2068
- "No"
2069
- ]
1732
+ "piqRef": "A8.1a1"
2070
1733
  }
2071
1734
  }
2072
1735
  },
2073
1736
  "subjectToHighExcesses": {
2074
1737
  "piqRef": "A8.1b",
2075
- "title": "Subject to high excesses?",
2076
1738
  "discriminator": {
2077
1739
  "propertyName": "yesNo"
2078
1740
  },
@@ -2094,25 +1756,19 @@
2094
1756
  ]
2095
1757
  },
2096
1758
  "details": {
2097
- "piqRef": "A8.1b2",
2098
- "title": "Provide details"
1759
+ "piqRef": "A8.1b2"
2099
1760
  }
2100
1761
  }
2101
1762
  }
2102
1763
  ],
2103
1764
  "properties": {
2104
1765
  "yesNo": {
2105
- "piqRef": "A8.1b1",
2106
- "enum": [
2107
- "Yes",
2108
- "No"
2109
- ]
1766
+ "piqRef": "A8.1b1"
2110
1767
  }
2111
1768
  }
2112
1769
  },
2113
1770
  "subjectToUnusualConditions": {
2114
1771
  "piqRef": "A8.1c",
2115
- "title": "Subject to unusual conditions?",
2116
1772
  "discriminator": {
2117
1773
  "propertyName": "yesNo"
2118
1774
  },
@@ -2134,25 +1790,19 @@
2134
1790
  ]
2135
1791
  },
2136
1792
  "details": {
2137
- "piqRef": "A8.1c2",
2138
- "title": "Provide details"
1793
+ "piqRef": "A8.1c2"
2139
1794
  }
2140
1795
  }
2141
1796
  }
2142
1797
  ],
2143
1798
  "properties": {
2144
1799
  "yesNo": {
2145
- "piqRef": "A8.1c1",
2146
- "enum": [
2147
- "Yes",
2148
- "No"
2149
- ]
1800
+ "piqRef": "A8.1c1"
2150
1801
  }
2151
1802
  }
2152
1803
  },
2153
1804
  "refused": {
2154
1805
  "piqRef": "A8.1d",
2155
- "title": "Refused?",
2156
1806
  "discriminator": {
2157
1807
  "propertyName": "yesNo"
2158
1808
  },
@@ -2174,19 +1824,14 @@
2174
1824
  ]
2175
1825
  },
2176
1826
  "details": {
2177
- "piqRef": "A8.1d2",
2178
- "title": "Provide details"
1827
+ "piqRef": "A8.1d2"
2179
1828
  }
2180
1829
  }
2181
1830
  }
2182
1831
  ],
2183
1832
  "properties": {
2184
1833
  "yesNo": {
2185
- "piqRef": "A8.1d1",
2186
- "enum": [
2187
- "Yes",
2188
- "No"
2189
- ]
1834
+ "piqRef": "A8.1d1"
2190
1835
  }
2191
1836
  }
2192
1837
  }
@@ -2200,7 +1845,6 @@
2200
1845
  "properties": {
2201
1846
  "partOutsideLegalOwnership": {
2202
1847
  "piqRef": "A9.1",
2203
- "title": "Is any part of the property outside the seller’s legal ownership?",
2204
1848
  "discriminator": {
2205
1849
  "propertyName": "yesNo"
2206
1850
  },
@@ -2222,25 +1866,19 @@
2222
1866
  ]
2223
1867
  },
2224
1868
  "details": {
2225
- "piqRef": "A9.1.2",
2226
- "title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc"
1869
+ "piqRef": "A9.1.2"
2227
1870
  }
2228
1871
  }
2229
1872
  }
2230
1873
  ],
2231
1874
  "properties": {
2232
1875
  "yesNo": {
2233
- "piqRef": "A9.1.1",
2234
- "enum": [
2235
- "Yes",
2236
- "No"
2237
- ]
1876
+ "piqRef": "A9.1.1"
2238
1877
  }
2239
1878
  }
2240
1879
  },
2241
1880
  "boundaryAlterationProposal": {
2242
1881
  "piqRef": "A9.2",
2243
- "title": "Is there a current proposal with anyone to alter the boundaries of your property?",
2244
1882
  "discriminator": {
2245
1883
  "propertyName": "yesNo"
2246
1884
  },
@@ -2262,19 +1900,14 @@
2262
1900
  ]
2263
1901
  },
2264
1902
  "details": {
2265
- "piqRef": "A9.2.2",
2266
- "title": "Details"
1903
+ "piqRef": "A9.2.2"
2267
1904
  }
2268
1905
  }
2269
1906
  }
2270
1907
  ],
2271
1908
  "properties": {
2272
1909
  "yesNo": {
2273
- "piqRef": "A9.2.1",
2274
- "enum": [
2275
- "Yes",
2276
- "No"
2277
- ]
1910
+ "piqRef": "A9.2.1"
2278
1911
  }
2279
1912
  }
2280
1913
  }
@@ -2284,7 +1917,6 @@
2284
1917
  "properties": {
2285
1918
  "sharedContributions": {
2286
1919
  "piqRef": "A10.1",
2287
- "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?",
2288
1920
  "discriminator": {
2289
1921
  "propertyName": "yesNo"
2290
1922
  },
@@ -2306,25 +1938,19 @@
2306
1938
  ]
2307
1939
  },
2308
1940
  "details": {
2309
- "piqRef": "A10.1.2",
2310
- "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"
1941
+ "piqRef": "A10.1.2"
2311
1942
  }
2312
1943
  }
2313
1944
  }
2314
1945
  ],
2315
1946
  "properties": {
2316
1947
  "yesNo": {
2317
- "piqRef": "A10.1.1",
2318
- "enum": [
2319
- "Yes",
2320
- "No"
2321
- ]
1948
+ "piqRef": "A10.1.1"
2322
1949
  }
2323
1950
  }
2324
1951
  },
2325
1952
  "neighbouringLandRights": {
2326
1953
  "piqRef": "A10.2",
2327
- "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)",
2328
1954
  "discriminator": {
2329
1955
  "propertyName": "yesNo"
2330
1956
  },
@@ -2346,25 +1972,19 @@
2346
1972
  ]
2347
1973
  },
2348
1974
  "details": {
2349
- "piqRef": "A10.2.2",
2350
- "title": "Please give details and provide a plan showing the route of the access, parking etc"
1975
+ "piqRef": "A10.2.2"
2351
1976
  }
2352
1977
  }
2353
1978
  }
2354
1979
  ],
2355
1980
  "properties": {
2356
1981
  "yesNo": {
2357
- "piqRef": "A10.2.1",
2358
- "enum": [
2359
- "Yes",
2360
- "No"
2361
- ]
1982
+ "piqRef": "A10.2.1"
2362
1983
  }
2363
1984
  }
2364
1985
  },
2365
1986
  "accessRestrictionAttempts": {
2366
1987
  "piqRef": "A10.3",
2367
- "title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
2368
1988
  "discriminator": {
2369
1989
  "propertyName": "yesNo"
2370
1990
  },
@@ -2386,19 +2006,14 @@
2386
2006
  ]
2387
2007
  },
2388
2008
  "details": {
2389
- "piqRef": "A10.3.2",
2390
- "title": "Details"
2009
+ "piqRef": "A10.3.2"
2391
2010
  }
2392
2011
  }
2393
2012
  }
2394
2013
  ],
2395
2014
  "properties": {
2396
2015
  "yesNo": {
2397
- "piqRef": "A10.3.1",
2398
- "enum": [
2399
- "Yes",
2400
- "No"
2401
- ]
2016
+ "piqRef": "A10.3.1"
2402
2017
  }
2403
2018
  }
2404
2019
  },
@@ -2406,7 +2021,6 @@
2406
2021
  "properties": {
2407
2022
  "publicRightOfWay": {
2408
2023
  "piqRef": "A10.4",
2409
- "title": "A public right of way through and/or across your property, buildings or land",
2410
2024
  "discriminator": {
2411
2025
  "propertyName": "yesNo"
2412
2026
  },
@@ -2428,25 +2042,19 @@
2428
2042
  ]
2429
2043
  },
2430
2044
  "details": {
2431
- "piqRef": "A10.4.2",
2432
- "title": "Please provide details and mark the route on a plan of the property"
2045
+ "piqRef": "A10.4.2"
2433
2046
  }
2434
2047
  }
2435
2048
  }
2436
2049
  ],
2437
2050
  "properties": {
2438
2051
  "yesNo": {
2439
- "piqRef": "A10.4.1",
2440
- "enum": [
2441
- "Yes",
2442
- "No"
2443
- ]
2052
+ "piqRef": "A10.4.1"
2444
2053
  }
2445
2054
  }
2446
2055
  },
2447
2056
  "rightsOfLight": {
2448
2057
  "piqRef": "A10.5a",
2449
- "title": "Rights of light",
2450
2058
  "discriminator": {
2451
2059
  "propertyName": "yesNo"
2452
2060
  },
@@ -2472,17 +2080,12 @@
2472
2080
  ],
2473
2081
  "properties": {
2474
2082
  "yesNo": {
2475
- "piqRef": "A10.5a1",
2476
- "enum": [
2477
- "Yes",
2478
- "No"
2479
- ]
2083
+ "piqRef": "A10.5a1"
2480
2084
  }
2481
2085
  }
2482
2086
  },
2483
2087
  "rightsOfSupport": {
2484
2088
  "piqRef": "A10.5b",
2485
- "title": "Rights of support from ajoining properties",
2486
2089
  "discriminator": {
2487
2090
  "propertyName": "yesNo"
2488
2091
  },
@@ -2508,17 +2111,12 @@
2508
2111
  ],
2509
2112
  "properties": {
2510
2113
  "yesNo": {
2511
- "piqRef": "A10.5b1",
2512
- "enum": [
2513
- "Yes",
2514
- "No"
2515
- ]
2114
+ "piqRef": "A10.5b1"
2516
2115
  }
2517
2116
  }
2518
2117
  },
2519
2118
  "rightsCreatedThroughCustom": {
2520
2119
  "piqRef": "A10.5c",
2521
- "title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
2522
2120
  "discriminator": {
2523
2121
  "propertyName": "yesNo"
2524
2122
  },
@@ -2544,17 +2142,12 @@
2544
2142
  ],
2545
2143
  "properties": {
2546
2144
  "yesNo": {
2547
- "piqRef": "A10.5c1",
2548
- "enum": [
2549
- "Yes",
2550
- "No"
2551
- ]
2145
+ "piqRef": "A10.5c1"
2552
2146
  }
2553
2147
  }
2554
2148
  },
2555
2149
  "rightsToTakeFromLand": {
2556
2150
  "piqRef": "A10.5f",
2557
- "title": "Other people's rights to take things from the land (such as timber, hay or fish)",
2558
2151
  "discriminator": {
2559
2152
  "propertyName": "yesNo"
2560
2153
  },
@@ -2580,17 +2173,12 @@
2580
2173
  ],
2581
2174
  "properties": {
2582
2175
  "yesNo": {
2583
- "piqRef": "A10.5f1",
2584
- "enum": [
2585
- "Yes",
2586
- "No"
2587
- ]
2176
+ "piqRef": "A10.5f1"
2588
2177
  }
2589
2178
  }
2590
2179
  },
2591
2180
  "minesAndMinerals": {
2592
2181
  "piqRef": "A10.5d",
2593
- "title": "Mines and minerals under the property",
2594
2182
  "discriminator": {
2595
2183
  "propertyName": "yesNo"
2596
2184
  },
@@ -2616,17 +2204,12 @@
2616
2204
  ],
2617
2205
  "properties": {
2618
2206
  "yesNo": {
2619
- "piqRef": "A10.5d1",
2620
- "enum": [
2621
- "Yes",
2622
- "No"
2623
- ]
2207
+ "piqRef": "A10.5d1"
2624
2208
  }
2625
2209
  }
2626
2210
  },
2627
2211
  "churchChancel": {
2628
2212
  "piqRef": "A10.5e",
2629
- "title": "Liability to contribute to the maintenance of a church chancel?",
2630
2213
  "discriminator": {
2631
2214
  "propertyName": "yesNo"
2632
2215
  },
@@ -2652,17 +2235,12 @@
2652
2235
  ],
2653
2236
  "properties": {
2654
2237
  "yesNo": {
2655
- "piqRef": "A10.5e1",
2656
- "enum": [
2657
- "Yes",
2658
- "No"
2659
- ]
2238
+ "piqRef": "A10.5e1"
2660
2239
  }
2661
2240
  }
2662
2241
  },
2663
2242
  "otherRights": {
2664
2243
  "piqRef": "A10.5g",
2665
- "title": "Any other rights or arrangements affecting the property?",
2666
2244
  "discriminator": {
2667
2245
  "propertyName": "yesNo"
2668
2246
  },
@@ -2688,11 +2266,7 @@
2688
2266
  ],
2689
2267
  "properties": {
2690
2268
  "yesNo": {
2691
- "piqRef": "A10.5g1",
2692
- "enum": [
2693
- "Yes",
2694
- "No"
2695
- ]
2269
+ "piqRef": "A10.5g1"
2696
2270
  }
2697
2271
  }
2698
2272
  }
@@ -2702,20 +2276,18 @@
2702
2276
  },
2703
2277
  "environmentalIssues": {
2704
2278
  "piqRef": "A11.1",
2705
- "title": "Environmental Issues Affecting the Property",
2706
2279
  "properties": {
2707
2280
  "flooding": {
2708
2281
  "properties": {
2709
2282
  "floodRisk": {
2710
2283
  "piqRef": "A11.1.1",
2711
- "title": "Flood Risk",
2712
2284
  "discriminator": {
2713
- "propertyName": "impactIndicator"
2285
+ "propertyName": "riskIndicator"
2714
2286
  },
2715
2287
  "oneOf": [
2716
2288
  {
2717
2289
  "properties": {
2718
- "impactIndicator": {
2290
+ "riskIndicator": {
2719
2291
  "enum": [
2720
2292
  "No"
2721
2293
  ]
@@ -2724,7 +2296,7 @@
2724
2296
  },
2725
2297
  {
2726
2298
  "properties": {
2727
- "impactIndicator": {
2299
+ "riskIndicator": {
2728
2300
  "enum": [
2729
2301
  "Yes"
2730
2302
  ]
@@ -2737,7 +2309,6 @@
2737
2309
  },
2738
2310
  "otherEnvironmental": {
2739
2311
  "piqRef": "A11.5",
2740
- "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)?",
2741
2312
  "discriminator": {
2742
2313
  "propertyName": "yesNo"
2743
2314
  },
@@ -2764,11 +2335,7 @@
2764
2335
  ],
2765
2336
  "properties": {
2766
2337
  "yesNo": {
2767
- "piqRef": "A11.5.1",
2768
- "enum": [
2769
- "Yes",
2770
- "No"
2771
- ]
2338
+ "piqRef": "A11.5.1"
2772
2339
  }
2773
2340
  }
2774
2341
  }
@@ -2778,7 +2345,6 @@
2778
2345
  "properties": {
2779
2346
  "excessiveNoise": {
2780
2347
  "piqRef": "A11.2",
2781
- "title": "To your knowledge, has anyone occupying the property been disturbed by excessive noise which is likely to reoccur at the property?",
2782
2348
  "discriminator": {
2783
2349
  "propertyName": "yesNo"
2784
2350
  },
@@ -2804,17 +2370,12 @@
2804
2370
  ],
2805
2371
  "properties": {
2806
2372
  "yesNo": {
2807
- "piqRef": "A11.2.1",
2808
- "enum": [
2809
- "Yes",
2810
- "No"
2811
- ]
2373
+ "piqRef": "A11.2.1"
2812
2374
  }
2813
2375
  }
2814
2376
  },
2815
2377
  "crime": {
2816
2378
  "piqRef": "A11.3",
2817
- "title": "To your knowledge, has the property been subject to any crime, burglary or violent death?",
2818
2379
  "discriminator": {
2819
2380
  "propertyName": "yesNo"
2820
2381
  },
@@ -2840,17 +2401,12 @@
2840
2401
  ],
2841
2402
  "properties": {
2842
2403
  "yesNo": {
2843
- "piqRef": "A11.3.1",
2844
- "enum": [
2845
- "Yes",
2846
- "No"
2847
- ]
2404
+ "piqRef": "A11.3.1"
2848
2405
  }
2849
2406
  }
2850
2407
  },
2851
2408
  "failedTransactionsInLast12Months": {
2852
2409
  "piqRef": "A11.6",
2853
- "title": "Have there been any failed purchase transactions on the property within the last 12 months?",
2854
2410
  "discriminator": {
2855
2411
  "propertyName": "yesNo"
2856
2412
  },
@@ -2876,11 +2432,7 @@
2876
2432
  ],
2877
2433
  "properties": {
2878
2434
  "yesNo": {
2879
- "piqRef": "A11.6.1",
2880
- "enum": [
2881
- "Yes",
2882
- "No"
2883
- ]
2435
+ "piqRef": "A11.6.1"
2884
2436
  }
2885
2437
  }
2886
2438
  }
@@ -2890,7 +2442,6 @@
2890
2442
  "properties": {
2891
2443
  "restrictionsOnUseNotCompliedWith": {
2892
2444
  "piqRef": "A12.1",
2893
- "title": "Are you aware of any restrictions on the use or alteration of the property which have not been complied with?",
2894
2445
  "discriminator": {
2895
2446
  "propertyName": "yesNo"
2896
2447
  },
@@ -2912,26 +2463,19 @@
2912
2463
  ]
2913
2464
  },
2914
2465
  "details": {
2915
- "piqRef": "A12.1.2",
2916
- "title": "Details"
2466
+ "piqRef": "A12.1.2"
2917
2467
  }
2918
2468
  }
2919
2469
  }
2920
2470
  ],
2921
2471
  "properties": {
2922
2472
  "yesNo": {
2923
- "piqRef": "A12.1.1",
2924
- "enum": [
2925
- "Yes",
2926
- "No"
2927
- ]
2473
+ "piqRef": "A12.1.1"
2928
2474
  }
2929
2475
  }
2930
2476
  },
2931
2477
  "otherMaterialIssue": {
2932
2478
  "piqRef": "A12.2",
2933
- "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?",
2934
- "description": "This disclosure is required under the Consumer Protection from Unfair Trading Regulations 2008",
2935
2479
  "discriminator": {
2936
2480
  "propertyName": "yesNo"
2937
2481
  },
@@ -2953,19 +2497,14 @@
2953
2497
  ]
2954
2498
  },
2955
2499
  "details": {
2956
- "piqRef": "A12.2.2",
2957
- "title": "Please describe this issue and any action that has been taken, if applicable."
2500
+ "piqRef": "A12.2.2"
2958
2501
  }
2959
2502
  }
2960
2503
  }
2961
2504
  ],
2962
2505
  "properties": {
2963
2506
  "yesNo": {
2964
- "piqRef": "A12.2.1",
2965
- "enum": [
2966
- "Yes",
2967
- "No"
2968
- ]
2507
+ "piqRef": "A12.2.1"
2969
2508
  }
2970
2509
  }
2971
2510
  }
@@ -2978,15 +2517,12 @@
2978
2517
  "legalOwners": {
2979
2518
  "properties": {
2980
2519
  "namesOfLegalOwners": {
2981
- "piqRef": "B1.1",
2982
- "title": "Names of all legal owners",
2983
- "minItems": 1
2520
+ "piqRef": "B1.1"
2984
2521
  }
2985
2522
  }
2986
2523
  },
2987
2524
  "sellersCapacity": {
2988
2525
  "piqRef": "B1.3.1",
2989
- "title": "Capacity in which the Seller sells",
2990
2526
  "discriminator": {
2991
2527
  "propertyName": "capacity"
2992
2528
  },
@@ -3016,7 +2552,6 @@
3016
2552
  },
3017
2553
  "legalBoundaries": {
3018
2554
  "piqRef": "B3.1",
3019
- "title": "Legal Boundaries",
3020
2555
  "properties": {
3021
2556
  "ownership": {
3022
2557
  "oneOf": [
@@ -3025,44 +2560,16 @@
3025
2560
  "uniformBoundaries": {
3026
2561
  "properties": {
3027
2562
  "left": {
3028
- "piqRef": "B3.1.1",
3029
- "title": "On the left",
3030
- "enum": [
3031
- "Seller",
3032
- "Shared",
3033
- "Neighbour",
3034
- "Not known"
3035
- ]
2563
+ "piqRef": "B3.1.1"
3036
2564
  },
3037
2565
  "right": {
3038
- "piqRef": "B3.1.2",
3039
- "title": "On the right",
3040
- "enum": [
3041
- "Seller",
3042
- "Shared",
3043
- "Neighbour",
3044
- "Not known"
3045
- ]
2566
+ "piqRef": "B3.1.2"
3046
2567
  },
3047
2568
  "rear": {
3048
- "piqRef": "B3.1.3",
3049
- "title": "At the rear",
3050
- "enum": [
3051
- "Seller",
3052
- "Shared",
3053
- "Neighbour",
3054
- "Not known"
3055
- ]
2569
+ "piqRef": "B3.1.3"
3056
2570
  },
3057
2571
  "front": {
3058
- "piqRef": "B3.1.4",
3059
- "title": "At the front",
3060
- "enum": [
3061
- "Seller",
3062
- "Shared",
3063
- "Neighbour",
3064
- "Not known"
3065
- ]
2572
+ "piqRef": "B3.1.4"
3066
2573
  }
3067
2574
  }
3068
2575
  }
@@ -3072,7 +2579,6 @@
3072
2579
  },
3073
2580
  "haveBoundaryFeaturesMoved": {
3074
2581
  "piqRef": "B3.3",
3075
- "title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
3076
2582
  "discriminator": {
3077
2583
  "propertyName": "yesNo"
3078
2584
  },
@@ -3095,32 +2601,21 @@
3095
2601
  ]
3096
2602
  },
3097
2603
  "details": {
3098
- "piqRef": "B3.3.2",
3099
- "title": "Details"
2604
+ "piqRef": "B3.3.2"
3100
2605
  }
3101
2606
  }
3102
2607
  }
3103
2608
  ],
3104
2609
  "properties": {
3105
2610
  "yesNo": {
3106
- "piqRef": "B3.3.1",
3107
- "enum": [
3108
- "Yes",
3109
- "No",
3110
- "Not applicable"
3111
- ]
2611
+ "piqRef": "B3.3.1"
3112
2612
  }
3113
2613
  }
3114
2614
  },
3115
2615
  "adjacentLandIncluded": {
3116
2616
  "properties": {
3117
2617
  "yesNo": {
3118
- "piqRef": "B3.4",
3119
- "enum": [
3120
- "Yes",
3121
- "No",
3122
- "Not applicable"
3123
- ]
2618
+ "piqRef": "B3.4"
3124
2619
  }
3125
2620
  }
3126
2621
  }
@@ -3130,7 +2625,6 @@
3130
2625
  "properties": {
3131
2626
  "pipesWiresCablesDrainsToProperty": {
3132
2627
  "piqRef": "B4.1",
3133
- "title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
3134
2628
  "discriminator": {
3135
2629
  "propertyName": "yesNo"
3136
2630
  },
@@ -3153,26 +2647,19 @@
3153
2647
  ]
3154
2648
  },
3155
2649
  "details": {
3156
- "piqRef": "B4.1.2",
3157
- "title": "Please provide details"
2650
+ "piqRef": "B4.1.2"
3158
2651
  }
3159
2652
  }
3160
2653
  }
3161
2654
  ],
3162
2655
  "properties": {
3163
2656
  "yesNo": {
3164
- "piqRef": "B4.1.1",
3165
- "enum": [
3166
- "Yes",
3167
- "No",
3168
- "Not known"
3169
- ]
2657
+ "piqRef": "B4.1.1"
3170
2658
  }
3171
2659
  }
3172
2660
  },
3173
2661
  "pipesWiresCablesDrainsFromProperty": {
3174
2662
  "piqRef": "B4.2",
3175
- "title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
3176
2663
  "discriminator": {
3177
2664
  "propertyName": "yesNo"
3178
2665
  },
@@ -3195,26 +2682,19 @@
3195
2682
  ]
3196
2683
  },
3197
2684
  "details": {
3198
- "piqRef": "B4.2.2",
3199
- "title": "Please provide details"
2685
+ "piqRef": "B4.2.2"
3200
2686
  }
3201
2687
  }
3202
2688
  }
3203
2689
  ],
3204
2690
  "properties": {
3205
2691
  "yesNo": {
3206
- "piqRef": "B4.2.1",
3207
- "enum": [
3208
- "Yes",
3209
- "No",
3210
- "Not known"
3211
- ]
2692
+ "piqRef": "B4.2.1"
3212
2693
  }
3213
2694
  }
3214
2695
  },
3215
2696
  "formalOrInformalAgreements": {
3216
2697
  "piqRef": "B4.3",
3217
- "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?",
3218
2698
  "discriminator": {
3219
2699
  "propertyName": "yesNo"
3220
2700
  },
@@ -3237,20 +2717,14 @@
3237
2717
  ]
3238
2718
  },
3239
2719
  "details": {
3240
- "piqRef": "B4.3.2",
3241
- "title": "Please provide details"
2720
+ "piqRef": "B4.3.2"
3242
2721
  }
3243
2722
  }
3244
2723
  }
3245
2724
  ],
3246
2725
  "properties": {
3247
2726
  "yesNo": {
3248
- "piqRef": "B4.3.1",
3249
- "enum": [
3250
- "Yes",
3251
- "No",
3252
- "Not known"
3253
- ]
2727
+ "piqRef": "B4.3.1"
3254
2728
  }
3255
2729
  }
3256
2730
  }
@@ -3260,7 +2734,6 @@
3260
2734
  "properties": {
3261
2735
  "testedByQualifiedElectrician": {
3262
2736
  "piqRef": "B7.1",
3263
- "title": "Have the electrics at the property been tested by a qualified electrician?",
3264
2737
  "discriminator": {
3265
2738
  "propertyName": "yesNo"
3266
2739
  },
@@ -3282,25 +2755,19 @@
3282
2755
  ]
3283
2756
  },
3284
2757
  "yearTested": {
3285
- "piqRef": "B7.1.2",
3286
- "title": "State the year they were last tested"
2758
+ "piqRef": "B7.1.2"
3287
2759
  }
3288
2760
  }
3289
2761
  }
3290
2762
  ],
3291
2763
  "properties": {
3292
2764
  "yesNo": {
3293
- "piqRef": "B7.1.1",
3294
- "enum": [
3295
- "Yes",
3296
- "No"
3297
- ]
2765
+ "piqRef": "B7.1.1"
3298
2766
  }
3299
2767
  }
3300
2768
  },
3301
2769
  "electricalWorkSince2005": {
3302
2770
  "piqRef": "B7.2",
3303
- "title": "Since 1st January 2005, has any electrical work been carried out to the property?",
3304
2771
  "discriminator": {
3305
2772
  "propertyName": "yesNo"
3306
2773
  },
@@ -3323,26 +2790,19 @@
3323
2790
  ]
3324
2791
  },
3325
2792
  "yearWorkCarriedOut": {
3326
- "piqRef": "B7.2.2",
3327
- "title": "State the year the work was carried out"
2793
+ "piqRef": "B7.2.2"
3328
2794
  }
3329
2795
  }
3330
2796
  }
3331
2797
  ],
3332
2798
  "properties": {
3333
2799
  "yesNo": {
3334
- "piqRef": "B7.2.1",
3335
- "enum": [
3336
- "Yes",
3337
- "No",
3338
- "Not known"
3339
- ]
2800
+ "piqRef": "B7.2.1"
3340
2801
  }
3341
2802
  }
3342
2803
  },
3343
2804
  "solarPanels": {
3344
2805
  "piqRef": "B4.4",
3345
- "title": "Solar or photovoltaic panels",
3346
2806
  "discriminator": {
3347
2807
  "propertyName": "hasSolarPanels"
3348
2808
  },
@@ -3364,12 +2824,10 @@
3364
2824
  ]
3365
2825
  },
3366
2826
  "yearInstalled": {
3367
- "piqRef": "B4.4.2",
3368
- "title": "What year were they installed?"
2827
+ "piqRef": "B4.4.2"
3369
2828
  },
3370
2829
  "panelsOwnedOutright": {
3371
2830
  "piqRef": "B4.4.3",
3372
- "title": "Do you own the panels, and all equipment related to them, outright?",
3373
2831
  "discriminator": {
3374
2832
  "propertyName": "yesNo"
3375
2833
  },
@@ -3396,7 +2854,6 @@
3396
2854
  },
3397
2855
  "panelProviderLease": {
3398
2856
  "piqRef": "B4.4.4",
3399
- "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
3400
2857
  "discriminator": {
3401
2858
  "propertyName": "yesNo"
3402
2859
  },
@@ -3418,12 +2875,7 @@
3418
2875
  ]
3419
2876
  },
3420
2877
  "attachments": {
3421
- "piqRef": "B4.4.5",
3422
- "title": "Please supply copies of the relevant documents",
3423
- "enum": [
3424
- "Attached",
3425
- "To follow"
3426
- ]
2878
+ "piqRef": "B4.4.5"
3427
2879
  }
3428
2880
  }
3429
2881
  }
@@ -3434,12 +2886,7 @@
3434
2886
  ],
3435
2887
  "properties": {
3436
2888
  "hasSolarPanels": {
3437
- "piqRef": "B4.4.1",
3438
- "title": "Are there solar or photovoltaic panels installed at the property?",
3439
- "enum": [
3440
- "Yes",
3441
- "No"
3442
- ]
2889
+ "piqRef": "B4.4.1"
3443
2890
  }
3444
2891
  }
3445
2892
  }
@@ -3448,12 +2895,7 @@
3448
2895
  "guaranteesWarrantiesAndIndemnityInsurances": {
3449
2896
  "properties": {
3450
2897
  "hasValidGuaranteesOrWarranties": {
3451
- "piqRef": "B5.1",
3452
- "title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
3453
- "enum": [
3454
- "Yes",
3455
- "No"
3456
- ]
2898
+ "piqRef": "B5.1"
3457
2899
  }
3458
2900
  },
3459
2901
  "oneOf": [
@@ -3462,7 +2904,6 @@
3462
2904
  "properties": {
3463
2905
  "newHomeWarranty": {
3464
2906
  "piqRef": "B5.1.1",
3465
- "title": "New Home Warranty (NHBC or similar)",
3466
2907
  "discriminator": {
3467
2908
  "propertyName": "yesNo"
3468
2909
  },
@@ -3490,17 +2931,12 @@
3490
2931
  "roofingWork": {
3491
2932
  "properties": {
3492
2933
  "yesNo": {
3493
- "piqRef": "B5.1.2",
3494
- "enum": [
3495
- "Yes",
3496
- "No"
3497
- ]
2934
+ "piqRef": "B5.1.2"
3498
2935
  }
3499
2936
  }
3500
2937
  },
3501
2938
  "dampProofingTreatment": {
3502
2939
  "piqRef": "B5.1.3",
3503
- "title": "Damp proofing treatment",
3504
2940
  "discriminator": {
3505
2941
  "propertyName": "yesNo"
3506
2942
  },
@@ -3527,7 +2963,6 @@
3527
2963
  },
3528
2964
  "timberRotOrInfestationTreatment": {
3529
2965
  "piqRef": "B5.1.4",
3530
- "title": "Timber rot or infestation treatment",
3531
2966
  "discriminator": {
3532
2967
  "propertyName": "yesNo"
3533
2968
  },
@@ -3554,7 +2989,6 @@
3554
2989
  },
3555
2990
  "centralHeatingAndorPlumbing": {
3556
2991
  "piqRef": "B5.1.5",
3557
- "title": "Central heating and/or plumbing",
3558
2992
  "discriminator": {
3559
2993
  "propertyName": "yesNo"
3560
2994
  },
@@ -3581,7 +3015,6 @@
3581
3015
  },
3582
3016
  "doubleGlazing": {
3583
3017
  "piqRef": "B5.1.6",
3584
- "title": "Double glazing (windows, doors, roof lights, conservatory etc)",
3585
3018
  "discriminator": {
3586
3019
  "propertyName": "yesNo"
3587
3020
  },
@@ -3608,7 +3041,6 @@
3608
3041
  },
3609
3042
  "electricalRepairOrInstallation": {
3610
3043
  "piqRef": "B5.1.7",
3611
- "title": "Electrical repair or installation",
3612
3044
  "discriminator": {
3613
3045
  "propertyName": "yesNo"
3614
3046
  },
@@ -3635,7 +3067,6 @@
3635
3067
  },
3636
3068
  "subsidenceWork": {
3637
3069
  "piqRef": "B5.1.8",
3638
- "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
3639
3070
  "discriminator": {
3640
3071
  "propertyName": "yesNo"
3641
3072
  },
@@ -3662,7 +3093,6 @@
3662
3093
  },
3663
3094
  "solarPanels": {
3664
3095
  "piqRef": "B5.1.9",
3665
- "title": "Solar panels",
3666
3096
  "discriminator": {
3667
3097
  "propertyName": "yesNo"
3668
3098
  },
@@ -3689,7 +3119,6 @@
3689
3119
  },
3690
3120
  "otherGuarantees": {
3691
3121
  "piqRef": "B5.1.10",
3692
- "title": "Other Guarantees or warranties",
3693
3122
  "discriminator": {
3694
3123
  "propertyName": "yesNo"
3695
3124
  },
@@ -3716,7 +3145,6 @@
3716
3145
  },
3717
3146
  "outstandingClaimsOrApplications": {
3718
3147
  "piqRef": "B5.2",
3719
- "title": "Are there any outstanding claims or current applications relating to any of the above?",
3720
3148
  "discriminator": {
3721
3149
  "propertyName": "yesNo"
3722
3150
  },
@@ -3742,11 +3170,7 @@
3742
3170
  ],
3743
3171
  "properties": {
3744
3172
  "yesNo": {
3745
- "piqRef": "B5.2.1",
3746
- "enum": [
3747
- "Yes",
3748
- "No"
3749
- ]
3173
+ "piqRef": "B5.2.1"
3750
3174
  }
3751
3175
  }
3752
3176
  }
@@ -3759,12 +3183,7 @@
3759
3183
  "othersAged17OrOver": {
3760
3184
  "properties": {
3761
3185
  "hasOthersAged17OrOver": {
3762
- "piqRef": "B8.1",
3763
- "title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
3764
- "enum": [
3765
- "Yes",
3766
- "No"
3767
- ]
3186
+ "piqRef": "B8.1"
3768
3187
  }
3769
3188
  },
3770
3189
  "oneOf": [
@@ -3772,8 +3191,7 @@
3772
3191
  {
3773
3192
  "properties": {
3774
3193
  "aged17OrOverNames": {
3775
- "piqRef": "B8.1.1",
3776
- "title": "Please provide their full names and ages."
3194
+ "piqRef": "B8.1.1"
3777
3195
  },
3778
3196
  "vacantPossession": {
3779
3197
  "oneOf": [
@@ -3782,7 +3200,6 @@
3782
3200
  "properties": {
3783
3201
  "aged17OrOverWillSignToConfirmWillVacate": {
3784
3202
  "piqRef": "B8.2",
3785
- "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?",
3786
3203
  "discriminator": {
3787
3204
  "propertyName": "yesNo"
3788
3205
  },
@@ -3808,11 +3225,7 @@
3808
3225
  ],
3809
3226
  "properties": {
3810
3227
  "yesNo": {
3811
- "piqRef": "B8.2.1",
3812
- "enum": [
3813
- "Yes",
3814
- "No"
3815
- ]
3228
+ "piqRef": "B8.2.1"
3816
3229
  }
3817
3230
  }
3818
3231
  }
@@ -3831,26 +3244,21 @@
3831
3244
  "sellerWillEnsure": {
3832
3245
  "properties": {
3833
3246
  "removeRubbish": {
3834
- "piqRef": "B9.3",
3835
- "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."
3247
+ "piqRef": "B9.3"
3836
3248
  },
3837
3249
  "replaceLightFittings": {
3838
- "piqRef": "B9.4",
3839
- "title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb."
3250
+ "piqRef": "B9.4"
3840
3251
  },
3841
3252
  "takeReasonableCare": {
3842
- "piqRef": "B9.6",
3843
- "title": "Take reasonable care when removing any other fittings or contents."
3253
+ "piqRef": "B9.6"
3844
3254
  },
3845
3255
  "leaveKeys": {
3846
- "piqRef": "B9.5",
3847
- "title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion."
3256
+ "piqRef": "B9.5"
3848
3257
  }
3849
3258
  }
3850
3259
  },
3851
3260
  "otherPropertyInChain": {
3852
3261
  "piqRef": "B9.1",
3853
- "title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
3854
3262
  "discriminator": {
3855
3263
  "propertyName": "yesNo"
3856
3264
  },
@@ -3876,18 +3284,12 @@
3876
3284
  ],
3877
3285
  "properties": {
3878
3286
  "yesNo": {
3879
- "piqRef": "B9.1.1",
3880
- "enum": [
3881
- "Yes",
3882
- "No"
3883
- ]
3287
+ "piqRef": "B9.1.1"
3884
3288
  }
3885
3289
  }
3886
3290
  },
3887
3291
  "moveRestrictionDates": {
3888
3292
  "piqRef": "B9.2",
3889
- "title": "Are there any dates on which you cannot move?",
3890
- "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.",
3891
3293
  "discriminator": {
3892
3294
  "propertyName": "yesNo"
3893
3295
  },
@@ -3913,11 +3315,7 @@
3913
3315
  ],
3914
3316
  "properties": {
3915
3317
  "yesNo": {
3916
- "piqRef": "B9.1.2",
3917
- "enum": [
3918
- "Yes",
3919
- "No"
3920
- ]
3318
+ "piqRef": "B9.1.2"
3921
3319
  }
3922
3320
  }
3923
3321
  }