@pdtf/schemas 3.0.0-2 → 3.0.0-20

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 +71 -71
  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 +2073 -2229
  16. package/src/schemas/v3/overlays/baspi.json +1065 -3215
  17. package/src/schemas/v3/overlays/con29DW.json +36 -125
  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 +674 -644
  22. package/src/schemas/v3/overlays/piq.json +369 -1076
  23. package/src/schemas/v3/overlays/rds.json +299 -866
  24. package/src/schemas/v3/overlays/ta10.json +540 -1755
  25. package/src/schemas/v3/overlays/ta6.json +712 -1669
  26. package/src/schemas/v3/overlays/ta7.json +220 -462
  27. package/src/schemas/v3/pdtf-transaction.json +1469 -1788
  28. package/src/schemas/v3/skeleton.json +216 -180
  29. package/src/tests/v3/transactionSchema.test.js +28 -18
  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,161 +1076,24 @@
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
  }
1297
1090
  }
1298
1091
  },
1299
- "connectedUtilities": {
1092
+ "electricity": {
1093
+ "piqRef": "A7.1.1",
1300
1094
  "properties": {
1301
1095
  "mainsElectricity": {
1302
1096
  "piqRef": "A7.1.1",
1303
- "title": "Mains electricity",
1304
- "discriminator": {
1305
- "propertyName": "yesNo"
1306
- },
1307
- "oneOf": [
1308
- {
1309
- "properties": {
1310
- "yesNo": {
1311
- "enum": [
1312
- "No"
1313
- ]
1314
- }
1315
- }
1316
- },
1317
- {
1318
- "properties": {
1319
- "yesNo": {
1320
- "enum": [
1321
- "Yes"
1322
- ]
1323
- },
1324
- "supplier": {
1325
- "piqRef": "A7.1.2",
1326
- "title": "Supplier"
1327
- }
1328
- }
1329
- },
1330
- {
1331
- "properties": {
1332
- "yesNo": {
1333
- "enum": [
1334
- "To be connected"
1335
- ]
1336
- },
1337
- "supplier": {
1338
- "piqRef": "A7.1.2",
1339
- "title": "Supplier"
1340
- }
1341
- }
1342
- }
1343
- ]
1344
- },
1345
- "mainsGas": {
1346
- "piqRef": "A7.1.3",
1347
- "title": "Mains gas",
1348
- "discriminator": {
1349
- "propertyName": "yesNo"
1350
- },
1351
- "oneOf": [
1352
- {
1353
- "properties": {
1354
- "yesNo": {
1355
- "enum": [
1356
- "No"
1357
- ]
1358
- }
1359
- }
1360
- },
1361
- {
1362
- "properties": {
1363
- "yesNo": {
1364
- "enum": [
1365
- "Yes"
1366
- ]
1367
- },
1368
- "supplier": {
1369
- "piqRef": "A7.1.4",
1370
- "title": "Supplier"
1371
- }
1372
- }
1373
- },
1374
- {
1375
- "properties": {
1376
- "yesNo": {
1377
- "enum": [
1378
- "To be connected"
1379
- ]
1380
- },
1381
- "supplier": {
1382
- "piqRef": "A7.1.4",
1383
- "title": "Supplier"
1384
- }
1385
- }
1386
- }
1387
- ]
1388
- },
1389
- "lpg": {
1390
- "piqRef": "A7.1.5",
1391
- "title": "Liquid Petroleum Gas (LPG)",
1392
- "discriminator": {
1393
- "propertyName": "yesNo"
1394
- },
1395
- "oneOf": [
1396
- {
1397
- "properties": {
1398
- "yesNo": {
1399
- "enum": [
1400
- "No"
1401
- ]
1402
- }
1403
- }
1404
- },
1405
- {
1406
- "properties": {
1407
- "yesNo": {
1408
- "enum": [
1409
- "Yes"
1410
- ]
1411
- },
1412
- "supplier": {
1413
- "piqRef": "A7.1.6",
1414
- "title": "Supplier"
1415
- }
1416
- }
1417
- },
1418
- {
1419
- "properties": {
1420
- "yesNo": {
1421
- "enum": [
1422
- "To be connected"
1423
- ]
1424
- },
1425
- "supplier": {
1426
- "piqRef": "A7.1.6",
1427
- "title": "Supplier"
1428
- }
1429
- }
1430
- }
1431
- ]
1432
- },
1433
- "telephone": {
1434
- "piqRef": "A7.1.11",
1435
- "title": "Telephone",
1436
1097
  "discriminator": {
1437
1098
  "propertyName": "yesNo"
1438
1099
  },
@@ -1454,8 +1115,7 @@
1454
1115
  ]
1455
1116
  },
1456
1117
  "supplier": {
1457
- "piqRef": "A7.1.12",
1458
- "title": "Supplier"
1118
+ "piqRef": "A7.1.2"
1459
1119
  }
1460
1120
  }
1461
1121
  },
@@ -1467,98 +1127,7 @@
1467
1127
  ]
1468
1128
  },
1469
1129
  "supplier": {
1470
- "piqRef": "A7.1.12",
1471
- "title": "Supplier"
1472
- }
1473
- }
1474
- }
1475
- ]
1476
- },
1477
- "cableSatelliteTV": {
1478
- "piqRef": "A7.1.13",
1479
- "title": "Cable TV or satellite",
1480
- "discriminator": {
1481
- "propertyName": "yesNo"
1482
- },
1483
- "oneOf": [
1484
- {
1485
- "properties": {
1486
- "yesNo": {
1487
- "enum": [
1488
- "No"
1489
- ]
1490
- }
1491
- }
1492
- },
1493
- {
1494
- "properties": {
1495
- "yesNo": {
1496
- "enum": [
1497
- "Yes"
1498
- ]
1499
- },
1500
- "supplier": {
1501
- "piqRef": "A7.1.14",
1502
- "title": "Supplier"
1503
- }
1504
- }
1505
- },
1506
- {
1507
- "properties": {
1508
- "yesNo": {
1509
- "enum": [
1510
- "To be connected"
1511
- ]
1512
- }
1513
- }
1514
- }
1515
- ]
1516
- },
1517
- "broadband": {
1518
- "piqRef": "A7.1.15",
1519
- "title": "Broadband",
1520
- "discriminator": {
1521
- "propertyName": "yesNo"
1522
- },
1523
- "oneOf": [
1524
- {
1525
- "properties": {
1526
- "yesNo": {
1527
- "enum": [
1528
- "No"
1529
- ]
1530
- }
1531
- }
1532
- },
1533
- {
1534
- "properties": {
1535
- "yesNo": {
1536
- "enum": [
1537
- "Yes"
1538
- ]
1539
- },
1540
- "supplier": {
1541
- "piqRef": "A7.1.16",
1542
- "title": "Supplier"
1543
- },
1544
- "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
- ]
1553
- }
1554
- }
1555
- },
1556
- {
1557
- "properties": {
1558
- "yesNo": {
1559
- "enum": [
1560
- "To be connected"
1561
- ]
1130
+ "piqRef": "A7.1.2"
1562
1131
  }
1563
1132
  }
1564
1133
  }
@@ -1566,7 +1135,6 @@
1566
1135
  },
1567
1136
  "solarPanels": {
1568
1137
  "piqRef": "A7.1.17",
1569
- "title": "Solar or photovoltaic panels",
1570
1138
  "discriminator": {
1571
1139
  "propertyName": "yesNo"
1572
1140
  },
@@ -1597,17 +1165,14 @@
1597
1165
  ]
