@pdtf/schemas 3.0.0-24 → 3.0.0-26

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,86 +4200,92 @@
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
  }
4280
- }
4286
+ ]
4281
4287
  }
4282
- ]
4288
+ }
4283
4289
  }
4284
4290
  }
4285
4291
  },
@@ -5482,73 +5488,6 @@
5482
5488
  }
5483
5489
  }
5484
5490
  ]
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
5491
  }
5553
5492
  }
5554
5493
  }
@@ -6208,6 +6147,124 @@
6208
6147
  }
6209
6148
  }
6210
6149
  },
6150
+ "buildingSafety": {
6151
+ "title": "Building safety",
6152
+ "type": "object",
6153
+ "properties": {
6154
+ "isLeaseQualifying": {
6155
+ "title": "Is the lease of the property a qualifying lease?",
6156
+ "type": "string",
6157
+ "enum": [
6158
+ "Yes",
6159
+ "No"
6160
+ ]
6161
+ },
6162
+ "deedOfCertificateServed": {
6163
+ "title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
6164
+ "type": "object",
6165
+ "properties": {
6166
+ "yesNoNotApplicable": {
6167
+ "type": "string",
6168
+ "title": "",
6169
+ "enum": [
6170
+ "Yes",
6171
+ "No",
6172
+ "Not applicable"
6173
+ ]
6174
+ }
6175
+ },
6176
+ "oneOf": [
6177
+ {
6178
+ "properties": {
6179
+ "yesNoNotApplicable": {
6180
+ "enum": [
6181
+ "Not applicable",
6182
+ "No"
6183
+ ]
6184
+ }
6185
+ }
6186
+ },
6187
+ {
6188
+ "properties": {
6189
+ "yesNoNotApplicable": {
6190
+ "enum": [
6191
+ "Yes"
6192
+ ]
6193
+ },
6194
+ "sellerCompletedDeedOfCertificate": {
6195
+ "title": "Did the seller (the current leaseholder) complete the deed of certificate or was it completed by a previous leaseholder?",
6196
+ "type": "string",
6197
+ "enum": [
6198
+ "Current leaseholder",
6199
+ "Previous leaseholder"
6200
+ ]
6201
+ },
6202
+ "attachments": {
6203
+ "title": "Leaseholder Deed of Certificate.",
6204
+ "type": "string",
6205
+ "enum": [
6206
+ "Enclosed",
6207
+ "To follow"
6208
+ ]
6209
+ }
6210
+ }
6211
+ }
6212
+ ]
6213
+ },
6214
+ "landlordNotifiedOfSale": {
6215
+ "title": "Has the freeholder / landlord been notified of the intention to sell?",
6216
+ "type": "string",
6217
+ "enum": [
6218
+ "Yes",
6219
+ "No"
6220
+ ]
6221
+ },
6222
+ "landlordsCertificateServed": {
6223
+ "title": "Has a Landlord's Certificate been served?",
6224
+ "type": "object",
6225
+ "properties": {
6226
+ "yesNoNotApplicable": {
6227
+ "type": "string",
6228
+ "title": "",
6229
+ "enum": [
6230
+ "Yes",
6231
+ "No",
6232
+ "Not applicable"
6233
+ ]
6234
+ }
6235
+ },
6236
+ "oneOf": [
6237
+ {
6238
+ "properties": {
6239
+ "yesNoNotApplicable": {
6240
+ "enum": [
6241
+ "Not applicable",
6242
+ "No"
6243
+ ]
6244
+ }
6245
+ }
6246
+ },
6247
+ {
6248
+ "properties": {
6249
+ "yesNoNotApplicable": {
6250
+ "enum": [
6251
+ "Yes"
6252
+ ]
6253
+ },
6254
+ "attachments": {
6255
+ "title": "Landlord's Certificate.",
6256
+ "type": "string",
6257
+ "enum": [
6258
+ "Enclosed",
6259
+ "To follow"
6260
+ ]
6261
+ }
6262
+ }
6263
+ }
6264
+ ]
6265
+ }
6266
+ }
6267
+ },
6211
6268
  "general": {
6212
6269
  "title": "General",
6213
6270
  "type": "object",
@@ -6299,7 +6356,7 @@
6299
6356
  ]
