@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.
@@ -4200,83 +4200,147 @@
4200
4200
  },
4201
4201
  "dealsWithDayToDayMaintenanceOfBuilding": {
4202
4202
  "title": "Who deals with the day to day maintenance of the building?",
4203
- "type": "string",
4204
- "enum": [
4205
- "Landlord",
4206
- "Management Company",
4207
- "Managing Agent",
4208
- "the Lessees"
4209
- ]
4210
- }
4211
- },
4212
- "oneOf": [
4213
- {
4203
+ "type": "object",
4214
4204
  "properties": {
4215
- "dealsWithDayToDayMaintenanceOfBuilding": {
4205
+ "assignedContact": {
4206
+ "title": "",
4207
+ "type": "string",
4216
4208
  "enum": [
4217
4209
  "Landlord",
4218
4210
  "Management Company",
4219
- "Managing Agent"
4220
- ]
4221
- }
4222
- }
4223
- },
4224
- {
4225
- "properties": {
4226
- "dealsWithDayToDayMaintenanceOfBuilding": {
4227
- "enum": [
4211
+ "Managing Agent",
4228
4212
  "the Lessees"
4229
4213
  ]
4214
+ }
4215
+ },
4216
+ "oneOf": [
4217
+ {
4218
+ "properties": {
4219
+ "assignedContact": {
4220
+ "enum": [
4221
+ "Landlord",
4222
+ "Management Company",
4223
+ "Managing Agent"
4224
+ ]
4225
+ }
4226
+ }
4230
4227
  },
4231
- "lesseeInCharge": {
4232
- "title": "If the Lessees, please provide contact details of the Lessee in charge",
4233
- "type": "object",
4228
+ {
4234
4229
  "properties": {
4235
- "nameOrOrganisation": {
4236
- "title": "Name or organisation",
4237
- "type": "string",
4238
- "minLength": 1
4230
+ "assignedContact": {
4231
+ "enum": [
4232
+ "the Lessees"
4233
+ ]
4239
4234
  },
4240
- "address": {
4241
- "title": "Address",
4235
+ "lesseeInCharge": {
4236
+ "title": "If the Lessees, please provide contact details of the Lessee in charge",
4242
4237
  "type": "object",
4243
4238
  "properties": {
4244
- "line1": {
4245
- "title": "Address line 1",
4239
+ "nameOrOrganisation": {
4240
+ "title": "Name or organisation",
4246
4241
  "type": "string",
4247
4242
  "minLength": 1
4248
4243
  },
4249
- "line2": {
4250
- "title": "Address line 2",
4251
- "type": "string"
4252
- },
4253
- "line3": {
4254
- "title": "Address line 3",
4255
- "type": "string"
4256
- },
4257
- "town": {
4258
- "title": "Town",
4259
- "type": "string"
4244
+ "address": {
4245
+ "title": "Address",
4246
+ "type": "object",
4247
+ "properties": {
4248
+ "line1": {
4249
+ "title": "Address line 1",
4250
+ "type": "string",
4251
+ "minLength": 1
4252
+ },
4253
+ "line2": {
4254
+ "title": "Address line 2",
4255
+ "type": "string"
4256
+ },
4257
+ "line3": {
4258
+ "title": "Address line 3",
4259
+ "type": "string"
4260
+ },
4261
+ "town": {
4262
+ "title": "Town",
4263
+ "type": "string"
4264
+ },
4265
+ "postcode": {
4266
+ "title": "Postcode",
4267
+ "type": "string",
4268
+ "minLength": 1
4269
+ }
4270
+ }
4260
4271
  },
4261
- "postcode": {
4262
- "title": "Postcode",
4272
+ "telephone": {
4273
+ "title": "Telephone",
4263
4274
  "type": "string",
4264
4275
  "minLength": 1
4276
+ },
4277
+ "emailAddress": {
4278
+ "title": "Email address",
4279
+ "type": "string",
4280
+ "format": "email"
4265
4281
  }
4266
4282
  }
4267
- },
4268
- "telephone": {
4269
- "title": "Telephone",
4270
- "type": "string",
4271
- "minLength": 1
4272
- },
4273
- "emailAddress": {
4274
- "title": "Email address",
4275
- "type": "string",
4276
- "format": "email"
4277
4283
  }
4278
4284
  }
4279
4285
  }
4286
+ ]
4287
+ }
4288
+ }
4289
+ }
4290
+ }
4291
+ },
4292
+ "consents": {
4293
+ "title": "Consents",
4294
+ "type": "object",
4295
+ "properties": {
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
+ "type": "object",
4299
+ "properties": {
4300
+ "isSellerAwareOfChanges": {
4301
+ "title": "",
4302
+ "type": "string",
4303
+ "enum": [
4304
+ "Yes",
4305
+ "No",
4306
+ "Attached",
4307
+ "To follow",
4308
+ "Lost"
4309
+ ]
4310
+ }
4311
+ },
4312
+ "oneOf": [
4313
+ {
4314
+ "properties": {
4315
+ "isSellerAwareOfChanges": {
4316
+ "enum": [
4317
+ "No",
4318
+ "Attached",
4319
+ "To follow",
4320
+ "Lost"
4321
+ ]
4322
+ }
4323
+ }
4324
+ },
4325
+ {
4326
+ "properties": {
4327
+ "isSellerAwareOfChanges": {
4328
+ "enum": [
4329
+ "Yes"
4330
+ ]
4331
+ },
4332
+ "details": {
4333
+ "title": "Please supply a copy or, if not in writing, please give details:",
4334
+ "type": "string",
4335
+ "minLength": 1
4336
+ },
4337
+ "attachments": {
4338
+ "type": "string",
4339
+ "enum": [
4340
+ "Attached",
4341
+ "To follow"
4342
+ ]
4343
+ }
4280
4344
  }
4281
4345
  }
4282
4346
  ]
@@ -4408,51 +4472,6 @@
4408
4472
  }
4409
4473
  ]
4410
4474
  },
4411
- "changesInTermOfLease": {
4412
- "title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
4413
- "type": "object",
4414
- "properties": {
4415
- "isSellerAwareOfChanges": {
4416
- "title": "",
4417
- "type": "string",
4418
- "enum": [
4419
- "Yes",
4420
- "No",
4421
- "Attached",
4422
- "To follow",
4423
- "Lost"
4424
- ]
4425
- }
4426
- },
4427
- "oneOf": [
4428
- {
4429
- "properties": {
4430
- "isSellerAwareOfChanges": {
4431
- "enum": [
4432
- "No",
4433
- "Attached",
4434
- "To follow",
4435
- "Lost"
4436
- ]
4437
- }
4438
- }
4439
- },
4440
- {
4441
- "properties": {
4442
- "isSellerAwareOfChanges": {
4443
- "enum": [
4444
- "Yes"
4445
- ]
4446
- },
4447
- "details": {
4448
- "title": "Please supply a copy or, if not in writing, please give details:",
4449
- "type": "string",
4450
- "minLength": 1
4451
- }
4452
- }
4453
- }
4454
- ]
4455
- },
4456
4475
  "requirementsToBeMemberOfManagementCompany": {
4457
4476
  "title": "Is the incoming Lessee required to take a share in, or become a member of, the Management Company?",
4458
4477
  "type": "object",
@@ -4705,7 +4724,7 @@
4705
4724
  "Freeholder",
4706
4725
  "Headleaseholder",
4707
4726
  "Management company named in lease of the property",
4708
- "Right to manage company set up by the tenants under statutory rights",
4727
+ "A Right to Manage company set up by the tenants under statutory rights",
4709
4728
  "Other"
4710
4729
  ]
4711
4730
  }
@@ -4718,7 +4737,7 @@
4718
4737
  "Freeholder",
4719
4738
  "Headleaseholder",
4720
4739
  "Management company named in lease of the property",
4721
- "Right to manage company set up by the tenants under statutory rights"
4740
+ "A Right to Manage company set up by the tenants under statutory rights"
4722
4741
  ]
4723
4742
  }