1598
1166
  },
1599
1167
  "supplier": {
1600
- "piqRef": "A7.1.18",
1601
- "title": "Supplier"
1168
+ "piqRef": "A7.1.18"
1602
1169
  }
1603
1170
  }
1604
1171
  }
1605
1172
  ]
1606
1173
  },
1607
- "otherServices": {
1174
+ "otherSources": {
1608
1175
  "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
1176
  "discriminator": {
1612
1177
  "propertyName": "yesNo"
1613
1178
  },
@@ -1638,8 +1203,7 @@
1638
1203
  ]
1639
1204
  },
1640
1205
  "supplier": {
1641
- "piqRef": "A7.1.20",
1642
- "title": "Supplier"
1206
+ "piqRef": "A7.1.20"
1643
1207
  }
1644
1208
  }
1645
1209
  }
@@ -1653,7 +1217,6 @@
1653
1217
  "properties": {
1654
1218
  "mainsWater": {
1655
1219
  "piqRef": "A7.1.7",
1656
- "title": "Mains water",
1657
1220
  "discriminator": {
1658
1221
  "propertyName": "yesNo"
1659
1222
  },
@@ -1675,8 +1238,7 @@
1675
1238
  ]
1676
1239
  },
1677
1240
  "supplier": {
1678
- "piqRef": "A7.1.8",
1679
- "title": "Supplier"
1241
+ "piqRef": "A7.1.8"
1680
1242
  }
1681
1243
  }
1682
1244
  },
@@ -1688,8 +1250,7 @@
1688
1250
  ]
1689
1251
  },
1690
1252
  "supplier": {
1691
- "piqRef": "A7.1.8",
1692
- "title": "Supplier"
1253
+ "piqRef": "A7.1.8"
1693
1254
  }
1694
1255
  }
1695
1256
  }
@@ -1705,152 +1266,184 @@
1705
1266
  null,
1706
1267
  {
1707
1268
  "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
- ]
1269
+ "offMainsDrainageSystem": {
1270
+ "properties": {
1271
+ "otherConnectedProperties": {
1272
+ "piqRef": "A7.1.29",
1273
+ "discriminator": {
1274
+ "propertyName": "yesNo"
1275
+ },
1276
+ "oneOf": [
1277
+ {
1278
+ "properties": {
1279
+ "yesNo": {
1280
+ "enum": [
1281
+ "No"
1282
+ ]
1283
+ }
1284
+ }
1730
1285
  },
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
- ]
1286
+ {
1287
+ "properties": {
1288
+ "yesNo": {
1289
+ "enum": [
1290
+ "Yes"
1291
+ ]
1292
+ }
1293
+ }
1752
1294
  }
1753
- }
1295
+ ]
1754
1296
  },
1755
- {
1756
- "properties": {
1757
- "yesNo": {
1758
- "enum": [
1759
- "Yes"
1760
- ]
1297
+ "plantOnOtherLand": {
1298
+ "piqRef": "A7.1.30",
1299
+ "discriminator": {
1300
+ "propertyName": "yesNo"
1301
+ },
1302
+ "oneOf": [
1303
+ {
1304
+ "properties": {
1305
+ "yesNo": {
1306
+ "enum": [
1307
+ "No"
1308
+ ]
1309
+ }
1310
+ }
1761
1311
  },
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
- ]
1312
+ {
1313
+ "properties": {
1314
+ "yesNo": {
1315
+ "enum": [
1316
+ "Yes"
1317
+ ]
1318
+ }
1319
+ }
1810
1320
  }
1811
- }
1321
+ ]
1812
1322
  },
1813
- {
1814
- "properties": {
1815
- "yesNo": {
1816
- "enum": [
1817
- "Yes"
1818
- ]
1323
+ "plantRegistered": {
1324
+ "piqRef": "A7.1.31",
1325
+ "discriminator": {
1326
+ "propertyName": "yesNo"
1327
+ },
1328
+ "oneOf": [
1329
+ {
1330
+ "properties": {
1331
+ "yesNo": {
1332
+ "enum": [
1333
+ "No"
1334
+ ]
1335
+ }
1336
+ }
1337
+ },
1338
+ {
1339
+ "properties": {
1340
+ "yesNo": {
1341
+ "enum": [
1342
+ "Yes"
1343
+ ]
1344
+ }
1345
+ }
1819
1346
  }
1820
- }
1347
+ ]
1821
1348
  }
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
1349
  },
1830
1350
  "oneOf": [
1351
+ null,
1831
1352
  {
1832
1353
  "properties": {
1833
- "yesNo": {
1834
- "enum": [
1835
- "No"
1836
- ]
1354
+ "dateLastEmptied": {
1355
+ "piqRef": "A7.1.24"
1837
1356
  }
1838
1357
  }
1839
1358
  },
1840
1359
  {
1841
1360
  "properties": {
1842
- "yesNo": {
1843
- "enum": [
1844
- "Yes"
1845
- ]
1361
+ "dateLastEmptied": {
1362
+ "piqRef": "A7.1.26"
1846
1363
  }
1847
1364
  }
1848
1365
  }
1849
1366
  ]
1367
+ }
1368
+ }
1369
+ }
1370
+ ]
1371
+ }
1372
+ }
1373
+ },
1374
+ "maintenanceAgreements": {
1375
+ "piqRef": "A7.2",
1376
+ "discriminator": {
1377
+ "propertyName": "yesNo"
1378
+ },
1379
+ "oneOf": [
1380
+ {
1381
+ "properties": {
1382
+ "yesNo": {
1383
+ "enum": [
1384
+ "No"
1385
+ ]
1386
+ }
1387
+ }
1388
+ },
1389
+ {
1390
+ "properties": {
1391
+ "yesNo": {
1392
+ "enum": [
1393
+ "Yes"
1394
+ ]
1395
+ },
1396
+ "details": {
1397
+ "piqRef": "A7.2.2"
1398
+ }
1399
+ }
1400
+ }
1401
+ ],
1402
+ "properties": {
1403
+ "yesNo": {
1404
+ "piqRef": "A7.2.1"
1405
+ }
1406
+ }
1407
+ }
1408
+ }
1409
+ },
1410
+ "heating": {
1411
+ "piqRef": "A7.3",
1412
+ "properties": {
1413
+ "heatingSystem": {
1414
+ "piqRef": "A7.3.1",
1415
+ "discriminator": {
1416
+ "propertyName": "heatingType"
1417
+ },
1418
+ "oneOf": [
1419
+ {
1420
+ "properties": {
1421
+ "heatingType": {
1422
+ "enum": [
1423
+ "None",
1424
+ "Room heaters only"
1425
+ ]
1426
+ }
1427
+ }
1428
+ },
1429
+ {
1430
+ "properties": {
1431
+ "heatingType": {
1432
+ "enum": [
1433
+ "Central heating"
1434
+ ]
1435
+ },
1436
+ "centralHeatingDetails": {
1437
+ "piqRef": "A7.3.1.1",
1438
+ "properties": {
1439
+ "centralHeatingInstalled": {
1440
+ "piqRef": "A7.4.1"
1850
1441
  },
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?",
1442
+ "heatingLastServicedDate": {
1443
+ "piqRef": "A7.5.1"
1444
+ },
1445
+ "heatingInGoodWorkingOrder": {
1446
+ "piqRef": "A7.6",
1854
1447
  "discriminator": {
1855
1448
  "propertyName": "yesNo"
1856
1449
  },
@@ -1859,7 +1452,7 @@
1859
1452
  "properties": {
1860
1453
  "yesNo": {
1861
1454
  "enum": [
1862
- "No"
1455
+ "Yes"
1863
1456
  ]
1864
1457
  }
1865
1458
  }
@@ -1868,7 +1461,7 @@
1868
1461
  "properties": {
1869
1462
  "yesNo": {
1870
1463
  "enum": [
1871
- "Yes"
1464
+ "No"
1872
1465
  ]
1873
1466
  }
1874
1467
  }
@@ -1877,13 +1470,30 @@
1877
1470
  }
1878
1471
  }
1879
1472
  }
1880
- ]
1473
+ }
1474
+ },
1475
+ {
1476
+ "properties": {
1477
+ "heatingType": {
1478
+ "enum": [
1479
+ "Community heating system"
1480
+ ]
1481
+ }
1482
+ }
1483
+ }
1484
+ ],
1485
+ "properties": {
1486
+ "heatingType": {
1487
+ "piqRef": "A7.3.1"
1881
1488
  }
1882
1489
  }
1883
- },
1884
- "maintenanceAgreements": {
1885
- "piqRef": "A7.2",
1886
- "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to these services?",
1490
+ }
1491
+ }
1492
+ },
1493
+ "connectivity": {
1494
+ "properties": {
1495
+ "telephone": {
1496
+ "piqRef": "A7.1.11",
1887
1497
  "discriminator": {
1888
1498
  "propertyName": "yesNo"
1889
1499
  },
@@ -1904,122 +1514,77 @@
1904
1514
  "Yes"
1905
1515
  ]
1906
1516
  },
1907
- "details": {
1908
- "piqRef": "A7.2.2",
1909
- "title": "Details"
1517
+ "supplier": {
1518
+ "piqRef": "A7.1.12"
1519
+ }
1520
+ }
1521
+ },
1522
+ {
1523
+ "properties": {
1524
+ "yesNo": {
1525
+ "enum": [
1526
+ "To be connected"
1527
+ ]
1528
+ },
1529
+ "supplier": {
1530
+ "piqRef": "A7.1.12"
1910
1531
  }
1911
1532
  }
1912
1533
  }