6300
6357
  },
6301
6358
  "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",
6359
+ "title": "Is the seller aware of any response to a notice disclosed in replies above? If Yes, please supply a copy",
6303
6360
  "type": "string",
6304
6361
  "enum": [
6305
6362
  "Yes",
@@ -6310,14 +6367,6 @@
6310
6367
  "To follow"
6311
6368
  ]
6312
6369
  },
6313
- "isLeaseQualifying": {
6314
- "title": "Is the lease of the property a qualifying lease?",
6315
- "type": "string",
6316
- "enum": [
6317
- "Yes",
6318
- "No"
6319
- ]
6320
- },
6321
6370
  "otherPropertiesInManagedArea": {
6322
6371
  "title": "How many other properties are there in the Managed Area?",
6323
6372
  "type": "number"
@@ -6485,38 +6534,26 @@
6485
6534
  }
6486
6535
  },
6487
6536
  "requiredDocuments": {
6488
- "title": "Required Documents",
6489
- "description": "Please provide the following applicable documents:",
6537
+ "title": "Required documents",
6490
6538
  "type": "object",
6491
6539
  "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.",
6540
+ "lease": {
6541
+ "title": "Please supply a copy of the lease.",
6494
6542
  "type": "string",
6495
6543
  "enum": [
6496
- "Yes",
6497
- "No",
6498
- "Attached",
6499
- "To follow",
6500
- "Lost"
6544
+ "Enclosed",
6545
+ "To follow"
6501
6546
  ]
6502
6547
  },
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.",
6548
+ "deedsOfVariation": {
6549
+ "title": "Any Deeds of Variation or other document varying the terms of the lease of this Property.",
6505
6550
  "type": "string",
6506
6551
  "enum": [
6507
- "Yes",
6508
- "No",
6509
- "Attached",
6552
+ "Enclosed",
6510
6553
  "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"
6554
+ "Landlord's lawyer provides",
6555
+ "Please supply draft",
6556
+ "Not applicable"
6520
6557
  ]
6521
6558
  },
6522
6559
  "copyOfcorrespondence": {
@@ -6554,7 +6591,8 @@
6554
6591
  "type": "string",
6555
6592
  "enum": [
6556
6593
  "Attached",
6557
- "To follow"
6594
+ "To follow",
6595
+ "Not applicable"
6558
6596
  ]
6559
6597
  },
6560
6598
  "arrangedByLandlord": {
@@ -6562,11 +6600,34 @@
6562
6600
  "type": "string",
6563
6601
  "enum": [
6564
6602
  "Attached",
6565
- "To follow"
6603
+ "To follow",
6604
+ "Not applicable"
6566
6605
  ]
6567
6606
  }
6568
6607
  }
6569
6608
  },
6609
+ "noticeOfSale": {
6610
+ "title": "Has the seller received a notice that the landlord wants to sell the building? If Yes, please supply a copy.",
6611
+ "type": "string",
6612
+ "enum": [
6613
+ "Yes",
6614
+ "No",
6615
+ "Attached",
6616
+ "To follow",
6617
+ "Lost"
6618
+ ]
6619
+ },
6620
+ "noticeOfBuildingCondition": {
6621
+ "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.",
6622
+ "type": "string",
6623
+ "enum": [
6624
+ "Yes",
6625
+ "No",
6626
+ "Attached",
6627
+ "To follow",
6628
+ "Lost"
6629
+ ]
6630
+ },
6570
6631
  "managedAreasBuildingsInsurancePolicy": {
6571
6632
  "title": "Buildings insurance policy and schedule for the Managed Areas.",
6572
6633
  "type": "string",
@@ -6621,17 +6682,6 @@
6621
6682
  "Not applicable"
6622
6683
  ]