4724
4743
  }
@@ -5209,12 +5228,17 @@
5209
5228
  },
5210
5229
  "lastDecoratedPeriod": {
5211
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:",
5212
5232
  "type": "object",
5213
5233
  "properties": {
5214
- "internally": {
5215
- "title": "Internally",
5234
+ "externally": {
5235
+ "title": "The outside of the building (if known)",
5216
5236
  "type": "object",
5217
5237
  "properties": {
5238
+ "year": {
5239
+ "title": "Year",
5240
+ "type": "integer"
5241
+ },
5218
5242
  "from": {
5219
5243
  "title": "To",
5220
5244
  "type": "string",
@@ -5227,10 +5251,14 @@
5227
5251
  }
5228
5252
  }
5229
5253
  },
5230
- "externally": {
5231
- "title": "Externally",
5254
+ "internally": {
5255
+ "title": "Internally",
5232
5256
  "type": "object",
5233
5257
  "properties": {
5258
+ "year": {
5259
+ "title": "Year",
5260
+ "type": "integer"
5261
+ },
5234
5262
  "from": {
5235
5263
  "title": "To",
5236
5264
  "type": "string",
@@ -5482,73 +5510,6 @@
5482
5510
  }
5483
5511
  }
5484
5512
  ]
5485
- },
5486
- "deedOfCertificateServed": {
5487
- "title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
5488
- "type": "object",
5489
- "properties": {
5490
- "yesNoNotApplicable": {
5491
- "type": "string",
5492
- "title": "",
5493
- "enum": [
5494
- "Yes",
5495
- "No",
5496
- "Not applicable"
5497
- ]
5498
- }
5499
- },
5500
- "oneOf": [
5501
- {
5502
- "properties": {
5503
- "yesNoNotApplicable": {
5504
- "enum": [
5505
- "Not applicable"
5506
- ]
5507
- }
5508
- }
5509
- },
5510
- {
5511
- "properties": {
5512
- "yesNoNotApplicable": {
5513
- "enum": [
5514
- "No"
5515
- ]
5516
- }
5517
- }
5518
- },
5519
- {
5520
- "properties": {
5521
- "yesNoNotApplicable": {
5522
- "enum": [
5523
- "Yes"
5524
- ]
5525
- },
5526
- "sellerCompletedDeedOfCertificate": {
5527
- "title": "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?",
5528
- "type": "string",
5529
- "enum": [
5530
- "Current leaseholder",
5531
- "Previous leaseholder"
5532
- ]
5533
- }
5534
- }
5535
- }
5536
- ]
5537
- },
5538
- "landlordsCertificateServed": {
5539
- "title": "Has a Landlord's Certificate been served?",
5540
- "type": "object",
5541
- "properties": {
5542
- "yesNoNotApplicable": {
5543
- "type": "string",
5544
- "title": "",
5545
- "enum": [
5546
- "Yes",
5547
- "No Certificate Served",
5548
- "Not applicable"
5549
- ]
5550
- }
5551
- }
5552
5513
  }
5553
5514
  }
5554
5515
  }
@@ -5991,8 +5952,9 @@
5991
5952
  }
