@pdtf/schemas 3.0.0-25 → 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.
@@ -3140,7 +3140,11 @@
3140
3140
  ],
3141
3141
  "properties": {
3142
3142
  "yesNo": {
3143
- "baspiRef": "A5.3.1"
3143
+ "baspiRef": "A5.3.1",
3144
+ "enum": [
3145
+ "Yes",
3146
+ "No"
3147
+ ]
3144
3148
  }
3145
3149
  }
3146
3150
  },
@@ -3883,6 +3887,9 @@
3883
3887
  "enum": [
3884
3888
  "Yes"
3885
3889
  ]
3890
+ },
3891
+ "supplier": {
3892
+ "baspiRef": "A7.1.0.11.2"
3886
3893
  }
3887
3894
  }
3888
3895
  },
@@ -6558,19 +6565,26 @@
6558
6565
  "details": {
6559
6566
  "baspiRef": "B4.2.3"
6560
6567
  },
6561
- "electricalSafetyCertificate": {
6562
- "baspiRef": "B4.2.4.1"
6563
- },
6564
- "buildingRegulationsComplianceCertificate": {
6565
- "baspiRef": "B4.2.4.2"
6566
- },
6567
- "buildingControlCompletionCertificate": {
6568
- "baspiRef": "B4.2.4.3"
6568
+ "suppliedCertificate": {
6569
+ "baspiRef": "B4.2.4.1",
6570
+ "required": [
6571
+ "certificateType",
6572
+ "attachments"
6573
+ ],
6574
+ "properties": {
6575
+ "certificateType": {
6576
+ "baspiRef": "B4.2.3.1"
6577
+ },
6578
+ "attachments": {
6579
+ "baspiRef": "B4.2.3.2"
6580
+ }
6581
+ }
6569
6582
  }
6570
6583
  },
6571
6584
  "required": [
6572
6585
  "yearWorkCarriedOut",
6573
- "details"
6586
+ "details",
6587
+ "suppliedCertificate"
6574
6588
  ]
6575
6589
  }
6576
6590
  ],
@@ -6579,7 +6593,11 @@
6579
6593
  ],
6580
6594
  "properties": {
6581
6595
  "yesNo": {
6582
- "baspiRef": "B4.2.1"
6596
+ "baspiRef": "B4.2.1",
6597
+ "enum": [
6598
+ "Yes",
6599
+ "No"
6600
+ ]
6583
6601
  }
6584
6602
  }
6585
6603
  }
@@ -38,10 +38,12 @@
38
38
  "ownershipAndManagement",
39
39
  "serviceCharge",
40
40
  "buildingsInsurance",
41
- "disputesAndEnfranchisement",
41
+ "disputes",
42
+ "enfranchisement",
43
+ "buildingSafetyAct",
42
44
  "general",
43
45
  "requiredDocuments",
44
- "confirmation"
46
+ "confirmationOfAccuracy"
45
47
  ],
46
48
  "properties": {
47
49
  "sharedOwnership": {
@@ -207,52 +209,6 @@
207
209
  },
208
210
  "serviceContactAssignments": {
209
211
  "lpe1Ref": "1.6",
210
- "discriminator": {
211
- "propertyName": "dealsWithDayToDayMaintenanceOfBuilding"
212
- },
213
- "oneOf": [
214
- {
215
- "properties": {
216
- "dealsWithDayToDayMaintenanceOfBuilding": {
217
- "enum": [
218
- "Landlord",
219
- "Management Company",
220
- "Managing Agent"
221
- ]
222
- }
223
- }
224
- },
225
- {
226
- "properties": {
227
- "dealsWithDayToDayMaintenanceOfBuilding": {
228
- "enum": [
229
- "the Lessees"
230
- ]
231
- },
232
- "lesseeInCharge": {
233
- "lpe1Ref": "1.10.1",
234
- "required": [
235
- "nameOrOrganisation",
236
- "line1",
237
- "postcode",
238
- "telephone",
239
- "emailAddress"
240
- ],
241
- "properties": {
242
- "address": {
243
- "required": [
244
- "line1",
245
- "postcode"
246
- ]
247
- }
248
- }
249
- }
250
- },
251
- "required": [
252
- "lesseeInCharge"
253
- ]
254
- }
255
- ],
256
212
  "required": [
257
213
  "noticeOfAssignmentAndCharge",
258
214
  "collectsGroundRent",
@@ -491,12 +447,78 @@
491
447
  "lpe1Ref": "1.12"
492
448
  },
493
449
  "dealsWithDayToDayMaintenanceOfBuilding": {
494
- "lpe1Ref": "1.10"
450
+ "lpe1Ref": "1.10",
451
+ "discriminator": {
452
+ "propertyName": "assignedContact"
453
+ },
454
+ "oneOf": [
455
+ {
456
+ "properties": {
457
+ "assignedContact": {
458
+ "enum": [
459
+ "Landlord",
460
+ "Management Company",
461
+ "Managing Agent"
462
+ ]
463
+ }
464
+ }
465
+ },
466
+ {
467
+ "properties": {
468
+ "assignedContact": {
469
+ "enum": [
470
+ "the Lessees"
471
+ ]
472
+ },
473
+ "lesseeInCharge": {
474
+ "lpe1Ref": "1.10.1",
475
+ "required": [
476
+ "nameOrOrganisation",
477
+ "line1",
478
+ "postcode",
479
+ "telephone",
480
+ "emailAddress"
481
+ ],
482
+ "properties": {
483
+ "address": {
484
+ "required": [
485
+ "line1",
486
+ "postcode"
487
+ ]
488
+ }
489
+ }
490
+ }
491
+ },
492
+ "required": [
493
+ "lesseeInCharge"
494
+ ]
495
+ }
496
+ ],
497
+ "required": [
498
+ "assignedContact"
499
+ ]
495
500
  }
496
501
  }
497
502
  }