1913
- ],
1914
- "properties": {
1915
- "yesNo": {
1916
- "piqRef": "A7.2.1",
1917
- "enum": [
1918
- "Yes",
1919
- "No"
1920
- ]
1921
- }
1922
- }
1923
- }
1924
- }
1925
- },
1926
- "heating": {
1927
- "piqRef": "A7.3",
1928
- "title": "Heating",
1929
- "discriminator": {
1930
- "propertyName": "heatingType"
1931
- },
1932
- "oneOf": [
1933
- {
1934
- "properties": {
1935
- "heatingType": {
1936
- "enum": [
1937
- "None"
1938
- ]
1939
- }
1940
- }
1534
+ ]
1941
1535
  },
1942
- {
1943
- "properties": {
1944
- "heatingType": {
1945
- "enum": [
1946
- "Central heating"
1947
- ]
1536
+ "cableSatelliteTV": {
1537
+ "piqRef": "A7.1.13",
1538
+ "discriminator": {
1539
+ "propertyName": "yesNo"
1540
+ },
1541
+ "oneOf": [
1542
+ {
1543
+ "properties": {
1544
+ "yesNo": {
1545
+ "enum": [
1546
+ "No"
1547
+ ]
1548
+ }
1549
+ }
1948
1550
  },
1949
- "centralHeatingDetails": {
1950
- "piqRef": "A7.3.1.1",
1951
- "title": "Central Heating Details",
1551
+ {
1952
1552
  "properties": {
1953
- "centralHeatingInstalled": {
1954
- "piqRef": "A7.4.1",
1955
- "title": "When was the heating system installed?"
1956
- },
1957
- "heatingLastServicedDate": {
1958
- "piqRef": "A7.5.1",
1959
- "title": "When was the heating system last serviced or maintained?"
1553
+ "yesNo": {
1554
+ "enum": [
1555
+ "Yes"
1556
+ ]
1960
1557
  },
1961
- "heatingInGoodWorkingOrder": {
1962
- "piqRef": "A7.6",
1963
- "title": "Is the heating system in good working order to your satisfaction?",
1964
- "discriminator": {
1965
- "propertyName": "yesNo"
1966
- },
1967
- "oneOf": [
1968
- {
1969
- "properties": {
1970
- "yesNo": {
1971
- "enum": [
1972
- "Yes"
1973
- ]
1974
- }
1975
- }
1976
- },
1977
- {
1978
- "properties": {
1979
- "yesNo": {
1980
- "enum": [
1981
- "No"
1982
- ]
1983
- }
1984
- }
1985
- }
1558
+ "supplier": {
1559
+ "piqRef": "A7.1.14"
1560
+ }
1561
+ }
1562
+ },
1563
+ {
1564
+ "properties": {
1565
+ "yesNo": {
1566
+ "enum": [
1567
+ "To be connected"
1986
1568
  ]
1987
1569
  }
1988
1570
  }
1989
1571
  }
1990
- }
1572
+ ]
1991
1573
  },
1992
- {
1574
+ "broadband": {
1575
+ "piqRef": "A7.1.15",
1993
1576
  "properties": {
1994
- "heatingType": {
1995
- "enum": [
1996
- "Community heating system"
1997
- ]
1577
+ "typeOfConnection": {
1578
+ "piqRef": "A7.1.16"
1998
1579
  }
1999
1580
  }
2000
1581
  }
2001
- ],
2002
- "properties": {
2003
- "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
- ]
2011
- }
2012
1582
  }
2013
1583
  },
2014
1584
  "insurance": {
2015
1585
  "properties": {
2016
1586
  "isInsured": {
2017
- "piqRef": "A8.2",
2018
- "title": "Do you insure the property?",
2019
- "enum": [
2020
- "Yes",
2021
- "No"
2022
- ]
1587
+ "piqRef": "A8.2"
2023
1588
  }
2024
1589
  },
2025
1590
  "oneOf": [
@@ -2028,11 +1593,9 @@
2028
1593
  "properties": {
2029
1594
  "difficultiesObtainingInsurance": {
2030
1595
  "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
1596
  "properties": {
2033
1597
  "abnormalRiseInPremiums": {
2034
1598
  "piqRef": "A8.1a",
2035
- "title": "Subject to abnormal rise in premiums?",
2036
1599
  "discriminator": {
2037
1600
  "propertyName": "yesNo"
2038
1601
  },
@@ -2054,25 +1617,19 @@
2054
1617
  ]
2055
1618
  },
2056
1619
  "details": {
2057
- "piqRef": "A8.1a1.1",
2058
- "title": "Provide details"
1620
+ "piqRef": "A8.1a1.1"
2059
1621
  }
2060
1622
  }
2061
1623
  }
2062
1624
  ],
2063
1625
  "properties": {
2064
1626
  "yesNo": {
2065
- "piqRef": "A8.1a1",
2066
- "enum": [
2067
- "Yes",
2068
- "No"
2069
- ]
1627
+ "piqRef": "A8.1a1"
2070
1628
  }
2071
1629
  }
2072
1630
  },
2073
1631
  "subjectToHighExcesses": {
2074
1632
  "piqRef": "A8.1b",
2075
- "title": "Subject to high excesses?",
2076
1633
  "discriminator": {
2077
1634
  "propertyName": "yesNo"
2078
1635
  },
@@ -2094,25 +1651,19 @@
2094
1651
  ]
2095
1652
  },
2096
1653
  "details": {
2097
- "piqRef": "A8.1b2",
2098
- "title": "Provide details"
1654
+ "piqRef": "A8.1b2"
2099
1655
  }
2100
1656
  }
2101
1657
  }
2102
1658
  ],
2103
1659
  "properties": {
2104
1660
  "yesNo": {
2105
- "piqRef": "A8.1b1",
2106
- "enum": [
2107
- "Yes",
2108
- "No"
2109
- ]
1661
+ "piqRef": "A8.1b1"
2110
1662
  }
2111
1663
  }
2112
1664
  },