5992
5953
  }
5993
5954
  },
5994
- "disputesAndEnfranchisement": {
5995
- "title": "Disputes & Enfranchisement",
5955
+ "disputes": {
5956
+ "title": "Disputes",
5957
+ "ta7Ttle": "Complaints",
5996
5958
  "type": "object",
5997
5959
  "properties": {
5998
5960
  "sellerReceivedComplaint": {
@@ -6126,17 +6088,16 @@
6126
6088
  }
6127
6089
  ]
6128
6090
  },
6129
- "enfranchisementSteps": {
6091
+ "breachOfTermsOfLease": {
6130
6092
  "type": "object",
6131
- "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?",
6093
+ "title": "Are you aware of any breach of the terms of the lease of this Property?",
6132
6094
  "properties": {
6133
6095
  "yesNo": {
6134
6096
  "type": "string",
6135
6097
  "title": "",
6136
6098
  "enum": [
6137
6099
  "Yes",
6138
- "No",
6139
- "Not Known"
6100
+ "No"
6140
6101
  ]
6141
6102
  }
6142
6103
  },
@@ -6145,8 +6106,7 @@
6145
6106
  "properties": {
6146
6107
  "yesNo": {
6147
6108
  "enum": [
6148
- "No",
6149
- "Not Known"
6109
+ "No"
6150
6110
  ]
6151
6111
  }
6152
6112
  }
@@ -6159,32 +6119,108 @@
6159
6119
  ]
6160
6120
  },
6161
6121
  "details": {
6162
- "title": "Provide details and copies of relevant documentation",
6122
+ "title": "Provide details",
6163
6123
  "type": "string",
6164
6124
  "minLength": 1
6165
6125
  }
6166
6126
  }
