@pdtf/schemas 2.0.0-5 → 2.0.0-7

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.
@@ -118,7 +118,7 @@
118
118
  "hasDelayFactors": {
119
119
  "baspiRef": "A1.2.1",
120
120
  "title": "Are you aware of any factors which might delay or complicate the sale?",
121
- "description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title? If yes, provide details and likely timescale for delay (if known)",
121
+ "description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title?",
122
122
  "discriminator": {
123
123
  "propertyName": "yesNo"
124
124
  },
@@ -141,7 +141,7 @@
141
141
  },
142
142
  "details": {
143
143
  "baspiRef": "A1.2.2",
144
- "title": "Details"
144
+ "title": "Provide details and likely timescale for delay (if known)"
145
145
  },
146
146
  "attachments": {
147
147
  "baspiRef": "A1.2.3",
@@ -223,7 +223,7 @@
223
223
  },
224
224
  "details": {
225
225
  "baspiRef": "A1.3.0.2.2",
226
- "title": "describe the share for sale (e.g. Ground floor flat only)"
226
+ "title": "Describe the share for sale (e.g. Ground floor flat only)"
227
227
  }
228
228
  },
229
229
  "required": [
@@ -233,7 +233,16 @@
233
233
  ],
234
234
  "required": [
235
235
  "yesNo"
236
- ]
236
+ ],
237
+ "properties": {
238
+ "yesNo": {
239
+ "baspiRef": "A1.3.0.2.1",
240
+ "enum": [
241
+ "Yes",
242
+ "No"
243
+ ]
244
+ }
245
+ }
237
246
  }
238
247
  },