2113
1665
  "subjectToUnusualConditions": {
2114
1666
  "piqRef": "A8.1c",
2115
- "title": "Subject to unusual conditions?",
2116
1667
  "discriminator": {
2117
1668
  "propertyName": "yesNo"
2118
1669
  },
@@ -2134,25 +1685,19 @@
2134
1685
  ]
2135
1686
  },
2136
1687
  "details": {
2137
- "piqRef": "A8.1c2",
2138
- "title": "Provide details"
1688
+ "piqRef": "A8.1c2"
2139
1689
  }
2140
1690
  }
2141
1691
  }
2142
1692
  ],
2143
1693
  "properties": {
2144
1694
  "yesNo": {
2145
- "piqRef": "A8.1c1",
2146
- "enum": [
2147
- "Yes",
2148
- "No"
2149
- ]
1695
+ "piqRef": "A8.1c1"
2150
1696
  }
2151
1697
  }
2152
1698
  },
2153
1699
  "refused": {
2154
1700
  "piqRef": "A8.1d",
2155
- "title": "Refused?",
2156
1701
  "discriminator": {
2157
1702
  "propertyName": "yesNo"
2158
1703
  },
@@ -2174,19 +1719,14 @@
2174
1719
  ]
2175
1720
  },
2176
1721
  "details": {
2177
- "piqRef": "A8.1d2",
2178
- "title": "Provide details"
1722
+ "piqRef": "A8.1d2"
2179
1723
  }
2180
1724
  }
2181
1725
  }
2182
1726
  ],
2183
1727
  "properties": {
2184
1728
  "yesNo": {
2185
- "piqRef": "A8.1d1",
2186
- "enum": [
2187
- "Yes",
2188
- "No"
2189
- ]
1729
+ "piqRef": "A8.1d1"
2190
1730
  }
2191
1731
  }
2192
1732
  }
@@ -2200,7 +1740,6 @@
2200
1740
  "properties": {
2201
1741
  "partOutsideLegalOwnership": {
2202
1742
  "piqRef": "A9.1",
2203
- "title": "Is any part of the property outside the seller’s legal ownership?",
2204
1743
  "discriminator": {
2205
1744
  "propertyName": "yesNo"
2206
1745
  },
@@ -2222,25 +1761,19 @@
2222
1761
  ]
2223
1762
  },
2224
1763
  "details": {
2225
- "piqRef": "A9.1.2",
2226
- "title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc"
1764
+ "piqRef": "A9.1.2"
2227
1765
  }
2228
1766
  }
2229
1767
  }
2230
1768
  ],
2231
1769
  "properties": {
2232
1770
  "yesNo": {
2233
- "piqRef": "A9.1.1",
2234
- "enum": [
2235
- "Yes",
2236
- "No"
2237
- ]
1771
+ "piqRef": "A9.1.1"
2238
1772
  }
2239
1773
  }
2240
1774
  },
2241
1775
  "boundaryAlterationProposal": {
2242
1776
  "piqRef": "A9.2",
2243
- "title": "Is there a current proposal with anyone to alter the boundaries of your property?",
2244
1777
  "discriminator": {
2245
1778
  "propertyName": "yesNo"
2246
1779
  },
@@ -2262,19 +1795,14 @@
2262
1795
  ]
2263
1796
  },
2264
1797
  "details": {
2265
- "piqRef": "A9.2.2",
2266
- "title": "Details"
1798
+ "piqRef": "A9.2.2"
2267
1799
  }
2268
1800
  }
2269
1801
  }
2270
1802
  ],
2271
1803
  "properties": {
2272
1804
  "yesNo": {
2273
- "piqRef": "A9.2.1",
2274
- "enum": [
2275
- "Yes",
2276
- "No"
2277
- ]
1805
+ "piqRef": "A9.2.1"
2278
1806
  }
2279
1807
  }
2280
1808
  }
@@ -2284,7 +1812,6 @@
2284
1812
  "properties": {
2285
1813
  "sharedContributions": {
2286
1814
  "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
1815
  "discriminator": {
2289
1816
  "propertyName": "yesNo"
2290
1817
  },
@@ -2306,25 +1833,19 @@
2306
1833
  ]
2307
1834
  },
2308
1835
  "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"
1836
+ "piqRef": "A10.1.2"
2311
1837
  }
2312
1838
  }
2313
1839
  }
2314
1840
  ],
2315
1841
  "properties": {
2316
1842
  "yesNo": {
2317
- "piqRef": "A10.1.1",
2318
- "enum": [
2319
- "Yes",
2320
- "No"
2321
- ]
1843
+ "piqRef": "A10.1.1"
2322
1844
  }
2323
1845
  }
2324
1846
  },
2325
1847
  "neighbouringLandRights": {
2326
1848
  "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
1849
  "discriminator": {
2329
1850
  "propertyName": "yesNo"
2330
1851
  },
@@ -2346,25 +1867,19 @@
2346
1867
  ]
2347
1868
  },
2348
1869
  "details": {
2349
- "piqRef": "A10.2.2",
2350
- "title": "Please give details and provide a plan showing the route of the access, parking etc"
1870
+ "piqRef": "A10.2.2"
2351
1871
  }
2352
1872
  }
2353
1873
  }
2354
1874
  ],
2355
1875
  "properties": {
2356
1876
  "yesNo": {
2357
- "piqRef": "A10.2.1",
2358
- "enum": [
2359
- "Yes",
2360
- "No"
2361
- ]
1877
+ "piqRef": "A10.2.1"
2362
1878
  }
2363
1879
  }
2364
1880
  },
2365
1881
  "accessRestrictionAttempts": {
2366
1882
  "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
1883
  "discriminator": {
2369
1884
  "propertyName": "yesNo"
2370
1885
  },
@@ -2386,19 +1901,14 @@
2386
1901
  ]
2387
1902
  },
2388
1903
  "details": {
2389
- "piqRef": "A10.3.2",
2390
- "title": "Details"
1904
+ "piqRef": "A10.3.2"
2391
1905
  }
2392
1906
  }
2393
1907
  }
2394
1908
  ],
2395
1909
  "properties": {
2396
1910
  "yesNo": {
2397
- "piqRef": "A10.3.1",
2398
- "enum": [
2399
- "Yes",
2400
- "No"
2401
- ]
1911
+ "piqRef": "A10.3.1"
2402
1912
  }
2403
1913
  }
2404
1914
  },
@@ -2406,7 +1916,6 @@
2406
1916
  "properties": {
2407
1917
  "publicRightOfWay": {
2408
1918
  "piqRef": "A10.4",
2409
- "title": "A public right of way through and/or across your property, buildings or land",
2410
1919
  "discriminator": {
2411
1920
  "propertyName": "yesNo"
2412
1921
  },
@@ -2428,25 +1937,19 @@
2428
1937
  ]
2429
1938
  },
