@pdtf/schemas 2.3.0 → 3.0.0-10

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 (41) hide show
  1. package/index.js +52 -94
  2. package/package.json +1 -1
  3. package/src/examples/v2/exampleTransaction.json +6 -20
  4. package/src/examples/v3/exampleTransaction.json +904 -0
  5. package/src/mappings/SendPropertyDetailsRequestSchema.json +1588 -0
  6. package/src/mappings/adf.js +1 -1
  7. package/src/schemas/v2/combined.json +13206 -12615
  8. package/src/schemas/v2/overlays/baspi.json +510 -2331
  9. package/src/schemas/v2/overlays/con29DW.json +682 -762
  10. package/src/schemas/v2/overlays/con29R.json +2914 -3073
  11. package/src/schemas/v2/overlays/fme1.json +48 -233
  12. package/src/schemas/v2/overlays/llc1.json +12 -33
  13. package/src/schemas/v2/overlays/lpe1.json +75 -367
  14. package/src/schemas/v2/overlays/nts.json +17 -103
  15. package/src/schemas/v2/overlays/piq.json +146 -693
  16. package/src/schemas/v2/overlays/rds.json +66 -300
  17. package/src/schemas/v2/overlays/ta10.json +540 -1755
  18. package/src/schemas/v2/overlays/ta6.json +241 -1193
  19. package/src/schemas/v2/overlays/ta7.json +106 -440
  20. package/src/schemas/v2/pdtf-transaction.json +13656 -12911
  21. package/src/schemas/v2/skeleton.json +1342 -1155
  22. package/src/schemas/v3/combined.json +38477 -0
  23. package/src/schemas/v3/overlays/baspi.json +8022 -0
  24. package/src/schemas/v3/overlays/con29DW.json +705 -0
  25. package/src/schemas/v3/overlays/con29R.json +2956 -0
  26. package/src/schemas/v3/overlays/fme1.json +1264 -0
  27. package/src/schemas/v3/overlays/llc1.json +25 -0
  28. package/src/schemas/v3/overlays/lpe1.json +2181 -0
  29. package/src/schemas/v3/overlays/nts.json +1937 -0
  30. package/src/schemas/v3/overlays/oc1.json +2799 -0
  31. package/src/schemas/v3/overlays/piq.json +3391 -0
  32. package/src/schemas/v3/overlays/rds.json +3818 -0
  33. package/src/schemas/v3/overlays/ta10.json +5306 -0
  34. package/src/schemas/v3/overlays/ta6.json +4410 -0
  35. package/src/schemas/v3/overlays/ta7.json +1157 -0
  36. package/src/schemas/v3/pdtf-transaction.json +34858 -0
  37. package/src/schemas/v3/skeleton.json +4018 -0
  38. package/src/tests/{v2 → v3}/transactionSchema.test.js +46 -36
  39. package/src/tests/{v2 → v3}/verifiedClaimsValidator.test.js +11 -11
  40. package/src/utils/extractOverlay.js +12 -34
  41. package/src/utils/hmlrLLC1.json +0 -275
