@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.
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +195 -156
- package/src/schemas/v3/overlays/lpe1.json +82 -71
- package/src/schemas/v3/overlays/ta7.json +86 -41
- package/src/schemas/v3/pdtf-transaction.json +137 -109
- package/src/schemas/v3/skeleton.json +25 -16
|
@@ -4289,86 +4289,106 @@
|
|
|
4289
4289
|
}
|
|
4290
4290
|
}
|
|
4291
4291
|
},
|
|
4292
|
-
"
|
|
4293
|
-
"title": "
|
|
4292
|
+
"consents": {
|
|
4293
|
+
"title": "Consents",
|
|
4294
4294
|
"type": "object",
|
|
4295
4295
|
"properties": {
|
|
4296
|
-
"
|
|
4297
|
-
"title": "Is
|
|
4296
|
+
"changesInTermOfLease": {
|
|
4297
|
+
"title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
|
|
4298
4298
|
"type": "object",
|
|
4299
4299
|
"properties": {
|
|
4300
|
-
"
|
|
4301
|
-
"type": "string",
|
|
4300
|
+
"isSellerAwareOfChanges": {
|
|
4302
4301
|
"title": "",
|
|
4302
|
+
"type": "string",
|
|
4303
4303
|
"enum": [
|
|
4304
4304
|
"Yes",
|
|
4305
4305
|
"No",
|
|
4306
|
-
"
|
|
4306
|
+
"Attached",
|
|
4307
|
+
"To follow",
|
|
4308
|
+
"Lost"
|
|
4307
4309
|
]
|
|
4308
4310
|
}
|
|
4309
4311
|
},
|
|
4310
4312
|
"oneOf": [
|
|
4311
4313
|
{
|
|
4312
4314
|
"properties": {
|
|
4313
|
-
"
|
|
4315
|
+
"isSellerAwareOfChanges": {
|
|
4314
4316
|
"enum": [
|
|
4315
4317
|
"No",
|
|
4316
|
-
"
|
|
4318
|
+
"Attached",
|
|
4319
|
+
"To follow",
|
|
4320
|
+
"Lost"
|
|
4317
4321
|
]
|
|
4318
4322
|
}
|
|
4319
4323
|
}
|
|
4320
4324
|
},
|
|
4321
4325
|
{
|
|
4322
4326
|
"properties": {
|
|
4323
|
-
"
|
|
4327
|
+
"isSellerAwareOfChanges": {
|
|
4324
4328
|
"enum": [
|
|
4325
4329
|
"Yes"
|
|
4326
4330
|
]
|
|
4327
4331
|
},
|
|
4328
|
-
"
|
|
4329
|
-
"title": "
|
|
4330
|
-
"type": "number"
|
|
4331
|
-
},
|
|
4332
|
-
"personWhoDealsWithTheDeedOfCovenant": {
|
|
4333
|
-
"title": "Provide details of the person who deals with the Deed of Covenant",
|
|
4332
|
+
"details": {
|
|
4333
|
+
"title": "Please supply a copy or, if not in writing, please give details:",
|
|
4334
4334
|
"type": "string",
|
|
4335
4335
|
"minLength": 1
|
|
4336
|
+
},
|
|
4337
|
+
"attachments": {
|
|
4338
|
+
"type": "string",
|
|
4339
|
+
"enum": [
|
|
4340
|
+
"Attached",
|
|
4341
|
+
"To follow"
|
|
4342
|
+
]
|
|
4336
4343
|
}
|
|
4337
4344
|
}
|
|
4338
4345
|
}
|
|
4339
4346
|
]
|
|
4340
|
-
}
|
|
4341
|
-
|
|
4342
|
-
|
|
4347
|
+
}
|
|
4348
|
+
}
|
|
4349
|
+
},
|
|
4350
|
+
"transferAndRegistration": {
|
|
4351
|
+
"title": "Transfer and Registration",
|
|
4352
|
+
"type": "object",
|
|
4353
|
+
"properties": {
|
|
4354
|
+
"deedOfCovenantRequired": {
|
|
4355
|
+
"title": "Is a Deed of Covenant Required?",
|
|
4343
4356
|
"type": "object",
|
|
4344
4357
|
"properties": {
|
|
4345
|
-
"
|
|
4358
|
+
"yesNoNotKnown": {
|
|
4346
4359
|
"type": "string",
|
|
4360
|
+
"title": "",
|
|
4347
4361
|
"enum": [
|
|
4348
4362
|
"Yes",
|
|
4349
|
-
"No"
|
|
4363
|
+
"No",
|
|
4364
|
+
"Not Known"
|
|
4350
4365
|
]
|
|
4351
4366
|
}
|
|
4352
4367
|
},
|
|
4353
4368
|
"oneOf": [
|
|
4354
4369
|
{
|
|
4355
4370
|
"properties": {
|
|
4356
|
-
"
|
|
4371
|
+
"yesNoNotKnown": {
|
|
4357
4372
|
"enum": [
|
|
4358
|
-
"No"
|
|
4373
|
+
"No",
|
|
4374
|
+
"Not Known"
|
|
4359
4375
|
]
|
|
4360
4376
|
}
|
|
4361
4377
|
}
|
|
4362
4378
|
},
|
|
4363
4379
|
{
|
|
4364
4380
|
"properties": {
|
|
4365
|
-
"
|
|
4381
|
+
"yesNoNotKnown": {
|
|
4366
4382
|
"enum": [
|
|
4367
4383
|
"Yes"
|
|
4368
4384
|
]
|
|
4369
4385
|
},
|
|
4370
|
-
"
|
|
4371
|
-
"title": "
|
|
4386
|
+
"costsApplicableToTheDeed": {
|
|
4387
|
+
"title": "Confirm the costs applicable to the Deed including VAT",
|
|
4388
|
+
"type": "number"
|
|
4389
|
+
},
|
|
4390
|
+
"personWhoDealsWithTheDeedOfCovenant": {
|
|
4391
|
+
"title": "Provide details of the person who deals with the Deed of Covenant",
|
|
4372
4392
|
"type": "string",
|
|
4373
4393
|
"minLength": 1
|
|
4374
4394
|
}
|
|
@@ -4376,8 +4396,8 @@
|
|
|
4376
4396
|
}
|
|
4377
4397
|
]
|
|
4378
4398
|
},
|
|
4379
|
-
"
|
|
4380
|
-
"title": "
|
|
4399
|
+
"licenceToAssignRequired": {
|
|
4400
|
+
"title": "Is a License to Assign required?",
|
|
4381
4401
|
"type": "object",
|
|
4382
4402
|
"properties": {
|
|
4383
4403
|
"yesNo": {
|
|
@@ -4405,8 +4425,8 @@
|
|
|
4405
4425
|
"Yes"
|
|
4406
4426
|
]
|
|
4407
4427
|
},
|
|
4408
|
-
"
|
|
4409
|
-
"title": "
|
|
4428
|
+
"requirements": {
|
|
4429
|
+
"title": "Specify requirements e.g. references, and any costs applicable to the Licence",
|
|
4410
4430
|
"type": "string",
|
|
4411
4431
|
"minLength": 1
|
|
4412
4432
|
}
|
|
@@ -4414,44 +4434,37 @@
|
|
|
4414
4434
|
}
|
|
4415
4435
|
]
|
|
4416
4436
|
},
|
|
4417
|
-
"
|
|
4418
|
-
"title": "
|
|
4437
|
+
"awareOfConsents": {
|
|
4438
|
+
"title": "Are you aware of consent having been given to any alterations or additions to the Property?",
|
|
4419
4439
|
"type": "object",
|
|
4420
4440
|
"properties": {
|
|
4421
|
-
"
|
|
4422
|
-
"title": "",
|
|
4441
|
+
"yesNo": {
|
|
4423
4442
|
"type": "string",
|
|
4424
4443
|
"enum": [
|
|
4425
4444
|
"Yes",
|
|
4426
|
-
"No"
|
|
4427
|
-
"Attached",
|
|
4428
|
-
"To follow",
|
|
4429
|
-
"Lost"
|
|
4445
|
+
"No"
|
|
4430
4446
|
]
|
|
4431
4447
|
}
|
|
4432
4448
|
},
|
|
4433
4449
|
"oneOf": [
|
|
4434
4450
|
{
|
|
4435
4451
|
"properties": {
|
|
4436
|
-
"
|
|
4452
|
+
"yesNo": {
|
|
4437
4453
|
"enum": [
|
|
4438
|
-
"No"
|
|
4439
|
-
"Attached",
|
|
4440
|
-
"To follow",
|
|
4441
|
-
"Lost"
|
|
4454
|
+
"No"
|
|
4442
4455
|
]
|
|
4443
4456
|
}
|
|
4444
4457
|
}
|
|
4445
4458
|
},
|
|
4446
4459
|
{
|
|
4447
4460
|
"properties": {
|
|
4448
|
-
"
|
|
4461
|
+
"yesNo": {
|
|
4449
4462
|
"enum": [
|
|
4450
4463
|
"Yes"
|
|
4451
4464
|
]
|
|
4452
4465
|
},
|
|
4453
4466
|
"details": {
|
|
4454
|
-
"title": "
|
|
4467
|
+
"title": "Provide details and copies of any consent",
|
|
4455
4468
|
"type": "string",
|
|
4456
4469
|
"minLength": 1
|
|
4457
4470
|
}
|
|
@@ -4711,7 +4724,7 @@
|
|
|
4711
4724
|
"Freeholder",
|
|
4712
4725
|
"Headleaseholder",
|
|
4713
4726
|
"Management company named in lease of the property",
|
|
4714
|
-
"Right to
|
|
4727
|
+
"A Right to Manage company set up by the tenants under statutory rights",
|
|
4715
4728
|
"Other"
|
|
4716
4729
|
]
|
|
4717
4730
|
}
|
|
@@ -4724,7 +4737,7 @@
|
|
|
4724
4737
|
"Freeholder",
|
|
4725
4738
|
"Headleaseholder",
|
|
4726
4739
|
"Management company named in lease of the property",
|
|
4727
|
-
"Right to
|
|
4740
|
+
"A Right to Manage company set up by the tenants under statutory rights"
|
|
4728
4741
|
]
|
|
4729
4742
|
}
|
|
4730
4743
|
}
|
|
@@ -5215,12 +5228,17 @@
|
|
|
5215
5228
|
},
|
|
5216
5229
|
"lastDecoratedPeriod": {
|
|
5217
5230
|
"title": "Confirm the date when the Managed Areas were last decorated, internally and externally.",
|
|
5231
|
+
"ta7itle": "In what year was the building last decorated:",
|
|
5218
5232
|
"type": "object",
|
|
5219
5233
|
"properties": {
|
|
5220
|
-
"
|
|
5221
|
-
"title": "
|
|
5234
|
+
"externally": {
|
|
5235
|
+
"title": "The outside of the building (if known)",
|
|
5222
5236
|
"type": "object",
|
|
5223
5237
|
"properties": {
|
|
5238
|
+
"year": {
|
|
5239
|
+
"title": "Year",
|
|
5240
|
+
"type": "integer"
|
|
5241
|
+
},
|
|
5224
5242
|
"from": {
|
|
5225
5243
|
"title": "To",
|
|
5226
5244
|
"type": "string",
|
|
@@ -5233,10 +5251,14 @@
|
|
|
5233
5251
|
}
|
|
5234
5252
|
}
|
|
5235
5253
|
},
|
|
5236
|
-
"
|
|
5237
|
-
"title": "
|
|
5254
|
+
"internally": {
|
|
5255
|
+
"title": "Internally",
|
|
5238
5256
|
"type": "object",
|
|
5239
5257
|
"properties": {
|
|
5258
|
+
"year": {
|
|
5259
|
+
"title": "Year",
|
|
5260
|
+
"type": "integer"
|
|
5261
|
+
},
|
|
5240
5262
|
"from": {
|
|
5241
5263
|
"title": "To",
|
|
5242
5264
|
"type": "string",
|
|
@@ -5930,8 +5952,9 @@
|
|
|
5930
5952
|
}
|
|
5931
5953
|
}
|
|
5932
5954
|
},
|
|
5933
|
-
"
|
|
5934
|
-
"title": "Disputes
|
|
5955
|
+
"disputes": {
|
|
5956
|
+
"title": "Disputes",
|
|
5957
|
+
"ta7Ttle": "Complaints",
|
|
5935
5958
|
"type": "object",
|
|
5936
5959
|
"properties": {
|
|
5937
5960
|
"sellerReceivedComplaint": {
|
|
@@ -6065,47 +6088,6 @@
|
|
|
6065
6088
|
}
|
|
6066
6089
|
]
|
|
6067
6090
|
},
|
|
6068
|
-
"enfranchisementSteps": {
|
|
6069
|
-
"type": "object",
|
|
6070
|
-
"title": "Have any steps been taken by anyone to enfranchise, exercise the right to manage, form a right to enfranchise or management company, extend the term of the lease of the Property or anything similar?",
|
|
6071
|
-
"properties": {
|
|
6072
|
-
"yesNo": {
|
|
6073
|
-
"type": "string",
|
|
6074
|
-
"title": "",
|
|
6075
|
-
"enum": [
|
|
6076
|
-
"Yes",
|
|
6077
|
-
"No",
|
|
6078
|
-
"Not Known"
|
|
6079
|
-
]
|
|
6080
|
-
}
|
|
6081
|
-
},
|
|
6082
|
-
"oneOf": [
|
|
6083
|
-
{
|
|
6084
|
-
"properties": {
|
|
6085
|
-
"yesNo": {
|
|
6086
|
-
"enum": [
|
|
6087
|
-
"No",
|
|
6088
|
-
"Not Known"
|
|
6089
|
-
]
|
|
6090
|
-
}
|
|
6091
|
-
}
|
|
6092
|
-
},
|
|
6093
|
-
{
|
|
6094
|
-
"properties": {
|
|
6095
|
-
"yesNo": {
|
|
6096
|
-
"enum": [
|
|
6097
|
-
"Yes"
|
|
6098
|
-
]
|
|
6099
|
-
},
|
|
6100
|
-
"details": {
|
|
6101
|
-
"title": "Provide details and copies of relevant documentation",
|
|
6102
|
-
"type": "string",
|
|
6103
|
-
"minLength": 1
|
|
6104
|
-
}
|
|
6105
|
-
}
|
|
6106
|
-
}
|
|
6107
|
-
]
|
|
6108
|
-
},
|
|
6109
6091
|
"breachOfTermsOfLease": {
|
|
6110
6092
|
"type": "object",
|
|
6111
6093
|
"title": "Are you aware of any breach of the terms of the lease of this Property?",
|
|
@@ -6147,7 +6129,7 @@
|
|
|
6147
6129
|
}
|
|
6148
6130
|
}
|
|
6149
6131
|
},
|
|
6150
|
-
"
|
|
6132
|
+
"buildingSafetyAct": {
|
|
6151
6133
|
"title": "Building safety",
|
|
6152
6134
|
"type": "object",
|
|
6153
6135
|
"properties": {
|
|
@@ -6265,8 +6247,8 @@
|
|
|
6265
6247
|
}
|
|
6266
6248
|
}
|
|
6267
6249
|
},
|
|
6268
|
-
"
|
|
6269
|
-
"title": "
|
|
6250
|
+
"alterations": {
|
|
6251
|
+
"title": "Alterations",
|
|
6270
6252
|
"type": "object",
|
|
6271
6253
|
"properties": {
|
|
6272
6254
|
"sellerAwareOfAlterations": {
|
|
@@ -6322,7 +6304,13 @@
|
|
|
6322
6304
|
]
|
|
6323
6305
|
}
|
|
6324
6306
|
]
|
|
6325
|
-
}
|
|
6307
|
+
}
|
|
6308
|
+
}
|
|
6309
|
+
},
|
|
6310
|
+
"enfranchisement": {
|
|
6311
|
+
"title": "Enfranchisement",
|
|
6312
|
+
"type": "object",
|
|
6313
|
+
"properties": {
|
|
6326
6314
|
"sellerOwnedProperty": {
|
|
6327
6315
|
"title": "Has the seller owned the property for at least two years?",
|
|
6328
6316
|
"type": "string",
|
|
@@ -6367,6 +6355,53 @@
|
|
|
6367
6355
|
"To follow"
|
|
6368
6356
|
]
|
|
6369
6357
|
},
|
|
6358
|
+
"enfranchisementSteps": {
|
|
6359
|
+
"type": "object",
|
|
6360
|
+
"title": "Have any steps been taken by anyone to enfranchise, exercise the right to manage, form a right to enfranchise or management company, extend the term of the lease of the Property or anything similar?",
|
|
6361
|
+
"properties": {
|
|
6362
|
+
"yesNo": {
|
|
6363
|
+
"type": "string",
|
|
6364
|
+
"title": "",
|
|
6365
|
+
"enum": [
|
|
6366
|
+
"Yes",
|
|
6367
|
+
"No",
|
|
6368
|
+
"Not Known"
|
|
6369
|
+
]
|
|
6370
|
+
}
|
|
6371
|
+
},
|
|
6372
|
+
"oneOf": [
|
|
6373
|
+
{
|
|
6374
|
+
"properties": {
|
|
6375
|
+
"yesNo": {
|
|
6376
|
+
"enum": [
|
|
6377
|
+
"No",
|
|
6378
|
+
"Not Known"
|
|
6379
|
+
]
|
|
6380
|
+
}
|
|
6381
|
+
}
|
|
6382
|
+
},
|
|
6383
|
+
{
|
|
6384
|
+
"properties": {
|
|
6385
|
+
"yesNo": {
|
|
6386
|
+
"enum": [
|
|
6387
|
+
"Yes"
|
|
6388
|
+
]
|
|
6389
|
+
},
|
|
6390
|
+
"details": {
|
|
6391
|
+
"title": "Provide details and copies of relevant documentation",
|
|
6392
|
+
"type": "string",
|
|
6393
|
+
"minLength": 1
|
|
6394
|
+
}
|
|
6395
|
+
}
|
|
6396
|
+
}
|
|
6397
|
+
]
|
|
6398
|
+
}
|
|
6399
|
+
}
|
|
6400
|
+
},
|
|
6401
|
+
"general": {
|
|
6402
|
+
"title": "General",
|
|
6403
|
+
"type": "object",
|
|
6404
|
+
"properties": {
|
|
6370
6405
|
"otherPropertiesInManagedArea": {
|
|
6371
6406
|
"title": "How many other properties are there in the Managed Area?",
|
|
6372
6407
|
"type": "number"
|
|
@@ -6804,21 +6839,14 @@
|
|
|
6804
6839
|
}
|
|
6805
6840
|
}
|
|
6806
6841
|
},
|
|
6807
|
-
"
|
|
6808
|
-
"title": "Confirmation",
|
|
6809
|
-
"description": "By checking the box you are .",
|
|
6842
|
+
"confirmationOfAccuracy": {
|
|
6843
|
+
"title": "Confirmation of accuracy",
|
|
6810
6844
|
"type": "object",
|
|
6811
6845
|
"properties": {
|
|
6812
|
-
"
|
|
6846
|
+
"confirmation": {
|
|
6813
6847
|
"title": "Declaration",
|
|
6814
6848
|
"description": "I/we confirm that I am the person authorised to provide the information which I have completed in it on behalf of those parties which I have selected from the list, and that a buyer may rely on the information which I have supplied without applying to any other party except where I have left a section blank because I do not have the authority to provide the information",
|
|
6815
|
-
"
|
|
6816
|
-
"type": "string",
|
|
6817
|
-
"enum": [
|
|
6818
|
-
"true",
|
|
6819
|
-
"false"
|
|
6820
|
-
]
|
|
6821
|
-
}
|
|
6849
|
+
"type": "boolean"
|
|
6822
6850
|
},
|
|
6823
6851
|
"capacity": {
|
|
6824
6852
|
"title": "Confirm the capacity in which the answers are given.",
|
|
@@ -663,6 +663,13 @@
|
|
|
663
663
|
}
|
|
664
664
|
}
|
|
665
665
|
},
|
|
666
|
+
"consents": {
|
|
667
|
+
"changesInTermOfLease": {
|
|
668
|
+
"isSellerAwareOfChanges": {},
|
|
669
|
+
"details": {},
|
|
670
|
+
"attachments": {}
|
|
671
|
+
}
|
|
672
|
+
},
|
|
666
673
|
"transferAndRegistration": {
|
|
667
674
|
"deedOfCovenantRequired": {
|
|
668
675
|
"yesNoNotKnown": {},
|
|
@@ -677,10 +684,6 @@
|
|
|
677
684
|
"yesNo": {},
|
|
678
685
|
"details": {}
|
|
679
686
|
},
|
|
680
|
-
"changesInTermOfLease": {
|
|
681
|
-
"isSellerAwareOfChanges": {},
|
|
682
|
-
"details": {}
|
|
683
|
-
},
|
|
684
687
|
"requirementsToBeMemberOfManagementCompany": {
|
|
685
688
|
"yesNoNotApplicable": {},
|
|
686
689
|
"details": {}
|
|
@@ -769,11 +772,13 @@
|
|
|
769
772
|
}
|
|
770
773
|
},
|
|
771
774
|
"lastDecoratedPeriod": {
|
|
772
|
-
"
|
|
775
|
+
"externally": {
|
|
776
|
+
"year": {},
|
|
773
777
|
"from": {},
|
|
774
778
|
"to": {}
|
|
775
779
|
},
|
|
776
|
-
"
|
|
780
|
+
"internally": {
|
|
781
|
+
"year": {},
|
|
777
782
|
"from": {},
|
|
778
783
|
"to": {}
|
|
779
784
|
}
|
|
@@ -845,7 +850,7 @@
|
|
|
845
850
|
"details": {}
|
|
846
851
|
}
|
|
847
852
|
},
|
|
848
|
-
"
|
|
853
|
+
"disputes": {
|
|
849
854
|
"sellerReceivedComplaint": {
|
|
850
855
|
"yesNo": {},
|
|
851
856
|
"details": {}
|
|
@@ -861,16 +866,12 @@
|
|
|
861
866
|
"yesNo": {},
|
|
862
867
|
"details": {}
|
|
863
868
|
},
|
|
864
|
-
"enfranchisementSteps": {
|
|
865
|
-
"yesNo": {},
|
|
866
|
-
"details": {}
|
|
867
|
-
},
|
|
868
869
|
"breachOfTermsOfLease": {
|
|
869
870
|
"yesNo": {},
|
|
870
871
|
"details": {}
|
|
871
872
|
}
|
|
872
873
|
},
|
|
873
|
-
"
|
|
874
|
+
"buildingSafetyAct": {
|
|
874
875
|
"isLeaseQualifying": {},
|
|
875
876
|
"deedOfCertificateServed": {
|
|
876
877
|
"yesNoNotApplicable": {},
|
|
@@ -883,16 +884,24 @@
|
|
|
883
884
|
"attachments": {}
|
|
884
885
|
}
|
|
885
886
|
},
|
|
886
|
-
"
|
|
887
|
+
"alterations": {
|
|
887
888
|
"sellerAwareOfAlterations": {
|
|
888
889
|
"yesNo": {},
|
|
889
890
|
"details": {},
|
|
890
891
|
"landlordConsentObtained": {}
|
|
891
|
-
}
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"enfranchisement": {
|
|
892
895
|
"sellerOwnedProperty": {},
|
|
893
896
|
"sellerServedNoticeOnLandlord": {},
|
|
894
897
|
"sellerAwareOfNoticeOfCollectivePurchase": {},
|
|
895
898
|
"sellerAwareOfResponse": {},
|
|
899
|
+
"enfranchisementSteps": {
|
|
900
|
+
"yesNo": {},
|
|
901
|
+
"details": {}
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"general": {
|
|
896
905
|
"otherPropertiesInManagedArea": {},
|
|
897
906
|
"leasedOnSimilarTerms": {
|
|
898
907
|
"yesNo": {},
|
|
@@ -945,8 +954,8 @@
|
|
|
945
954
|
"managementCompanyAGMMinutes": {},
|
|
946
955
|
"enforcementNotices": {}
|
|
947
956
|
},
|
|
948
|
-
"
|
|
949
|
-
"
|
|
957
|
+
"confirmationOfAccuracy": {
|
|
958
|
+
"confirmation": {},
|
|
950
959
|
"capacity": {}
|
|
951
960
|
}
|
|
952
961
|
},
|