498
503
  }
499
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
+ },
500
522
  "transferAndRegistration": {
501
523
  "lpe1Ref": "2",
502
524
  "required": [
@@ -617,19 +639,6 @@
617
639
  "yesNo"
618
640
  ]
619
641
  },
620
- "changesInTermOfLease": {
621
- "required": [
622
- "isSellerAwareOfChanges"
623
- ],
624
- "oneOf": [
625
- null,
626
- {
627
- "required": [
628
- "details"
629
- ]
630
- }
631
- ]
632
- },
633
642
  "requirementsToBeMemberOfManagementCompany": {
634
643
  "lpe1Ref": "2.5",
635
644
  "discriminator": {
@@ -1283,53 +1292,6 @@
1283
1292
  "required": [
1284
1293
  "yesNo"
1285
1294
  ]
1286
- },
1287
- "deedOfCertificateServed": {
1288
- "lpe1Ref": "4.14",
1289
- "discriminator": {
1290
- "propertyName": "yesNoNotApplicable"
1291
- },
1292
- "oneOf": [
1293
- {
1294
- "properties": {
1295
- "yesNoNotApplicable": {
1296
- "enum": [
1297
- "Not applicable"
1298
- ]
1299
- }
1300
- }
1301
- },
1302
- {
1303
- "properties": {
1304
- "yesNoNotApplicable": {
1305
- "enum": [
1306
- "No"
1307
- ]
1308
- }
1309
- }
1310
- },
1311
- {
1312
- "properties": {
1313
- "yesNoNotApplicable": {
1314
- "enum": [
1315
- "Yes"
1316
- ]
1317
- }
1318
- },
1319
- "required": [
1320
- "sellerCompletedDeedOfCertificate"
1321
- ]
1322
- }
1323
- ],
1324
- "required": [
1325
- "yesNoNotApplicable"
1326
- ]
1327
- },
1328
- "landlordsCertificateServed": {
1329
- "lpe1Ref": "4.14",
1330
- "required": [
1331
- "yesNoNotApplicable"
1332
- ]
1333
1295
  }
1334
1296
  },
1335
1297
  "required": [
@@ -1352,10 +1314,7 @@
1352
1314
  "increaseInServiceChargeAnticipated",
1353
1315
  "outstandingServiceChargeConsultation",
1354
1316
  "japaneseKnotweedAffectingManagedAreas",
1355
- "transferFees",
1356
- "allPropertiesContribute",
1357
- "deedOfCertificateServed",
1358
- "landlordsCertificateServed"
1317
+ "transferFees"
1359
1318
  ]
1360
1319
  }
1361
1320
  ],
@@ -1730,14 +1689,13 @@
1730
1689
  }
1731
1690
  }
1732
1691
  },
