@pdtf/schemas 3.0.0-26 → 3.0.0-27

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.
@@ -38,11 +38,12 @@
38
38
  "ownershipAndManagement",
39
39
  "serviceCharge",
40
40
  "buildingsInsurance",
41
- "disputesAndEnfranchisement",
42
- "buildingSafety",
41
+ "disputes",
42
+ "enfranchisement",
43
+ "buildingSafetyAct",
43
44
  "general",
44
45
  "requiredDocuments",
45
- "confirmation"
46
+ "confirmationOfAccuracy"
46
47
  ],
47
48
  "properties": {
48
49
  "sharedOwnership": {
@@ -501,6 +502,23 @@
501
502
  }
502
503
  }
503
504
  },
505
+ "consents": {
506
+ "properties": {
507
+ "changesInTermOfLease": {
508
+ "required": [
509
+ "isSellerAwareOfChanges"
510
+ ],
511
+ "oneOf": [
512
+ null,
513
+ {
514
+ "required": [
515
+ "details"
516
+ ]
517
+ }
518
+ ]
519
+ }
520
+ }
521
+ },
504
522
  "transferAndRegistration": {
505
523
  "lpe1Ref": "2",
506
524
  "required": [
@@ -621,19 +639,6 @@
621
639
  "yesNo"
622
640
  ]
623
641
  },
624
- "changesInTermOfLease": {
625
- "required": [
626
- "isSellerAwareOfChanges"
627
- ],
628
- "oneOf": [
629
- null,
630
- {
631
- "required": [
632
- "details"
633
- ]
634
- }
635
- ]
636
- },
637
642
  "requirementsToBeMemberOfManagementCompany": {
638
643
  "lpe1Ref": "2.5",
639
644
  "discriminator": {
@@ -1684,14 +1689,13 @@
1684
1689
  }
1685
1690
  }
1686
1691
  },
1687
- "disputesAndEnfranchisement": {
1692
+ "disputes": {
1688
1693
  "lpe1Ref": "6",
1689
1694
  "required": [
1690
1695
  "sellerReceivedComplaint",
1691
1696
  "sellerSentComplaint",
1692
1697
  "ongoingForfeitureProceedings",
1693
1698
  "unresolvedDisputes",
1694
- "enfranchisementSteps",
1695
1699
  "breachOfTermsOfLease"
1696
1700
  ],
1697
1701
  "properties": {
@@ -1759,42 +1763,6 @@
1759
1763
  "yesNo"
1760
1764
  ]
1761
1765
  },
1762
- "enfranchisementSteps": {
1763
- "lpe1Ref": "6.3",
1764
- "discriminator": {
1765
- "propertyName": "yesNo"
1766
- },
1767
- "oneOf": [
1768
- {
1769
- "properties": {
1770
- "yesNo": {
1771
- "enum": [
1772
- "No",
1773
- "Not Known"
1774
- ]
1775
- }
1776
- }
1777
- },
1778
- {
1779
- "properties": {
1780
- "yesNo": {
1781
- "enum": [
1782
- "Yes"
1783
- ]
1784
- },
1785
- "details": {
1786
- "lpe1Ref": "6.3.1"
1787
- }
1788
- },
1789
- "required": [
1790
- "details"
1791
- ]
1792
- }
1793
- ],
1794
- "required": [
1795
- "yesNo"
1796
- ]
1797
- },
1798
1766
  "breachOfTermsOfLease": {
1799
1767
  "lpe1Ref": "6.4",
1800
1768
  "discriminator": {
@@ -1832,7 +1800,7 @@
1832
1800
  }
1833
1801
  }
1834
1802
  },