2430
1939
  "details": {
2431
- "piqRef": "A10.4.2",
2432
- "title": "Please provide details and mark the route on a plan of the property"
1940
+ "piqRef": "A10.4.2"
2433
1941
  }
2434
1942
  }
2435
1943
  }
2436
1944
  ],
2437
1945
  "properties": {
2438
1946
  "yesNo": {
2439
- "piqRef": "A10.4.1",
2440
- "enum": [
2441
- "Yes",
2442
- "No"
2443
- ]
1947
+ "piqRef": "A10.4.1"
2444
1948
  }
2445
1949
  }
2446
1950
  },
2447
1951
  "rightsOfLight": {
2448
1952
  "piqRef": "A10.5a",
2449
- "title": "Rights of light",
2450
1953
  "discriminator": {
2451
1954
  "propertyName": "yesNo"
2452
1955
  },
@@ -2472,17 +1975,12 @@
2472
1975
  ],
2473
1976
  "properties": {
2474
1977
  "yesNo": {
2475
- "piqRef": "A10.5a1",
2476
- "enum": [
2477
- "Yes",
2478
- "No"
2479
- ]
1978
+ "piqRef": "A10.5a1"
2480
1979
  }
2481
1980
  }
2482
1981
  },
2483
1982
  "rightsOfSupport": {
2484
1983
  "piqRef": "A10.5b",
2485
- "title": "Rights of support from ajoining properties",
2486
1984
  "discriminator": {
2487
1985
  "propertyName": "yesNo"
2488
1986
  },
@@ -2508,17 +2006,12 @@
2508
2006
  ],
2509
2007
  "properties": {
2510
2008
  "yesNo": {
2511
- "piqRef": "A10.5b1",
2512
- "enum": [
2513
- "Yes",
2514
- "No"
2515
- ]
2009
+ "piqRef": "A10.5b1"
2516
2010
  }
2517
2011
  }
2518
2012
  },
2519
2013
  "rightsCreatedThroughCustom": {
2520
2014
  "piqRef": "A10.5c",
2521
- "title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
2522
2015
  "discriminator": {
2523
2016
  "propertyName": "yesNo"
2524
2017
  },
@@ -2544,17 +2037,12 @@
2544
2037
  ],
2545
2038
  "properties": {
2546
2039
  "yesNo": {
2547
- "piqRef": "A10.5c1",
2548
- "enum": [
2549
- "Yes",
2550
- "No"
2551
- ]
2040
+ "piqRef": "A10.5c1"
2552
2041
  }
2553
2042
  }
2554
2043
  },
2555
2044
  "rightsToTakeFromLand": {
2556
2045
  "piqRef": "A10.5f",
2557
- "title": "Other people's rights to take things from the land (such as timber, hay or fish)",
2558
2046
  "discriminator": {
2559
2047
  "propertyName": "yesNo"
2560
2048
  },
@@ -2580,17 +2068,12 @@
2580
2068
  ],
2581
2069
  "properties": {
2582
2070
  "yesNo": {
2583
- "piqRef": "A10.5f1",
2584
- "enum": [
2585
- "Yes",
2586
- "No"
2587
- ]
2071
+ "piqRef": "A10.5f1"
2588
2072
  }
2589
2073
  }
2590
2074
  },
2591
2075
  "minesAndMinerals": {
2592
2076
  "piqRef": "A10.5d",
2593
- "title": "Mines and minerals under the property",
2594
2077
  "discriminator": {
2595
2078
  "propertyName": "yesNo"
2596
2079
  },
@@ -2616,17 +2099,12 @@
2616
2099
  ],
2617
2100
  "properties": {
2618
2101
  "yesNo": {
2619
- "piqRef": "A10.5d1",
2620
- "enum": [
2621
- "Yes",
2622
- "No"
2623
- ]
2102
+ "piqRef": "A10.5d1"
2624
2103
  }
2625
2104
  }
2626
2105
  },
2627
2106
  "churchChancel": {
2628
2107
  "piqRef": "A10.5e",
2629
- "title": "Liability to contribute to the maintenance of a church chancel?",
2630
2108
  "discriminator": {
2631
2109
  "propertyName": "yesNo"
2632
2110
  },
@@ -2652,17 +2130,12 @@
2652
2130
  ],
2653
2131
  "properties": {
2654
2132
  "yesNo": {
2655
- "piqRef": "A10.5e1",
2656
- "enum": [
2657
- "Yes",
2658
- "No"
2659
- ]
2133
+ "piqRef": "A10.5e1"
2660
2134
  }
2661
2135
  }
2662
2136
  },
2663
2137
  "otherRights": {
2664
2138
  "piqRef": "A10.5g",
2665
- "title": "Any other rights or arrangements affecting the property?",
2666
2139
  "discriminator": {
2667
2140
  "propertyName": "yesNo"
2668
2141
  },
@@ -2688,11 +2161,7 @@
2688
2161
  ],
2689
2162
  "properties": {
2690
2163
  "yesNo": {
2691
- "piqRef": "A10.5g1",
2692
- "enum": [
2693
- "Yes",
2694
- "No"
2695
- ]
2164
+ "piqRef": "A10.5g1"
2696
2165
  }
2697
2166
  }
2698
2167
  }
@@ -2702,20 +2171,18 @@
2702
2171
  },