1733
- "disputesAndEnfranchisement": {
1692
+ "disputes": {
1734
1693
  "lpe1Ref": "6",
1735
1694
  "required": [
1736
1695
  "sellerReceivedComplaint",
1737
1696
  "sellerSentComplaint",
1738
1697
  "ongoingForfeitureProceedings",
1739
1698
  "unresolvedDisputes",
1740
- "enfranchisementSteps",
1741
1699
  "breachOfTermsOfLease"
1742
1700
  ],
1743
1701
  "properties": {
@@ -1805,8 +1763,8 @@
1805
1763
  "yesNo"
1806
1764
  ]
1807
1765
  },
1808
- "enfranchisementSteps": {
1809
- "lpe1Ref": "6.3",
1766
+ "breachOfTermsOfLease": {
1767
+ "lpe1Ref": "6.4",
1810
1768
  "discriminator": {
1811
1769
  "propertyName": "yesNo"
1812
1770
  },
@@ -1815,8 +1773,7 @@
1815
1773
  "properties": {
1816
1774
  "yesNo": {
1817
1775
  "enum": [
1818
- "No",
1819
- "Not Known"
1776
+ "No"
1820
1777
  ]
1821
1778
  }
1822
1779
  }
@@ -1829,7 +1786,7 @@
1829
1786
  ]
1830
1787
  },
1831
1788
  "details": {
1832
- "lpe1Ref": "6.3.1"
1789
+ "lpe1Ref": "6.4.1"
1833
1790
  }
1834
1791
  },