6167
6127
  }
6168
6128
  ]
6129
+ }
6130
+ }
6131
+ },
6132
+ "buildingSafetyAct": {
6133
+ "title": "Building safety",
6134
+ "type": "object",
6135
+ "properties": {
6136
+ "isLeaseQualifying": {
6137
+ "title": "Is the lease of the property a qualifying lease?",
6138
+ "type": "string",
6139
+ "enum": [
6140
+ "Yes",
6141
+ "No"
6142
+ ]
6169
6143
  },
6170
- "breachOfTermsOfLease": {
6144
+ "deedOfCertificateServed": {
6145
+ "title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
6146
+ "type": "object",
6147
+ "properties": {
6148
+ "yesNoNotApplicable": {
6149
+ "type": "string",
6150
+ "title": "",
6151
+ "enum": [
6152
+ "Yes",
6153
+ "No",
6154
+ "Not applicable"
6155
+ ]
6156
+ }
6157
+ },
6158
+ "oneOf": [
6159
+ {
6160
+ "properties": {
6161
+ "yesNoNotApplicable": {
6162
+ "enum": [
6163
+ "Not applicable",
6164
+ "No"
6165
+ ]
6166
+ }
6167
+ }
6168
+ },
6169
+ {
6170
+ "properties": {
6171
+ "yesNoNotApplicable": {
6172
+ "enum": [
6173
+ "Yes"
6174
+ ]
6175
+ },
6176
+ "sellerCompletedDeedOfCertificate": {
6177
+ "title": "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?",
6178
+ "type": "string",
6179
+ "enum": [
6180
+ "Current leaseholder",
6181
+ "Previous leaseholder"
6182
+ ]
6183
+ },
6184
+ "attachments": {
6185
+ "title": "Leaseholder Deed of Certificate.",
6186
+ "type": "string",
6187
+ "enum": [
6188
+ "Enclosed",
6189
+ "To follow"
6190
+ ]
6191
+ }
6192
+ }
6193
+ }
6194
+ ]
6195
+ },
6196
+ "landlordNotifiedOfSale": {
6197
+ "title": "Has the freeholder / landlord been notified of the intention to sell?",
6198
+ "type": "string",
6199
+ "enum": [
6200
+ "Yes",
6201
+ "No"
6202
+ ]
6203
+ },
6204
+ "landlordsCertificateServed": {
6205
+ "title": "Has a Landlord's Certificate been served?",
6171
6206
  "type": "object",
6172
- "title": "Are you aware of any breach of the terms of the lease of this Property?",
6173
6207
  "properties": {
6174
- "yesNo": {
6208
+ "yesNoNotApplicable": {
6175
6209
  "type": "string",
6176
6210
  "title": "",
6177
6211
  "enum": [
6178
6212
  "Yes",
6179
- "No"
6213
+ "No",
6214
+ "Not applicable"
6180
6215
  ]
6181
6216
  }
6182
6217
  },
6183
6218
  "oneOf": [
6184
6219
  {
6185
6220
  "properties": {
6186
- "yesNo": {
6221
+ "yesNoNotApplicable": {
6187
6222
  "enum": [
6223
+ "Not applicable",
6188
6224
  "No"
6189
6225
  ]
6190
6226
  }
@@ -6192,15 +6228,18 @@
6192
6228
  },
6193
6229
  {
6194
6230
  "properties": {
6195
- "yesNo": {
6231
+ "yesNoNotApplicable": {
6196
6232
  "enum": [
6197
6233
  "Yes"
6198
6234
  ]
6199
6235
  },
6200
- "details": {
6201
- "title": "Provide details",
6236
+ "attachments": {
6237
+ "title": "Landlord's Certificate.",
6202
6238
  "type": "string",
6203
- "minLength": 1
6239
+ "enum": [
6240
+ "Enclosed",
6241
+ "To follow"
6242
+ ]
6204
6243
  }
6205
6244
  }
6206
6245
  }
@@ -6208,8 +6247,8 @@
6208
6247
  }
6209
6248
  }
6210
6249
  },
6211
- "general": {
6212
- "title": "General",
6250
+ "alterations": {
6251
+ "title": "Alterations",
6213
6252
  "type": "object",
6214
6253
  "properties": {
6215
6254
  "sellerAwareOfAlterations": {
@@ -6265,7 +6304,13 @@
6265
6304
  ]
6266
6305
  }
6267
6306
  ]
6268
- },
6307
+ }
6308
+ }
6309
+ },
6310
+ "enfranchisement": {
6311
+ "title": "Enfranchisement",
6312
+ "type": "object",
6313
+ "properties": {
6269
6314
  "sellerOwnedProperty": {
6270
6315
  "title": "Has the seller owned the property for at least two years?",
6271
6316
  "type": "string",
@@ -6299,7 +6344,7 @@
6299
6344
  ]
6300
6345
  },
6301
6346
  "sellerAwareOfResponse": {
6302
- "title": "Is the seller aware of any response to a notice disclosed in replies to 10.2 and 10.3 above? If Yes, please supply a copy",
6347
+ "title": "Is the seller aware of any response to a notice disclosed in replies above? If Yes, please supply a copy",
6303
6348
  "type": "string",
6304
6349
  "enum": [
6305
6350
  "Yes",
@@ -6310,14 +6355,53 @@
6310
6355
  "To follow"
6311
6356
  ]
6312
6357
  },
6313
- "isLeaseQualifying": {
6314
- "title": "Is the lease of the property a qualifying lease?",
6315
- "type": "string",
6316
- "enum": [
6317
- "Yes",
6318
- "No"
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
+ }
6319
6397
  ]
6320
- },
6398
+ }
6399
+ }
6400
+ },
6401
+ "general": {
6402
+ "title": "General",
6403
+ "type": "object",
6404
+ "properties": {
6321
6405
  "otherPropertiesInManagedArea": {
6322
6406
  "title": "How many other properties are there in the Managed Area?",
6323
6407
  "type": "number"
@@ -6485,38 +6569,26 @@
6485
6569
  }
6486
6570
  },
6487
6571
  "requiredDocuments": {
6488
- "title": "Required Documents",
6489
- "description": "Please provide the following applicable documents:",
6572
+ "title": "Required documents",
6490
6573
  "type": "object",
6491
6574
  "properties": {
6492
- "noticeOfSale": {
6493
- "title": "Has the seller received a notice that the landlord wants to sell the building? If Yes, please supply a copy.",
6575
+ "lease": {
6576
+ "title": "Please supply a copy of the lease.",
6494
6577
  "type": "string",
6495
6578
  "enum": [
6496
- "Yes",
6497
- "No",
6498
- "Attached",
6499
- "To follow",
6500
- "Lost"
6579
+ "Enclosed",
6580
+ "To follow"
6501
6581
  ]
6502
6582
  },
6503
- "noticeOfBuildingCondition": {
6504
- "title": "Has the seller received any other notice about the building, its use, its condition or its repair and maintenance? If Yes, please supply a copy.",
6583
+ "deedsOfVariation": {
6584
+ "title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
6505
6585
  "type": "string",
6506
6586
  "enum": [
6507
- "Yes",
6508
- "No",
6509
- "Attached",
6587
+ "Enclosed",
6510
6588
  "To follow",
6511
- "Lost"
6512
- ]
6513
- },
6514
- "landlordNotifiedOfSale": {
6515
- "title": "Has the freeholder / landlord been notified of the intention to sell?",
6516
- "type": "string",
6517
- "enum": [
6518
- "Yes",
6519
- "No"
6589
+ "Landlord's lawyer provides",
6590
+ "Please supply draft",
6591
+ "Not applicable"
6520
6592
  ]
6521
6593
  },
6522
6594
  "copyOfcorrespondence": {
@@ -6554,7 +6626,8 @@
6554
6626
  "type": "string",
6555
6627
  "enum": [
6556
6628
  "Attached",
6557
- "To follow"
6629
+ "To follow",
6630
+ "Not applicable"
6558
6631
  ]
6559
6632
  },
6560
6633
  "arrangedByLandlord": {
@@ -6562,11 +6635,34 @@
6562
6635
  "type": "string",
6563
6636
  "enum": [
6564
6637
  "Attached",
6565
- "To follow"
6638
+ "To follow",
6639
+ "Not applicable"
6566
6640
  ]
6567
6641
  }
6568
6642
  }
6569
6643
  },
6644
+ "noticeOfSale": {
6645
+ "title": "Has the seller received a notice that the landlord wants to sell the building? If Yes, please supply a copy.",
6646
+ "type": "string",
6647
+ "enum": [
6648
+ "Yes",
6649
+ "No",
6650
+ "Attached",
6651
+ "To follow",
6652
+ "Lost"
6653
+ ]
6654
+ },
6655
+ "noticeOfBuildingCondition": {
6656
+ "title": "Has the seller received any other notice about the building, its use, its condition or its repair and maintenance? If Yes, please supply a copy.",
6657
+ "type": "string",
6658
+ "enum": [
6659
+ "Yes",
6660
+ "No",
6661
+ "Attached",
6662
+ "To follow",
6663
+ "Lost"
6664
+ ]
6665
+ },
6570
6666
  "managedAreasBuildingsInsurancePolicy": {
6571
6667
  "title": "Buildings insurance policy and schedule for the Managed Areas.",
6572
6668
  "type": "string",
@@ -6621,17 +6717,6 @@
6621
6717
  "Not applicable"
6622
6718
  ]
6623
6719
  },
6624
- "deedsOfVariation": {
6625
- "title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
6626
- "type": "string",
6627
- "enum": [
6628
- "Enclosed",
6629
- "To follow",
6630
- "Landlord's lawyer provides",
6631
- "Please supply draft",
6632
- "Not applicable"
6633
- ]
6634
- },
6635
6720
  "deedOfCovenant": {
6636
6721
  "title": "Any required Deed of Covenant.",
6637
6722
  "type": "string",
@@ -6701,30 +6786,38 @@
6701
6786
  "Not applicable"
6702
6787
  ]
6703
6788
  },
6704
- "memorandumAndArticles": {
6705
- "title": "Memorandum and Articles of Association of the Management Company.",
6706
- "type": "string",
6707
- "enum": [
6708
- "Enclosed",
6709
- "To follow",
6710
- "Not applicable"
6711
- ]
6712
- },
6713
- "shareOrMembershipCertificate": {
6714
- "title": "Share or membership certificate",
6715
- "type": "string",
6716
- "enum": [
6717
- "Attached",
6718
- "To follow"
6719
- ]
6720
- },
6721
- "companyAccounts": {
6722
- "title": "Company accounts for the past three years",
6723
- "type": "string",
6724
- "enum": [
6725
- "Attached",
6726
- "To follow"
6727
- ]
6789
+ "managementCompanyDocuments": {
6790
+ "title": "If a landlord is a company controlled by the tenants and/or if a tenants’ management company or Right to Manage company is managing the building, please supply a copy of:",
6791
+ "type": "object",
6792
+ "properties": {
6793
+ "memorandumAndArticles": {
6794
+ "title": "Memorandum and Articles of Association of the Management Company.",
6795
+ "type": "string",
6796
+ "enum": [
6797
+ "Enclosed",
6798
+ "To follow",
6799
+ "Not applicable"
6800
+ ]
6801
+ },
6802
+ "shareOrMembershipCertificate": {
6803
+ "title": "Share or membership certificate",
6804
+ "type": "string",
6805
+ "enum": [
6806
+ "Attached",
6807
+ "To follow",
6808
+ "Not applicable"
6809
+ ]
6810
+ },
6811
+ "companyAccounts": {
6812
+ "title": "Company accounts for the past three years",
6813
+ "type": "string",
6814
+ "enum": [
6815
+ "Attached",
6816
+ "To follow",
6817
+ "Not applicable"
6818
+ ]
6819
+ }
6820
+ }
6728
6821
  },
6729
6822
  "managementCompanyAGMMinutes": {
6730
6823
  "title": "Minutes from the last AGM for the Management Company.",
@@ -6735,25 +6828,6 @@
6735
6828
  "Not applicable"
6736
6829
  ]
6737
6830
  },
6738
- "deedOfCertificate": {
6739
- "title": "Leaseholder Deed of Certificate.",
6740
- "type": "string",
6741
- "enum": [
6742
- "Enclosed",
6743
- "To follow",
6744
- "Not applicable"
6745
- ]
6746
- },
6747
- "landlordsCertificate": {
6748
- "title": "Landlord's Certificate.",
6749
- "type": "string",
6750
- "enum": [
6751
- "Enclosed",
6752
- "To follow",
6753
- "No",
6754
- "Not applicable"
6755
- ]
6756
- },
6757
6831
  "enforcementNotices": {
6758
6832
  "title": "Known enforcement notices served on the landlord or accountable person (where the building is residential and is at least 18 meters or 7 storeys).",
6759
6833
  "type": "string",
@@ -6765,21 +6839,14 @@
6765
6839
  }
6766
6840
  }
6767
6841
  },