@@ -0,0 +1,2181 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://trust.propdata.org.uk/schemas/v3/overlays/lpe1.json",
4
+ "properties": {
5
+ "propertyPack": {
6
+ "properties": {
7
+ "materialFacts": {
8
+ "properties": {
9
+ "ownership": {
10
+ "properties": {
11
+ "ownershipsToBeTransferred": {
12
+ "items": {
13
+ "oneOf": [
14
+ null,
15
+ {
16
+ "properties": {
17
+ "managedFreeholdOrCommonholdInformation": {
18
+ "properties": {
19
+ "transferAndRegistration": {
20
+ "properties": {
21
+ "procedureForObtainingCertificate": {
22
+ "lpe1Ref": "2.6"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "required": [
32
+ "leaseholdInformation"
33
+ ],
34
+ "properties": {
35
+ "leaseholdInformation": {
36
+ "required": [
37
+ "contactDetails",
38
+ "transferAndRegistration",
39
+ "groundRent",
40
+ "ownershipAndManagement",
41
+ "serviceCharge",
42
+ "buildingsInsurance",
43
+ "disputesAndEnfranchisement",
44
+ "general",
45
+ "requiredDocuments",
46
+ "confirmation"
47
+ ],
48
+ "properties": {
49
+ "typeOfLeasehold": {
50
+ "required": [
51
+ "leaseholdType"
52
+ ],
53
+ "oneOf": [
54
+ null,
55
+ {
56
+ "required": [
57
+ "sharedOwnershipPercentage",
58
+ "sharedOwnershipRent",
59
+ "sharedOwnershipRentFrequency"
60
+ ]
61
+ }
62
+ ]
63
+ },
64
+ "contactDetails": {
65
+ "lpe1Ref": "1",
66
+ "required": [
67
+ "contacts",
68
+ "serviceContactAssignments"
69
+ ],
70
+ "properties": {
71
+ "contacts": {
72
+ "lpe1Ref": "1",
73
+ "properties": {
74
+ "landlord": {
75
+ "lpe1Ref": "1.1",
76
+ "required": [
77
+ "contact"
78
+ ],
79
+ "properties": {
80
+ "contact": {
81
+ "required": [
82
+ "nameOrOrganisation",
83
+ "address",
84
+ "telephone",
85
+ "emailAddress"
86
+ ],
87
+ "properties": {
88
+ "address": {
89
+ "required": [
90
+ "line1",
91
+ "postcode"
92
+ ]
93
+ }
94
+ }
95
+ }
96
+ }
97
+ },
98
+ "rentchargeOwner": {
99
+ "lpe1Ref": "1.1",
100
+ "required": [
101
+ "contact"
102
+ ],
103
+ "properties": {
104
+ "contact": {
105
+ "required": [
106
+ "nameOrOrganisation",
107
+ "address",
108
+ "telephone",
109
+ "emailAddress"
110
+ ],
111
+ "properties": {
112
+ "address": {
113
+ "required": [
114
+ "line1",
115
+ "postcode"
116
+ ]
117
+ }
118
+ }
119
+ }
120
+ }
121
+ },
122
+ "managementCompany": {
123
+ "lpe1Ref": "1.2",
124
+ "properties": {
125
+ "contact": {
126
+ "required": [
127
+ "nameOrOrganisation",
128
+ "address",
129
+ "telephone",
130
+ "emailAddress"
131
+ ],
132
+ "properties": {
133
+ "address": {
134
+ "required": [
135
+ "line1",
136
+ "postcode"
137
+ ]
138
+ }
139
+ }
140
+ }
141
+ }
142
+ },
143
+ "managingAgent": {
144
+ "lpe1Ref": "1.3",
145
+ "properties": {
146
+ "contact": {
147
+ "required": [
148
+ "nameOrOrganisation",
149
+ "address",
150
+ "telephone",
151
+ "emailAddress"
152
+ ],
153
+ "properties": {
154
+ "address": {
155
+ "required": [
156
+ "line1",
157
+ "postcode"
158
+ ]
159
+ }
160
+ }
161
+ }
162
+ }
163
+ },
164
+ "residentTenantsAssociation": {
165
+ "lpe1Ref": "1.4",
166
+ "properties": {
167
+ "contact": {
168
+ "required": [
169
+ "nameOrOrganisation",
170
+ "line1",
171
+ "postcode",
172
+ "telephone",
173
+ "emailAddress"
174
+ ],
175
+ "properties": {
176
+ "address": {
177
+ "required": [
178
+ "line1",
179
+ "postcode"
180
+ ]
181
+ }
182
+ }
183
+ }
184
+ }
185
+ },
186
+ "legalRepresentative": {
187
+ "lpe1Ref": "1.5",
188
+ "properties": {
189
+ "contact": {
190
+ "required": [
191
+ "nameOrOrganisation",
192
+ "line1",
193
+ "postcode",
194
+ "telephone",
195
+ "emailAddress"
196
+ ],
197
+ "properties": {
198
+ "address": {
199
+ "required": [
200
+ "line1",
201
+ "postcode"
202
+ ]
203
+ }
204
+ }
205
+ }
206
+ }
207
+ }
208
+ }
209
+ },
210
+ "serviceContactAssignments": {
211
+ "lpe1Ref": "1.6",
212
+ "discriminator": {
213
+ "propertyName": "dealsWithDayToDayMaintenanceOfBuilding"
214
+ },
215
+ "oneOf": [
216
+ {
217
+ "properties": {
218
+ "dealsWithDayToDayMaintenanceOfBuilding": {
219
+ "enum": [
220
+ "Landlord",
221
+ "Management Company",
222
+ "Managing Agent"
223
+ ]
224
+ }
225
+ }
226
+ },
227
+ {
228
+ "properties": {
229
+ "dealsWithDayToDayMaintenanceOfBuilding": {
230
+ "enum": [
231
+ "the Lessees"
232
+ ]
233
+ },
234
+ "lesseeInCharge": {
235
+ "lpe1Ref": "1.10.1",
236
+ "required": [
237
+ "nameOrOrganisation",
238
+ "line1",
239
+ "postcode",
240
+ "telephone",
241
+ "emailAddress"
242
+ ],
243
+ "properties": {
244
+ "address": {
245
+ "required": [
246
+ "line1",
247
+ "postcode"
248
+ ]
249
+ }
250
+ }
251
+ }
252
+ },
253
+ "required": [
254
+ "lesseeInCharge"
255
+ ]
256
+ }
257
+ ],
258
+ "required": [
259
+ "noticeOfAssignmentAndCharge",
260
+ "collectsGroundRent",
261
+ "collectsServiceCharges",
262
+ "collectsbuildingInsurancePremiums",
263
+ "dealsWithDayToDayMaintenanceOfManagedArea",
264
+ "dealsWithDayToDayMaintenanceOfBuilding"
265
+ ],
266
+ "properties": {
267
+ "noticeOfAssignmentAndCharge": {
268
+ "lpe1Ref": "1.6",
269
+ "properties": {
270
+ "landlord": {
271
+ "required": [
272
+ "isApplicableParty"
273
+ ],
274
+ "properties": {
275
+ "isApplicableParty": {
276
+ "lpe1Ref": "1.6.1"
277
+ }
278
+ },
279
+ "oneOf": [
280
+ null,
281
+ {
282
+ "required": [
283
+ "feeIncludingVAT",
284
+ "noticeViaEmail"
285
+ ]
286
+ }
287
+ ]
288
+ },
289
+ "managementCompany": {
290
+ "required": [
291
+ "isApplicableParty"
292
+ ],
293
+ "oneOf": [
294
+ null,
295
+ {
296
+ "required": [
297
+ "feeIncludingVAT",
298
+ "noticeViaEmail"
299
+ ]
300
+ }
301
+ ]
302
+ },
303
+ "managingAgent": {
304
+ "required": [
305
+ "isApplicableParty"
306
+ ],
307
+ "oneOf": [
308
+ null,
309
+ {
310
+ "required": [
311
+ "feeIncludingVAT",
312
+ "noticeViaEmail"
313
+ ]
314
+ }
315
+ ]
316
+ },
317
+ "other": {
318
+ "required": [
319
+ "isApplicableParty"
320
+ ],
321
+ "oneOf": [
322
+ null,
323
+ {
324
+ "required": [
325
+ "feeIncludingVAT",
326
+ "noticeViaEmail",
327
+ "contact",
328
+ "capacity"
329
+ ],
330
+ "contact": {
331
+ "required": [
332
+ "nameOrOrganisation",
333
+ "line1",
334
+ "postcode",
335
+ "telephone",
336
+ "emailAddress"
337
+ ],
338
+ "properties": {
339
+ "address": {
340
+ "required": [
341
+ "line1",
342
+ "postcode"
343
+ ]
344
+ }
345
+ }
346
+ }
347
+ }
348
+ ]
349
+ }
350
+ }
351
+ },
352
+ "noticeOfTransferAndCharge": {
353
+ "lpe1Ref": "1.5",
354
+ "properties": {
355
+ "rentchargeOwner": {
356
+ "required": [
357
+ "isApplicableParty"
358
+ ],
359
+ "properties": {
360
+ "isApplicableParty": {
361
+ "lpe1Ref": "1.5"
362
+ }
363
+ },
364
+ "oneOf": [
365
+ null,
366
+ {
367
+ "required": [
368
+ "feeIncludingVAT",
369
+ "noticeViaEmail"
370
+ ]
371
+ }
372
+ ]
373
+ },
374
+ "managementCompany": {
375
+ "required": [
376
+ "isApplicableParty"
377
+ ],
378
+ "oneOf": [
379
+ null,
380
+ {
381
+ "required": [
382
+ "feeIncludingVAT",
383
+ "noticeViaEmail"
384
+ ]
385
+ }
386
+ ]
387
+ },
388
+ "managingAgent": {
389
+ "required": [
390
+ "isApplicableParty"
391
+ ],
392
+ "oneOf": [
393
+ null,
394
+ {
395
+ "required": [
396
+ "feeIncludingVAT",
397
+ "noticeViaEmail"
398
+ ]
399
+ }
400
+ ]
401
+ },
402
+ "legalRepresentative": {
403
+ "required": [
404
+ "isApplicableParty"
405
+ ],
406
+ "oneOf": [
407
+ null,
408
+ {
409
+ "required": [
410
+ "feeIncludingVAT",
411
+ "noticeViaEmail"
412
+ ]
413
+ }
414
+ ]
415
+ },
416
+ "other": {
417
+ "required": [
418
+ "isApplicableParty"
419
+ ],
420
+ "oneOf": [
421
+ null,
422
+ {
423
+ "required": [
424
+ "feeIncludingVAT",
425
+ "noticeViaEmail",
426
+ "contact",
427
+ "capacity"
428
+ ],
429
+ "contact": {
430
+ "required": [
431
+ "nameOrOrganisation",
432
+ "line1",
433
+ "postcode",
434
+ "telephone",
435
+ "emailAddress"
436
+ ],
437
+ "properties": {
438
+ "address": {
439
+ "required": [
440
+ "line1",
441
+ "postcode"
442
+ ]
443
+ }
444
+ }
445
+ }
446
+ }
447
+ ]
448
+ },
449
+ "otherDetailsRequired": {
450
+ "lpe1Ref": "1.5.1",
451
+ "discriminator": {
452
+ "propertyName": "areOtherDetailsRequired"
453
+ },
454
+ "oneOf": [
455
+ {
456
+ "properties": {
457
+ "areOtherDetailsRequired": {
458
+ "const": "No"
459
+ }
460
+ }
461
+ },
462
+ {
463
+ "properties": {
464
+ "areOtherDetailsRequired": {
465
+ "const": "Yes"
466
+ }
467
+ },
468
+ "required": [
469
+ "details"
470
+ ]
471
+ }
472
+ ],
473
+ "required": [
474
+ "areOtherDetailsRequired"
475
+ ]
476
+ }
477
+ }
478
+ },
479
+ "collectsGroundRent": {
480
+ "lpe1Ref": "1.7"
481
+ },
482
+ "collectsServiceCharges": {
483
+ "lpe1Ref": "1.8"
484
+ },
485
+ "collectsbuildingInsurancePremiums": {
486
+ "lpe1Ref": "1.9"
487
+ },
488
+ "dealsWithDayToDayMaintenanceOfManagedArea": {
489
+ "lpe1Ref": "1.11"
490
+ },
491
+ "organisesBuildingInsurance": {
492
+ "lpe1Ref": "1.12"
493
+ },
494
+ "dealsWithDayToDayMaintenanceOfBuilding": {
495
+ "lpe1Ref": "1.10"
496
+ }
497
+ }
498
+ }
499
+ }
500
+ },
501
+ "transferAndRegistration": {
502
+ "lpe1Ref": "2",
503
+ "required": [
504
+ "deedOfCovenantRequired",
505
+ "licenceToAssignRequired",
506
+ "awareOfConsents",
507
+ "requirementsToBeMemberOfManagementCompany",
508
+ "procedureForObtainingCertificate"
509
+ ],
510
+ "properties": {
511
+ "deedOfCovenantRequired": {
512
+ "lpe1Ref": "2.1",
513
+ "discriminator": {
514
+ "propertyName": "yesNoNotKnown"
515
+ },
516
+ "oneOf": [
517
+ {
518
+ "properties": {
519
+ "yesNoNotKnown": {
520
+ "enum": [
521
+ "No",
522
+ "Not Known"
523
+ ]
524
+ }
525
+ }
526
+ },
527
+ {
528
+ "properties": {
529
+ "yesNoNotKnown": {
530
+ "enum": [
531
+ "Yes"
532
+ ]
533
+ },
534
+ "costsApplicableToTheDeed": {
535
+ "lpe1Ref": "2.1.1"
536
+ },
537
+ "personWhoDealsWithTheDeedOfCovenant": {
538
+ "lpe1Ref": "2.1.2"
539
+ }
540
+ },
541
+ "required": [
542
+ "costsApplicableToTheDeed",
543
+ "personWhoDealsWithTheDeedOfCovenant"
544
+ ]
545
+ }
546
+ ],
547
+ "required": [
548
+ "yesNoNotKnown"
549
+ ]
550
+ },
551
+ "licenceToAssignRequired": {
552
+ "lpe1Ref": "2.2",
553
+ "discriminator": {
554
+ "propertyName": "yesNo"
555
+ },
556
+ "oneOf": [
557
+ {
558
+ "properties": {
559
+ "yesNo": {
560
+ "enum": [
561
+ "No"
562
+ ]
563
+ }
564
+ }
565
+ },
566
+ {
567
+ "properties": {
568
+ "yesNo": {
569
+ "enum": [
570
+ "Yes"
571
+ ]
572
+ },
573
+ "requirements": {
574
+ "lpe1Ref": "2.3"
575
+ }
576
+ },
577
+ "required": [
578
+ "requirements"
579
+ ]
580
+ }
581
+ ],
582
+ "required": [
583
+ "yesNo"
584
+ ]
585
+ },
586
+ "awareOfConsents": {
587
+ "lpe1Ref": "2.4",
588
+ "discriminator": {
589
+ "propertyName": "yesNo"
590
+ },
591
+ "oneOf": [
592
+ {
593
+ "properties": {
594
+ "yesNo": {
595
+ "enum": [
596
+ "No"
597
+ ]
598
+ }
599
+ }
600
+ },
601
+ {
602
+ "properties": {
603
+ "yesNo": {
604
+ "enum": [
605
+ "Yes"
606
+ ]
607
+ },
608
+ "details": {
609
+ "lpe1Ref": "2.4.1"
610
+ }
611
+ },
612
+ "required": [
613
+ "details"
614
+ ]
615
+ }
616
+ ],
617
+ "required": [
618
+ "yesNo"
619
+ ]
620
+ },
621
+ "changesInTermOfLease": {
622
+ "required": [
623
+ "isSellerAwareOfChanges"
624
+ ],
625
+ "oneOf": [
626
+ null,
627
+ {
628
+ "required": [
629
+ "details"
630
+ ]
631
+ }
632
+ ]
633
+ },
634
+ "requirementsToBeMemberOfManagementCompany": {
635
+ "lpe1Ref": "2.5",
636
+ "discriminator": {
637
+ "propertyName": "yesNoNotApplicable"
638
+ },
639
+ "oneOf": [
640
+ {
641
+ "properties": {
642
+ "yesNoNotApplicable": {
643
+ "enum": [
644
+ "No",
645
+ "Not applicable"
646
+ ]
647
+ }
648
+ }
649
+ },
650
+ {
651
+ "properties": {
652
+ "yesNoNotApplicable": {
653
+ "enum": [
654
+ "Yes"
655
+ ]
656
+ },
657
+ "details": {
658
+ "lpe1Ref": "2.5.1"
659
+ }
660
+ },
661
+ "required": [
662
+ "details"
663
+ ]
664
+ }
665
+ ],
666
+ "required": [
667
+ "yesNoNotApplicable"
668
+ ]
669
+ }
670
+ }
671
+ },
672
+ "groundRent": {
673
+ "lpe1Ref": "3",
674
+ "discriminator": {
675
+ "propertyName": "isGroundRentPayable"
676
+ },
677
+ "oneOf": [
678
+ {
679
+ "properties": {
680
+ "isGroundRentPayable": {
681
+ "enum": [
682
+ "No"
683
+ ]
684
+ }
685
+ }
686
+ },
687
+ {
688
+ "properties": {
689
+ "isGroundRentPayable": {
690
+ "enum": [
691
+ "Yes"
692
+ ]
693
+ },
694
+ "annualGroundRent": {
695
+ "lpe1Ref": "3.1"
696
+ },
697
+ "rentSubjectToIncrease": {
698
+ "required": [
699
+ "yesNo"
700
+ ],
701
+ "oneOf": [
702
+ null,
703
+ {
704
+ "required": [
705
+ "rentReviewFrequency",
706
+ "rentIncreaseCalculated"
707
+ ]
708
+ }
709
+ ]
710
+ },
711
+ "groundRentPaidUpToDate": {
712
+ "lpe1Ref": "3.2",
713
+ "discriminator": {
714
+ "propertyName": "yesNoNotApplicable"
715
+ },
716
+ "oneOf": [
717
+ {
718
+ "properties": {
719
+ "yesNoNotApplicable": {
720
+ "enum": [
721
+ "Yes",
722
+ "Not applicable"
723
+ ]
724
+ }
725
+ }
726
+ },
727
+ {
728
+ "properties": {
729
+ "yesNoNotApplicable": {
730
+ "enum": [
731
+ "No"
732
+ ]
733
+ },
734
+ "details": {
735
+ "lpe1Ref": "3.2.1"
736
+ }
737
+ },
738
+ "required": [
739
+ "details"
740
+ ]
741
+ }
742
+ ],
743
+ "required": [
744
+ "yesNoNotApplicable"
745
+ ]
746
+ },
747
+ "lastDemandPeriod": {
748
+ "lpe1Ref": "3.3"
749
+ }
750
+ },
751
+ "required": [
752
+ "annualGroundRent",
753
+ "groundRentFrequency",
754
+ "rentSubjectToIncrease",
755
+ "groundRentPaidUpToDate",
756
+ "lastDemandPeriod"
757
+ ]
758
+ }
759
+ ],
760
+ "required": [
761
+ "isGroundRentPayable"
762
+ ]
763
+ },
764
+ "ownershipAndManagement": {
765
+ "properties": {
766
+ "hasHeadlease": {
767
+ "required": [
768
+ "yesNo"
769
+ ],
770
+ "oneOf": [
771
+ null,
772
+ {
773
+ "required": [
774
+ "headLeaseholderControlled"
775
+ ]
776
+ }
777
+ ]
778
+ },
779
+ "buildingManager": {
780
+ "required": [
781
+ "buildingManagerType"
782
+ ],
783
+ "oneOf": [
784
+ null,
785
+ {
786
+ "required": [
787
+ "details"
788
+ ]
789
+ }
790
+ ]
791
+ }
792
+ }
793
+ },
794
+ "serviceCharge": {
795
+ "lpe1Ref": "4",
796
+ "discriminator": {
797
+ "propertyName": "sellerContributesToServiceCharge"
798
+ },
799
+ "oneOf": [
800
+ {
801
+ "properties": {
802
+ "sellerContributesToServiceCharge": {
803
+ "enum": [
804
+ "No"
805
+ ]
806
+ }
807
+ }
808
+ },
809
+ {
810
+ "properties": {
811
+ "sellerContributesToServiceCharge": {
812
+ "enum": [
813
+ "Yes"
814
+ ]
815
+ },
816
+ "annualServiceCharge": {
817
+ "lpe1Ref": "4.1.1"
818
+ },
819
+ "largeAdditionalExpense": {
820
+ "required": [
821
+ "yesNo"
822
+ ],
823
+ "oneOf": [
824
+ null,
825
+ {
826
+ "required": [
827
+ "details"
828
+ ]
829
+ }
830
+ ]
831
+ },
832
+ "problemInServiceChargeLevel": {
833
+ "required": [
834
+ "yesNo"
835
+ ],
836
+ "oneOf": [
837
+ null,
838
+ {
839
+ "required": [
840
+ "details"
841
+ ]
842
+ }
843
+ ]
844
+ },
845
+ "serviceChargeChallenged": {
846
+ "required": [
847
+ "yesNo"
848
+ ],
849
+ "oneOf": [
850
+ null,
851
+ {
852
+ "required": [
853
+ "details"
854
+ ]
855
+ }
856
+ ]
857
+ },
858
+ "difficultyInCollectingServiceCharge": {
859
+ "required": [
860
+ "yesNo"
861
+ ],
862
+ "oneOf": [
863
+ null,
864
+ {
865
+ "required": [
866
+ "details"
867
+ ]
868
+ }
869
+ ]
870
+ },
871
+ "serviceChargeOwed": {
872
+ "required": [
873
+ "yesNo"
874
+ ],
875
+ "oneOf": [
876
+ null,
877
+ {
878
+ "required": [
879
+ "details"
880
+ ]
881
+ }
882
+ ]
883
+ },
884
+ "propertiesContributingToMaintenanceOfManagedArea": {
885
+ "lpe1Ref": "4.1"
886
+ },
887
+ "adHocExpenses": {
888
+ "lpe1Ref": "4.1.2"
889
+ },
890
+ "serviceChargePaidUpToDate": {
891
+ "lpe1Ref": "4.2",
892
+ "discriminator": {
893
+ "propertyName": "yesNo"
894
+ },
895
+ "oneOf": [
896
+ {
897
+ "properties": {
898
+ "yesNo": {
899
+ "enum": [
900
+ "Yes"
901
+ ]
902
+ }
903
+ }
904
+ },
905
+ {
906
+ "properties": {
907
+ "yesNo": {
908
+ "enum": [
909
+ "No"
910
+ ]
911
+ },
912
+ "details": {
913
+ "lpe1Ref": "4.2.1"
914
+ }
915
+ },
916
+ "required": [
917
+ "details"
918
+ ]
919
+ }
920
+ ],
921
+ "required": [
922
+ "yesNo"
923
+ ]
924
+ },
925
+ "excessPaymentAnticipated": {
926
+ "lpe1Ref": "4.3",
927
+ "discriminator": {
928
+ "propertyName": "yesNo"
929
+ },
930
+ "oneOf": [
931
+ {
932
+ "properties": {
933
+ "yesNo": {
934
+ "enum": [
935
+ "No"
936
+ ]
937
+ }
938
+ }
939
+ },
940
+ {
941
+ "properties": {
942
+ "yesNo": {
943
+ "enum": [
944
+ "Yes"
945
+ ]
946
+ },
947
+ "details": {
948
+ "lpe1Ref": "4.3.1"
949
+ }
950
+ },
951
+ "required": [
952
+ "details"
953
+ ]
954
+ }
955
+ ],
956
+ "required": [
957
+ "yesNo"
958
+ ]
959
+ },
960
+ "lastDemandPeriod": {
961
+ "lpe1Ref": "4.4"
962
+ },
963
+ "hasInabilityToCollectAffectedMaintenance": {
964
+ "lpe1Ref": "4.5",
965
+ "discriminator": {
966
+ "propertyName": "yesNo"
967
+ },
968
+ "oneOf": [
969
+ {
970
+ "properties": {
971
+ "yesNo": {
972
+ "enum": [
973
+ "No"
974
+ ]
975
+ }
976
+ }
977
+ },
978
+ {
979
+ "properties": {
980
+ "yesNo": {
981
+ "enum": [
982
+ "Yes"
983
+ ]
984
+ },
985
+ "details": {
986
+ "lpe1Ref": "4.5.1"
987
+ }
988
+ },
989
+ "required": [
990
+ "details"
991
+ ]
992
+ }
993
+ ],
994
+ "required": [
995
+ "yesNo"
996
+ ]
997
+ },
998
+ "reserveFund": {
999
+ "lpe1Ref": "4.6",
1000
+ "discriminator": {
1001
+ "propertyName": "yesNo"
1002
+ },
1003
+ "oneOf": [
1004
+ {
1005
+ "properties": {
1006
+ "yesNo": {
1007
+ "enum": [
1008
+ "No"
1009
+ ]
1010
+ }
1011
+ }
1012
+ },
1013
+ {
1014
+ "properties": {
1015
+ "yesNo": {
1016
+ "enum": [
1017
+ "Yes"
1018
+ ]
1019
+ },
1020
+ "details": {
1021
+ "lpe1Ref": "4.6.1"
1022
+ },
1023
+ "sufficentToCoverSection20Expenditure": {
1024
+ "lpe1Ref": "4.6.2",
1025
+ "discriminator": {
1026
+ "propertyName": "yesNo"
1027
+ },
1028
+ "oneOf": [
1029
+ {
1030
+ "properties": {
1031
+ "yesNo": {
1032
+ "enum": [
1033
+ "Yes"
1034
+ ]
1035
+ }
1036
+ }
1037
+ },
1038
+ {
1039
+ "properties": {
1040
+ "yesNo": {
1041
+ "enum": [
1042
+ "No"
1043
+ ]
1044
+ },
1045
+ "details": {
1046
+ "lpe1Ref": "4.6.3"
1047
+ }
1048
+ },
1049
+ "required": [
1050
+ "details"
1051
+ ]
1052
+ }
1053
+ ],
1054
+ "required": [
1055
+ "yesNo"
1056
+ ]
1057
+ }
1058
+ },
1059
+ "required": [
1060
+ "details"
1061
+ ]
1062
+ }
1063
+ ],
1064
+ "required": [
1065
+ "yesNo"
1066
+ ]
1067
+ },
1068
+ "lastDecoratedPeriod": {
1069
+ "lpe1Ref": "4.7"
1070
+ },
1071
+ "section20WorksProposed": {
1072
+ "lpe1Ref": "4.8",
1073
+ "discriminator": {
1074
+ "propertyName": "yesNo"
1075
+ },
1076
+ "oneOf": [
1077
+ {
1078
+ "properties": {
1079
+ "yesNo": {
1080
+ "enum": [
1081
+ "Not applicable"
1082
+ ]
1083
+ }
1084
+ }
1085
+ },
1086
+ {
1087
+ "properties": {
1088
+ "yesNo": {
1089
+ "enum": [
1090
+ "Completed but unpaid",
1091
+ "Due",
1092
+ "Anticipated"
1093
+ ]
1094
+ },
1095
+ "details": {
1096
+ "lpe1Ref": "4.8.1"
1097
+ }
1098
+ },
1099
+ "required": [
1100
+ "details"
1101
+ ]
1102
+ }
1103
+ ],
1104
+ "required": [
1105
+ "yesNo"
1106
+ ]
1107
+ },
1108
+ "increaseInServiceChargeAnticipated": {
1109
+ "lpe1Ref": "4.9",
1110
+ "discriminator": {
1111
+ "propertyName": "yesNo"
1112
+ },
1113
+ "oneOf": [
1114
+ {
1115
+ "properties": {
1116
+ "yesNo": {
1117
+ "enum": [
1118
+ "No"
1119
+ ]
1120
+ }
1121
+ }
1122
+ },
1123
+ {
1124
+ "properties": {
1125
+ "yesNo": {
1126
+ "enum": [
1127
+ "Yes"
1128
+ ]
1129
+ },
1130
+ "details": {
1131
+ "lpe1Ref": "4.9.1"
1132
+ }
1133
+ },
1134
+ "required": [
1135
+ "details"
1136
+ ]
1137
+ }
1138
+ ],
1139
+ "required": [
1140
+ "yesNo"
1141
+ ]
1142
+ },
1143
+ "outstandingServiceChargeConsultation": {
1144
+ "lpe1Ref": "4.10",
1145
+ "discriminator": {
1146
+ "propertyName": "yesNo"
1147
+ },
1148
+ "oneOf": [
1149
+ {
1150
+ "properties": {
1151
+ "yesNo": {
1152
+ "enum": [
1153
+ "No"
1154
+ ]
1155
+ }
1156
+ }
1157
+ },
1158
+ {
1159
+ "properties": {
1160
+ "yesNo": {
1161
+ "enum": [
1162
+ "Yes"
1163
+ ]
1164
+ },
1165
+ "details": {
1166
+ "lpe1Ref": "4.10.1"
1167
+ }
1168
+ },
1169
+ "required": [
1170
+ "details"
1171
+ ]
1172
+ }
1173
+ ],
1174
+ "required": [
1175
+ "yesNo"
1176
+ ]
1177
+ },
1178
+ "japaneseKnotweedAffectingManagedAreas": {
1179
+ "lpe1Ref": "4.11",
1180
+ "discriminator": {
1181
+ "propertyName": "yesNo"
1182
+ },
1183
+ "oneOf": [
1184
+ {
1185
+ "properties": {
1186
+ "yesNo": {
1187
+ "enum": [
1188
+ "No"
1189
+ ]
1190
+ }
1191
+ }
1192
+ },
1193
+ {
1194
+ "properties": {
1195
+ "yesNo": {
1196
+ "enum": [
1197
+ "Yes"
1198
+ ]
1199
+ },
1200
+ "details": {
1201
+ "lpe1Ref": "4.11.1"
1202
+ }
1203
+ },
1204
+ "required": [
1205
+ "details"
1206
+ ]
1207
+ }
1208
+ ],
1209
+ "required": [
1210
+ "yesNo"
1211
+ ]
1212
+ },
1213
+ "transferFees": {
1214
+ "lpe1Ref": "4.12",
1215
+ "discriminator": {
1216
+ "propertyName": "yesNo"
1217
+ },
1218
+ "oneOf": [
1219
+ {
1220
+ "properties": {
1221
+ "yesNo": {
1222
+ "enum": [
1223
+ "No"
1224
+ ]
1225
+ }
1226
+ }
1227
+ },
1228
+ {
1229
+ "properties": {
1230
+ "yesNo": {
1231
+ "enum": [
1232
+ "Yes"
1233
+ ]
1234
+ },
1235
+ "details": {
1236
+ "lpe1Ref": "4.12.2"
1237
+ }
1238
+ },
1239
+ "required": [
1240
+ "details"
1241
+ ]
1242
+ }
1243
+ ],
1244
+ "required": [
1245
+ "yesNo"
1246
+ ],
1247
+ "properties": {
1248
+ "yesNo": {
1249
+ "lpe1Ref": "4.12.1"
1250
+ }
1251
+ }
1252
+ },
1253
+ "allPropertiesContribute": {
1254
+ "lpe1Ref": "4.13",
1255
+ "discriminator": {
1256
+ "propertyName": "yesNo"
1257
+ },
1258
+ "oneOf": [
1259
+ {
1260
+ "properties": {
1261
+ "yesNo": {
1262
+ "enum": [
1263
+ "Yes"
1264
+ ]
1265
+ }
1266
+ }
1267
+ },
1268
+ {
1269
+ "properties": {
1270
+ "yesNo": {
1271
+ "enum": [
1272
+ "No"
1273
+ ]
1274
+ },
1275
+ "details": {
1276
+ "lpe1Ref": "4.13.1"
1277
+ }
1278
+ },
1279
+ "required": [
1280
+ "details"
1281
+ ]
1282
+ }
1283
+ ],
1284
+ "required": [
1285
+ "yesNo"
1286
+ ]
1287
+ },
1288
+ "deedOfCertificateServed": {
1289
+ "lpe1Ref": "4.14",
1290
+ "discriminator": {
1291
+ "propertyName": "yesNoNotApplicable"
1292
+ },
1293
+ "oneOf": [
1294
+ {
1295
+ "properties": {
1296
+ "yesNoNotApplicable": {
1297
+ "enum": [
1298
+ "Not applicable"
1299
+ ]
1300
+ }
1301
+ }
1302
+ },
1303
+ {
1304
+ "properties": {
1305
+ "yesNoNotApplicable": {
1306
+ "enum": [
1307
+ "No"
1308
+ ]
1309
+ }
1310
+ }
1311
+ },
1312
+ {
1313
+ "properties": {
1314
+ "yesNoNotApplicable": {
1315
+ "enum": [
1316
+ "Yes"
1317
+ ]
1318
+ }
1319
+ },
1320
+ "required": [
1321
+ "sellerCompletedDeedOfCertificate"
1322
+ ]
1323
+ }
1324
+ ],
1325
+ "required": [
1326
+ "yesNoNotApplicable"
1327
+ ]
1328
+ },
1329
+ "landlordsCertificateServed": {
1330
+ "lpe1Ref": "4.14",
1331
+ "required": [
1332
+ "yesNoNotApplicable"
1333
+ ]
1334
+ }
1335
+ },
1336
+ "required": [
1337
+ "annualServiceCharge",
1338
+ "largeAdditionalExpense",
1339
+ "problemInServiceChargeLevel",
1340
+ "serviceChargeChallenged",
1341
+ "dangerousCladdingOrDefects",
1342
+ "difficultyInCollectingServiceCharge",
1343
+ "serviceChargeOwed",
1344
+ "propertiesContributingToMaintenanceOfManagedArea",
1345
+ "adHocExpenses",
1346
+ "serviceChargePaidUpToDate",
1347
+ "excessPaymentAnticipated",
1348
+ "lastDemandPeriod",
1349
+ "hasInabilityToCollectAffectedMaintenance",
1350
+ "reserveFund",
1351
+ "lastDecoratedPeriod",
1352
+ "section20WorksProposed",
1353
+ "increaseInServiceChargeAnticipated",
1354
+ "outstandingServiceChargeConsultation",
1355
+ "japaneseKnotweedAffectingManagedAreas",
1356
+ "transferFees",
1357
+ "allPropertiesContribute",
1358
+ "deedOfCertificateServed",
1359
+ "landlordsCertificateServed"
1360
+ ]
1361
+ }
1362
+ ],
1363
+ "required": [
1364
+ "sellerContributesToServiceCharge"
1365
+ ]
1366
+ },
1367
+ "buildingsInsurance": {
1368
+ "lpe1Ref": "5",
1369
+ "required": [
1370
+ "premiumsPaidUpToDate",
1371
+ "lastDemandPeriod",
1372
+ "premiumPaidinFull",
1373
+ "claimsMade",
1374
+ "claimsAnticipated",
1375
+ "managedAreasCoveredByPolicy",
1376
+ "standardTermsAvailable",
1377
+ "nonComplianceWithConditions",
1378
+ "buildingsReinstatementCostAssessment",
1379
+ "premiumIncludedInServiceCharge"
1380
+ ],
1381
+ "properties": {
1382
+ "premiumsPaidUpToDate": {
1383
+ "lpe1Ref": "5.1",
1384
+ "discriminator": {
1385
+ "propertyName": "yesNo"
1386
+ },
1387
+ "oneOf": [
1388
+ {
1389
+ "properties": {
1390
+ "yesNo": {
1391
+ "enum": [
1392
+ "Yes"
1393
+ ]
1394
+ }
1395
+ }
1396
+ },
1397
+ {
1398
+ "properties": {
1399
+ "yesNo": {
1400
+ "enum": [
1401
+ "No"
1402
+ ]
1403
+ },
1404
+ "details": {
1405
+ "lpe1Ref": "5.1.1"
1406
+ }
1407
+ },
1408
+ "required": [
1409
+ "details"
1410
+ ]
1411
+ }
1412
+ ],
1413
+ "required": [
1414
+ "yesNo"
1415
+ ]
1416
+ },
1417
+ "lastDemandPeriod": {
1418
+ "lpe1Ref": "5.2"
1419
+ },
1420
+ "premiumPaidinFull": {
1421
+ "lpe1Ref": "5.3",
1422
+ "discriminator": {
1423
+ "propertyName": "yesNo"
1424
+ },
1425
+ "oneOf": [
1426
+ {
1427
+ "properties": {
1428
+ "yesNo": {
1429
+ "enum": [
1430
+ "Yes"
1431
+ ]
1432
+ }
1433
+ }
1434
+ },
1435
+ {
1436
+ "properties": {
1437
+ "yesNo": {
1438
+ "enum": [
1439
+ "No"
1440
+ ]
1441
+ },
1442
+ "details": {
1443
+ "lpe1Ref": "5.3.1"
1444
+ }
1445
+ },
1446
+ "required": [
1447
+ "details"
1448
+ ]
1449
+ }
1450
+ ],
1451
+ "required": [
1452
+ "yesNo"
1453
+ ]
1454
+ },
1455
+ "claimsMade": {
1456
+ "lpe1Ref": "5.4",
1457
+ "discriminator": {
1458
+ "propertyName": "yesNo"
1459
+ },
1460
+ "oneOf": [
1461
+ {
1462
+ "properties": {
1463
+ "yesNo": {
1464
+ "enum": [
1465
+ "No"
1466
+ ]
1467
+ }
1468
+ }
1469
+ },
1470
+ {
1471
+ "properties": {
1472
+ "yesNo": {
1473
+ "enum": [
1474
+ "Yes"
1475
+ ]
1476
+ },
1477
+ "details": {
1478
+ "lpe1Ref": "5.4.1"
1479
+ }
1480
+ },
1481
+ "required": [
1482
+ "details"
1483
+ ]
1484
+ }
1485
+ ],
1486
+ "required": [
1487
+ "yesNo"
1488
+ ]
1489
+ },
1490
+ "claimsAnticipated": {
1491
+ "lpe1Ref": "5.5",
1492
+ "discriminator": {
1493
+ "propertyName": "yesNo"
1494
+ },
1495
+ "oneOf": [
1496
+ {
1497
+ "properties": {
1498
+ "yesNo": {
1499
+ "enum": [
1500
+ "No"
1501
+ ]
1502
+ }
1503
+ }
1504
+ },
1505
+ {
1506
+ "properties": {
1507
+ "yesNo": {
1508
+ "enum": [
1509
+ "Yes"
1510
+ ]
1511
+ },
1512
+ "details": {
1513
+ "lpe1Ref": "5.5.1"
1514
+ }
1515
+ },
1516
+ "required": [
1517
+ "details"
1518
+ ]
1519
+ }
1520
+ ],
1521
+ "required": [
1522
+ "yesNo"
1523
+ ]
1524
+ },
1525
+ "managedAreasCoveredByPolicy": {
1526
+ "lpe1Ref": "5.6",
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
+ "riskAssessments": {
1548
+ "lpe1Ref": "5.6.1",
1549
+ "discriminator": {
1550
+ "propertyName": "assessmentsCarriedOut"
1551
+ },
1552
+ "oneOf": [
1553
+ {
1554
+ "properties": {
1555
+ "assessmentsCarriedOut": {
1556
+ "enum": [
1557
+ "None"
1558
+ ]
1559
+ }
1560
+ }
1561
+ },
1562
+ {
1563
+ "properties": {
1564
+ "assessmentsCarriedOut": {
1565
+ "enum": [
1566
+ "Fire risk assessment",
1567
+ "External Wall fire risk assessment",
1568
+ "Both"
1569
+ ]
1570
+ },
1571
+ "urgentWorksRecommended": {
1572
+ "lpe1Ref": "5.6.2(i)"
1573
+ }
1574
+ },
1575
+ "required": [
1576
+ "urgentWorksRecommended"
1577
+ ],
1578
+ "oneOf": [
1579
+ null,
1580
+ {
1581
+ "required": [
1582
+ "urgentWorksCarriedOut",
1583
+ "outstandingEnforcementAction"
1584
+ ],
1585
+ "properties": {
1586
+ "urgentWorksCarriedOut": {
1587
+ "lpe1Ref": "5.6.2(ii)"
1588
+ },
1589
+ "outstandingEnforcementAction": {
1590
+ "lpe1Ref": "5.6.2(iii)"
1591
+ }
1592
+ },
1593
+ "oneOf": [
1594
+ null,
1595
+ {
1596
+ "required": [
1597
+ "dateRemedialActionRequired"
1598
+ ],
1599
+ "properties": {
1600
+ "dateRemedialActionRequired": {
1601
+ "lpe1Ref": "5.6.2(iv)"
1602
+ }
1603
+ }
1604
+ }
1605
+ ]
1606
+ }
1607
+ ]
1608
+ }
1609
+ ],
1610
+ "required": [
1611
+ "assessmentsCarriedOut"
1612
+ ]
1613
+ }
1614
+ },
1615
+ "required": [
1616
+ "riskAssessments"
1617
+ ]
1618
+ }
1619
+ ],
1620
+ "required": [
1621
+ "yesNo"
1622
+ ]
1623
+ },
1624
+ "standardTermsAvailable": {
1625
+ "lpe1Ref": "5.7",
1626
+ "discriminator": {
1627
+ "propertyName": "yesNo"
1628
+ },
1629
+ "oneOf": [
1630
+ {
1631
+ "properties": {
1632
+ "yesNo": {
1633
+ "enum": [
1634
+ "No"
1635
+ ]
1636
+ }
1637
+ }
1638
+ },
1639
+ {
1640
+ "properties": {
1641
+ "yesNo": {
1642
+ "enum": [
1643
+ "Yes"
1644
+ ]
1645
+ },
1646
+ "details": {
1647
+ "lpe1Ref": "5.7.1"
1648
+ }
1649
+ },
1650
+ "required": [
1651
+ "details"
1652
+ ]
1653
+ }
1654
+ ],
1655
+ "required": [
1656
+ "yesNo"
1657
+ ]
1658
+ },
1659
+ "nonComplianceWithConditions": {
1660
+ "lpe1Ref": "5.8",
1661
+ "discriminator": {
1662
+ "propertyName": "yesNo"
1663
+ },
1664
+ "oneOf": [
1665
+ {
1666
+ "properties": {
1667
+ "yesNo": {
1668
+ "enum": [
1669
+ "No"
1670
+ ]
1671
+ }
1672
+ }
1673
+ },
1674
+ {
1675
+ "properties": {
1676
+ "yesNo": {
1677
+ "enum": [
1678
+ "Yes"
1679
+ ]
1680
+ },
1681
+ "details": {
1682
+ "lpe1Ref": "5.8.1"
1683
+ }
1684
+ },
1685
+ "required": [
1686
+ "details"
1687
+ ]
1688
+ }
1689
+ ],
1690
+ "required": [
1691
+ "yesNo"
1692
+ ]
1693
+ },
1694
+ "buildingsReinstatementCostAssessment": {
1695
+ "lpe1Ref": "5.9"
1696
+ },
1697
+ "premiumIncludedInServiceCharge": {
1698
+ "lpe1Ref": "5.10",
1699
+ "discriminator": {
1700
+ "propertyName": "yesNo"
1701
+ },
1702
+ "oneOf": [
1703
+ {
1704
+ "properties": {
1705
+ "yesNo": {
1706
+ "enum": [
1707
+ "Yes"
1708
+ ]
1709
+ }
1710
+ }
1711
+ },
1712
+ {
1713
+ "properties": {
1714
+ "yesNo": {
1715
+ "enum": [
1716
+ "No"
1717
+ ]
1718
+ },
1719
+ "details": {
1720
+ "lpe1Ref": "5.10.1"
1721
+ }
1722
+ },
1723
+ "required": [
1724
+ "details"
1725
+ ]
1726
+ }
1727
+ ],
1728
+ "required": [
1729
+ "yesNo"
1730
+ ]
1731
+ }
1732
+ }
1733
+ },
1734
+ "disputesAndEnfranchisement": {
1735
+ "lpe1Ref": "6",
1736
+ "required": [
1737
+ "sellerReceivedComplaint",
1738
+ "sellerSentComplaint",
1739
+ "ongoingForfeitureProceedings",
1740
+ "unresolvedDisputes",
1741
+ "enfranchisementSteps",
1742
+ "breachOfTermsOfLease"
1743
+ ],
1744
+ "properties": {
1745
+ "sellerReceivedComplaint": {
1746
+ "required": [
1747
+ "yesNo"
1748
+ ],
1749
+ "oneOf": [
1750
+ null,
1751
+ {
1752
+ "required": [
1753
+ "details"
1754
+ ]
1755
+ }
1756
+ ]
1757
+ },
1758
+ "sellerSentComplaint": {
1759
+ "required": [
1760
+ "yesNo"
1761
+ ],
1762
+ "oneOf": [
1763
+ null,
1764
+ {
1765
+ "required": [
1766
+ "details"
1767
+ ]
1768
+ }
1769
+ ]
1770
+ },
1771
+ "ongoingForfeitureProceedings": {
1772
+ "lpe1Ref": "6.1"
1773
+ },
1774
+ "unresolvedDisputes": {
1775
+ "lpe1Ref": "6.2",
1776
+ "discriminator": {
1777
+ "propertyName": "yesNo"
1778
+ },
1779
+ "oneOf": [
1780
+ {
1781
+ "properties": {
1782
+ "yesNo": {
1783
+ "enum": [
1784
+ "No"
1785
+ ]
1786
+ }
1787
+ }
1788
+ },
1789
+ {
1790
+ "properties": {
1791
+ "yesNo": {
1792
+ "enum": [
1793
+ "Yes"
1794
+ ]
1795
+ },
1796
+ "details": {
1797
+ "lpe1Ref": "6.2.1"
1798
+ }
1799
+ },
1800
+ "required": [
1801
+ "details"
1802
+ ]
1803
+ }
1804
+ ],
1805
+ "required": [
1806
+ "yesNo"
1807
+ ]
1808
+ },
1809
+ "enfranchisementSteps": {
1810
+ "lpe1Ref": "6.3",
1811
+ "discriminator": {
1812
+ "propertyName": "yesNo"
1813
+ },
1814
+ "oneOf": [
1815
+ {
1816
+ "properties": {
1817
+ "yesNo": {
1818
+ "enum": [
1819
+ "No",
1820
+ "Not Known"
1821
+ ]
1822
+ }
1823
+ }
1824
+ },
1825
+ {
1826
+ "properties": {
1827
+ "yesNo": {
1828
+ "enum": [
1829
+ "Yes"
1830
+ ]
1831
+ },
1832
+ "details": {
1833
+ "lpe1Ref": "6.3.1"
1834
+ }
1835
+ },
1836
+ "required": [
1837
+ "details"
1838
+ ]
1839
+ }
1840
+ ],
1841
+ "required": [
1842
+ "yesNo"
1843
+ ]
1844
+ },
1845
+ "breachOfTermsOfLease": {
1846
+ "lpe1Ref": "6.4",
1847
+ "discriminator": {
1848
+ "propertyName": "yesNo"
1849
+ },
1850
+ "oneOf": [
1851
+ {
1852
+ "properties": {
1853
+ "yesNo": {
1854
+ "enum": [
1855
+ "No"
1856
+ ]
1857
+ }
1858
+ }
1859
+ },
1860
+ {
1861
+ "properties": {
1862
+ "yesNo": {
1863
+ "enum": [
1864
+ "Yes"
1865
+ ]
1866
+ },
1867
+ "details": {
1868
+ "lpe1Ref": "6.4.1"
1869
+ }
1870
+ },
1871
+ "required": [
1872
+ "details"
1873
+ ]
1874
+ }
1875
+ ],
1876
+ "required": [
1877
+ "yesNo"
1878
+ ]
1879
+ }
1880
+ }
1881
+ },
1882
+ "general": {
1883
+ "lpe1Ref": "7",
1884
+ "required": [
1885
+ "sellerAwareOfAlterations",
1886
+ "sellerOwnedProperty",
1887
+ "sellerServedNoticeOnLandlord",
1888
+ "sellerAwareOfNoticeOfCollectivePurchase",
1889
+ "sellerAwareOfResponse",
1890
+ "isLeaseQualifying",
1891
+ "otherPropertiesInManagedArea",
1892
+ "leasedOnSimilarTerms",
1893
+ "buildingKnownToBeHMO",
1894
+ "additionalParkingRegulations",
1895
+ "restrictionOnKeepingPets"
1896
+ ],
1897
+ "properties": {
1898
+ "sellerAwareOfAlterations": {
1899
+ "required": [
1900
+ "yesNo"
1901
+ ],
1902
+ "oneOf": [
1903
+ null,
1904
+ {
1905
+ "required": [
1906
+ "details"
1907
+ ]
1908
+ }
1909
+ ]
1910
+ },
1911
+ "otherPropertiesInManagedArea": {
1912
+ "lpe1Ref": "7.1"
1913
+ },
1914
+ "leasedOnSimilarTerms": {
1915
+ "lpe1Ref": "7.2",
1916
+ "discriminator": {
1917
+ "propertyName": "yesNo"
1918
+ },
1919
+ "oneOf": [
1920
+ {
1921
+ "properties": {
1922
+ "yesNo": {
1923
+ "enum": [
1924
+ "Yes",
1925
+ "Not Known"
1926
+ ]
1927
+ }
1928
+ }
1929
+ },
1930
+ {
1931
+ "properties": {
1932
+ "yesNo": {
1933
+ "enum": [
1934
+ "No"
1935
+ ]
1936
+ },
1937
+ "details": {
1938
+ "lpe1Ref": "7.2.1"
1939
+ }
1940
+ },
1941
+ "required": [
1942
+ "details"
1943
+ ]
1944
+ }
1945
+ ],
1946
+ "required": [
1947
+ "yesNo"
1948
+ ]
1949
+ },
1950
+ "buildingKnownToBeHMO": {
1951
+ "lpe1Ref": "7.3",
1952
+ "discriminator": {
1953
+ "propertyName": "yesNo"
1954
+ },
1955
+ "oneOf": [
1956
+ {
1957
+ "properties": {
1958
+ "yesNo": {
1959
+ "enum": [
1960
+ "No",
1961
+ "Not Known"
1962
+ ]
1963
+ }
1964
+ }
1965
+ },
1966
+ {
1967
+ "properties": {
1968
+ "yesNo": {
1969
+ "enum": [
1970
+ "Yes"
1971
+ ]
1972
+ },
1973
+ "details": {
1974
+ "lpe1Ref": "7.3.1"
1975
+ }
1976
+ },
1977
+ "required": [
1978
+ "details"
1979
+ ]
1980
+ }
1981
+ ],
1982
+ "required": [
1983
+ "yesNo"
1984
+ ]
1985
+ },
1986
+ "additionalParkingRegulations": {
1987
+ "lpe1Ref": "7.4",
1988
+ "discriminator": {
1989
+ "propertyName": "yesNo"
1990
+ },
1991
+ "oneOf": [
1992
+ {
1993
+ "properties": {
1994
+ "yesNo": {
1995
+ "enum": [
1996
+ "No"
1997
+ ]
1998
+ }
1999
+ }
2000
+ },
2001
+ {
2002
+ "properties": {
2003
+ "yesNo": {
2004
+ "enum": [
2005
+ "Yes"
2006
+ ]
2007
+ },
2008
+ "details": {
2009
+ "lpe1Ref": "7.4.1"
2010
+ }
2011
+ },
2012
+ "required": [
2013
+ "details"
2014
+ ]
2015
+ }
2016
+ ],
2017
+ "required": [
2018
+ "yesNo"
2019
+ ]
2020
+ },
2021
+ "restrictionOnKeepingPets": {
2022
+ "lpe1Ref": "7.5",
2023
+ "discriminator": {
2024
+ "propertyName": "yesNo"
2025
+ },
2026
+ "oneOf": [
2027
+ {
2028
+ "properties": {
2029
+ "yesNo": {
2030
+ "enum": [
2031
+ "No"
2032
+ ]
2033
+ }
2034
+ }
2035
+ },
2036
+ {
2037
+ "properties": {
2038
+ "yesNo": {
2039
+ "enum": [
2040
+ "Yes"
2041
+ ]
2042
+ },
2043
+ "details": {
2044
+ "lpe1Ref": "7.5.1"
2045
+ }
2046
+ },
2047
+ "required": [
2048
+ "details"
2049
+ ]
2050
+ }
2051
+ ],
2052
+ "required": [
2053
+ "yesNo"
2054
+ ]
2055
+ }
2056
+ }
2057
+ },
2058
+ "requiredDocuments": {
2059
+ "lpe1Ref": "8",
2060
+ "required": [
2061
+ "noticeOfSale",
2062
+ "noticeOfBuildingCondition",
2063
+ "landlordNotifiedOfSale",
2064
+ "serviceChargeAccounts",
2065
+ "groundRent",
2066
+ "buildingsInsurancePolicy",
2067
+ "managedAreasBuildingsInsurancePolicy",
2068
+ "serviceChargeEstimatesCurrent",
2069
+ "serviceChargeEstimatesPrevious",
2070
+ "proposedWorksNotices",
2071
+ "forfeitureDocumentation",
2072
+ "additionalRegulationsNotInLease",
2073
+ "deedsOfVariation",
2074
+ "deedOfCovenant",
2075
+ "certificateOfCompliance",
2076
+ "licenceToAssign",
2077
+ "permissionToAlter",
2078
+ "noticesServedOnLessee",
2079
+ "asbestosSurvey",
2080
+ "managedAreaFireRiskAssessment",
2081
+ "memorandumAndArticles",
2082
+ "managementCompanyAGMMinutes",
2083
+ "deedOfCertificate",
2084
+ "landlordsCertificate",
2085
+ "enforcementNotices"
2086
+ ],
2087
+ "properties": {
2088
+ "serviceChargeAccounts": {
2089
+ "lpe1Ref": "8.1"
2090
+ },
2091
+ "buildingsInsurancePolicy": {
2092
+ "lpe1Ref": "8.2"
2093
+ },
2094
+ "managedAreasBuildingsInsurancePolicy": {
2095
+ "lpe1Ref": "8.3"
2096
+ },
2097
+ "serviceChargeEstimatesCurrent": {
2098
+ "lpe1Ref": "8.4"
2099
+ },
2100
+ "serviceChargeEstimatesPrevious": {
2101
+ "lpe1Ref": "8.5"
2102
+ },
2103
+ "proposedWorksNotices": {
2104
+ "lpe1Ref": "8.6"
2105
+ },
2106
+ "forfeitureDocumentation": {
2107
+ "lpe1Ref": "8.7"
2108
+ },
2109
+ "additionalRegulationsNotInLease": {
2110
+ "lpe1Ref": "8.8"
2111
+ },
2112
+ "deedsOfVariation": {
2113
+ "lpe1Ref": "8.9"
2114
+ },
2115
+ "deedOfCovenant": {
2116
+ "lpe1Ref": "8.10"
2117
+ },
2118
+ "certificateOfCompliance": {
2119
+ "lpe1Ref": "8.11"
2120
+ },
2121
+ "certificateOfComplianceFee": {
2122
+ "lpe1Ref": "8.11.1"
2123
+ },
2124
+ "licenceToAssign": {
2125
+ "lpe1Ref": "8.12"
2126
+ },
2127
+ "permissionToAlter": {
2128
+ "lpe1Ref": "8.13"
2129
+ },
2130
+ "noticesServedOnLessee": {
2131
+ "lpe1Ref": "8.14"
2132
+ },
2133
+ "asbestosSurvey": {
2134
+ "lpe1Ref": "8.15"
2135
+ },
2136
+ "managedAreaFireRiskAssessment": {
2137
+ "lpe1Ref": "8.16"
2138
+ },
2139
+ "memorandumAndArticles": {
2140
+ "lpe1Ref": "8.17"
2141
+ },
2142
+ "managementCompanyAGMMinutes": {
2143
+ "lpe1Ref": "8.18"
2144
+ },
2145
+ "deedOfCertificate": {
2146
+ "lpe1Ref": "8.19"
2147
+ },
2148
+ "landlordsCertificate": {
2149
+ "lpe1Ref": "8.20",
2150
+ "enum": [
2151
+ "Enclosed",
2152
+ "To follow",
2153
+ "Not applicable"
2154
+ ]
2155
+ },
2156
+ "enforcementNotices": {
2157
+ "lpe1Ref": "8.21"
2158
+ }
2159
+ }
2160
+ },
2161
+ "confirmation": {
2162
+ "lpe1Ref": "9",
2163
+ "required": [
2164
+ "response"
2165
+ ]
2166
+ }
2167
+ }
2168
+ }
2169
+ }
2170
+ }
2171
+ ]
2172
+ }
2173
+ }
2174
+ }
2175
+ }
2176
+ }
2177
+ }
2178
+ }
2179
+ }
2180
+ }
2181
+ }