6623
6684
  },
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
6685
  "deedOfCovenant": {
6636
6686
  "title": "Any required Deed of Covenant.",
6637
6687
  "type": "string",
@@ -6678,56 +6728,13 @@
6678
6728
  "title": "Copy of any known notices served on the Lessee and documentation arising from them.",
6679
6729
  "type": "string",
6680
6730
  "enum": [
6681
- "Enclosed",
6682
- "To follow",
6683
- "Not applicable"
6684
- ]
6685
- },
6686
- "asbestosSurvey": {
6687
- "title": "Asbestos Survey for parts of the Managed Area built or converted before 2001.",
6688
- "type": "string",
6689
- "enum": [
6690
- "Enclosed",
6691
- "To follow",
6692
- "Not applicable"
6693
- ]
6694
- },
6695
- "managedAreaFireRiskAssessment": {
6696
- "title": "Fire Risk Assessment for the Managed Area.",
6697
- "type": "string",
6698
- "enum": [
6699
- "Enclosed",
6700
- "To follow",
6701
- "Not applicable"
6702
- ]
6703
- },
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"
6731
+ "Enclosed",
6732
+ "To follow",
6733
+ "Not applicable"
6727
6734
  ]
6728
6735
  },
6729
- "managementCompanyAGMMinutes": {
6730
- "title": "Minutes from the last AGM for the Management Company.",
6736
+ "asbestosSurvey": {
6737
+ "title": "Asbestos Survey for parts of the Managed Area built or converted before 2001.",
6731
6738
  "type": "string",
6732
6739
  "enum": [
6733
6740
  "Enclosed",
@@ -6735,8 +6742,8 @@
6735
6742
  "Not applicable"
6736
6743
  ]
6737
6744
  },
6738
- "deedOfCertificate": {
6739
- "title": "Leaseholder Deed of Certificate.",
6745
+ "managedAreaFireRiskAssessment": {
6746
+ "title": "Fire Risk Assessment for the Managed Area.",
6740
6747
  "type": "string",
6741
6748
  "enum": [
6742
6749
  "Enclosed",
@@ -6744,13 +6751,45 @@
6744
6751
  "Not applicable"
6745
6752
  ]
6746
6753
  },
6747
- "landlordsCertificate": {
6748
- "title": "Landlord's Certificate.",
6754
+ "managementCompanyDocuments": {
6755
+ "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:",
6756
+ "type": "object",
6757
+ "properties": {
6758
+ "memorandumAndArticles": {
6759
+ "title": "Memorandum and Articles of Association of the Management Company.",
6760
+ "type": "string",
6761
+ "enum": [
6762
+ "Enclosed",
6763
+ "To follow",
6764
+ "Not applicable"
6765
+ ]
6766
+ },
6767
+ "shareOrMembershipCertificate": {
6768
+ "title": "Share or membership certificate",
6769
+ "type": "string",
6770
+ "enum": [
6771
+ "Attached",
6772
+ "To follow",
6773
+ "Not applicable"
6774
+ ]
6775
+ },
6776
+ "companyAccounts": {
6777
+ "title": "Company accounts for the past three years",
6778
+ "type": "string",
6779
+ "enum": [
6780
+ "Attached",
6781
+ "To follow",
6782
+ "Not applicable"
6783
+ ]
6784
+ }
6785
+ }
6786
+ },
6787
+ "managementCompanyAGMMinutes": {
6788
+ "title": "Minutes from the last AGM for the Management Company.",
6749
6789
  "type": "string",
6750
6790
  "enum": [
6751
6791
  "Enclosed",
6752
6792
  "To follow",
6753
- "No",
6754
6793
  "Not applicable"
6755
6794
  ]
6756
6795
  },
@@ -7737,6 +7776,7 @@
7737
7776
  "hasDisputesAndComplaints": {
7738
7777
  "title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
7739
7778
  "description": "E.g boundary disagreement, noise, trespass etc",
7779
+ "ta6Description": "",
7740
7780
  "type": "object",
7741
7781
  "properties": {
7742
7782
  "yesNo": {
@@ -9415,7 +9455,7 @@
9415
9455
  ]
9416
9456
  },
9417
9457
  "attachments": {
9418
- "title": "Please supply a copy with any insurance cover linked to the plan",
9458
+ "title": "Please supply a copy with any insurance cover linked to the plan.",
9419
9459
  "type": "string",
9420
9460
  "enum": [
9421
9461
  "Attached",
@@ -16135,7 +16175,8 @@
16135
16175
  },
16136
16176
  "supplier": {
16137
16177
  "title": "Supplier",
16138
- "type": "string"
16178
+ "type": "string",
16179
+ "minLength": 1
16139
16180
  },
16140
16181
  "details": {
16141
16182
  "title": "Details",
@@ -16145,6 +16186,9 @@
16145
16186
  "stopcock": {
16146
16187
  "title": "Location of stopcock",
16147
16188
  "type": "object",
16189
+ "required": [
16190
+ "location"
16191
+ ],
16148
16192
  "properties": {
16149
16193
  "location": {
16150
16194
  "title": "Describe the location of the stopcock",
@@ -16440,6 +16484,11 @@
16440
16484
  "title": "Details",
16441
16485
  "type": "string",
16442
16486
  "minLength": 1
16487
+ },
16488
+ "supplier": {
16489
+ "title": "Supplier",
16490
+ "type": "string",
16491
+ "minLength": 1
16443
16492
  }
16444
16493
  }
16445
16494
  },
@@ -17213,11 +17262,11 @@
17213
17262
  ]
17214
17263
  },
17215
17264
  "supplier": {
17216
- "title": "Supplier (if known)",
17265
+ "title": "Supplier",
17217
17266
  "type": "string"
17218
17267
  },
17219
17268
  "gasMeter": {
17220
- "title": "Location of gas meter (if any)",
17269
+ "title": "Location of gas meter",
17221
17270
  "type": "object",
17222
17271
  "properties": {
17223
17272
  "location": {
@@ -17563,28 +17612,28 @@
17563
17612
  "title": "Broadband predicted speed per Ofcom Connected Nations",
17564
17613
  "type": "object",
17565
17614
  "properties": {
17566
- "MaxBbPredictedDown": {
17615
+ "maxBbPredictedDown": {
17567
17616
  "type": "number"
17568
17617
  },
17569
- "MaxBbPredictedUp": {
17618
+ "maxBbPredictedUp": {
17570
17619
  "type": "number"
17571
17620
  },
17572
- "MaxSfbbPredictedDown": {
17621
+ "maxSfbbPredictedDown": {
17573
17622
  "type": "number"
17574
17623
  },
17575
- "MaxSfbbPredictedUp": {
17624
+ "maxSfbbPredictedUp": {
17576
17625
  "type": "number"
17577
17626
  },
17578
- "MaxUfbbPredictedDown": {
17627
+ "maxUfbbPredictedDown": {
17579
17628
  "type": "number"
17580
17629
  },
17581
- "MaxUfbbPredictedUp": {
17630
+ "maxUfbbPredictedUp": {
17582
17631
  "type": "number"
17583
17632
  },
17584
- "MaxPredictedDown": {
17633
+ "maxPredictedDown": {
17585
17634
  "type": "number"
17586
17635
  },
17587
- "MaxPredictedUp": {
17636
+ "maxPredictedUp": {
17588
17637
  "type": "number"
17589
17638
  }
17590
17639
  }
@@ -17926,239 +17975,69 @@
17926
17975
  "No"
17927
17976
  ]
17928
17977
  }
17929
- }
17930
- },
17931
- {
17932
- "properties": {
17933
- "yesNo": {
17934
- "enum": [
17935
- "Yes"
17936
- ]
17937
- },
17938
- "details": {
17939
- "title": "Provide details",
17940
- "type": "string",
17941
- "minLength": 1
17942
- }
17943
- }
17944
- }
17945
- ]
17946
- }
17947
- }
17948
- },
17949
- "insuranceClaims": {
17950
- "title": "Have you ever made a claim against your building insurance in relation to the property?",
17951
- "type": "object",
17952
- "properties": {
17953
- "yesNo": {
17954
- "type": "string",
17955
- "title": "",
17956
- "enum": [
17957
- "Yes",
17958
- "No"
17959
- ]
17960
- }
17961
- },
17962
- "oneOf": [
17963
- {
17964
- "properties": {
17965
- "yesNo": {
17966
- "enum": [
17967
- "No"
17968
- ]
17969
- }
17970
- }
17971
- },
17972
- {
17973
- "properties": {
17974
- "yesNo": {
17975
- "enum": [
17976
- "Yes"
17977
- ]
17978
- },
17979
- "details": {
17980
- "title": "Provide details",
17981
- "type": "string",
17982
- "minLength": 1
17983
- }
17984
- }
17985
- }
17986
- ]
17987
- }
17988
- }
17989
- }
17990
- ]
17991
- },
17992
- "boundaries": {
17993
- "title": "Boundaries",
17994
- "type": "object",
17995
- "description": "You will need to check your title to answer these questions. If you do not have a copy, for a small fee to HM Land Registry, you can download both the title register and the title plan of the property at https://www.gov.uk/search-property-information-land-registry.",
17996
- "properties": {
17997
- "partOutsideLegalOwnership": {
17998
- "title": "Is any part of the property outside the seller’s legal ownership?",
17999
- "type": "object",
18000
- "properties": {
18001
- "yesNo": {
18002
- "type": "string",
18003
- "title": "",
18004
- "enum": [
18005
- "Yes",
18006
- "No"
18007
- ]
18008
- }
18009
- },
18010
- "oneOf": [
18011
- {
18012
- "properties": {
18013
- "yesNo": {
18014
- "enum": [
18015
- "No"
18016
- ]
18017
- }
18018
- }
18019
- },
18020
- {
18021
- "properties": {
18022
- "yesNo": {
18023
- "enum": [
18024
- "Yes"
18025
- ]
18026
- },
18027
- "details": {
18028
- "title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc",
18029
- "type": "string",
18030
- "minLength": 1
18031
- }
18032
- }
18033
- }
18034
- ]
18035
- },
18036
- "partOnSeparateSiteOrDeed": {
18037
- "title": "Is any part of the property on a separate site or separate title number e.g. garden, outbuilding, parking, garage?",
18038
- "type": "object",
18039
- "properties": {
18040
- "yesNo": {
18041
- "type": "string",
18042
- "title": "",
18043
- "enum": [
18044
- "Yes",
18045
- "No"
18046
- ]
18047
- }
18048
- },
18049
- "oneOf": [
18050
- {
18051
- "properties": {
18052
- "yesNo": {
18053
- "enum": [
18054
- "No"
18055
- ]
18056
- }
18057
- }
18058
- },
18059
- {
18060
- "properties": {
18061
- "yesNo": {
18062
- "enum": [
18063
- "Yes"
18064
- ]
18065
- },
18066
- "details": {
18067
- "title": "Details",
18068
- "type": "string",
18069
- "minLength": 1
18070
- }
18071
- }
18072
- }
18073
- ]
18074
- },
18075
- "boundariesDifferFromTitlePlan": {
18076
- "title": "Do the boundaries differ from those shown on the title plan?",
18077
- "type": "object",
18078
- "properties": {
18079
- "yesNo": {
18080
- "type": "string",
18081
- "title": "",
18082
- "enum": [
18083
- "Yes",
18084
- "No"
18085
- ]
18086
- }
18087
- },
18088
- "oneOf": [
18089
- {
18090
- "properties": {
18091
- "yesNo": {
18092
- "enum": [
18093
- "No"
18094
- ]
18095
- }
18096
- }
18097
- },
18098
- {
18099
- "properties": {
18100
- "yesNo": {
18101
- "enum": [
18102
- "Yes"
18103
- ]
18104
- },
18105
- "details": {
18106
- "title": "Please provide details of how they differ and why they changed and provide a plan showing where you believe the boundaries are",
18107
- "type": "string",
18108
- "minLength": 1
18109
- },
18110
- "attachments": {
18111
- "title": "Attachments",
18112
- "type": "string",
18113
- "enum": [
18114
- "Attached",
18115
- "To follow"
18116
- ]
18117
- }
18118
- }
18119
- }
18120
- ]
18121
- },
18122
- "boundaryAlterationProposal": {
18123
- "title": "Is there a current proposal with anyone to alter the boundaries of your property?",
18124
- "type": "object",
18125
- "properties": {
18126
- "yesNo": {
18127
- "type": "string",
18128
- "title": "",
18129
- "enum": [
18130
- "Yes",
18131
- "No"
18132
- ]
18133
- }
18134
- },
18135
- "oneOf": [
18136
- {
18137
- "properties": {
18138
- "yesNo": {
18139
- "enum": [
18140
- "No"
17978
+ }
17979
+ },
17980
+ {
17981
+ "properties": {
17982
+ "yesNo": {
17983
+ "enum": [
17984
+ "Yes"
17985
+ ]
17986
+ },
17987
+ "details": {
17988
+ "title": "Provide details",
17989
+ "type": "string",
17990
+ "minLength": 1
17991
+ }
17992
+ }
17993
+ }
18141
17994
  ]
18142
17995
  }
18143
17996
  }
18144
17997
  },
18145
- {
17998
+ "insuranceClaims": {
17999
+ "title": "Have you ever made a claim against your building insurance in relation to the property?",
18000
+ "Title": "Has the seller made any buildings insurance claims?",
18001
+ "type": "object",
18146
18002
  "properties": {
18147
18003
  "yesNo": {
18004
+ "type": "string",
18005
+ "title": "",
18148
18006
  "enum": [
18149
- "Yes"
18007
+ "Yes",
18008
+ "No"
18150
18009
  ]
18010
+ }
18011
+ },
18012
+ "oneOf": [
18013
+ {
18014
+ "properties": {
18015
+ "yesNo": {
18016
+ "enum": [
18017
+ "No"
18018
+ ]
18019
+ }
18020
+ }
18151
18021
  },
18152
- "details": {
18153
- "title": "Details",
18154
- "type": "string",
18155
- "minLength": 1
18022
+ {
18023
+ "properties": {
18024
+ "yesNo": {
18025
+ "enum": [
18026
+ "Yes"
18027
+ ]
18028
+ },
18029
+ "details": {
18030
+ "title": "Provide details",
18031
+ "type": "string",
18032
+ "minLength": 1
18033
+ }
18034
+ }
18156
18035
  }
18157
- }
18036
+ ]
18158
18037
  }
18159
- ]
18038
+ }
18160
18039
  }
18161
- }
18040
+ ]
18162
18041
  },