239
248
  "required": [
@@ -260,7 +269,25 @@
260
269
  "properties": {
261
270
  "rentchargeOwner": {
262
271
  "baspiRef": "A1.5.4",
263
- "title": "Rentcharge Owner"
272
+ "title": "Rentcharge Owner",
273
+ "properties": {
274
+ "contact": {
275
+ "required": [
276
+ "nameOrOrganisation",
277
+ "line1",
278
+ "postcode",
279
+ "emailAddress"
280
+ ],
281
+ "properties": {
282
+ "address": {
283
+ "required": [
284
+ "line1",
285
+ "postcode"
286
+ ]
287
+ }
288
+ }
289
+ }
290
+ }
264
291
  },
265
292
  "managingAgent": {
266
293
  "baspiRef": "A1.5.5",
@@ -268,6 +295,13 @@
268
295
  "properties": {
269
296
  "contact": {
270
297
  "baspiRef": "A1.5.5.1",
298
+ "required": [
299
+ "nameOrOrganisation",
300
+ "line1",
301
+ "postcode",
302
+ "telephone",
303
+ "emailAddress"
304
+ ],
271
305
  "properties": {
272
306
  "nameOrOrganisation": {
273
307
  "baspiRef": "A1.5.5.1.1",
@@ -276,6 +310,10 @@
276
310
  "address": {
277
311
  "baspiRef": "A1.5.5.1.2",
278
312
  "title": "Address",
313
+ "required": [
314
+ "line1",
315
+ "postcode"
316
+ ],
279
317
  "properties": {
280
318
  "line1": {
281
319
  "baspiRef": "A1.5.5.1.2.1",
@@ -2774,7 +2812,6 @@
2774
2812
  "worksUnfinished": {
2775
2813
  "baspiRef": "A3.6",
2776
2814
  "title": "Are any of the works listed above unfinished?",
2777
- "description": "If yes, please provide details and explain why.",
2778
2815
  "discriminator": {
2779
2816
  "propertyName": "yesNo"
2780
2817
  },
@@ -2797,7 +2834,7 @@
2797
2834
  },
2798
2835
  "details": {
2799
2836
  "baspiRef": "A3.6.2",
2800
- "title": "Details"
2837
+ "title": "Please provide details and explain why"
2801
2838
  },
2802
2839
  "attachments": {
2803
2840
  "baspiRef": "A3.6.3",
@@ -3303,7 +3340,7 @@
3303
3340
  },
3304
3341
  "otherNotices": {
3305
3342
  "baspiRef": "A4.7",
3306
- "title": "Any other type of notice",
3343
+ "title": "Any other type of notice?",
3307
3344
  "discriminator": {
3308
3345
  "propertyName": "yesNo"
3309
3346
  },
@@ -3427,7 +3464,6 @@
3427
3464
  "containsAsbestos": {
3428
3465
  "baspiRef": "A5.2",
3429
3466
  "title": "To your knowledge, does any part of your property contain asbestos?",
3430
- "description": "If yes, please state whether there is a management plan in place and attach a copy",
3431
3467
  "discriminator": {
3432
3468
  "propertyName": "yesNo"
3433
3469
  },
@@ -3450,7 +3486,7 @@
3450
3486
  },
3451
3487
  "details": {
3452
3488
  "baspiRef": "A5.2.2",
3453
- "title": "Details"
3489
+ "title": "Please state whether there is a management plan in place and attach a copy"
3454
3490
  },
3455
3491
  "attachments": {
3456
3492
  "baspiRef": "A5.2.3",
@@ -3483,7 +3519,6 @@
3483
3519
  "japaneseKnotweed": {
3484
3520
  "baspiRef": "A5.3",
3485
3521
  "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
3486
- "description": "If so ",
3487
3522
  "discriminator": {
3488
3523
  "propertyName": "yesNo"
3489
3524
  },
@@ -4831,6 +4866,10 @@
4831
4866
  "Yes"
4832
4867
  ]
4833
4868
  },
4869
+ "numberOfPropertiesSharing": {
4870
+ "baspiRef": "A7.1.1.1",
4871
+ "title": "How many other properties?"
4872
+ },
4834
4873
  "details": {
4835
4874
  "baspiRef": "A7.1.1.2",
4836
4875
  "title": "Provide details of the properties sharing the system and explain how maintenance of the system is arranged and paid for"
@@ -5100,7 +5139,6 @@
5100
5139
  "hasGreenDealLoan": {
5101
5140
  "baspiRef": "A7.3",
5102
5141
  "title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
5103
- "description": "If yes, please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill",
5104
5142
  "discriminator": {
5105
5143
  "propertyName": "yesNo"
5106
5144
  },
@@ -5123,7 +5161,7 @@
5123
5161
  },
5124
5162
  "details": {
5125
5163
  "baspiRef": "A7.3.2",
5126
- "title": "Details"
5164
+ "title": "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill"
5127
5165
  },
5128
5166
  "attachments": {
5129
5167
  "baspiRef": "A7.3.3",
@@ -5247,7 +5285,6 @@
5247
5285
  "boilerInstallationCertificate": {
5248
5286
  "baspiRef": "A7.4.1.1",
5249
5287
  "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
5250
- "description": "If yes, ",
5251
5288
  "discriminator": {
5252
5289
  "propertyName": "yesNo"
5253
5290
  },
@@ -5785,7 +5822,6 @@
5785
5822
  "neighbouringLandRights": {
5786
5823
  "baspiRef": "A10.2",
5787
5824
  "title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
5788
- "description": "If yes,",
5789
5825
  "discriminator": {
5790
5826
  "propertyName": "yesNo"
5791
5827
  },
@@ -8965,7 +9001,7 @@
8965
9001
  },
8966
9002
  "confirmInformationIsAccurate": {
8967
9003
  "baspiRef": "B8.2",
8968
- "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. All sellers should sign this form"
9004
+ "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"
8969
9005
  }
8970
9006
  }
8971
9007
  }
@@ -415,7 +415,7 @@
415
415
  },
416
416
  "suDsFeaturesWithinTheBoundaryOfTheProperty": {
417
417
  "con29RRef": "3.3(b)",
418
- "title": "Are there SuDS features within the boundary of the property? If yes, is the owner responsible for maintenance?",
418
+ "title": "Are there SuDS features within the boundary of the property?",
419
419
  "discriminator": {
420
420
  "propertyName": "yesNo"
421
421
  },
@@ -890,7 +890,6 @@
890
890
  "worksUnfinished": {
891
891
  "rdsRef": "WorksAlterationsChanges/isIncomplete",
892
892
  "title": "Are any of the works listed above unfinished?",
893
- "description": "If yes, please provide details and explain why.",
894
893
  "discriminator": {
895
894
  "propertyName": "yesNo"
896
895
  },
@@ -1161,7 +1160,7 @@
1161
1160
  },
1162
1161
  "otherNotices": {
1163
1162
  "rdsRef": "Property/Flags,Notifications",
1164
- "title": "Any other type of notice",
1163
+ "title": "Any other type of notice?",
1165
1164
  "discriminator": {
1166
1165
  "propertyName": "yesNo"
1167
1166
  },
@@ -1220,7 +1219,6 @@
1220
1219
  "containsAsbestos": {
1221
1220
  "rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
1222
1221
  "title": "To your knowledge, does any part of your property contain asbestos?",
1223
- "description": "If yes, please state whether there is a management plan in place and attach a copy",
1224
1222
  "discriminator": {
1225
1223
  "propertyName": "yesNo"
1226
1224
  },
@@ -1248,7 +1246,6 @@
1248
1246
  "japaneseKnotweed": {
1249
1247
  "rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues,Use/EnvironmentalIssues",
1250
1248
  "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
1251
- "description": "If so ",
1252
1249
  "discriminator": {
1253
1250
  "propertyName": "yesNo"
1254
1251
  },
@@ -2145,7 +2142,6 @@
2145
2142
  "boilerInstallationCertificate": {
2146
2143
  "rdsRef": "Objects/Installation,Objects/Certificates",
2147
2144
  "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
2148
- "description": "If yes, ",
2149
2145
  "discriminator": {
2150
2146
  "propertyName": "yesNo"
2151
2147
  },
@@ -2425,7 +2421,6 @@
2425
2421
  "neighbouringLandRights": {
2426
2422
  "rdsRef": "Tenure/Rights,Tenure *with different property entity and references etc*",
2427
2423
  "title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
2428
- "description": "If yes,",
2429
2424
  "discriminator": {
2430
2425
  "propertyName": "yesNo"
2431
2426
  },
@@ -897,7 +897,6 @@
897
897
  "worksUnfinished": {
898
898
  "ta6Ref": "4.3",
899
899
  "title": "Are any of the works listed above unfinished?",
900
- "description": "If yes, please provide details and explain why.",
901
900
  "discriminator": {
902
901
  "propertyName": "yesNo"
903
902
  },
@@ -1147,7 +1146,7 @@
1147
1146
  },
1148
1147
  "otherNotices": {
1149
1148
  "ta6Ref": "3.1",
1150
- "title": "Any other type of notice",
1149
+ "title": "Any other type of notice?",
1151
1150
  "discriminator": {
1152
1151
  "propertyName": "yesNo"
1153
1152
  },
@@ -1179,7 +1178,6 @@
1179
1178
  "japaneseKnotweed": {
1180
1179
  "ta6Ref": "7.8",
1181
1180
  "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
1182
- "description": "If so ",
1183
1181
  "discriminator": {
1184
1182
  "propertyName": "yesNo"
1185
1183
  },
@@ -1676,7 +1674,6 @@
1676
1674
  "hasGreenDealLoan": {
1677
1675
  "ta6Ref": "7.7",
1678
1676
  "title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
1679
- "description": "If yes, please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill",
1680
1677
  "discriminator": {
1681
1678
  "propertyName": "yesNo"
1682
1679
  },
@@ -1753,7 +1750,6 @@
1753
1750
  "boilerInstallationCertificate": {
1754
1751
  "ta6Ref": "12.3b",
1755
1752
  "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
1756
- "description": "If yes, ",
1757
1753
  "discriminator": {
1758
1754
  "propertyName": "yesNo"
1759
1755
  },
@@ -1946,7 +1942,6 @@
1946
1942
  "neighbouringLandRights": {
1947
1943
  "ta6Ref": "8.2",
1948
1944
  "title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour’s back garden, parking, access to maintain the boundaries from the neighbour’s side etc)",
1949
- "description": "If yes,",
1950
1945
  "discriminator": {
1951
1946
  "propertyName": "yesNo"
1952
1947
  },
@@ -296,7 +296,7 @@
296
296
  },
297
297
  "headLeaseholderControlled": {
298
298
  "ta7Ref": "1.2d",
299
- "title": "If Yes, is the head leaseholder a person or company that is controlled by the tenants?",
299
+ "title": "Is the head leaseholder a person or company that is controlled by the tenants?",
300
300
  "enum": [
301
301
  "Yes",
302
302
  "No"
@@ -398,7 +398,7 @@
398
398
  },
399
399
  "problemInServiceChargeLevel": {
400
400
  "ta7Ref": "5.6",
401
- "title": "Does the seller know of any problems in the last three years regarding the level of service charges or with the management? If Yes, please give details:",
401
+ "title": "Does the seller know of any problems in the last three years regarding the level of service charges or with the management?",
402
402
  "discriminator": {
403
403
  "propertyName": "yesNo"
404
404
  },
@@ -425,7 +425,7 @@
425
425
  },
426
426
  "serviceChargeChallenged": {
427
427
  "ta7Ref": "5.7",
428
- "title": "Has the seller challenged the service charge or any expense in the last three years? If Yes, please give details:",
428
+ "title": "Has the seller challenged the service charge or any expense in the last three years?",
429
429
  "discriminator": {
430
430
  "propertyName": "yesNo"
431
431
  },
@@ -460,7 +460,7 @@
460
460
  },
461
461
  "difficultyInCollectingServiceCharge": {
462
462
  "ta7Ref": "5.9",
463
- "title": "Is the seller aware of any difficulties encountered in collecting the service charges from other flat owners? If Yes, please give details:",
463
+ "title": "Is the seller aware of any difficulties encountered in collecting the service charges from other flat owners?",
464
464
  "discriminator": {
465
465
  "propertyName": "yesNo"
466
466
  },
@@ -487,7 +487,7 @@
487
487
  },
488
488
  "serviceChargeOwed": {
489
489
  "ta7Ref": "5.10",
490
- "title": "Does the seller owe any service charges, rent, insurance premium or other financial contribution? If Yes, please give details:",
490
+ "title": "Does the seller owe any service charges, rent, insurance premium or other financial contribution?",
491
491
  "discriminator": {
492
492
  "propertyName": "yesNo"
493
493
  },
@@ -576,7 +576,7 @@
576
576
  "properties": {
577
577
  "sellerReceivedComplaint": {
578
578
  "ta7Ref": "8.1",
579
- "title": "Has the seller received any complaint from the landlord, the management company or any neighbour about anything the seller has or has not done? If Yes, please give details",
579
+ "title": "Has the seller received any complaint from the landlord, the management company or any neighbour about anything the seller has or has not done?",
580
580
  "discriminator": {
581
581
  "propertyName": "yesNo"
582
582
  },
@@ -603,7 +603,7 @@
603
603
  },
604
604
  "sellerSentComplaint": {
605
605
  "ta7Ref": "8.2",
606
- "title": "Has the seller complained or had cause to complain to or about the landlord, the management company, or any neighbour? If Yes, please give details:",
606
+ "title": "Has the seller complained or had cause to complain to or about the landlord, the management company, or any neighbour?",
607
607
  "discriminator": {
608
608
  "propertyName": "yesNo"
609
609
  },
@@ -282,7 +282,7 @@
282
282
  "properties": {
283
283
  "hasDelayFactors": {
284
284
  "title": "Are you aware of any factors which might delay or complicate the sale?",
285
- "description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title? If yes, provide details and likely timescale for delay (if known)",
285
+ "description": "E.g. family split, pending application for grant of probate, absent seller or unregistered title?",
286
286
  "type": "object",
287
287
  "properties": {
288
288
  "yesNo": {
@@ -312,7 +312,7 @@
312
312
  ]
313
313
  },
314
314
  "details": {
315
- "title": "Details",
315
+ "title": "Provide details and likely timescale for delay (if known)",
316
316
  "type": "string",
317
317
  "minLength": 1
318
318
  },
@@ -399,7 +399,7 @@
399
399
  ]
400
400
  },
401
401
  "details": {
402
- "title": "describe the share for sale (e.g. Ground floor flat only)",
402
+ "title": "Describe the share for sale (e.g. Ground floor flat only)",
403
403
  "type": "string",
404
404
  "minLength": 1
405
405
  }
@@ -1058,7 +1058,7 @@
1058
1058
  "const": "Yes"
1059
1059
  },
1060
1060
  "details": {
1061
- "title": "If Yes, please detail required additional information to be included with the notice of disposition",
1061
+ "title": "Please detail required additional information to be included with the notice of disposition",
1062
1062
  "type": "string",
1063
1063
  "minLength": 1
1064
1064
  }
@@ -3374,7 +3374,7 @@
3374
3374
  "const": "Yes"
3375
3375
  },
3376
3376
  "details": {
3377
- "title": "If Yes, please detail required additional information to be included with the notice of disposition",
3377
+ "title": "Please detail required additional information to be included with the notice of disposition",
3378
3378
  "type": "string",
3379
3379
  "minLength": 1
3380
3380
  }
@@ -3686,7 +3686,7 @@
3686
3686
  ]
3687
3687
  },
3688
3688
  "details": {
3689
- "title": "If Yes, please supply a copy or, if not in writing, please give details:",
3689
+ "title": "Please supply a copy or, if not in writing, please give details:",
3690
3690
  "type": "string",
3691
3691
  "minLength": 1
3692
3692
  }
@@ -3924,7 +3924,7 @@
3924
3924
  ]
3925
3925
  },
3926
3926
  "headLeaseholderControlled": {
3927
- "title": "If Yes, is the head leaseholder a person or company that is controlled by the tenants?",
3927
+ "title": "Is the head leaseholder a person or company that is controlled by the tenants?",
3928
3928
  "type": "string",
3929
3929
  "enum": [
3930
3930
  "Yes",
@@ -4070,7 +4070,7 @@
4070
4070
  ]
4071
4071
  },
4072
4072
  "problemInServiceChargeLevel": {
4073
- "title": "Does the seller know of any problems in the last three years regarding the level of service charges or with the management? If Yes, please give details:",
4073
+ "title": "Does the seller know of any problems in the last three years regarding the level of service charges or with the management?",
4074
4074
  "type": "object",
4075
4075
  "properties": {
4076
4076
  "yesNo": {
@@ -4100,7 +4100,7 @@
4100
4100
  ]
4101
4101
  },
4102
4102
  "details": {
4103
- "title": "Details",
4103
+ "title": "Please give details:",
4104
4104
  "type": "string"
4105
4105
  }
4106
4106
  }
@@ -4108,7 +4108,7 @@
4108
4108
  ]
4109
4109
  },
4110
4110
  "serviceChargeChallenged": {
4111
- "title": "Has the seller challenged the service charge or any expense in the last three years? If Yes, please give details:",
4111
+ "title": "Has the seller challenged the service charge or any expense in the last three years?",
4112
4112
  "type": "object",
4113
4113
  "properties": {
4114
4114
  "yesNo": {
@@ -4138,7 +4138,7 @@
4138
4138
  ]
4139
4139
  },
4140
4140
  "details": {
4141
- "title": "Details",
4141
+ "title": "Please give details",
4142
4142
  "type": "string"
4143
4143
  }
4144
4144
  }
@@ -4154,7 +4154,7 @@
4154
4154
  ]
4155
4155
  },
4156
4156
  "difficultyInCollectingServiceCharge": {
4157
- "title": "Is the seller aware of any difficulties encountered in collecting the service charges from other flat owners? If Yes, please give details:",
4157
+ "title": "Is the seller aware of any difficulties encountered in collecting the service charges from other flat owners?",
4158
4158
  "type": "object",
4159
4159
  "properties": {
4160
4160
  "yesNo": {
@@ -4184,7 +4184,7 @@
4184
4184
  ]
4185
4185
  },
4186
4186
  "details": {
4187
- "title": "Details",
4187
+ "title": "Please give details:",
4188
4188
  "type": "string"
4189
4189
  }
4190
4190
  }
@@ -4192,7 +4192,7 @@
4192
4192
  ]
4193
4193
  },
4194
4194
  "serviceChargeOwed": {
4195
- "title": "Does the seller owe any service charges, rent, insurance premium or other financial contribution? If Yes, please give details:",
4195
+ "title": "Does the seller owe any service charges, rent, insurance premium or other financial contribution?",
4196
4196
  "type": "object",
4197
4197
  "properties": {
4198
4198
  "yesNo": {
@@ -4222,7 +4222,7 @@
4222
4222
  ]
4223
4223
  },
4224
4224
  "details": {
4225
- "title": "Details",
4225
+ "title": "Please give details",
4226
4226
  "type": "string"
4227
4227
  }
4228
4228
  }
@@ -5237,7 +5237,7 @@
5237
5237
  "type": "object",
5238
5238
  "properties": {
5239
5239
  "sellerReceivedComplaint": {
5240
- "title": "Has the seller received any complaint from the landlord, the management company or any neighbour about anything the seller has or has not done? If Yes, please give details",
5240
+ "title": "Has the seller received any complaint from the landlord, the management company or any neighbour about anything the seller has or has not done?",
5241
5241
  "type": "object",
5242
5242
  "properties": {
5243
5243
  "yesNo": {
@@ -5267,7 +5267,7 @@
5267
5267
  ]
5268
5268
  },
5269
5269
  "details": {
5270
- "title": "Provide details",
5270
+ "title": "Please give details",
5271
5271
  "type": "string",
5272
5272
  "minLength": 1
5273
5273
  }
@@ -5276,7 +5276,7 @@
5276
5276
  ]
5277
5277
  },
5278
5278
  "sellerSentComplaint": {
5279
- "title": "Has the seller complained or had cause to complain to or about the landlord, the management company, or any neighbour? If Yes, please give details:",
5279
+ "title": "Has the seller complained or had cause to complain to or about the landlord, the management company, or any neighbour?",
5280
5280
  "type": "object",
5281
5281
  "properties": {
5282
5282
  "yesNo": {
@@ -5306,7 +5306,7 @@
5306
5306
  ]
5307
5307
  },
5308
5308
  "details": {
5309
- "title": "Provide details",
5309
+ "title": "Please give details",
5310
5310
  "type": "string",
5311
5311
  "minLength": 1
5312
5312
  }
@@ -7990,7 +7990,6 @@
7990
7990
  },
7991
7991
  "worksUnfinished": {
7992
7992
  "title": "Are any of the works listed above unfinished?",
7993
- "description": "If yes, please provide details and explain why.",
7994
7993
  "type": "object",
7995
7994
  "properties": {
7996
7995
  "yesNo": {
@@ -8020,7 +8019,7 @@
8020
8019
  ]
8021
8020
  },
8022
8021
  "details": {
8023
- "title": "Details",
8022
+ "title": "Please provide details and explain why",
8024
8023
  "type": "string",
8025
8024
  "minLength": 1
8026
8025
  },
@@ -8439,7 +8438,7 @@
8439
8438
  ]
8440
8439
  },
8441
8440
  "otherNotices": {
8442
- "title": "Any other type of notice",
8441
+ "title": "Any other type of notice?",
8443
8442
  "type": "object",
8444
8443
  "properties": {
8445
8444
  "yesNo": {
@@ -8569,7 +8568,7 @@
8569
8568
  ]
8570
8569
  },
8571
8570
  "details": {
8572
- "title": "Details",
8571
+ "title": "Please state whether there is a management plan in place and attach a copy",
8573
8572
  "type": "string",
8574
8573
  "minLength": 1
8575
8574
  },
@@ -8583,12 +8582,10 @@
8583
8582
  }
8584
8583
  }
8585
8584
  }
8586
- ],
8587
- "description": "If yes, please state whether there is a management plan in place and attach a copy"
8585
+ ]
8588
8586
  },
8589
8587
  "japaneseKnotweed": {
8590
8588
  "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
8591
- "description": "If so ",
8592
8589
  "type": "object",
8593
8590
  "properties": {
8594
8591
  "yesNo": {
@@ -9977,7 +9974,6 @@
9977
9974
  "properties": {
9978
9975
  "hasGreenDealLoan": {
9979
9976
  "title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
9980
- "description": "If yes, please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill",
9981
9977
  "type": "object",
9982
9978
  "properties": {
9983
9979
  "yesNo": {
@@ -10007,7 +10003,7 @@
10007
10003
  ]
10008
10004
  },
10009
10005
  "details": {
10010
- "title": "Details",
10006
+ "title": "Please provide details below including any outstanding payments for the renewable devices and any feed-in tariffs and a copy of your last electricity bill",
10011
10007
  "type": "string",
10012
10008
  "minLength": 1
10013
10009
  },
@@ -10149,8 +10145,7 @@
10149
10145
  }
10150
10146
  }
10151
10147
  }
10152
- ],
10153
- "description": "If yes, "
10148
+ ]
10154
10149
  },
10155
10150
  "heatingLastServicedDate": {
10156
10151
  "title": "When was the heating system and boiler last serviced or maintained?",
@@ -10588,8 +10583,7 @@
10588
10583
  }
10589
10584
  }
10590
10585
  }
10591
- ],
10592
- "description": "If yes,"
10586
+ ]
10593
10587
  },
10594
10588
  "accessRestrictionAttempts": {
10595
10589
  "title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
@@ -13343,7 +13337,7 @@
13343
13337
  "type": "boolean"
13344
13338
  },
13345
13339
  "confirmInformationIsAccurate": {
13346
- "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. All sellers should sign this form",
13340
+ "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",
13347
13341
  "type": "boolean"
13348
13342
  }
13349
13343
  }
@@ -22253,7 +22247,7 @@
22253
22247
  ]
22254
22248
  },
22255
22249
  "suDsFeaturesWithinTheBoundaryOfTheProperty": {
22256
- "title": "Are there SuDS features within the boundary of the property? If yes, is the owner responsible for maintenance?",
22250
+ "title": "Are there SuDS features within the boundary of the property?",
22257
22251
  "type": "object",
22258
22252
  "properties": {
22259
22253
  "yesNo": {
@@ -22283,7 +22277,7 @@
22283
22277
  ]
22284
22278
  },
22285
22279
  "details": {
22286
- "title": "Details",
22280
+ "title": "Is the owner responsible for maintenance?",
22287
22281
  "type": "string",
22288
22282
  "minLength": 1
22289
22283
  }