1835
- "buildingSafety": {
1803
+ "buildingSafetyAct": {
1836
1804
  "properties": {
1837
1805
  "deedOfCertificateServed": {
1838
1806
  "lpe1Ref": "4.14",
@@ -1914,20 +1882,7 @@
1914
1882
  }
1915
1883
  }
1916
1884
  },
1917
- "general": {
1918
- "lpe1Ref": "7",
1919
- "required": [
1920
- "sellerAwareOfAlterations",
1921
- "sellerOwnedProperty",
1922
- "sellerServedNoticeOnLandlord",
1923
- "sellerAwareOfNoticeOfCollectivePurchase",
1924
- "sellerAwareOfResponse",
1925
- "otherPropertiesInManagedArea",
1926
- "leasedOnSimilarTerms",
1927
- "buildingKnownToBeHMO",
1928
- "additionalParkingRegulations",
1929
- "restrictionOnKeepingPets"
1930
- ],
1885
+ "alterations": {
1931
1886
  "properties": {
1932
1887
  "sellerAwareOfAlterations": {
1933
1888
  "required": [
@@ -1941,7 +1896,63 @@
1941
1896
  ]
1942
1897
  }
1943
1898
  ]
1944
- },
1899
+ }
1900
+ }
1901
+ },
1902
+ "enfranchisement": {
1903
+ "lpe1Ref": "6",
1904
+ "required": [
1905
+ "enfranchisementSteps"
1906
+ ],
1907
+ "properties": {
1908
+ "enfranchisementSteps": {
1909
+ "lpe1Ref": "6.3",
1910
+ "discriminator": {
1911
+ "propertyName": "yesNo"
1912
+ },
1913
+ "oneOf": [
1914
+ {
1915
+ "properties": {
1916
+ "yesNo": {
1917
+ "enum": [
1918
+ "No",
1919
+ "Not Known"
1920
+ ]
1921
+ }
1922
+ }
1923
+ },
1924
+ {
1925
+ "properties": {
1926
+ "yesNo": {
1927
+ "enum": [
1928
+ "Yes"
1929
+ ]
1930
+ },
1931
+ "details": {
1932
+ "lpe1Ref": "6.3.1"
1933
+ }
1934
+ },
1935
+ "required": [
1936
+ "details"
1937
+ ]
1938
+ }
1939
+ ],
1940
+ "required": [
1941
+ "yesNo"
1942
+ ]
1943
+ }
1944
+ }
1945
+ },
1946
+ "general": {
1947
+ "lpe1Ref": "7",
1948
+ "required": [
1949
+ "otherPropertiesInManagedArea",
1950
+ "leasedOnSimilarTerms",
1951
+ "buildingKnownToBeHMO",
1952
+ "additionalParkingRegulations",
1953
+ "restrictionOnKeepingPets"
1954
+ ],
1955
+ "properties": {
1945
1956
  "otherPropertiesInManagedArea": {
1946
1957
  "lpe1Ref": "7.1"
1947
1958
  },
@@ -2184,7 +2195,7 @@
2184
2195
  }
2185
2196
  }
2186
2197
  },
2187
- "confirmation": {
2198
+ "confirmationOfAccuracy": {
2188
2199
  "lpe1Ref": "9",
2189
2200
  "required": [
2190
2201
  "response"
@@ -72,14 +72,17 @@
72
72
  "sharedOwnership",
73
73
  "leaseTerm",
74
74
  "contactDetails",
75
- "transferAndRegistration",
76
- "serviceCharge",
75
+ "consents",
77
76
  "groundRent",
78
77
  "ownershipAndManagement",
79
- "disputesAndEnfranchisement",
78
+ "serviceCharge",
79
+ "disputes",
80
+ "buildingSafetyAct",
81
+ "enfranchisement",
80
82
  "buildingSafety",
81
83
  "general",
82
- "requiredDocuments"
84
+ "requiredDocuments",
85
+ "confirmationOfAccuracy"
83
86
  ],
84
87
  "properties": {
85
88
  "sharedOwnership": {
@@ -101,11 +104,6 @@
101
104
  "properties": {
102
105
  "contacts": {
103
106
  "ta7Ref": "4.1",
104
- "required": [
105
- "landlord",
106
- "managementCompany",
107
- "managingAgent"
108
- ],
109
107
  "properties": {
110
108
  "landlord": {
111
109
  "ta7Ref": "4.1a",
@@ -117,6 +115,7 @@
117
115
  "ta7Ref": "4.1a.1"
118
116
  },
119
117
  "address": {
118
+ "ta7Ref": "4.1a.2",
120
119
  "properties": {
121
120
  "line1": {
122
121
  "ta7Ref": "4.1a.2"
@@ -146,6 +145,7 @@
146
145
  }
147
146
  },
148
147
  "managementCompany": {
148
+ "ta7Ref": "4.1b",
149
149
  "properties": {
150
150
  "contact": {
151
151
  "ta7Ref": "4.1b",
@@ -236,22 +236,12 @@
236
236
  }
237
237
  }
238
238
  },
239
- "transferAndRegistration": {
239
+ "consents": {
240
+ "ta7Ref": "7",
240
241
  "required": [
241
- "awareOfConsents",
242
242
  "changesInTermOfLease"
243
243
  ],
244
244
  "properties": {
245
- "awareOfConsents": {
246
- "required": [
247
- "yesNo"
248
- ],
249
- "properties": {
250
- "yesNo": {
251
- "ta7Ref": "9.3.1"
252
- }
253
- }
254
- },
255
245
  "changesInTermOfLease": {
256
246
  "ta7Ref": "7.1",
257
247
  "discriminator": {
@@ -278,6 +268,9 @@
278
268
  ]
279
269
  },
280
270
  "details": {
271
+ "ta7Ref": "7.1.2"
272
+ },
273
+ "attachments": {
281
274
  "ta7Ref": "7.1.3"
282
275
  }
283
276
  }
@@ -285,7 +278,12 @@
285
278
  ],
286
279
  "required": [
287
280
  "isSellerAwareOfChanges"
288
- ]
281
+ ],
282
+ "properties": {
283
+ "isSellerAwareOfChanges": {
284
+ "ta7Ref": "7.1.1"
285
+ }
286
+ }
289
287
  }
290
288
  }
291
289
  },
@@ -407,7 +405,10 @@
407
405
  "headLeaseholderControlled": {
408
406
  "ta7Ref": "2.2.2"
409
407
  }
410
- }
408
+ },
409
+ "required": [
410
+ "headLeaseholderControlled"
411
+ ]
411
412
  }
412
413
  ],
413
414
  "required": [
@@ -432,7 +433,7 @@
432
433
  "Freeholder",
433
434
  "Headleaseholder",
434
435
  "Management company named in lease of the property",
435
- "Right to manage company set up by the tenants under statutory rights"
436
+ "A Right to Manage company set up by the tenants under statutory rights"
436
437
  ]
437
438
  }