2703
2172
  "environmentalIssues": {
2704
2173
  "piqRef": "A11.1",
2705
- "title": "Environmental Issues Affecting the Property",
2706
2174
  "properties": {
2707
2175
  "flooding": {
2708
2176
  "properties": {
2709
2177
  "floodRisk": {
2710
2178
  "piqRef": "A11.1.1",
2711
- "title": "Flood Risk",
2712
2179
  "discriminator": {
2713
- "propertyName": "impactIndicator"
2180
+ "propertyName": "riskIndicator"
2714
2181
  },
2715
2182
  "oneOf": [
2716
2183
  {
2717
2184
  "properties": {
2718
- "impactIndicator": {
2185
+ "riskIndicator": {
2719
2186
  "enum": [
2720
2187
  "No"
2721
2188
  ]
@@ -2724,7 +2191,7 @@
2724
2191
  },
2725
2192
  {
2726
2193
  "properties": {
2727
- "impactIndicator": {
2194
+ "riskIndicator": {
2728
2195
  "enum": [
2729
2196
  "Yes"
2730
2197
  ]
@@ -2737,14 +2204,13 @@
2737
2204
  },
2738
2205
  "otherEnvironmental": {
2739
2206
  "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
2207
  "discriminator": {
2742
- "propertyName": "yesNo"
2208
+ "propertyName": "riskIndicator"
2743
2209
  },
2744
2210
  "oneOf": [
2745
2211
  {
2746
2212
  "properties": {
2747
- "yesNo": {
2213
+ "riskIndicator": {
2748
2214
  "enum": [
2749
2215
  "No",
2750
2216
  "Not known"
@@ -2754,7 +2220,7 @@
2754
2220
  },
2755
2221
  {
2756
2222
  "properties": {
2757
- "yesNo": {
2223
+ "riskIndicator": {
2758
2224
  "enum": [
2759
2225
  "Yes"
2760
2226
  ]
@@ -2763,12 +2229,8 @@
2763
2229
  }
2764
2230
  ],
2765
2231
  "properties": {
2766
- "yesNo": {
2767
- "piqRef": "A11.5.1",
2768
- "enum": [
2769
- "Yes",
2770
- "No"
2771
- ]
2232
+ "riskIndicator": {
2233
+ "piqRef": "A11.5.1"
2772
2234
  }
2773
2235
  }
2774
2236
  }
@@ -2778,7 +2240,6 @@
2778
2240
  "properties": {
2779
2241
  "excessiveNoise": {
2780
2242
  "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
2243
  "discriminator": {
2783
2244
  "propertyName": "yesNo"
2784
2245
  },
@@ -2804,17 +2265,12 @@
2804
2265
  ],
2805
2266
  "properties": {
2806
2267
  "yesNo": {
2807
- "piqRef": "A11.2.1",
2808
- "enum": [
2809
- "Yes",
2810
- "No"
2811
- ]
2268
+ "piqRef": "A11.2.1"
2812
2269
  }
2813
2270
  }
2814
2271
  },
2815
2272
  "crime": {
2816
2273
  "piqRef": "A11.3",
2817
- "title": "To your knowledge, has the property been subject to any crime, burglary or violent death?",
2818
2274
  "discriminator": {
2819
2275
  "propertyName": "yesNo"
2820
2276
  },
@@ -2840,17 +2296,12 @@
2840
2296
  ],
2841
2297
  "properties": {
2842
2298
  "yesNo": {
2843
- "piqRef": "A11.3.1",
2844
- "enum": [
2845
- "Yes",
2846
- "No"
2847
- ]
2299
+ "piqRef": "A11.3.1"
2848
2300
  }
2849
2301
  }
2850
2302
  },
2851
2303
  "failedTransactionsInLast12Months": {
2852
2304
  "piqRef": "A11.6",
2853
- "title": "Have there been any failed purchase transactions on the property within the last 12 months?",
2854
2305
  "discriminator": {
2855
2306
  "propertyName": "yesNo"
2856
2307
  },
@@ -2876,11 +2327,7 @@
2876
2327
  ],
2877
2328
  "properties": {
2878
2329
  "yesNo": {
2879
- "piqRef": "A11.6.1",
2880
- "enum": [
2881
- "Yes",
2882
- "No"
2883
- ]
2330
+ "piqRef": "A11.6.1"
2884
2331
  }
2885
2332
  }
2886
2333
  }
@@ -2890,7 +2337,6 @@
2890
2337
  "properties": {
2891
2338
  "restrictionsOnUseNotCompliedWith": {
2892
2339
  "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
2340
  "discriminator": {
2895
2341
  "propertyName": "yesNo"
2896
2342
  },
@@ -2912,26 +2358,19 @@
2912
2358
  ]
2913
2359
  },
2914
2360
  "details": {
2915
- "piqRef": "A12.1.2",
2916
- "title": "Details"
2361
+ "piqRef": "A12.1.2"
2917
2362
  }
2918
2363
  }
2919
2364
  }
2920
2365
  ],
2921
2366
  "properties": {
2922
2367
  "yesNo": {
2923
- "piqRef": "A12.1.1",
2924
- "enum": [
2925
- "Yes",
2926
- "No"
2927
- ]
2368
+ "piqRef": "A12.1.1"
2928
2369
  }
2929
2370
  }
2930
2371
  },
2931
2372
  "otherMaterialIssue": {
2932
2373
  "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
2374
  "discriminator": {
2936
2375
  "propertyName": "yesNo"
2937
2376
  },
@@ -2953,19 +2392,14 @@
2953
2392
  ]
2954
2393
  },
2955
2394
  "details": {
2956
- "piqRef": "A12.2.2",
2957
- "title": "Please describe this issue and any action that has been taken, if applicable."
2395
+ "piqRef": "A12.2.2"
2958
2396
  }
2959
2397
  }
2960
2398
  }
2961
2399
  ],
2962
2400
  "properties": {
2963
2401
  "yesNo": {
2964
- "piqRef": "A12.2.1",
2965
- "enum": [
2966
- "Yes",
2967
- "No"
2968
- ]
2402
+ "piqRef": "A12.2.1"
2969
2403
  }
2970
2404
  }
2971
2405
  }
@@ -2978,15 +2412,12 @@
2978
2412
  "legalOwners": {
2979
2413
  "properties": {
2980
2414
  "namesOfLegalOwners": {
2981
- "piqRef": "B1.1",
2982
- "title": "Names of all legal owners",
2983
- "minItems": 1
2415
+ "piqRef": "B1.1"
2984
2416
  }
2985
2417
  }
2986
2418
  },
2987
2419
  "sellersCapacity": {
2988
2420
  "piqRef": "B1.3.1",
2989
- "title": "Capacity in which the Seller sells",
2990
2421
  "discriminator": {
2991
2422
  "propertyName": "capacity"
2992
2423
  },
@@ -3016,7 +2447,6 @@
3016
2447
  },
3017
2448
  "legalBoundaries": {
3018
2449
  "piqRef": "B3.1",
3019
- "title": "Legal Boundaries",
3020
2450
  "properties": {
3021
2451
  "ownership": {
3022
2452
  "oneOf": [
@@ -3025,44 +2455,16 @@
3025
2455
  "uniformBoundaries": {
3026
2456
  "properties": {
3027
2457
  "left": {
3028
- "piqRef": "B3.1.1",
3029
- "title": "On the left",
3030
- "enum": [
3031
- "Seller",
3032
- "Shared",
3033
- "Neighbour",
3034
- "Not known"
3035
- ]
2458
+ "piqRef": "B3.1.1"
3036
2459
  },
3037
2460
  "right": {
3038
- "piqRef": "B3.1.2",
3039
- "title": "On the right",
3040
- "enum": [
3041
- "Seller",
3042
- "Shared",
3043
- "Neighbour",
3044
- "Not known"
3045
- ]
2461
+ "piqRef": "B3.1.2"
3046
2462
  },
3047
2463
  "rear": {
3048
- "piqRef": "B3.1.3",
3049
- "title": "At the rear",
3050
- "enum": [
3051
- "Seller",
3052
- "Shared",
3053
- "Neighbour",
3054
- "Not known"
3055
- ]
2464
+ "piqRef": "B3.1.3"
3056
2465
  },
3057
2466
  "front": {
3058
- "piqRef": "B3.1.4",
3059
- "title": "At the front",
3060
- "enum": [
3061
- "Seller",
3062
- "Shared",
3063
- "Neighbour",
3064
- "Not known"
3065
- ]
2467
+ "piqRef": "B3.1.4"
3066
2468
  }
3067
2469
  }
3068
2470
  }
@@ -3072,7 +2474,6 @@
3072
2474
  },
3073
2475
  "haveBoundaryFeaturesMoved": {
3074
2476
  "piqRef": "B3.3",
3075
- "title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
3076
2477
  "discriminator": {
3077
2478
  "propertyName": "yesNo"
3078
2479
  },
@@ -3095,32 +2496,21 @@
3095
2496
  ]
3096
2497
  },
3097
2498
  "details": {
3098
- "piqRef": "B3.3.2",
3099
- "title": "Details"
2499
+ "piqRef": "B3.3.2"
3100
2500
  }
3101
2501
  }
3102
2502
  }
3103
2503
  ],
3104
2504
  "properties": {
3105
2505
  "yesNo": {
3106
- "piqRef": "B3.3.1",
3107
- "enum": [
3108
- "Yes",
3109
- "No",
3110
- "Not applicable"
3111
- ]
2506
+ "piqRef": "B3.3.1"
3112
2507
  }
3113
2508
  }
3114
2509
  },
3115
2510
  "adjacentLandIncluded": {
3116
2511
  "properties": {
3117
2512
  "yesNo": {
3118
- "piqRef": "B3.4",
3119
- "enum": [
3120
- "Yes",
3121
- "No",
3122
- "Not applicable"
3123
- ]
2513
+ "piqRef": "B3.4"
3124
2514
  }
3125
2515
  }
3126
2516
  }
@@ -3130,7 +2520,6 @@
3130
2520
  "properties": {
3131
2521
  "pipesWiresCablesDrainsToProperty": {
3132
2522
  "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
2523
  "discriminator": {
3135
2524
  "propertyName": "yesNo"
3136
2525
  },
@@ -3153,26 +2542,19 @@
3153
2542
  ]
3154
2543
  },
3155
2544
  "details": {
3156
- "piqRef": "B4.1.2",
3157
- "title": "Please provide details"
2545
+ "piqRef": "B4.1.2"
3158
2546
  }
3159
2547
  }
3160
2548
  }
3161
2549
  ],
3162
2550
  "properties": {
3163
2551
  "yesNo": {
3164
- "piqRef": "B4.1.1",
3165
- "enum": [
3166
- "Yes",
3167
- "No",
3168
- "Not known"
3169
- ]
2552
+ "piqRef": "B4.1.1"
3170
2553
  }
3171
2554
  }
3172
2555
  },
3173
2556
  "pipesWiresCablesDrainsFromProperty": {
3174
2557
  "piqRef": "B4.2",
3175
- "title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
3176
2558
  "discriminator": {
3177
2559
  "propertyName": "yesNo"
3178
2560
  },
@@ -3195,26 +2577,19 @@
3195
2577
  ]
3196
2578
  },
3197
2579
  "details": {
3198
- "piqRef": "B4.2.2",
3199
- "title": "Please provide details"
2580
+ "piqRef": "B4.2.2"
3200
2581
  }
3201
2582
  }
3202
2583
  }