18163
18042
  "rightsAndInformalArrangements": {
18164
18043
  "title": "Rights and Informal Arrangements",
@@ -18380,7 +18259,7 @@
18380
18259
  ]
18381
18260
  },
18382
18261
  "rightsOfSupport": {
18383
- "title": "Rights of support from ajoining properties",
18262
+ "title": "Rights of support from adjoining properties",
18384
18263
  "type": "object",
18385
18264
  "properties": {
18386
18265
  "yesNo": {
@@ -20442,6 +20321,170 @@
20442
20321
  "description": "",
20443
20322
  "type": "object",
20444
20323
  "properties": {
20324
+ "partOutsideLegalOwnership": {
20325
+ "title": "Is any part of the property outside the seller’s legal ownership?",
20326
+ "type": "object",
20327
+ "properties": {
20328
+ "yesNo": {
20329
+ "type": "string",
20330
+ "title": "",
20331
+ "enum": [
20332
+ "Yes",
20333
+ "No"
20334
+ ]
20335
+ }
20336
+ },
20337
+ "oneOf": [
20338
+ {
20339
+ "properties": {
20340
+ "yesNo": {
20341
+ "enum": [
20342
+ "No"
20343
+ ]
20344
+ }
20345
+ }
20346
+ },
20347
+ {
20348
+ "properties": {
20349
+ "yesNo": {
20350
+ "enum": [
20351
+ "Yes"
20352
+ ]
20353
+ },
20354
+ "details": {
20355
+ "title": "Please provide details. E.g. parking, garden, outbuilding, accessway, etc",
20356
+ "type": "string",
20357
+ "minLength": 1
20358
+ }
20359
+ }
20360
+ }
20361
+ ]
20362
+ },
20363
+ "partOnSeparateSiteOrDeed": {
20364
+ "title": "Is any part of the property on a separate site or separate title number e.g. garden, outbuilding, parking, garage?",
20365
+ "type": "object",
20366
+ "properties": {
20367
+ "yesNo": {
20368
+ "type": "string",
20369
+ "title": "",
20370
+ "enum": [
20371
+ "Yes",
20372
+ "No"
20373
+ ]
20374
+ }
20375
+ },
20376
+ "oneOf": [
20377
+ {
20378
+ "properties": {
20379
+ "yesNo": {
20380
+ "enum": [
20381
+ "No"
20382
+ ]
20383
+ }
20384
+ }
20385
+ },
20386
+ {
20387
+ "properties": {
20388
+ "yesNo": {
20389
+ "enum": [
20390
+ "Yes"
20391
+ ]
20392
+ },
20393
+ "details": {
20394
+ "title": "Details",
20395
+ "type": "string",
20396
+ "minLength": 1
20397
+ }
20398
+ }
20399
+ }
20400
+ ]
20401
+ },
20402
+ "boundariesDifferFromTitlePlan": {
20403
+ "title": "Do the boundaries differ from those shown on the title plan?",
20404
+ "type": "object",
20405
+ "properties": {
20406
+ "yesNo": {
20407
+ "type": "string",
20408
+ "title": "",
20409
+ "enum": [
20410
+ "Yes",
20411
+ "No"
20412
+ ]
20413
+ }
20414
+ },
20415
+ "oneOf": [
20416
+ {
20417
+ "properties": {
20418
+ "yesNo": {
20419
+ "enum": [
20420
+ "No"
20421
+ ]
20422
+ }
20423
+ }
20424
+ },
20425
+ {
20426
+ "properties": {
20427
+ "yesNo": {
20428
+ "enum": [
20429
+ "Yes"
20430
+ ]
20431
+ },
20432
+ "details": {
20433
+ "title": "Please provide details of how they differ and why they changed and provide a plan showing where you believe the boundaries are",
20434
+ "type": "string",
20435
+ "minLength": 1
20436
+ },
20437
+ "attachments": {
20438
+ "title": "Attachments",
20439
+ "type": "string",
20440
+ "enum": [
20441
+ "Attached",
20442
+ "To follow"
20443
+ ]
20444
+ }
20445
+ }
20446
+ }
20447
+ ]
20448
+ },
20449
+ "boundaryAlterationProposal": {
20450
+ "title": "Is there a current proposal with anyone to alter the boundaries of your property?",
20451
+ "type": "object",
20452
+ "properties": {
20453
+ "yesNo": {
20454
+ "type": "string",
20455
+ "title": "",
20456
+ "enum": [
20457
+ "Yes",
20458
+ "No"
20459
+ ]
20460
+ }
20461
+ },
20462
+ "oneOf": [
20463
+ {
20464
+ "properties": {
20465
+ "yesNo": {
20466
+ "enum": [
20467
+ "No"
20468
+ ]
20469
+ }
20470
+ }
20471
+ },
20472
+ {
20473
+ "properties": {
20474
+ "yesNo": {
20475
+ "enum": [
20476
+ "Yes"
20477
+ ]
20478
+ },
20479
+ "details": {
20480
+ "title": "Details",
20481
+ "type": "string",
20482
+ "minLength": 1
20483
+ }
20484
+ }
20485
+ }
20486
+ ]
20487
+ },
20445
20488
  "ownership": {
20446
20489
  "title": "Boundary ownership",
20447
20490
  "description": "If the property is leasehold this section, or parts of it, may not apply.",
@@ -20467,6 +20510,7 @@
20467
20510
  },
20468
20511
  "uniformBoundaries": {
20469
20512
  "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.",
20513
+ "ta6title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features:",
20470
20514
  "type": "object",
20471
20515
  "properties": {
20472
20516
  "left": {
@@ -20631,6 +20675,7 @@
20631
20675
  "flyingFreehold": {
20632
20676
  "title": "Is there a flying freehold?",
20633
20677
  "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.",
20678
+ "ta6Description": "",
20634
20679
  "type": "object",
20635
20680
  "properties": {
20636
20681
  "yesNo": {
@@ -20727,6 +20772,7 @@
20727
20772
  },
20728
20773
  "pipesWiresCablesDrainsFromProperty": {
20729
20774
  "title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
20775
+ "ta6Ttle": "Do any drains, pipes or wires leading to any neighbour’s property cross the property?",
20730
20776
  "type": "object",
20731
20777
  "properties": {
20732
20778
  "yesNo": {
@@ -20812,7 +20858,7 @@
20812
20858
  "minLength": 1
20813
20859
  },
20814
20860
  "attachments": {
20815
- "title": "Attachments",
20861
+ "title": "Please supply a copy",
20816
20862
  "type": "string",
20817
20863
  "enum": [
20818
20864
  "Attached",
@@ -20916,29 +20962,27 @@
20916
20962
  "type": "string",
20917
20963
  "minLength": 1
20918
20964
  },
20919
- "electricalSafetyCertificate": {
20920
- "title": "Please provide a signed Electrical Safety Certificate (BS7671)",
20921
- "type": "string",
20922
- "enum": [
20923
- "Attached",
20924
- "To follow"
20925
- ]
20926
- },
20927
- "buildingRegulationsComplianceCertificate": {
20928
- "title": "or a Building Regulations Compliance Certificate (or equivalent)",
20929
- "type": "string",
20930
- "enum": [
20931
- "Attached",
20932
- "To follow"
20933
- ]
20934
- },
20935
- "buildingControlCompletionCertificate": {
20936
- "title": "or a Building Control Completion Certificate",
20937
- "type": "string",
20938
- "enum": [
20939
- "Attached",
20940
- "To follow"
20941
- ]
20965
+ "suppliedCertificate": {
20966
+ "title": "Please supply one of the following:",
20967
+ "type": "object",
20968
+ "properties": {
20969
+ "certificateType": {
20970
+ "type": "string",
20971
+ "enum": [
20972
+ "Electrical Safety Certificate (BS7671)",
20973
+ "Building Regulations Compliance Certificate",
20974
+ "Building Control Completion Certificate"
20975
+ ]
20976
+ },
20977
+ "attachments": {
20978
+ "title": "Attachments",
20979
+ "type": "string",
20980
+ "enum": [
20981
+ "Attached",
20982
+ "To follow"
20983
+ ]
20984
+ }
20985
+ }
20942
20986
  }
20943
20987
  }
20944
20988
  }