6768
- "confirmation": {
6769
- "title": "Confirmation",
6770
- "description": "By checking the box you are .",
6842
+ "confirmationOfAccuracy": {
6843
+ "title": "Confirmation of accuracy",
6771
6844
  "type": "object",
6772
6845
  "properties": {
6773
- "response": {
6846
+ "confirmation": {
6774
6847
  "title": "Declaration",
6775
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",
6776
- "confirmation": {
6777
- "type": "string",
6778
- "enum": [
6779
- "true",
6780
- "false"
6781
- ]
6782
- }
6849
+ "type": "boolean"
6783
6850
  },
6784
6851
  "capacity": {
6785
6852
  "title": "Confirm the capacity in which the answers are given.",
@@ -7737,6 +7804,7 @@
7737
7804
  "hasDisputesAndComplaints": {
7738
7805
  "title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
7739
7806
  "description": "E.g boundary disagreement, noise, trespass etc",
7807
+ "ta6Description": "",
7740
7808
  "type": "object",
7741
7809
  "properties": {
7742
7810
  "yesNo": {
@@ -9415,7 +9483,7 @@
9415
9483
  ]
9416
9484
  },
9417
9485
  "attachments": {
9418
- "title": "Please supply a copy with any insurance cover linked to the plan",
9486
+ "title": "Please supply a copy with any insurance cover linked to the plan.",
9419
9487
  "type": "string",
9420
9488
  "enum": [
9421
9489
  "Attached",
@@ -16135,7 +16203,8 @@
16135
16203
  },
16136
16204
  "supplier": {
16137
16205
  "title": "Supplier",
16138
- "type": "string"
16206
+ "type": "string",
16207
+ "minLength": 1
16139
16208
  },
16140
16209
  "details": {
16141
16210
  "title": "Details",
@@ -16145,6 +16214,9 @@
16145
16214
  "stopcock": {
16146
16215
  "title": "Location of stopcock",
16147
16216
  "type": "object",
16217
+ "required": [
16218
+ "location"
16219
+ ],
16148
16220
  "properties": {
16149
16221
  "location": {
16150
16222
  "title": "Describe the location of the stopcock",
@@ -16440,6 +16512,11 @@
16440
16512
  "title": "Details",
16441
16513
  "type": "string",
16442
16514
  "minLength": 1
16515
+ },
16516
+ "supplier": {
16517
+ "title": "Supplier",
16518
+ "type": "string",
16519
+ "minLength": 1
16443
16520
  }
16444
16521
  }
16445
16522
  },
@@ -17213,11 +17290,11 @@
17213
17290
  ]
17214
17291
  },
17215
17292
  "supplier": {
17216
- "title": "Supplier (if known)",
17293
+ "title": "Supplier",
17217
17294
  "type": "string"
17218
17295
  },
17219
17296
  "gasMeter": {
17220
- "title": "Location of gas meter (if any)",
17297
+ "title": "Location of gas meter",
17221
17298
  "type": "object",
17222
17299
  "properties": {
17223
17300
  "location": {
@@ -17948,6 +18025,7 @@
17948
18025
  },
17949
18026
  "insuranceClaims": {
17950
18027
  "title": "Have you ever made a claim against your building insurance in relation to the property?",
18028
+ "Title": "Has the seller made any buildings insurance claims?",
17951
18029
  "type": "object",
17952
18030
  "properties": {
17953
18031
  "yesNo": {
@@ -18209,7 +18287,7 @@
18209
18287
  ]
18210
18288
  },
18211
18289
  "rightsOfSupport": {
18212
- "title": "Rights of support from ajoining properties",
18290
+ "title": "Rights of support from adjoining properties",
18213
18291
  "type": "object",
18214
18292
  "properties": {
18215
18293
  "yesNo": {
@@ -20460,6 +20538,7 @@
20460
20538
  },
20461
20539
  "uniformBoundaries": {
20462
20540
  "title": "Please indicate who has repaired, or treated as belonging to them, each of the boundaries. Identify each boundary as if you were looking at the property from the road.",
20541
+ "ta6title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features:",
20463
20542
  "type": "object",
20464
20543
  "properties": {
20465
20544
  "left": {
@@ -20624,6 +20703,7 @@
20624
20703
  "flyingFreehold": {
20625
20704
  "title": "Is there a flying freehold?",
20626
20705
  "description": "NOTE: a flying freehold is when part of the property overhangs a neighbour's property or an accessway - e.g. a terrace house where part of the upstairs is over an accessway which belongs to someone else.",
20706
+ "ta6Description": "",
20627
20707
  "type": "object",
20628
20708
  "properties": {
20629
20709
  "yesNo": {
@@ -20720,6 +20800,7 @@
20720
20800
  },
20721
20801
  "pipesWiresCablesDrainsFromProperty": {
20722
20802
  "title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
20803
+ "ta6Ttle": "Do any drains, pipes or wires leading to any neighbour’s property cross the property?",
20723
20804
  "type": "object",
20724
20805
  "properties": {
20725
20806
  "yesNo": {
@@ -20805,7 +20886,7 @@
20805
20886
  "minLength": 1
20806
20887
  },
20807
20888
  "attachments": {
20808
- "title": "Attachments",
20889
+ "title": "Please supply a copy",
20809
20890
  "type": "string",
20810
20891
  "enum": [
20811
20892
  "Attached",
@@ -20909,29 +20990,27 @@
20909
20990
  "type": "string",
20910
20991
  "minLength": 1
20911
20992
  },
20912
- "electricalSafetyCertificate": {
20913
- "title": "Please provide a signed Electrical Safety Certificate (BS7671)",
20914
- "type": "string",
20915
- "enum": [
20916
- "Attached",
20917
- "To follow"
20918
- ]
20919
- },
20920
- "buildingRegulationsComplianceCertificate": {
20921
- "title": "or a Building Regulations Compliance Certificate (or equivalent)",
20922
- "type": "string",
20923
- "enum": [
20924
- "Attached",
20925
- "To follow"
20926
- ]
20927
- },
20928
- "buildingControlCompletionCertificate": {
20929
- "title": "or a Building Control Completion Certificate",
20930
- "type": "string",
20931
- "enum": [
20932
- "Attached",
20933
- "To follow"
20934
- ]
20993
+ "suppliedCertificate": {
20994
+ "title": "Please supply one of the following:",
20995
+ "type": "object",
20996
+ "properties": {
20997
+ "certificateType": {
20998
+ "type": "string",
20999
+ "enum": [
21000
+ "Electrical Safety Certificate (BS7671)",
21001
+ "Building Regulations Compliance Certificate",
21002
+ "Building Control Completion Certificate"
21003
+ ]
21004
+ },
21005
+ "attachments": {
21006
+ "title": "Attachments",
21007
+ "type": "string",
21008
+ "enum": [
21009
+ "Attached",
21010
+ "To follow"
21011
+ ]
21012
+ }
21013
+ }
20935
21014
  }
20936
21015
  }
20937
21016
  }