3203
2584
  ],
3204
2585
  "properties": {
3205
2586
  "yesNo": {
3206
- "piqRef": "B4.2.1",
3207
- "enum": [
3208
- "Yes",
3209
- "No",
3210
- "Not known"
3211
- ]
2587
+ "piqRef": "B4.2.1"
3212
2588
  }
3213
2589
  }
3214
2590
  },
3215
2591
  "formalOrInformalAgreements": {
3216
2592
  "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
2593
  "discriminator": {
3219
2594
  "propertyName": "yesNo"
3220
2595
  },
@@ -3237,20 +2612,14 @@
3237
2612
  ]
3238
2613
  },
3239
2614
  "details": {
3240
- "piqRef": "B4.3.2",
3241
- "title": "Please provide details"
2615
+ "piqRef": "B4.3.2"
3242
2616
  }
3243
2617
  }
3244
2618
  }
3245
2619
  ],
3246
2620
  "properties": {
3247
2621
  "yesNo": {
3248
- "piqRef": "B4.3.1",
3249
- "enum": [
3250
- "Yes",
3251
- "No",
3252
- "Not known"
3253
- ]
2622
+ "piqRef": "B4.3.1"
3254
2623
  }
3255
2624
  }
3256
2625
  }
@@ -3260,7 +2629,6 @@
3260
2629
  "properties": {
3261
2630
  "testedByQualifiedElectrician": {
3262
2631
  "piqRef": "B7.1",
3263
- "title": "Have the electrics at the property been tested by a qualified electrician?",
3264
2632
  "discriminator": {
3265
2633
  "propertyName": "yesNo"
3266
2634
  },
@@ -3282,25 +2650,19 @@
3282
2650
  ]
3283
2651
  },
3284
2652
  "yearTested": {
3285
- "piqRef": "B7.1.2",
3286
- "title": "State the year they were last tested"
2653
+ "piqRef": "B7.1.2"
3287
2654
  }
3288
2655
  }
3289
2656
  }
3290
2657
  ],
3291
2658
  "properties": {
3292
2659
  "yesNo": {
3293
- "piqRef": "B7.1.1",
3294
- "enum": [
3295
- "Yes",
3296
- "No"
3297
- ]
2660
+ "piqRef": "B7.1.1"
3298
2661
  }
3299
2662
  }
3300
2663
  },
3301
2664
  "electricalWorkSince2005": {
3302
2665
  "piqRef": "B7.2",
3303
- "title": "Since 1st January 2005, has any electrical work been carried out to the property?",
3304
2666
  "discriminator": {
3305
2667
  "propertyName": "yesNo"
3306
2668
  },
@@ -3323,26 +2685,19 @@
3323
2685
  ]
3324
2686
  },
3325
2687
  "yearWorkCarriedOut": {
3326
- "piqRef": "B7.2.2",
3327
- "title": "State the year the work was carried out"
2688
+ "piqRef": "B7.2.2"
3328
2689
  }
3329
2690
  }
3330
2691
  }
3331
2692
  ],
3332
2693
  "properties": {
3333
2694
  "yesNo": {
3334
- "piqRef": "B7.2.1",
3335
- "enum": [
3336
- "Yes",
3337
- "No",
3338
- "Not known"
3339
- ]
2695
+ "piqRef": "B7.2.1"
3340
2696
  }
3341
2697
  }
3342
2698
  },
3343
2699
  "solarPanels": {
3344
2700
  "piqRef": "B4.4",
3345
- "title": "Solar or photovoltaic panels",
3346
2701
  "discriminator": {
3347
2702
  "propertyName": "hasSolarPanels"
3348
2703
  },
@@ -3364,12 +2719,10 @@
3364
2719
  ]
3365
2720
  },
3366
2721
  "yearInstalled": {
3367
- "piqRef": "B4.4.2",
3368
- "title": "What year were they installed?"
2722
+ "piqRef": "B4.4.2"
3369
2723
  },
3370
2724
  "panelsOwnedOutright": {
3371
2725
  "piqRef": "B4.4.3",
3372
- "title": "Do you own the panels, and all equipment related to them, outright?",
3373
2726
  "discriminator": {
3374
2727
  "propertyName": "yesNo"
3375
2728
  },
@@ -3396,7 +2749,6 @@
3396
2749
  },
3397
2750
  "panelProviderLease": {
3398
2751
  "piqRef": "B4.4.4",
3399
- "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
3400
2752
  "discriminator": {
3401
2753
  "propertyName": "yesNo"
3402
2754
  },
@@ -3418,12 +2770,7 @@
3418
2770
  ]
3419
2771
  },
3420
2772
  "attachments": {
3421
- "piqRef": "B4.4.5",
3422
- "title": "Please supply copies of the relevant documents",
3423
- "enum": [
3424
- "Attached",
3425
- "To follow"
3426
- ]
2773
+ "piqRef": "B4.4.5"
3427
2774
  }
3428
2775
  }
3429
2776
  }
@@ -3434,12 +2781,7 @@
3434
2781
  ],
3435
2782
  "properties": {
3436
2783
  "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
- ]
2784
+ "piqRef": "B4.4.1"
3443
2785
  }
3444
2786
  }
3445
2787
  }
@@ -3448,12 +2790,7 @@
3448
2790
  "guaranteesWarrantiesAndIndemnityInsurances": {
3449
2791
  "properties": {
3450
2792
  "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
- ]
2793
+ "piqRef": "B5.1"
3457
2794
  }