438
439
  }
@@ -447,7 +448,10 @@
447
448
  "details": {
448
449
  "ta7Ref": "2.3e"
449
450
  }
450
- }
451
+ },
452
+ "required": [
453
+ "details"
454
+ ]
451
455
  }
452
456
  ],
453
457
  "required": [
@@ -514,7 +518,10 @@
514
518
  "details": {
515
519
  "ta7Ref": "5.5.2"
516
520
  }
517
- }
521
+ },
522
+ "required": [
523
+ "details"
524
+ ]
518
525
  }
519
526
  ],
520
527
  "required": [
@@ -551,7 +558,10 @@
551
558
  "details": {
552
559
  "ta7Ref": "5.6.2"
553
560
  }
554
- }
561
+ },
562
+ "required": [
563
+ "details"
564
+ ]
555
565
  }
556
566
  ],
557
567
  "required": [
@@ -624,8 +634,14 @@
624
634
  "enum": [
625
635
  "Yes"
626
636
  ]
637
+ },
638
+ "details": {
639
+ "ta7Ref": "5.9.2"
627
640
  }
628
- }
641
+ },
642
+ "required": [
643
+ "details"
644
+ ]
629
645
  }
630
646
  ],
631
647
  "required": [
@@ -677,11 +693,22 @@
677
693
  "lastDecoratedPeriod": {
678
694
  "ta7Ref": "5",
679
695
  "properties": {
680
- "internally": {
681
- "ta7Ref": "5.3"
682
- },
683
696
  "externally": {
684
- "ta7Ref": "5.2"
697
+ "ta7Ref": "5.2",
698
+ "properties": {
699
+ "year": {
700
+ "ta7Ref": "5.2.1"
701
+ }
702
+ }
703
+ },
704
+ "internally": {
705
+ "ta7Ref": "5.3",
706
+ "title": "The internal communal parts (if known)",
707
+ "properties": {
708
+ "year": {
709
+ "ta7Ref": "5.3.1"
710
+ }
711
+ }
685
712
  }
686
713
  }
687
714
  }
@@ -707,7 +734,8 @@
707
734
  }
708
735
  }
709
736
  },
710
- "disputesAndEnfranchisement": {
737
+ "disputes": {
738
+ "ta7Ref": "8",
711
739
  "required": [
712
740
  "sellerReceivedComplaint",
713
741
  "sellerSentComplaint"
@@ -789,7 +817,7 @@
789
817
  }
790
818
  }
791
819
  },
792
- "buildingSafety": {
820
+ "buildingSafetyAct": {
793
821
  "ta7Ref": "11",
794
822
  "required": [
795
823
  "isLeaseQualifying",
@@ -896,13 +924,10 @@
896
924
  }
897
925
  }
898
926
  },
899
- "general": {
927
+ "alterations": {
928
+ "ta7Ref": "9",
900
929
  "required": [
901
- "sellerAwareOfAlterations",
902
- "sellerOwnedProperty",
903
- "sellerServedNoticeOnLandlord",
904
- "sellerAwareOfNoticeOfCollectivePurchase",
905
- "sellerAwareOfResponse"
930
+ "sellerAwareOfAlterations"
906
931
  ],
907
932
  "properties": {
908
933
  "sellerAwareOfAlterations": {
@@ -944,7 +969,18 @@
944
969
  "ta7Ref": "9.1.1"
945
970
  }
946
971
  }
947
- },
972
+ }
973
+ }
974
+ },
975
+ "enfranchisement": {
976
+ "ta7Ref": "10",
977
+ "required": [
978
+ "sellerOwnedProperty",
979
+ "sellerServedNoticeOnLandlord",
980
+ "sellerAwareOfNoticeOfCollectivePurchase",
981
+ "sellerAwareOfResponse"
982
+ ],
983
+ "properties": {
948
984
  "sellerOwnedProperty": {
949
985
  "ta7Ref": "10.1"
950
986
  },
@@ -960,6 +996,7 @@
960
996
  }
961
997
  },
962
998
  "requiredDocuments": {
999
+ "ta7Ref": "3",
963
1000
  "required": [
964
1001
  "lease",
965
1002
  "noticeOfSale",
@@ -1031,6 +1068,14 @@
1031
1068
  }
1032
1069
  }
1033
1070
  }
1071
+ },
1072
+ "confirmationOfAccuracy": {
1073
+ "ta7Ref": "12",
1074
+ "properties": {
1075
+ "confirmation": {
1076
+ "title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer"
1077
+ }
1078
+ }
1034
1079
  }
1035
1080
  }
1036
1081
  }