@pdtf/schemas 3.6.0-1 → 3.6.0-11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1551 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema#",
3
+ "$id": "https://trust.propdata.org.uk/schemas/v3/overlays/ta7ed5.json",
4
+ "properties": {
5
+ "propertyPack": {
6
+ "required": [
7
+ "address",
8
+ "ownership"
9
+ ],
10
+ "properties": {
11
+ "address": {
12
+ "ta7ed5Ref": "1.1",
13
+ "properties": {
14
+ "line1": {
15
+ "ta7ed5Ref": "1.1.1"
16
+ },
17
+ "line2": {
18
+ "ta7ed5Ref": "1.1.1"
19
+ },
20
+ "line3": {
21
+ "ta7ed5Ref": "1.1.1"
22
+ },
23
+ "town": {
24
+ "ta7ed5Ref": "1.1.1"
25
+ },
26
+ "postcode": {
27
+ "ta7ed5Ref": "1.1.2"
28
+ }
29
+ }
30
+ },
31
+ "uprn": {
32
+ "ta7ed5Ref": "1.1.3"
33
+ },
34
+ "ownership": {
35
+ "ta7ed5Ref": "2",
36
+ "required": [
37
+ "ownershipsToBeTransferred"
38
+ ],
39
+ "properties": {
40
+ "ownershipsToBeTransferred": {
41
+ "ta7ed5Ref": "2",
42
+ "items": {
43
+ "discriminator": {
44
+ "propertyName": "ownershipType"
45
+ },
46
+ "oneOf": [
47
+ {
48
+ "properties": {
49
+ "ownershipType": {
50
+ "enum": [
51
+ "Freehold"
52
+ ]
53
+ }
54
+ }
55
+ },
56
+ {
57
+ "properties": {
58
+ "ownershipType": {
59
+ "enum": [
60
+ "Managed Freehold",
61
+ "Commonhold"
62
+ ]
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "properties": {
68
+ "ownershipType": {
69
+ "enum": [
70
+ "Leasehold"
71
+ ]
72
+ },
73
+ "leaseholdInformation": {
74
+ "required": [
75
+ "typeOfLeasehold",
76
+ "sharedOwnership",
77
+ "leaseTerm",
78
+ "contactDetails",
79
+ "consents",
80
+ "groundRent",
81
+ "ownershipAndManagement",
82
+ "serviceCharge",
83
+ "disputes",
84
+ "buildingSafetyAct",
85
+ "enfranchisement",
86
+ "buildingSafety",
87
+ "general",
88
+ "requiredDocuments",
89
+ "additionalInformation",
90
+ "confirmationOfAccuracy"
91
+ ],
92
+ "properties": {
93
+ "typeOfLeasehold": {
94
+ "ta7ed5Ref": "2.1",
95
+ "discriminator": {
96
+ "propertyName": "leaseholdType"
97
+ },
98
+ "oneOf": [
99
+ {
100
+ "properties": {
101
+ "leaseholdType": {
102
+ "enum": [
103
+ "Flat",
104
+ "Shared ownership",
105
+ "Long leasehold house",
106
+ "Maisonette",
107
+ "Leasehold garage"
108
+ ]
109
+ }
110
+ }
111
+ },
112
+ {
113
+ "properties": {
114
+ "leaseholdType": {
115
+ "enum": [
116
+ "Other"
117
+ ]
118
+ },
119
+ "otherLeaseholdType": {
120
+ "ta7ed5Ref": "2.1.2"
121
+ }
122
+ },
123
+ "required": [
124
+ "otherLeaseholdType"
125
+ ]
126
+ }
127
+ ],
128
+ "required": [
129
+ "leaseholdType"
130
+ ],
131
+ "properties": {
132
+ "leaseholdType": {
133
+ "ta7ed5Ref": "2.1.1",
134
+ "title": "What is the type of property included in the lease?"
135
+ }
136
+ }
137
+ },
138
+ "contactDetails": {
139
+ "ta7ed5Ref": "3",
140
+ "required": [
141
+ "contacts",
142
+ "serviceContactAssignments"
143
+ ],
144
+ "properties": {
145
+ "contacts": {
146
+ "ta7ed5Ref": "3",
147
+ "properties": {
148
+ "landlord": {
149
+ "ta7ed5Ref": "3.1.1",
150
+ "properties": {
151
+ "contact": {
152
+ "ta7ed5Ref": "3.1.1",
153
+ "properties": {
154
+ "nameOrOrganisation": {
155
+ "ta7ed5Ref": "3.1.1.1"
156
+ },
157
+ "address": {
158
+ "ta7ed5Ref": "3.1.1.2",
159
+ "properties": {
160
+ "line1": {
161
+ "ta7ed5Ref": "3.1.1.2"
162
+ },
163
+ "line2": {
164
+ "ta7ed5Ref": "3.1.1.2"
165
+ },
166
+ "line3": {
167
+ "ta7ed5Ref": "3.1.1.2"
168
+ },
169
+ "town": {
170
+ "ta7ed5Ref": "3.1.1.2"
171
+ },
172
+ "postcode": {
173
+ "ta7ed5Ref": "3.1.1.2"
174
+ }
175
+ }
176
+ },
177
+ "emailAddress": {
178
+ "ta7ed5Ref": "3.1.1.3"
179
+ }
180
+ }
181
+ }
182
+ }
183
+ },
184
+ "managementCompany": {
185
+ "ta7ed5Ref": "3.1.2",
186
+ "properties": {
187
+ "contact": {
188
+ "ta7ed5Ref": "3.1.2",
189
+ "properties": {
190
+ "nameOrOrganisation": {
191
+ "ta7ed5Ref": "3.1.2.1"
192
+ },
193
+ "address": {
194
+ "ta7ed5Ref": "3.1.2.2",
195
+ "properties": {
196
+ "line1": {
197
+ "ta7ed5Ref": "3.1.2.2"
198
+ },
199
+ "line2": {
200
+ "ta7ed5Ref": "3.1.2.2"
201
+ },
202
+ "line3": {
203
+ "ta7ed5Ref": "3.1.2.2"
204
+ },
205
+ "town": {
206
+ "ta7ed5Ref": "3.1.2.2"
207
+ },
208
+ "postcode": {
209
+ "ta7ed5Ref": "3.1.2.2"
210
+ }
211
+ }
212
+ },
213
+ "emailAddress": {
214
+ "ta7ed5Ref": "3.1.2.3"
215
+ }
216
+ }
217
+ }
218
+ }
219
+ },
220
+ "rightToManageCompany": {
221
+ "ta7ed5Ref": "3.1.3",
222
+ "properties": {
223
+ "contact": {
224
+ "ta7ed5Ref": "3.1.3",
225
+ "properties": {
226
+ "nameOrOrganisation": {
227
+ "ta7ed5Ref": "3.1.3.1"
228
+ },
229
+ "address": {
230
+ "ta7ed5Ref": "3.1.3.2",
231
+ "properties": {
232
+ "line1": {
233
+ "ta7ed5Ref": "3.1.3.2"
234
+ },
235
+ "line2": {
236
+ "ta7ed5Ref": "3.1.3.2"
237
+ },
238
+ "line3": {
239
+ "ta7ed5Ref": "3.1.3.2"
240
+ },
241
+ "town": {
242
+ "ta7ed5Ref": "3.1.3.2"
243
+ },
244
+ "postcode": {
245
+ "ta7ed5Ref": "3.1.3.2"
246
+ }
247
+ }
248
+ },
249
+ "emailAddress": {
250
+ "ta7ed5Ref": "3.1.3.3"
251
+ }
252
+ }
253
+ }
254
+ }
255
+ },
256
+ "freeholder": {
257
+ "ta7ed5Ref": "3.1.4",
258
+ "properties": {
259
+ "contact": {
260
+ "ta7ed5Ref": "3.1.4",
261
+ "properties": {
262
+ "nameOrOrganisation": {
263
+ "ta7ed5Ref": "3.1.4.1"
264
+ },
265
+ "address": {
266
+ "ta7ed5Ref": "3.1.4.2",
267
+ "properties": {
268
+ "line1": {
269
+ "ta7ed5Ref": "3.1.4.2"
270
+ },
271
+ "line2": {
272
+ "ta7ed5Ref": "3.1.4.2"
273
+ },
274
+ "line3": {
275
+ "ta7ed5Ref": "3.1.4.2"
276
+ },
277
+ "town": {
278
+ "ta7ed5Ref": "3.1.4.2"
279
+ },
280
+ "postcode": {
281
+ "ta7ed5Ref": "3.1.4.2"
282
+ }
283
+ }
284
+ },
285
+ "emailAddress": {
286
+ "ta7ed5Ref": "3.1.4.3"
287
+ }
288
+ }
289
+ }
290
+ }
291
+ },
292
+ "headLeaseHolder": {
293
+ "ta7ed5Ref": "3.1.5",
294
+ "properties": {
295
+ "contact": {
296
+ "ta7ed5Ref": "3.1.5",
297
+ "properties": {
298
+ "nameOrOrganisation": {
299
+ "ta7ed5Ref": "3.1.5.1"
300
+ },
301
+ "address": {
302
+ "ta7ed5Ref": "3.1.5.2",
303
+ "properties": {
304
+ "line1": {
305
+ "ta7ed5Ref": "3.1.5.2"
306
+ },
307
+ "line2": {
308
+ "ta7ed5Ref": "3.1.5.2"
309
+ },
310
+ "line3": {
311
+ "ta7ed5Ref": "3.1.5.2"
312
+ },
313
+ "town": {
314
+ "ta7ed5Ref": "3.1.5.2"
315
+ },
316
+ "postcode": {
317
+ "ta7ed5Ref": "3.1.5.2"
318
+ }
319
+ }
320
+ },
321
+ "emailAddress": {
322
+ "ta7ed5Ref": "3.1.5.3"
323
+ }
324
+ }
325
+ }
326
+ }
327
+ },
328
+ "managingAgent": {
329
+ "ta7ed5Ref": "4.1",
330
+ "required": [
331
+ "contact"
332
+ ],
333
+ "properties": {
334
+ "contact": {
335
+ "ta7ed5Ref": "4.1.2",
336
+ "required": [
337
+ "nameOrOrganisation",
338
+ "address",
339
+ "emailAddress"
340
+ ],
341
+ "properties": {
342
+ "nameOrOrganisation": {
343
+ "ta7ed5Ref": "4.1.2.1"
344
+ },
345
+ "address": {
346
+ "ta7ed5Ref": "4.1.2.2",
347
+ "properties": {
348
+ "line1": {
349
+ "ta7ed5Ref": "4.1.2.2"
350
+ },
351
+ "line2": {
352
+ "ta7ed5Ref": "4.1.2.2"
353
+ },
354
+ "line3": {
355
+ "ta7ed5Ref": "4.1.2.2"
356
+ },
357
+ "town": {
358
+ "ta7ed5Ref": "4.1.2.2"
359
+ },
360
+ "postcode": {
361
+ "ta7ed5Ref": "4.1.2.2"
362
+ }
363
+ }
364
+ },
365
+ "emailAddress": {
366
+ "ta7ed5Ref": "4.1.2.3"
367
+ }
368
+ }
369
+ }
370
+ }
371
+ }
372
+ }
373
+ },
374
+ "serviceContactAssignments": {
375
+ "required": [
376
+ "collectsGroundRent",
377
+ "collectsbuildingInsurancePremiums"
378
+ ],
379
+ "properties": {
380
+ "collectsGroundRent": {
381
+ "ta7ed5Ref": "4.3",
382
+ "discriminator": {
383
+ "propertyName": "collector"
384
+ },
385
+ "oneOf": [
386
+ {
387
+ "properties": {
388
+ "collector": {
389
+ "enum": [
390
+ "Landlord",
391
+ "Management company"
392
+ ]
393
+ }
394
+ }
395
+ },
396
+ {
397
+ "properties": {
398
+ "collector": {
399
+ "enum": [
400
+ "Other"
401
+ ]
402
+ },
403
+ "otherCollector": {
404
+ "ta7ed5Ref": "4.3.3"
405
+ }
406
+ },
407
+ "required": [
408
+ "otherCollector"
409
+ ]
410
+ }
411
+ ],
412
+ "required": [
413
+ "collector"
414
+ ],
415
+ "properties": {
416
+ "collector": {
417
+ "ta7ed5Ref": "4.3.2",
418
+ "title": "Who collects the ground rent?",
419
+ "enum": [
420
+ "Landlord",
421
+ "Management company",
422
+ "Other"
423
+ ]
424
+ }
425
+ }
426
+ },
427
+ "collectsbuildingInsurancePremiums": {
428
+ "ta7ed5Ref": "4.2",
429
+ "discriminator": {
430
+ "propertyName": "collector"
431
+ },
432
+ "oneOf": [
433
+ {
434
+ "properties": {
435
+ "collector": {
436
+ "enum": [
437
+ "Freeholder",
438
+ "Landlord",
439
+ "Management company",
440
+ "Head leaseholder",
441
+ "Seller"
442
+ ]
443
+ }
444
+ }
445
+ },
446
+ {
447
+ "properties": {
448
+ "collector": {
449
+ "enum": [
450
+ "Other"
451
+ ]
452
+ },
453
+ "otherCollector": {
454
+ "ta7ed5Ref": "4.2.3"
455
+ }
456
+ },
457
+ "required": [
458
+ "otherCollector"
459
+ ]
460
+ }
461
+ ],
462
+ "required": [
463
+ "collector"
464
+ ],
465
+ "properties": {
466
+ "collector": {
467
+ "ta7ed5Ref": "4.2.2",
468
+ "enum": [
469
+ "Freeholder",
470
+ "Landlord",
471
+ "Management company",
472
+ "Head leaseholder",
473
+ "Seller",
474
+ "Other"
475
+ ]
476
+ }
477
+ }
478
+ }
479
+ }
480
+ }
481
+ }
482
+ },
483
+ "consents": {
484
+ "ta7ed5Ref": "8",
485
+ "required": [
486
+ "changesInTermOfLease",
487
+ "landlordConsents"
488
+ ],
489
+ "properties": {
490
+ "changesInTermOfLease": {
491
+ "ta7ed5Ref": "8.1",
492
+ "discriminator": {
493
+ "propertyName": "isSellerAwareOfChanges"
494
+ },
495
+ "oneOf": [
496
+ {
497
+ "properties": {
498
+ "isSellerAwareOfChanges": {
499
+ "enum": [
500
+ "No"
501
+ ]
502
+ }
503
+ }
504
+ },
505
+ {
506
+ "properties": {
507
+ "isSellerAwareOfChanges": {
508
+ "enum": [
509
+ "Yes"
510
+ ]
511
+ },
512
+ "details": {
513
+ "ta7ed5Ref": "8.1.2",
514
+ "title": "Please supply further details and any documents relating to the variation:"
515
+ },
516
+ "attachments": {
517
+ "ta7ed5Ref": "8.1.3"
518
+ }
519
+ }
520
+ }
521
+ ],
522
+ "required": [
523
+ "isSellerAwareOfChanges"
524
+ ],
525
+ "properties": {
526
+ "isSellerAwareOfChanges": {
527
+ "ta7ed5Ref": "8.1.1"
528
+ }
529
+ }
530
+ },
531
+ "landlordConsents": {
532
+ "ta7ed5Ref": "8.2",
533
+ "discriminator": {
534
+ "propertyName": "isSellerAwareOfLandlordConsents"
535
+ },
536
+ "oneOf": [
537
+ {
538
+ "properties": {
539
+ "isSellerAwareOfLandlordConsents": {
540
+ "enum": [
541
+ "No"
542
+ ]
543
+ }
544
+ }
545
+ },
546
+ {
547
+ "properties": {
548
+ "isSellerAwareOfLandlordConsents": {
549
+ "enum": [
550
+ "Yes"
551
+ ]
552
+ },
553
+ "details": {
554
+ "ta7ed5Ref": "8.2.2"
555
+ },
556
+ "attachments": {
557
+ "ta7ed5Ref": "8.2.3"
558
+ }
559
+ }
560
+ }
561
+ ],
562
+ "required": [
563
+ "isSellerAwareOfLandlordConsents"
564
+ ],
565
+ "properties": {
566
+ "isSellerAwareOfLandlordConsents": {
567
+ "ta7ed5Ref": "8.2.1"
568
+ }
569
+ }
570
+ }
571
+ }
572
+ },
573
+ "groundRent": {
574
+ "ta7ed5Ref": "2.2",
575
+ "discriminator": {
576
+ "propertyName": "isGroundRentPayable"
577
+ },
578
+ "oneOf": [
579
+ {
580
+ "properties": {
581
+ "isGroundRentPayable": {
582
+ "enum": [
583
+ "No"
584
+ ]
585
+ }
586
+ }
587
+ },
588
+ {
589
+ "properties": {
590
+ "isGroundRentPayable": {
591
+ "enum": [
592
+ "Yes"
593
+ ]
594
+ },
595
+ "mostRecentGroundRentDemandStatus": {
596
+ "ta7ed5Ref": "2.2a"
597
+ }
598
+ },
599
+ "required": [
600
+ "mostRecentGroundRentDemandStatus"
601
+ ]
602
+ }
603
+ ],
604
+ "required": [
605
+ "isGroundRentPayable"
606
+ ],
607
+ "properties": {
608
+ "isGroundRentPayable": {
609
+ "ta7ed5Ref": "2.2"
610
+ }
611
+ }
612
+ },
613
+ "ownershipAndManagement": {
614
+ "ta7ed5Ref": "4",
615
+ "required": [
616
+ "isManagingAgentEmployed",
617
+ "sellerOwnership",
618
+ "hasTenantCompanyDissolved"
619
+ ],
620
+ "properties": {
621
+ "hasTenantCompanyDissolved": {
622
+ "ta7ed5Ref": "4.5.1",
623
+ "title": "Are you aware of any company responsible for managing the building having been dissolved or struck off the register at Companies House?",
624
+ "enum": [
625
+ "Yes",
626
+ "No",
627
+ "Not applicable"
628
+ ]
629
+ },
630
+ "hasTenantCompanyDissolvedDetails": {
631
+ "ta7ed5Ref": "4.5.2",
632
+ "title": "If tenants’ management company has been dissolved or struck off, please provide details"
633
+ },
634
+ "isManagingAgentEmployed": {
635
+ "ta7ed5Ref": "4.1.1",
636
+ "title": "Is a managing agent appointed to manage the building and collect service charges?",
637
+ "enum": [
638
+ "Yes",
639
+ "No",
640
+ "Not applicable"
641
+ ]
642
+ },
643
+ "sellerOwnership": {
644
+ "ta7ed5Ref": "4.4",
645
+ "discriminator": {
646
+ "propertyName": "yesNo"
647
+ },
648
+ "oneOf": [
649
+ {
650
+ "properties": {
651
+ "yesNo": {
652
+ "enum": [
653
+ "No",
654
+ "Not known"
655
+ ]
656
+ }
657
+ }
658
+ },
659
+ {
660
+ "properties": {
661
+ "yesNo": {
662
+ "enum": [
663
+ "Yes"
664
+ ]
665
+ },
666
+ "attachments": {
667
+ "ta7ed5Ref": "4.4.2"
668
+ }
669
+ },
670
+ "required": [
671
+ "attachments"
672
+ ]
673
+ }
674
+ ],
675
+ "required": [
676
+ "yesNo"
677
+ ],
678
+ "properties": {
679
+ "yesNo": {
680
+ "ta7ed5Ref": "4.4.1"
681
+ }
682
+ }
683
+ }
684
+ }
685
+ },
686
+ "serviceCharge": {
687
+ "ta7ed5Ref": "2.2",
688
+ "discriminator": {
689
+ "propertyName": "sellerContributesToServiceCharge"
690
+ },
691
+ "oneOf": [
692
+ {
693
+ "properties": {
694
+ "sellerContributesToServiceCharge": {
695
+ "enum": [
696
+ "No"
697
+ ]
698
+ }
699
+ }
700
+ },
701
+ {
702
+ "properties": {
703
+ "sellerContributesToServiceCharge": {
704
+ "enum": [
705
+ "Yes"
706
+ ]
707
+ },
708
+ "mostRecentServiceChargeDemandStatus": {
709
+ "ta7ed5Ref": "2.2b"
710
+ },
711
+ "largeAdditionalExpense": {
712
+ "ta7ed5Ref": "5.4",
713
+ "discriminator": {
714
+ "propertyName": "yesNo"
715
+ },
716
+ "oneOf": [
717
+ {
718
+ "properties": {
719
+ "yesNo": {
720
+ "enum": [
721
+ "No"
722
+ ]
723
+ }
724
+ }
725
+ },
726
+ {
727
+ "properties": {
728
+ "yesNo": {
729
+ "enum": [
730
+ "Yes"
731
+ ]
732
+ },
733
+ "details": {
734
+ "ta7ed5Ref": "5.4.2"
735
+ }
736
+ },
737
+ "required": [
738
+ "details"
739
+ ]
740
+ }
741
+ ],
742
+ "required": [
743
+ "yesNo"
744
+ ],
745
+ "properties": {
746
+ "yesNo": {
747
+ "ta7ed5Ref": "5.4.1"
748
+ }
749
+ }
750
+ },
751
+ "problemInServiceChargeLevel": {
752
+ "ta7ed5Ref": "5.6",
753
+ "discriminator": {
754
+ "propertyName": "yesNo"
755
+ },
756
+ "oneOf": [
757
+ {
758
+ "properties": {
759
+ "yesNo": {
760
+ "enum": [
761
+ "No"
762
+ ]
763
+ }
764
+ }
765
+ },
766
+ {
767
+ "properties": {
768
+ "yesNo": {
769
+ "enum": [
770
+ "Yes"
771
+ ]
772
+ },
773
+ "details": {
774
+ "ta7ed5Ref": "5.6.2"
775
+ }
776
+ },
777
+ "required": [
778
+ "details"
779
+ ]
780
+ }
781
+ ],
782
+ "required": [
783
+ "yesNo"
784
+ ],
785
+ "properties": {
786
+ "yesNo": {
787
+ "ta7ed5Ref": "5.6.1"
788
+ }
789
+ }
790
+ },
791
+ "serviceChargeChallenged": {
792
+ "ta7ed5Ref": "5.5",
793
+ "discriminator": {
794
+ "propertyName": "yesNo"
795
+ },
796
+ "oneOf": [
797
+ {
798
+ "properties": {
799
+ "yesNo": {
800
+ "enum": [
801
+ "No"
802
+ ]
803
+ }
804
+ }
805
+ },
806
+ {
807
+ "properties": {
808
+ "yesNo": {
809
+ "enum": [
810
+ "Yes"
811
+ ]
812
+ },
813
+ "details": {
814
+ "ta7ed5Ref": "5.5.2"
815
+ }
816
+ },
817
+ "required": [
818
+ "details"
819
+ ]
820
+ }
821
+ ],
822
+ "required": [
823
+ "yesNo"
824
+ ],
825
+ "properties": {
826
+ "yesNo": {
827
+ "ta7ed5Ref": "5.5.1"
828
+ }
829
+ }
830
+ },
831
+ "dangerousCladdingOrDefects": {
832
+ "ta7ed5Ref": "11.1",
833
+ "discriminator": {
834
+ "propertyName": "yesNo"
835
+ },
836
+ "oneOf": [
837
+ {
838
+ "properties": {
839
+ "yesNo": {
840
+ "enum": [
841
+ "No"
842
+ ]
843
+ }
844
+ }
845
+ },
846
+ {
847
+ "properties": {
848
+ "yesNo": {
849
+ "enum": [
850
+ "Yes"
851
+ ]
852
+ },
853
+ "details": {
854
+ "ta7ed5Ref": "11.1.2"
855
+ }
856
+ },
857
+ "required": [
858
+ "details"
859
+ ]
860
+ }
861
+ ],
862
+ "required": [
863
+ "yesNo"
864
+ ],
865
+ "title": "Are you aware of the existence or suspected existence in the building of cladding or any defects that may create a building safety risk?",
866
+ "properties": {
867
+ "yesNo": {
868
+ "ta7ed5Ref": "11.1.1"
869
+ }
870
+ }
871
+ },
872
+ "lastDecoratedPeriod": {
873
+ "ta7ed5Ref": "5",
874
+ "properties": {
875
+ "externally": {
876
+ "ta7ed5Ref": "5.1",
877
+ "properties": {
878
+ "year": {
879
+ "ta7ed5Ref": "5.1.1"
880
+ }
881
+ }
882
+ },
883
+ "internally": {
884
+ "ta7ed5Ref": "5.2",
885
+ "properties": {
886
+ "year": {
887
+ "ta7ed5Ref": "5.2.1"
888
+ }
889
+ }
890
+ }
891
+ }
892
+ }
893
+ },
894
+ "required": [
895
+ "mostRecentServiceChargeDemandStatus",
896
+ "largeAdditionalExpense",
897
+ "problemInServiceChargeLevel",
898
+ "serviceChargeChallenged",
899
+ "dangerousCladdingOrDefects",
900
+ "lastDecoratedPeriod"
901
+ ]
902
+ }
903
+ ],
904
+ "required": [
905
+ "sellerContributesToServiceCharge"
906
+ ],
907
+ "properties": {
908
+ "sellerContributesToServiceCharge": {
909
+ "ta7ed5Ref": "5.3"
910
+ }
911
+ }
912
+ },
913
+ "buildingsInsurance": {
914
+ "required": [
915
+ "mostRecentBuildingsInsuranceDemandStatus"
916
+ ],
917
+ "properties": {
918
+ "mostRecentBuildingsInsuranceDemandStatus": {
919
+ "ta7ed5Ref": "2.2c"
920
+ }
921
+ }
922
+ },
923
+ "disputes": {
924
+ "ta7ed5Ref": "10",
925
+ "required": [
926
+ "sellerReceivedComplaint",
927
+ "sellerSentComplaint"
928
+ ],
929
+ "properties": {
930
+ "sellerReceivedComplaint": {
931
+ "ta7ed5Ref": "10.1",
932
+ "discriminator": {
933
+ "propertyName": "yesNo"
934
+ },
935
+ "oneOf": [
936
+ {
937
+ "properties": {
938
+ "yesNo": {
939
+ "enum": [
940
+ "No",
941
+ "Not known"
942
+ ]
943
+ }
944
+ }
945
+ },
946
+ {
947
+ "properties": {
948
+ "yesNo": {
949
+ "enum": [
950
+ "Yes"
951
+ ]
952
+ },
953
+ "details": {
954
+ "ta7ed5Ref": "10.1.2"
955
+ }
956
+ },
957
+ "required": [
958
+ "details"
959
+ ]
960
+ }
961
+ ],
962
+ "required": [
963
+ "yesNo"
964
+ ],
965
+ "title": "Are you aware of any complaint received from the landlord, the management company or any neighbour about anything you have or have not done?",
966
+ "properties": {
967
+ "yesNo": {
968
+ "ta7ed5Ref": "10.1.1"
969
+ }
970
+ }
971
+ },
972
+ "sellerSentComplaint": {
973
+ "ta7ed5Ref": "10.2",
974
+ "discriminator": {
975
+ "propertyName": "yesNo"
976
+ },
977
+ "oneOf": [
978
+ {
979
+ "properties": {
980
+ "yesNo": {
981
+ "enum": [
982
+ "No",
983
+ "Not known"
984
+ ]
985
+ }
986
+ }
987
+ },
988
+ {
989
+ "properties": {
990
+ "yesNo": {
991
+ "enum": [
992
+ "Yes"
993
+ ]
994
+ },
995
+ "details": {
996
+ "ta7ed5Ref": "10.2.2"
997
+ }
998
+ },
999
+ "required": [
1000
+ "details"
1001
+ ]
1002
+ }
1003
+ ],
1004
+ "required": [
1005
+ "yesNo"
1006
+ ],
1007
+ "title": "Are you aware of any complaint made to or about the landlord, the management company, or any neighbour?",
1008
+ "properties": {
1009
+ "yesNo": {
1010
+ "ta7ed5Ref": "10.2.1"
1011
+ }
1012
+ }
1013
+ }
1014
+ }
1015
+ },
1016
+ "buildingSafetyAct": {
1017
+ "ta7ed5Ref": "11",
1018
+ "required": [
1019
+ "isLeaseQualifying",
1020
+ "landlordNotifiedOfSale",
1021
+ "deedOfCertificateServed",
1022
+ "landlordsCertificateServed"
1023
+ ],
1024
+ "properties": {
1025
+ "isLeaseQualifying": {
1026
+ "ta7ed5Ref": "11.3",
1027
+ "title": "Is the property within a relevant building (11 metres or more in height or at least 5 storeys and contains at least 2 dwellings) and is not leaseholder-owned?",
1028
+ "enum": [
1029
+ "Yes",
1030
+ "No",
1031
+ "Not known"
1032
+ ]
1033
+ },
1034
+ "deedOfCertificateServed": {
1035
+ "ta7ed5Ref": "11.4",
1036
+ "discriminator": {
1037
+ "propertyName": "yesNoNotApplicable"
1038
+ },
1039
+ "oneOf": [
1040
+ {
1041
+ "properties": {
1042
+ "yesNoNotApplicable": {
1043
+ "enum": [
1044
+ "Not applicable",
1045
+ "No"
1046
+ ]
1047
+ }
1048
+ }
1049
+ },
1050
+ {
1051
+ "properties": {
1052
+ "yesNoNotApplicable": {
1053
+ "enum": [
1054
+ "Yes"
1055
+ ]
1056
+ },
1057
+ "attachments": {
1058
+ "ta7ed5Ref": "11.4.2",
1059
+ "title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence."
1060
+ }
1061
+ },
1062
+ "required": [
1063
+ "attachments"
1064
+ ]
1065
+ }
1066
+ ],
1067
+ "required": [
1068
+ "yesNoNotApplicable"
1069
+ ],
1070
+ "title": "Is there a leaseholder deed of certificate for the property?",
1071
+ "properties": {
1072
+ "yesNoNotApplicable": {
1073
+ "ta7ed5Ref": "11.4.1"
1074
+ }
1075
+ }
1076
+ },
1077
+ "landlordNotifiedOfSale": {
1078
+ "ta7ed5Ref": "11.5",
1079
+ "title": "Has the landlord been notified of your intention to sell the property?",
1080
+ "enum": [
1081
+ "Yes",
1082
+ "No",
1083
+ "Not known"
1084
+ ]
1085
+ },
1086
+ "landlordsCertificateServed": {
1087
+ "ta7ed5Ref": "11.6",
1088
+ "discriminator": {
1089
+ "propertyName": "yesNoNotApplicable"
1090
+ },
1091
+ "oneOf": [
1092
+ {
1093
+ "properties": {
1094
+ "yesNoNotApplicable": {
1095
+ "enum": [
1096
+ "Not applicable",
1097
+ "No"
1098
+ ]
1099
+ }
1100
+ }
1101
+ },
1102
+ {
1103
+ "properties": {
1104
+ "yesNoNotApplicable": {
1105
+ "enum": [
1106
+ "Yes"
1107
+ ]
1108
+ },
1109
+ "attachments": {
1110
+ "ta7ed5Ref": "11.6.2",
1111
+ "title": "Please supply a copy of the landlord’s certificate and the accompanying evidence."
1112
+ }
1113
+ },
1114
+ "required": [
1115
+ "attachments"
1116
+ ]
1117
+ }
1118
+ ],
1119
+ "required": [
1120
+ "yesNoNotApplicable"
1121
+ ],
1122
+ "title": "Have you received a landlord’s certificate and the accompanying evidence?",
1123
+ "properties": {
1124
+ "yesNoNotApplicable": {
1125
+ "ta7ed5Ref": "11.6.1",
1126
+ "enum": [
1127
+ "Yes",
1128
+ "No"
1129
+ ]
1130
+ }
1131
+ }
1132
+ }
1133
+ }
1134
+ },
1135
+ "alterations": {
1136
+ "ta7ed5Ref": "9",
1137
+ "required": [
1138
+ "sellerAwareOfAlterations"
1139
+ ],
1140
+ "properties": {
1141
+ "sellerAwareOfAlterations": {
1142
+ "ta7ed5Ref": "9.1",
1143
+ "discriminator": {
1144
+ "propertyName": "yesNo"
1145
+ },
1146
+ "oneOf": [
1147
+ {
1148
+ "properties": {
1149
+ "yesNo": {
1150
+ "enum": [
1151
+ "No"
1152
+ ]
1153
+ }
1154
+ }
1155
+ },
1156
+ {
1157
+ "properties": {
1158
+ "yesNo": {
1159
+ "enum": [
1160
+ "Yes"
1161
+ ]
1162
+ },
1163
+ "details": {
1164
+ "ta7ed5Ref": "9.2"
1165
+ },
1166
+ "landlordConsentObtained": {
1167
+ "ta7ed5Ref": "9.3",
1168
+ "discriminator": {
1169
+ "propertyName": "yesNo"
1170
+ },
1171
+ "oneOf": [
1172
+ {
1173
+ "properties": {
1174
+ "yesNo": {
1175
+ "enum": [
1176
+ "No",
1177
+ "Not known",
1178
+ "Not required"
1179
+ ]
1180
+ }
1181
+ }
1182
+ },
1183
+ {
1184
+ "properties": {
1185
+ "yesNo": {
1186
+ "enum": [
1187
+ "Yes"
1188
+ ]
1189
+ },
1190
+ "attachments": {
1191
+ "ta7ed5Ref": "9.3.2"
1192
+ }
1193
+ },
1194
+ "required": [
1195
+ "attachments"
1196
+ ]
1197
+ }
1198
+ ],
1199
+ "required": [
1200
+ "yesNo"
1201
+ ],
1202
+ "properties": {
1203
+ "yesNo": {
1204
+ "ta7ed5Ref": "9.3.1"
1205
+ }
1206
+ }
1207
+ }
1208
+ },
1209
+ "required": [
1210
+ "details",
1211
+ "landlordConsentObtained"
1212
+ ]
1213
+ }
1214
+ ],
1215
+ "required": [
1216
+ "yesNo"
1217
+ ],
1218
+ "properties": {
1219
+ "yesNo": {
1220
+ "ta7ed5Ref": "9.1.1"
1221
+ }
1222
+ }
1223
+ }
1224
+ }
1225
+ },
1226
+ "enfranchisement": {
1227
+ "ta7ed5Ref": "7",
1228
+ "required": [
1229
+ "sellerServedNoticeOnLandlord",
1230
+ "sellerAwareOfNoticeOfCollectivePurchase",
1231
+ "sellerAwareOfResponse"
1232
+ ],
1233
+ "properties": {
1234
+ "sellerServedNoticeOnLandlord": {
1235
+ "ta7ed5Ref": "7.1",
1236
+ "discriminator": {
1237
+ "propertyName": "yesNo"
1238
+ },
1239
+ "oneOf": [
1240
+ {
1241
+ "properties": {
1242
+ "yesNo": {
1243
+ "enum": [
1244
+ "No",
1245
+ "Not known",
1246
+ "Not required"
1247
+ ]
1248
+ }
1249
+ }
1250
+ },
1251
+ {
1252
+ "properties": {
1253
+ "yesNo": {
1254
+ "enum": [
1255
+ "Yes"
1256
+ ]
1257
+ },
1258
+ "attachments": {
1259
+ "ta7ed5Ref": "7.1.2"
1260
+ }
1261
+ },
1262
+ "required": [
1263
+ "attachments"
1264
+ ]
1265
+ }
1266
+ ],
1267
+ "required": [
1268
+ "yesNo"
1269
+ ],
1270
+ "title": "Have you served on the landlord a notice stating your wish to buy the freehold or be granted an extended lease?",
1271
+ "properties": {
1272
+ "yesNo": {
1273
+ "ta7ed5Ref": "7.1.1"
1274
+ }
1275
+ }
1276
+ },
1277
+ "sellerAwareOfNoticeOfCollectivePurchase": {
1278
+ "ta7ed5Ref": "7.2",
1279
+ "discriminator": {
1280
+ "propertyName": "yesNo"
1281
+ },
1282
+ "oneOf": [
1283
+ {
1284
+ "properties": {
1285
+ "yesNo": {
1286
+ "enum": [
1287
+ "No",
1288
+ "Not known",
1289
+ "Not required"
1290
+ ]
1291
+ }
1292
+ }
1293
+ },
1294
+ {
1295
+ "properties": {
1296
+ "yesNo": {
1297
+ "enum": [
1298
+ "Yes"
1299
+ ]
1300
+ },
1301
+ "attachments": {
1302
+ "ta7ed5Ref": "7.2.2"
1303
+ }
1304
+ },
1305
+ "required": [
1306
+ "attachments"
1307
+ ]
1308
+ }
1309
+ ],
1310
+ "required": [
1311
+ "yesNo"
1312
+ ],
1313
+ "title": "Are you aware of the service of any notice relating to the possible collective purchase of the freehold of the building or part of it by a group of tenants?",
1314
+ "properties": {
1315
+ "yesNo": {
1316
+ "ta7ed5Ref": "7.2.1"
1317
+ }
1318
+ }
1319
+ },
1320
+ "sellerAwareOfResponse": {
1321
+ "ta7ed5Ref": "7.3",
1322
+ "discriminator": {
1323
+ "propertyName": "yesNo"
1324
+ },
1325
+ "oneOf": [
1326
+ {
1327
+ "properties": {
1328
+ "yesNo": {
1329
+ "enum": [
1330
+ "No",
1331
+ "Not known",
1332
+ "Not required"
1333
+ ]
1334
+ }
1335
+ }
1336
+ },
1337
+ {
1338
+ "properties": {
1339
+ "yesNo": {
1340
+ "enum": [
1341
+ "Yes"
1342
+ ]
1343
+ },
1344
+ "attachments": {
1345
+ "ta7ed5Ref": "7.3.2"
1346
+ }
1347
+ },
1348
+ "required": [
1349
+ "attachments"
1350
+ ]
1351
+ }
1352
+ ],
1353
+ "required": [
1354
+ "yesNo"
1355
+ ],
1356
+ "properties": {
1357
+ "yesNo": {
1358
+ "ta7ed5Ref": "7.3.1"
1359
+ }
1360
+ }
1361
+ }
1362
+ }
1363
+ },
1364
+ "requiredDocuments": {
1365
+ "required": [
1366
+ "noticeOfSale",
1367
+ "noticeOfBuildingCondition"
1368
+ ],
1369
+ "properties": {
1370
+ "noticeOfSale": {
1371
+ "ta7ed5Ref": "6.1",
1372
+ "discriminator": {
1373
+ "propertyName": "yesNo"
1374
+ },
1375
+ "oneOf": [
1376
+ {
1377
+ "properties": {
1378
+ "yesNo": {
1379
+ "enum": [
1380
+ "No"
1381
+ ]
1382
+ }
1383
+ }
1384
+ },
1385
+ {
1386
+ "properties": {
1387
+ "yesNo": {
1388
+ "enum": [
1389
+ "Yes"
1390
+ ]
1391
+ },
1392
+ "attachments": {
1393
+ "ta7ed5Ref": "6.1.2"
1394
+ }
1395
+ },
1396
+ "required": [
1397
+ "attachments"
1398
+ ]
1399
+ }
1400
+ ],
1401
+ "required": [
1402
+ "yesNo"
1403
+ ],
1404
+ "title": "Have you received a notice that the landlord wants to sell the building?",
1405
+ "properties": {
1406
+ "yesNo": {
1407
+ "ta7ed5Ref": "6.1.1"
1408
+ }
1409
+ }
1410
+ },
1411
+ "noticeOfBuildingCondition": {
1412
+ "ta7ed5Ref": "6.2",
1413
+ "discriminator": {
1414
+ "propertyName": "yesNo"
1415
+ },
1416
+ "oneOf": [
1417
+ {
1418
+ "properties": {
1419
+ "yesNo": {
1420
+ "enum": [
1421
+ "No"
1422
+ ]
1423
+ }
1424
+ }
1425
+ },
1426
+ {
1427
+ "properties": {
1428
+ "yesNo": {
1429
+ "enum": [
1430
+ "Yes"
1431
+ ]
1432
+ },
1433
+ "attachments": {
1434
+ "ta7ed5Ref": "6.2.2"
1435
+ }
1436
+ },
1437
+ "required": [
1438
+ "attachments"
1439
+ ]
1440
+ }
1441
+ ],
1442
+ "required": [
1443
+ "yesNo"
1444
+ ],
1445
+ "title": "Have you received any other notice about the building, its use, its condition or its repair and maintenance?",
1446
+ "properties": {
1447
+ "yesNo": {
1448
+ "ta7ed5Ref": "6.2.1"
1449
+ }
1450
+ }
1451
+ }
1452
+ }
1453
+ },
1454
+ "additionalInformation": {
1455
+ "ta7ed5Ref": "12",
1456
+ "required": [
1457
+ "attachments"
1458
+ ],
1459
+ "properties": {
1460
+ "details": {
1461
+ "ta7ed5Ref": "12.1"
1462
+ },
1463
+ "attachments": {
1464
+ "ta7ed5Ref": "12.2"
1465
+ }
1466
+ }
1467
+ }
1468
+ }
1469
+ }
1470
+ },
1471
+ "required": [
1472
+ "leaseholdInformation"
1473
+ ]
1474
+ },
1475
+ {
1476
+ "properties": {
1477
+ "ownershipType": {
1478
+ "enum": [
1479
+ "Other"
1480
+ ]
1481
+ }
1482
+ }
1483
+ }
1484
+ ],
1485
+ "ta7ed5Ref": "2",
1486
+ "required": [
1487
+ "ownershipType"
1488
+ ]
1489
+ }
1490
+ }
1491
+ }
1492
+ },
1493
+ "typeOfConstruction": {
1494
+ "required": [
1495
+ "buildingSafety"
1496
+ ],
1497
+ "properties": {
1498
+ "buildingSafety": {
1499
+ "ta7ed5Ref": "11.2",
1500
+ "discriminator": {
1501
+ "propertyName": "yesNo"
1502
+ },
1503
+ "oneOf": [
1504
+ {
1505
+ "properties": {
1506
+ "yesNo": {
1507
+ "enum": [
1508
+ "No",
1509
+ "Not known"
1510
+ ]
1511
+ }
1512
+ }
1513
+ },
1514
+ {
1515
+ "properties": {
1516
+ "yesNo": {
1517
+ "enum": [
1518
+ "Yes"
1519
+ ]
1520
+ },
1521
+ "attachments": {
1522
+ "ta7ed5Ref": "11.2.2",
1523
+ "title": "Please provide details of the remediation works proposed and evidence of any carried out."
1524
+ }
1525
+ },
1526
+ "required": [
1527
+ "attachments"
1528
+ ]
1529
+ }
1530
+ ],
1531
+ "required": [
1532
+ "yesNo"
1533
+ ],
1534
+ "title": "Have any remediation works on the building been proposed or carried out?",
1535
+ "properties": {
1536
+ "yesNo": {
1537
+ "ta7ed5Ref": "11.2.1",
1538
+ "enum": [
1539
+ "Yes",
1540
+ "No",
1541
+ "Not known"
1542
+ ]
1543
+ }
1544
+ }
1545
+ }
1546
+ }
1547
+ }
1548
+ }
1549
+ }
1550
+ }
1551
+ }