3458
2795
  },
3459
2796
  "oneOf": [
@@ -3462,7 +2799,6 @@
3462
2799
  "properties": {
3463
2800
  "newHomeWarranty": {
3464
2801
  "piqRef": "B5.1.1",
3465
- "title": "New Home Warranty (NHBC or similar)",
3466
2802
  "discriminator": {
3467
2803
  "propertyName": "yesNo"
3468
2804
  },
@@ -3490,17 +2826,12 @@
3490
2826
  "roofingWork": {
3491
2827
  "properties": {
3492
2828
  "yesNo": {
3493
- "piqRef": "B5.1.2",
3494
- "enum": [
3495
- "Yes",
3496
- "No"
3497
- ]
2829
+ "piqRef": "B5.1.2"
3498
2830
  }
3499
2831
  }
3500
2832
  },
3501
2833
  "dampProofingTreatment": {
3502
2834
  "piqRef": "B5.1.3",
3503
- "title": "Damp proofing treatment",
3504
2835
  "discriminator": {
3505
2836
  "propertyName": "yesNo"
3506
2837
  },
@@ -3527,7 +2858,6 @@
3527
2858
  },
3528
2859
  "timberRotOrInfestationTreatment": {
3529
2860
  "piqRef": "B5.1.4",
3530
- "title": "Timber rot or infestation treatment",
3531
2861
  "discriminator": {
3532
2862
  "propertyName": "yesNo"
3533
2863
  },
@@ -3554,7 +2884,6 @@
3554
2884
  },
3555
2885
  "centralHeatingAndorPlumbing": {
3556
2886
  "piqRef": "B5.1.5",
3557
- "title": "Central heating and/or plumbing",
3558
2887
  "discriminator": {
3559
2888
  "propertyName": "yesNo"
3560
2889
  },
@@ -3581,7 +2910,6 @@
3581
2910
  },
3582
2911
  "doubleGlazing": {
3583
2912
  "piqRef": "B5.1.6",
3584
- "title": "Double glazing (windows, doors, roof lights, conservatory etc)",
3585
2913
  "discriminator": {
3586
2914
  "propertyName": "yesNo"
3587
2915
  },
@@ -3608,7 +2936,6 @@
3608
2936
  },
3609
2937
  "electricalRepairOrInstallation": {
3610
2938
  "piqRef": "B5.1.7",
3611
- "title": "Electrical repair or installation",
3612
2939
  "discriminator": {
3613
2940
  "propertyName": "yesNo"
3614
2941
  },
@@ -3635,7 +2962,6 @@
3635
2962
  },
3636
2963
  "subsidenceWork": {
3637
2964
  "piqRef": "B5.1.8",
3638
- "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
3639
2965
  "discriminator": {
3640
2966
  "propertyName": "yesNo"
3641
2967
  },
@@ -3662,7 +2988,6 @@
3662
2988
  },
3663
2989
  "solarPanels": {
3664
2990
  "piqRef": "B5.1.9",
3665
- "title": "Solar panels",
3666
2991
  "discriminator": {
3667
2992
  "propertyName": "yesNo"
3668
2993
  },
@@ -3689,7 +3014,6 @@
3689
3014
  },
3690
3015
  "otherGuarantees": {
3691
3016
  "piqRef": "B5.1.10",
3692
- "title": "Other Guarantees or warranties",
3693
3017
  "discriminator": {
3694
3018
  "propertyName": "yesNo"
3695
3019
  },
@@ -3716,7 +3040,6 @@
3716
3040
  },
3717
3041
  "outstandingClaimsOrApplications": {
3718
3042
  "piqRef": "B5.2",
3719
- "title": "Are there any outstanding claims or current applications relating to any of the above?",
3720
3043
  "discriminator": {
3721
3044
  "propertyName": "yesNo"
3722
3045
  },
@@ -3742,11 +3065,7 @@
3742
3065
  ],
3743
3066
  "properties": {
3744
3067
  "yesNo": {
3745
- "piqRef": "B5.2.1",
3746
- "enum": [
3747
- "Yes",
3748
- "No"
3749
- ]
3068
+ "piqRef": "B5.2.1"
3750
3069
  }
3751
3070
  }
3752
3071
  }
@@ -3759,12 +3078,7 @@
3759
3078
  "othersAged17OrOver": {
3760
3079
  "properties": {
3761
3080
  "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
- ]
3081
+ "piqRef": "B8.1"
3768
3082
  }
3769
3083
  },
3770
3084
  "oneOf": [
@@ -3772,8 +3086,7 @@
3772
3086
  {
3773
3087
  "properties": {
3774
3088
  "aged17OrOverNames": {
3775
- "piqRef": "B8.1.1",
3776
- "title": "Please provide their full names and ages."
3089
+ "piqRef": "B8.1.1"
3777
3090
  },
3778
3091
  "vacantPossession": {
3779
3092
  "oneOf": [
@@ -3782,7 +3095,6 @@
3782
3095
  "properties": {
3783
3096
  "aged17OrOverWillSignToConfirmWillVacate": {
3784
3097
  "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
3098
  "discriminator": {
3787
3099
  "propertyName": "yesNo"
3788
3100
  },
@@ -3808,11 +3120,7 @@
3808
3120
  ],
3809
3121
  "properties": {
3810
3122
  "yesNo": {
3811
- "piqRef": "B8.2.1",
3812
- "enum": [
3813
- "Yes",
3814
- "No"
3815
- ]
3123
+ "piqRef": "B8.2.1"
3816
3124
  }
3817
3125
  }
3818
3126
  }
@@ -3831,26 +3139,21 @@
3831
3139
  "sellerWillEnsure": {
3832
3140
  "properties": {
3833
3141
  "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."
3142
+ "piqRef": "B9.3"
3836
3143
  },
3837
3144
  "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."
3145
+ "piqRef": "B9.4"
3840
3146
  },
3841
3147
  "takeReasonableCare": {
3842
- "piqRef": "B9.6",
3843
- "title": "Take reasonable care when removing any other fittings or contents."
3148
+ "piqRef": "B9.6"
3844
3149
  },
3845
3150
  "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."
3151
+ "piqRef": "B9.5"
3848
3152
  }
3849
3153
  }
3850
3154
  },
3851
3155
  "otherPropertyInChain": {
3852
3156
  "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
3157
  "discriminator": {
3855
3158
  "propertyName": "yesNo"
3856
3159
  },
@@ -3876,18 +3179,12 @@
3876
3179
  ],
3877
3180
  "properties": {
3878
3181
  "yesNo": {
3879
- "piqRef": "B9.1.1",
3880
- "enum": [
3881
- "Yes",
3882
- "No"
3883
- ]
3182
+ "piqRef": "B9.1.1"
3884
3183
  }
3885
3184
  }
3886
3185
  },
3887
3186
  "moveRestrictionDates": {
3888
3187
  "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
3188
  "discriminator": {
3892
3189
  "propertyName": "yesNo"
3893
3190
  },
@@ -3913,11 +3210,7 @@
3913
3210
  ],
3914
3211
  "properties": {
3915
3212
  "yesNo": {
3916
- "piqRef": "B9.1.2",
3917
- "enum": [
3918
- "Yes",
3919
- "No"
3920
- ]
3213
+ "piqRef": "B9.1.2"
3921
3214
  }
3922
3215
  }
3923
3216
  }