1835
1792
  "required": [
@@ -1840,9 +1797,116 @@
1840
1797
  "required": [
1841
1798
  "yesNo"
1842
1799
  ]
1800
+ }
1801
+ }
1802
+ },
1803
+ "buildingSafetyAct": {
1804
+ "properties": {
1805
+ "deedOfCertificateServed": {
1806
+ "lpe1Ref": "4.14",
1807
+ "discriminator": {
1808
+ "propertyName": "yesNoNotApplicable"
1809
+ },
1810
+ "oneOf": [
1811
+ {
1812
+ "properties": {
1813
+ "yesNoNotApplicable": {
1814
+ "enum": [
1815
+ "Not applicable",
1816
+ "No"
1817
+ ]
1818
+ }
1819
+ }
1820
+ },
1821
+ {
1822
+ "properties": {
1823
+ "yesNoNotApplicable": {
1824
+ "enum": [
1825
+ "Yes"
1826
+ ]
1827
+ },
1828
+ "attachments": {
1829
+ "lpe1Ref": "8.19"
1830
+ }
1831
+ },
1832
+ "required": [
1833
+ "sellerCompletedDeedOfCertificate",
1834
+ "attachments"
1835
+ ]
1836
+ }
1837
+ ],
1838
+ "required": [
1839
+ "yesNoNotApplicable"
1840
+ ],
1841
+ "properties": {
1842
+ "yesNoNotApplicable": {
1843
+ "lpe1Ref": "4.14"
1844
+ }
1845
+ }
1843
1846
  },
1844
- "breachOfTermsOfLease": {
1845
- "lpe1Ref": "6.4",
1847
+ "landlordsCertificateServed": {
1848
+ "lpe1Ref": "4.14",
1849
+ "discriminator": {
1850
+ "propertyName": "yesNoNotApplicable"
1851
+ },
1852
+ "oneOf": [
1853
+ {
1854
+ "properties": {
1855
+ "yesNoNotApplicable": {
1856
+ "enum": [
1857
+ "Not applicable",
1858
+ "No"
1859
+ ]
1860
+ }
1861
+ }
1862
+ },
1863
+ {
1864
+ "properties": {
1865
+ "yesNoNotApplicable": {
1866
+ "enum": [
1867
+ "Yes"
1868
+ ]
1869
+ },
1870
+ "attachments": {
1871
+ "lpe1Ref": "8.20"
1872
+ }
1873
+ },
1874
+ "required": [
1875
+ "attachments"
1876
+ ]
1877
+ }
1878
+ ],
1879
+ "required": [
1880
+ "yesNoNotApplicable"
1881
+ ]
1882
+ }
1883
+ }
1884
+ },
1885
+ "alterations": {
1886
+ "properties": {
1887
+ "sellerAwareOfAlterations": {
1888
+ "required": [
1889
+ "yesNo"
1890
+ ],
1891
+ "oneOf": [
1892
+ null,
1893
+ {
1894
+ "required": [
1895
+ "details"
1896
+ ]
1897
+ }
1898
+ ]
1899
+ }
1900
+ }
1901
+ },
1902
+ "enfranchisement": {
1903
+ "lpe1Ref": "6",
1904
+ "required": [
1905
+ "enfranchisementSteps"
1906
+ ],
1907
+ "properties": {
1908
+ "enfranchisementSteps": {
1909
+ "lpe1Ref": "6.3",
1846
1910
  "discriminator": {
1847
1911
  "propertyName": "yesNo"
1848
1912
  },
@@ -1851,7 +1915,8 @@
1851
1915
  "properties": {
1852
1916
  "yesNo": {
1853
1917
  "enum": [
1854
- "No"
1918
+ "No",
1919
+ "Not Known"
1855
1920
  ]
1856
1921
  }
1857
1922
  }
@@ -1864,7 +1929,7 @@
1864
1929
  ]
1865
1930
  },
1866
1931
  "details": {
1867
- "lpe1Ref": "6.4.1"
1932
+ "lpe1Ref": "6.3.1"
1868
1933
  }
1869
1934
  },
1870
1935
  "required": [
@@ -1881,12 +1946,6 @@
1881
1946
  "general": {
1882
1947
  "lpe1Ref": "7",
1883
1948
  "required": [
1884
- "sellerAwareOfAlterations",
1885
- "sellerOwnedProperty",
1886
- "sellerServedNoticeOnLandlord",
1887
- "sellerAwareOfNoticeOfCollectivePurchase",
1888
- "sellerAwareOfResponse",
1889
- "isLeaseQualifying",
1890
1949
  "otherPropertiesInManagedArea",
1891
1950
  "leasedOnSimilarTerms",
1892
1951
  "buildingKnownToBeHMO",
@@ -1894,19 +1953,6 @@
1894
1953
  "restrictionOnKeepingPets"
1895
1954
  ],
1896
1955
  "properties": {
1897
- "sellerAwareOfAlterations": {
1898
- "required": [
1899
- "yesNo"
1900
- ],
1901
- "oneOf": [
1902
- null,
1903
- {
1904
- "required": [
1905
- "details"
1906
- ]
1907
- }
1908
- ]
1909
- },
1910
1956
  "otherPropertiesInManagedArea": {
1911
1957
  "lpe1Ref": "7.1"
1912
1958
  },
@@ -2077,13 +2123,14 @@
2077
2123
  "noticesServedOnLessee",
2078
2124
  "asbestosSurvey",
2079
2125
  "managedAreaFireRiskAssessment",
2080
- "memorandumAndArticles",
2126
+ "managementCompanyDocuments",
2081
2127
  "managementCompanyAGMMinutes",
2082
- "deedOfCertificate",
2083
- "landlordsCertificate",
2084
2128
  "enforcementNotices"
2085
2129
  ],
2086
2130
  "properties": {
2131
+ "deedsOfVariation": {
2132
+ "lpe1Ref": "8.9"
2133
+ },
2087
2134
  "serviceChargeAccounts": {
2088
2135
  "lpe1Ref": "8.1"
2089
2136
  },
@@ -2108,9 +2155,6 @@
2108
2155
  "additionalRegulationsNotInLease": {
2109
2156
  "lpe1Ref": "8.8"
2110
2157
  },
2111
- "deedsOfVariation": {
2112
- "lpe1Ref": "8.9"
2113
- },
2114
2158
  "deedOfCovenant": {
2115
2159
  "lpe1Ref": "8.10"
2116
2160
  },
@@ -2135,29 +2179,23 @@
2135
2179
  "managedAreaFireRiskAssessment": {
2136
2180
  "lpe1Ref": "8.16"
2137
2181
  },
2138
- "memorandumAndArticles": {
2139
- "lpe1Ref": "8.17"
2182
+ "managementCompanyDocuments": {
2183
+ "lpe1Ref": "8.17",
2184
+ "properties": {
2185
+ "memorandumAndArticles": {
2186
+ "lpe1Ref": "8.17.1"
2187
+ }
2188
+ }
2140
2189
  },
2141
2190
  "managementCompanyAGMMinutes": {
2142
2191
  "lpe1Ref": "8.18"
2143
2192
  },
2144
- "deedOfCertificate": {
2145
- "lpe1Ref": "8.19"
2146
- },
2147
- "landlordsCertificate": {
2148
- "lpe1Ref": "8.20",
2149
- "enum": [
2150
- "Enclosed",
2151
- "To follow",
2152
- "Not applicable"
2153
- ]
2154
- },
2155
2193
  "enforcementNotices": {
2156
2194
  "lpe1Ref": "8.21"
2157
2195
  }
2158
2196
  }
2159
2197
  },
2160
- "confirmation": {
2198
+ "confirmationOfAccuracy": {
2161
2199
  "lpe1Ref": "9",
2162
2200
  "required": [
2163
2201
  "response"