@pdtf/schemas 2.0.0-22 → 2.0.0-24
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/index.js +23 -20
- package/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +14 -11
- package/src/schemas/v2/combined.json +1342 -320
- package/src/schemas/v2/overlays/baspi.json +548 -81
- package/src/schemas/v2/overlays/rds.json +195 -35
- package/src/schemas/v2/overlays/ta10.json +3 -0
- package/src/schemas/v2/overlays/ta6.json +3268 -304
- package/src/schemas/v2/pdtf-transaction.json +474 -140
- package/src/schemas/v2/skeleton.json +40 -13
- package/src/tests/v2/transactionSchema.test.js +37 -1
- package/src/utils/extractOverlay.js +1 -1
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
"title": "Property Data Trust Framework Transaction Schema",
|
|
6
6
|
"description": "A schema defining the PDTF transaction data structure, supporting mapping to BASPI, Law Society and RICS Data Schema elements.",
|
|
7
7
|
"baspiRequired": ["transactionId", "status", "participants", "propertyPack"],
|
|
8
|
+
"ta6Required": ["transactionId", "status", "participants", "propertyPack"],
|
|
9
|
+
|
|
8
10
|
"properties": {
|
|
9
11
|
"$schema": {
|
|
10
12
|
"type": "string"
|
|
@@ -159,6 +161,28 @@
|
|
|
159
161
|
"additionalInformation",
|
|
160
162
|
"consumerProtectionRegulationsDeclaration"
|
|
161
163
|
],
|
|
164
|
+
"ta6Required": [
|
|
165
|
+
"uprn",
|
|
166
|
+
"address",
|
|
167
|
+
"delayFactors",
|
|
168
|
+
"ownership",
|
|
169
|
+
"parking",
|
|
170
|
+
"listingAndConservation",
|
|
171
|
+
"typeOfConstruction",
|
|
172
|
+
"energyEfficiency",
|
|
173
|
+
"councilTax",
|
|
174
|
+
"disputesAndComplaints",
|
|
175
|
+
"alterationsAndChanges",
|
|
176
|
+
"notices",
|
|
177
|
+
"specialistIssues",
|
|
178
|
+
"fixturesAndFittings",
|
|
179
|
+
"waterAndDrainage",
|
|
180
|
+
"connectedUtilities",
|
|
181
|
+
"centralHeating",
|
|
182
|
+
"insurance",
|
|
183
|
+
"rightsAndInformalArrangements",
|
|
184
|
+
"environmentalIssues"
|
|
185
|
+
],
|
|
162
186
|
"properties": {
|
|
163
187
|
"address": {
|
|
164
188
|
"baspiRef": "A1.1",
|
|
@@ -200,7 +224,8 @@
|
|
|
200
224
|
"minLength": 1
|
|
201
225
|
}
|
|
202
226
|
},
|
|
203
|
-
"baspiRequired": ["line1", "postcode"]
|
|
227
|
+
"baspiRequired": ["line1", "postcode"],
|
|
228
|
+
"ta6Required": ["line1", "postcode"]
|
|
204
229
|
},
|
|
205
230
|
"uprn": {
|
|
206
231
|
"baspiRef": "A1.1.5",
|
|
@@ -318,7 +343,8 @@
|
|
|
318
343
|
"title": "Caption",
|
|
319
344
|
"type": "string"
|
|
320
345
|
}
|
|
321
|
-
}
|
|
346
|
+
},
|
|
347
|
+
"ta6Required": ["mediaUrl"]
|
|
322
348
|
}
|
|
323
349
|
},
|
|
324
350
|
"connectivity": {
|
|
@@ -329,52 +355,132 @@
|
|
|
329
355
|
"title": "Broadband predicted speed per Ofcom Connected Nations",
|
|
330
356
|
"type": "object",
|
|
331
357
|
"properties": {
|
|
332
|
-
"MaxBbPredictedDown": {
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
"
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
"
|
|
339
|
-
|
|
358
|
+
"MaxBbPredictedDown": {
|
|
359
|
+
"type": "number"
|
|
360
|
+
},
|
|
361
|
+
"MaxBbPredictedUp": {
|
|
362
|
+
"type": "number"
|
|
363
|
+
},
|
|
364
|
+
"MaxSfbbPredictedDown": {
|
|
365
|
+
"type": "number"
|
|
366
|
+
},
|
|
367
|
+
"MaxSfbbPredictedUp": {
|
|
368
|
+
"type": "number"
|
|
369
|
+
},
|
|
370
|
+
"MaxUfbbPredictedDown": {
|
|
371
|
+
"type": "number"
|
|
372
|
+
},
|
|
373
|
+
"MaxUfbbPredictedUp": {
|
|
374
|
+
"type": "number"
|
|
375
|
+
},
|
|
376
|
+
"MaxPredictedDown": {
|
|
377
|
+
"type": "number"
|
|
378
|
+
},
|
|
379
|
+
"MaxPredictedUp": {
|
|
380
|
+
"type": "number"
|
|
381
|
+
}
|
|
340
382
|
}
|
|
341
383
|
},
|
|
342
384
|
"mobile": {
|
|
343
385
|
"title": "Mobile predicted coverage per Ofcom Connected Nations",
|
|
344
386
|
"type": "object",
|
|
345
387
|
"properties": {
|
|
346
|
-
"EEVoiceOutdoor": {
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
"
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
"
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
"
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
"
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
"
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
"
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
"
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
"
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
"
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
"
|
|
377
|
-
|
|
388
|
+
"EEVoiceOutdoor": {
|
|
389
|
+
"type": "integer"
|
|
390
|
+
},
|
|
391
|
+
"EEVoiceOutdoorNo4g": {
|
|
392
|
+
"type": "integer"
|
|
393
|
+
},
|
|
394
|
+
"EEVoiceIndoor": {
|
|
395
|
+
"type": "integer"
|
|
396
|
+
},
|
|
397
|
+
"EEVoiceIndoorNo4g": {
|
|
398
|
+
"type": "integer"
|
|
399
|
+
},
|
|
400
|
+
"EEDataOutdoor": {
|
|
401
|
+
"type": "integer"
|
|
402
|
+
},
|
|
403
|
+
"EEDataOutdoorNo4g": {
|
|
404
|
+
"type": "integer"
|
|
405
|
+
},
|
|
406
|
+
"EEDataIndoor": {
|
|
407
|
+
"type": "integer"
|
|
408
|
+
},
|
|
409
|
+
"EEDataIndoorNo4g": {
|
|
410
|
+
"type": "integer"
|
|
411
|
+
},
|
|
412
|
+
"H3VoiceOutdoor": {
|
|
413
|
+
"type": "integer"
|
|
414
|
+
},
|
|
415
|
+
"H3VoiceOutdoorNo4g": {
|
|
416
|
+
"type": "integer"
|
|
417
|
+
},
|
|
418
|
+
"H3VoiceIndoor": {
|
|
419
|
+
"type": "integer"
|
|
420
|
+
},
|
|
421
|
+
"H3VoiceIndoorNo4g": {
|
|
422
|
+
"type": "integer"
|
|
423
|
+
},
|
|
424
|
+
"H3DataOutdoor": {
|
|
425
|
+
"type": "integer"
|
|
426
|
+
},
|
|
427
|
+
"H3DataOutdoorNo4g": {
|
|
428
|
+
"type": "integer"
|
|
429
|
+
},
|
|
430
|
+
"H3DataIndoor": {
|
|
431
|
+
"type": "integer"
|
|
432
|
+
},
|
|
433
|
+
"H3DataIndoorNo4g": {
|
|
434
|
+
"type": "integer"
|
|
435
|
+
},
|
|
436
|
+
"TFVoiceOutdoor": {
|
|
437
|
+
"type": "integer"
|
|
438
|
+
},
|
|
439
|
+
"TFVoiceOutdoorNo4g": {
|
|
440
|
+
"type": "integer"
|
|
441
|
+
},
|
|
442
|
+
"TFVoiceIndoor": {
|
|
443
|
+
"type": "integer"
|
|
444
|
+
},
|
|
445
|
+
"TFVoiceIndoorNo4g": {
|
|
446
|
+
"type": "integer"
|
|
447
|
+
},
|
|
448
|
+
"TFDataOutdoor": {
|
|
449
|
+
"type": "integer"
|
|
450
|
+
},
|
|
451
|
+
"TFDataOutdoorNo4g": {
|
|
452
|
+
"type": "integer"
|
|
453
|
+
},
|
|
454
|
+
"TFDataIndoor": {
|
|
455
|
+
"type": "integer"
|
|
456
|
+
},
|
|
457
|
+
"TFDataIndoorNo4g": {
|
|
458
|
+
"type": "integer"
|
|
459
|
+
},
|
|
460
|
+
"VOVoiceOutdoor": {
|
|
461
|
+
"type": "integer"
|
|
462
|
+
},
|
|
463
|
+
"VOVoiceOutdoorNo4g": {
|
|
464
|
+
"type": "integer"
|
|
465
|
+
},
|
|
466
|
+
"VOVoiceIndoor": {
|
|
467
|
+
"type": "integer"
|
|
468
|
+
},
|
|
469
|
+
"VOVoiceIndoorNo4g": {
|
|
470
|
+
"type": "integer"
|
|
471
|
+
},
|
|
472
|
+
"VODataOutdoor": {
|
|
473
|
+
"type": "integer"
|
|
474
|
+
},
|
|
475
|
+
"VODataOutdoorNo4g": {
|
|
476
|
+
"type": "integer"
|
|
477
|
+
},
|
|
478
|
+
"VODataIndoor": {
|
|
479
|
+
"type": "integer"
|
|
480
|
+
},
|
|
481
|
+
"VODataIndoorNo4g": {
|
|
482
|
+
"type": "integer"
|
|
483
|
+
}
|
|
378
484
|
}
|
|
379
485
|
}
|
|
380
486
|
}
|
|
@@ -417,7 +523,7 @@
|
|
|
417
523
|
},
|
|
418
524
|
"details": {
|
|
419
525
|
"baspiRef": "A1.2.2",
|
|
420
|
-
"title": "Provide details and likely timescale for delay
|
|
526
|
+
"title": "Provide details and likely timescale for delay",
|
|
421
527
|
"type": "string",
|
|
422
528
|
"minLength": 1
|
|
423
529
|
},
|
|
@@ -5542,7 +5648,6 @@
|
|
|
5542
5648
|
"details": {
|
|
5543
5649
|
"lpe1Ref": "4.12.2",
|
|
5544
5650
|
"baspiRef": "A1.5.3.2",
|
|
5545
|
-
|
|
5546
5651
|
"title": "Provide details.",
|
|
5547
5652
|
"type": "string",
|
|
5548
5653
|
"minLength": 1
|
|
@@ -7072,6 +7177,7 @@
|
|
|
7072
7177
|
"controlledParking",
|
|
7073
7178
|
"electricVehicleChargingPoint"
|
|
7074
7179
|
],
|
|
7180
|
+
"ta6Required": ["parkingArrangements", "controlledParking"],
|
|
7075
7181
|
"properties": {
|
|
7076
7182
|
"parkingArrangements": {
|
|
7077
7183
|
"baspiRef": "A1.6.0",
|
|
@@ -7079,9 +7185,11 @@
|
|
|
7079
7185
|
"type": "object",
|
|
7080
7186
|
"title": "Parking arrangements",
|
|
7081
7187
|
"baspiRequired": ["parkingArrangementsType"],
|
|
7188
|
+
"ta6Required": ["parkingArrangementsType"],
|
|
7082
7189
|
"properties": {
|
|
7083
7190
|
"parkingArrangementsType": {
|
|
7084
7191
|
"baspiRef": "A1.6.0.1",
|
|
7192
|
+
"ta6Ref": "9.1.1",
|
|
7085
7193
|
"title": "What type of parking arrangements are there?",
|
|
7086
7194
|
"type": "string",
|
|
7087
7195
|
"enum": [
|
|
@@ -7124,11 +7232,13 @@
|
|
|
7124
7232
|
},
|
|
7125
7233
|
"otherParkingType": {
|
|
7126
7234
|
"baspiRef": "A1.6.0.2",
|
|
7235
|
+
"ta6Ref": "9.1.2",
|
|
7127
7236
|
"title": "Please describe the other parking arrangements",
|
|
7128
7237
|
"type": "string"
|
|
7129
7238
|
}
|
|
7130
7239
|
},
|
|
7131
|
-
"baspiRequired": ["otherParkingType"]
|
|
7240
|
+
"baspiRequired": ["otherParkingType"],
|
|
7241
|
+
"ta6Required": ["otherParkingType"]
|
|
7132
7242
|
}
|
|
7133
7243
|
]
|
|
7134
7244
|
},
|
|
@@ -7140,12 +7250,14 @@
|
|
|
7140
7250
|
"properties": {
|
|
7141
7251
|
"yesNo": {
|
|
7142
7252
|
"baspiRef": "A1.6.2.1",
|
|
7253
|
+
"ta6Ref": "9.2.1",
|
|
7143
7254
|
"type": "string",
|
|
7144
7255
|
"title": "",
|
|
7145
7256
|
"enum": ["Yes", "No"]
|
|
7146
7257
|
}
|
|
7147
7258
|
},
|
|
7148
|
-
"baspiRequired": ["yesNo"]
|
|
7259
|
+
"baspiRequired": ["yesNo"],
|
|
7260
|
+
"ta6Required": ["yesNo"]
|
|
7149
7261
|
},
|
|
7150
7262
|
"electricVehicleChargingPoint": {
|
|
7151
7263
|
"baspiRef": "A1.6.1",
|
|
@@ -7159,7 +7271,8 @@
|
|
|
7159
7271
|
"enum": ["Yes", "No"]
|
|
7160
7272
|
}
|
|
7161
7273
|
},
|
|
7162
|
-
"baspiRequired": ["yesNo"]
|
|
7274
|
+
"baspiRequired": ["yesNo"],
|
|
7275
|
+
"ta6Required": ["yesNo"]
|
|
7163
7276
|
}
|
|
7164
7277
|
}
|
|
7165
7278
|
},
|
|
@@ -7173,6 +7286,11 @@
|
|
|
7173
7286
|
"isConservationArea",
|
|
7174
7287
|
"hasTreePreservationOrder"
|
|
7175
7288
|
],
|
|
7289
|
+
"ta6Required": [
|
|
7290
|
+
"isListed",
|
|
7291
|
+
"isConservationArea",
|
|
7292
|
+
"hasTreePreservationOrder"
|
|
7293
|
+
],
|
|
7176
7294
|
"properties": {
|
|
7177
7295
|
"isListed": {
|
|
7178
7296
|
"baspiRef": "A1.7.1",
|
|
@@ -7183,12 +7301,14 @@
|
|
|
7183
7301
|
"properties": {
|
|
7184
7302
|
"yesNo": {
|
|
7185
7303
|
"baspiRef": "A1.7.1.1",
|
|
7304
|
+
"ta6Ref": "4.7a1",
|
|
7186
7305
|
"type": "string",
|
|
7187
7306
|
"title": "",
|
|
7188
7307
|
"enum": ["Yes", "No"]
|
|
7189
7308
|
}
|
|
7190
7309
|
},
|
|
7191
7310
|
"baspiRequired": ["yesNo"],
|
|
7311
|
+
"ta6Required": ["yesNo"],
|
|
7192
7312
|
"discriminator": {
|
|
7193
7313
|
"propertyName": "yesNo"
|
|
7194
7314
|
},
|
|
@@ -7207,18 +7327,21 @@
|
|
|
7207
7327
|
},
|
|
7208
7328
|
"details": {
|
|
7209
7329
|
"baspiRef": "A1.7.1.2",
|
|
7330
|
+
"ta6Ref": "4.7a2",
|
|
7210
7331
|
"title": "Please provide details of the listing and any relevant documents",
|
|
7211
7332
|
"type": "string",
|
|
7212
7333
|
"minLength": 1
|
|
7213
7334
|
},
|
|
7214
7335
|
"attachments": {
|
|
7215
7336
|
"baspiRef": "A1.7.1.3",
|
|
7337
|
+
"ta6Ref": "4.7a3",
|
|
7216
7338
|
"title": "Attachments",
|
|
7217
7339
|
"type": "string",
|
|
7218
7340
|
"enum": ["Attached", "To follow"]
|
|
7219
7341
|
}
|
|
7220
7342
|
},
|
|
7221
|
-
"baspiRequired": ["details", "attachments"]
|
|
7343
|
+
"baspiRequired": ["details", "attachments"],
|
|
7344
|
+
"ta6Required": ["details", "attachments"]
|
|
7222
7345
|
}
|
|
7223
7346
|
]
|
|
7224
7347
|
},
|
|
@@ -7231,6 +7354,7 @@
|
|
|
7231
7354
|
"properties": {
|
|
7232
7355
|
"yesNo": {
|
|
7233
7356
|
"baspiRef": "A1.7.2.1",
|
|
7357
|
+
"ta6Ref": "4.7b1",
|
|
7234
7358
|
"type": "string",
|
|
7235
7359
|
"title": "",
|
|
7236
7360
|
"enum": ["Yes", "No"]
|
|
@@ -7255,20 +7379,24 @@
|
|
|
7255
7379
|
},
|
|
7256
7380
|
"details": {
|
|
7257
7381
|
"baspiRef": "A1.7.2.2",
|
|
7382
|
+
"ta6Ref": "4.7b2",
|
|
7258
7383
|
"title": "Please provide details of the listing and any relevant documents",
|
|
7259
7384
|
"type": "string",
|
|
7260
7385
|
"minLength": 1
|
|
7261
7386
|
},
|
|
7262
7387
|
"attachments": {
|
|
7263
7388
|
"baspiRef": "A1.7.2.3",
|
|
7389
|
+
"ta6Ref": "4.7b3",
|
|
7264
7390
|
"title": "Attachments",
|
|
7265
7391
|
"type": "string",
|
|
7266
7392
|
"enum": ["Attached", "To follow"]
|
|
7267
7393
|
}
|
|
7268
7394
|
},
|
|
7269
|
-
"baspiRequired": ["details", "attachments"]
|
|
7395
|
+
"baspiRequired": ["details", "attachments"],
|
|
7396
|
+
"ta6Required": ["details", "attachments"]
|
|
7270
7397
|
}
|
|
7271
|
-
]
|
|
7398
|
+
],
|
|
7399
|
+
"ta6Required": ["yesNo"]
|
|
7272
7400
|
},
|
|
7273
7401
|
"hasTreePreservationOrder": {
|
|
7274
7402
|
"baspiRef": "A1.7.3",
|
|
@@ -7279,12 +7407,14 @@
|
|
|
7279
7407
|
"properties": {
|
|
7280
7408
|
"yesNo": {
|
|
7281
7409
|
"baspiRef": "A1.7.3.1",
|
|
7410
|
+
"ta6Ref": "4.8.1",
|
|
7282
7411
|
"type": "string",
|
|
7283
7412
|
"title": "",
|
|
7284
7413
|
"enum": ["Yes", "No"]
|
|
7285
7414
|
}
|
|
7286
7415
|
},
|
|
7287
7416
|
"baspiRequired": ["yesNo"],
|
|
7417
|
+
"ta6Required": ["yesNo"],
|
|
7288
7418
|
"discriminator": {
|
|
7289
7419
|
"propertyName": "yesNo"
|
|
7290
7420
|
},
|
|
@@ -7303,6 +7433,7 @@
|
|
|
7303
7433
|
},
|
|
7304
7434
|
"details": {
|
|
7305
7435
|
"baspiRef": "A1.7.3.2",
|
|
7436
|
+
"ta6Ref": "4.8.2",
|
|
7306
7437
|
"title": "Details",
|
|
7307
7438
|
"rdsRef": "Protections",
|
|
7308
7439
|
"type": "string",
|
|
@@ -7317,12 +7448,14 @@
|
|
|
7317
7448
|
"properties": {
|
|
7318
7449
|
"yesNo": {
|
|
7319
7450
|
"baspiRef": "A1.7.3.2.1",
|
|
7451
|
+
"ta6Ref": "4.8a1",
|
|
7320
7452
|
"type": "string",
|
|
7321
7453
|
"title": "",
|
|
7322
7454
|
"enum": ["Yes", "No"]
|
|
7323
7455
|
}
|
|
7324
7456
|
},
|
|
7325
7457
|
"baspiRequired": ["yesNo"],
|
|
7458
|
+
"ta6Required": ["yesNo"],
|
|
7326
7459
|
"discriminator": {
|
|
7327
7460
|
"propertyName": "yesNo"
|
|
7328
7461
|
},
|
|
@@ -7341,6 +7474,7 @@
|
|
|
7341
7474
|
},
|
|
7342
7475
|
"details": {
|
|
7343
7476
|
"baspiRef": "A1.7.3.2.2",
|
|
7477
|
+
"ta6Ref": "4.8a2",
|
|
7344
7478
|
"title": "Were the relevant consents obtained? Provide any relevant documentation",
|
|
7345
7479
|
"rdsRef": "Protections",
|
|
7346
7480
|
"type": "string",
|
|
@@ -7348,12 +7482,14 @@
|
|
|
7348
7482
|
},
|
|
7349
7483
|
"attachments": {
|
|
7350
7484
|
"baspiRef": "A1.7.3.4",
|
|
7485
|
+
"ta6Ref": "4.8a3",
|
|
7351
7486
|
"title": "Attachments",
|
|
7352
7487
|
"type": "string",
|
|
7353
7488
|
"enum": ["Attached", "To follow"]
|
|
7354
7489
|
}
|
|
7355
7490
|
},
|
|
7356
|
-
"baspiRequired": ["details"]
|
|
7491
|
+
"baspiRequired": ["details"],
|
|
7492
|
+
"ta6Required": ["details"]
|
|
7357
7493
|
}
|
|
7358
7494
|
]
|
|
7359
7495
|
}
|
|
@@ -7511,15 +7647,19 @@
|
|
|
7511
7647
|
},
|
|
7512
7648
|
"energyEfficiency": {
|
|
7513
7649
|
"baspiRef": "A1.8.3",
|
|
7650
|
+
"ta6Ref": "7.6",
|
|
7514
7651
|
"rdsRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
|
|
7515
7652
|
"title": "Energy Efficiency",
|
|
7516
7653
|
"type": "object",
|
|
7517
7654
|
"baspiRequired": ["certificate", "greenDealLoan"],
|
|
7655
|
+
"ta6Required": ["certificate", "greenDealLoan"],
|
|
7518
7656
|
"properties": {
|
|
7519
7657
|
"certificate": {
|
|
7520
7658
|
"baspiRef": "A1.8.3.1",
|
|
7659
|
+
"ta6Ref": "7.6.1",
|
|
7521
7660
|
"type": "object",
|
|
7522
7661
|
"baspiRequired": ["currentEnergyRating"],
|
|
7662
|
+
"ta6Required": ["currentEnergyRating"],
|
|
7523
7663
|
"properties": {
|
|
7524
7664
|
"certificateNumber": {
|
|
7525
7665
|
"type": "string"
|
|
@@ -7852,25 +7992,30 @@
|
|
|
7852
7992
|
},
|
|
7853
7993
|
"greenDealLoan": {
|
|
7854
7994
|
"baspiRef": "A7.3",
|
|
7995
|
+
"ta6Ref": "7.7",
|
|
7996
|
+
|
|
7855
7997
|
"rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation",
|
|
7856
7998
|
"title": "Green Deal Loan",
|
|
7857
7999
|
"type": "object",
|
|
7858
8000
|
"baspiRequired": ["hasGreenDealLoan"],
|
|
8001
|
+
"ta6Required": ["hasGreenDealLoan"],
|
|
7859
8002
|
"properties": {
|
|
7860
8003
|
"hasGreenDealLoan": {
|
|
7861
8004
|
"baspiRef": "A7.3",
|
|
7862
|
-
"ta6Ref": "7.7",
|
|
8005
|
+
"ta6Ref": "7.7.1",
|
|
7863
8006
|
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
7864
8007
|
"type": "object",
|
|
7865
8008
|
"properties": {
|
|
7866
8009
|
"yesNo": {
|
|
7867
8010
|
"baspiRef": "A7.3.1",
|
|
8011
|
+
"ta6Ref": "7.7.1.1",
|
|
7868
8012
|
"type": "string",
|
|
7869
8013
|
"title": "",
|
|
7870
8014
|
"enum": ["Yes", "No"]
|
|
7871
8015
|
}
|
|
7872
8016
|
},
|
|
7873
8017
|
"baspiRequired": ["yesNo"],
|
|
8018
|
+
"ta6Required": ["yesNo"],
|
|
7874
8019
|
"discriminator": {
|
|
7875
8020
|
"propertyName": "yesNo"
|
|
7876
8021
|
},
|
|
@@ -7889,18 +8034,21 @@
|
|
|
7889
8034
|
},
|
|
7890
8035
|
"details": {
|
|
7891
8036
|
"baspiRef": "A7.3.2",
|
|
8037
|
+
"ta6Ref": "7.7.1.2",
|
|
7892
8038
|
"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",
|
|
7893
8039
|
"type": "string",
|
|
7894
8040
|
"minLength": 1
|
|
7895
8041
|
},
|
|
7896
8042
|
"attachments": {
|
|
7897
8043
|
"baspiRef": "A7.3.3",
|
|
8044
|
+
"ta6Ref": "7.7.1.3",
|
|
7898
8045
|
"title": "Attachments",
|
|
7899
8046
|
"type": "string",
|
|
7900
8047
|
"enum": ["Attached", "To follow"]
|
|
7901
8048
|
}
|
|
7902
8049
|
},
|
|
7903
|
-
"baspiRequired": ["details", "attachments"]
|
|
8050
|
+
"baspiRequired": ["details", "attachments"],
|
|
8051
|
+
"ta6Required": ["details", "attachments"]
|
|
7904
8052
|
}
|
|
7905
8053
|
]
|
|
7906
8054
|
}
|
|
@@ -7982,10 +8130,11 @@
|
|
|
7982
8130
|
},
|
|
7983
8131
|
"disputesAndComplaints": {
|
|
7984
8132
|
"baspiRef": "A2",
|
|
7985
|
-
"
|
|
8133
|
+
"ta6Ref": "2",
|
|
7986
8134
|
"title": "Disputes and Complaints",
|
|
7987
8135
|
"type": "object",
|
|
7988
8136
|
"baspiRequired": ["hasDisputesAndComplaints"],
|
|
8137
|
+
"ta6Required": ["hasDisputesAndComplaints"],
|
|
7989
8138
|
"properties": {
|
|
7990
8139
|
"hasDisputesAndComplaints": {
|
|
7991
8140
|
"baspiRef": "A2.1.1",
|
|
@@ -7997,13 +8146,14 @@
|
|
|
7997
8146
|
"properties": {
|
|
7998
8147
|
"yesNo": {
|
|
7999
8148
|
"baspiRef": "A2.1.1.1",
|
|
8000
|
-
"
|
|
8149
|
+
"ta6Ref": "2.1.1",
|
|
8001
8150
|
"type": "string",
|
|
8002
8151
|
"title": "",
|
|
8003
8152
|
"enum": ["Yes", "No"]
|
|
8004
8153
|
}
|
|
8005
8154
|
},
|
|
8006
8155
|
"baspiRequired": ["yesNo"],
|
|
8156
|
+
"ta6Required": ["yesNo"],
|
|
8007
8157
|
"discriminator": {
|
|
8008
8158
|
"propertyName": "yesNo"
|
|
8009
8159
|
},
|
|
@@ -8022,13 +8172,14 @@
|
|
|
8022
8172
|
},
|
|
8023
8173
|
"details": {
|
|
8024
8174
|
"baspiRef": "A2.1.1.2",
|
|
8025
|
-
"
|
|
8175
|
+
"ta6Ref": "2.1.2",
|
|
8026
8176
|
"title": "Please give details",
|
|
8027
8177
|
"type": "string",
|
|
8028
8178
|
"minLength": 1
|
|
8029
8179
|
}
|
|
8030
8180
|
},
|
|
8031
|
-
"baspiRequired": ["details"]
|
|
8181
|
+
"baspiRequired": ["details"],
|
|
8182
|
+
"ta6Required": ["details"]
|
|
8032
8183
|
}
|
|
8033
8184
|
]
|
|
8034
8185
|
},
|
|
@@ -8041,13 +8192,14 @@
|
|
|
8041
8192
|
"properties": {
|
|
8042
8193
|
"yesNo": {
|
|
8043
8194
|
"baspiRef": "A2.1.2.1",
|
|
8044
|
-
"
|
|
8195
|
+
"ta6Ref": "2.2.1",
|
|
8045
8196
|
"type": "string",
|
|
8046
8197
|
"title": "",
|
|
8047
8198
|
"enum": ["Yes", "No"]
|
|
8048
8199
|
}
|
|
8049
8200
|
},
|
|
8050
8201
|
"baspiRequired": ["yesNo"],
|
|
8202
|
+
"ta6Required": ["yesNo"],
|
|
8051
8203
|
"discriminator": {
|
|
8052
8204
|
"propertyName": "yesNo"
|
|
8053
8205
|
},
|
|
@@ -8066,13 +8218,14 @@
|
|
|
8066
8218
|
},
|
|
8067
8219
|
"details": {
|
|
8068
8220
|
"baspiRef": "A2.1.2.2",
|
|
8069
|
-
"
|
|
8221
|
+
"ta6Ref": "2.2.2",
|
|
8070
8222
|
"title": "Please give details",
|
|
8071
8223
|
"type": "string",
|
|
8072
8224
|
"minLength": 1
|
|
8073
8225
|
}
|
|
8074
8226
|
},
|
|
8075
|
-
"baspiRequired": ["details"]
|
|
8227
|
+
"baspiRequired": ["details"],
|
|
8228
|
+
"ta6Required": ["details"]
|
|
8076
8229
|
}
|
|
8077
8230
|
]
|
|
8078
8231
|
}
|
|
@@ -8089,6 +8242,16 @@
|
|
|
8089
8242
|
"changeOfUse",
|
|
8090
8243
|
"windowReplacementsSince2002",
|
|
8091
8244
|
"hasAddedConservatory",
|
|
8245
|
+
"worksUnfinished",
|
|
8246
|
+
"planningPermissionBreaches",
|
|
8247
|
+
"unresolvedPlanningIssues"
|
|
8248
|
+
],
|
|
8249
|
+
"ta6Required": [
|
|
8250
|
+
"hasStructuralAlterations",
|
|
8251
|
+
"changeOfUse",
|
|
8252
|
+
"windowReplacementsSince2002",
|
|
8253
|
+
"hasAddedConservatory",
|
|
8254
|
+
"worksUnfinished",
|
|
8092
8255
|
"planningPermissionBreaches",
|
|
8093
8256
|
"unresolvedPlanningIssues"
|
|
8094
8257
|
],
|
|
@@ -8109,6 +8272,7 @@
|
|
|
8109
8272
|
}
|
|
8110
8273
|
},
|
|
8111
8274
|
"baspiRequired": ["yesNo"],
|
|
8275
|
+
"ta6Required": ["yesNo"],
|
|
8112
8276
|
"discriminator": {
|
|
8113
8277
|
"propertyName": "yesNo"
|
|
8114
8278
|
},
|
|
@@ -8148,6 +8312,7 @@
|
|
|
8148
8312
|
}
|
|
8149
8313
|
},
|
|
8150
8314
|
"baspiRequired": ["yesNo"],
|
|
8315
|
+
"ta6Required": ["yesNo"],
|
|
8151
8316
|
"discriminator": {
|
|
8152
8317
|
"propertyName": "yesNo"
|
|
8153
8318
|
},
|
|
@@ -8165,7 +8330,8 @@
|
|
|
8165
8330
|
"enum": ["Attached", "To follow"]
|
|
8166
8331
|
}
|
|
8167
8332
|
},
|
|
8168
|
-
"baspiRequired": ["attachments"]
|
|
8333
|
+
"baspiRequired": ["attachments"],
|
|
8334
|
+
"ta6Required": ["attachments"]
|
|
8169
8335
|
},
|
|
8170
8336
|
{
|
|
8171
8337
|
"properties": {
|
|
@@ -8181,7 +8347,8 @@
|
|
|
8181
8347
|
"minLength": 1
|
|
8182
8348
|
}
|
|
8183
8349
|
},
|
|
8184
|
-
"baspiRequired": ["details"]
|
|
8350
|
+
"baspiRequired": ["details"],
|
|
8351
|
+
"ta6Required": ["details"]
|
|
8185
8352
|
}
|
|
8186
8353
|
]
|
|
8187
8354
|
},
|
|
@@ -8200,6 +8367,7 @@
|
|
|
8200
8367
|
}
|
|
8201
8368
|
},
|
|
8202
8369
|
"baspiRequired": ["yesNo"],
|
|
8370
|
+
"ta6Required": ["yesNo"],
|
|
8203
8371
|
"discriminator": {
|
|
8204
8372
|
"propertyName": "yesNo"
|
|
8205
8373
|
},
|
|
@@ -8217,7 +8385,8 @@
|
|
|
8217
8385
|
"enum": ["Attached", "To follow"]
|
|
8218
8386
|
}
|
|
8219
8387
|
},
|
|
8220
|
-
"baspiRequired": ["attachments"]
|
|
8388
|
+
"baspiRequired": ["attachments"],
|
|
8389
|
+
"ta6Required": ["attachments"]
|
|
8221
8390
|
},
|
|
8222
8391
|
{
|
|
8223
8392
|
"properties": {
|
|
@@ -8233,7 +8402,8 @@
|
|
|
8233
8402
|
"minLength": 1
|
|
8234
8403
|
}
|
|
8235
8404
|
},
|
|
8236
|
-
"baspiRequired": ["details"]
|
|
8405
|
+
"baspiRequired": ["details"],
|
|
8406
|
+
"ta6Required": ["details"]
|
|
8237
8407
|
}
|
|
8238
8408
|
]
|
|
8239
8409
|
},
|
|
@@ -8267,7 +8437,8 @@
|
|
|
8267
8437
|
"enum": ["Attached", "To follow"]
|
|
8268
8438
|
}
|
|
8269
8439
|
},
|
|
8270
|
-
"baspiRequired": ["attachments"]
|
|
8440
|
+
"baspiRequired": ["attachments"],
|
|
8441
|
+
"ta6Required": ["attachments"]
|
|
8271
8442
|
},
|
|
8272
8443
|
{
|
|
8273
8444
|
"properties": {
|
|
@@ -8340,6 +8511,11 @@
|
|
|
8340
8511
|
"planningPermission",
|
|
8341
8512
|
"listedBuildingConsent",
|
|
8342
8513
|
"deedRestrictionConsent"
|
|
8514
|
+
],
|
|
8515
|
+
"ta6Required": [
|
|
8516
|
+
"details",
|
|
8517
|
+
"buildingRegApproval",
|
|
8518
|
+
"planningPermission"
|
|
8343
8519
|
]
|
|
8344
8520
|
}
|
|
8345
8521
|
]
|
|
@@ -8353,12 +8529,14 @@
|
|
|
8353
8529
|
"properties": {
|
|
8354
8530
|
"yesNo": {
|
|
8355
8531
|
"baspiRef": "A3.2.1",
|
|
8532
|
+
"ta6Ref": "4.1b1",
|
|
8356
8533
|
"type": "string",
|
|
8357
8534
|
"title": "",
|
|
8358
8535
|
"enum": ["Yes", "No"]
|
|
8359
8536
|
}
|
|
8360
8537
|
},
|
|
8361
8538
|
"baspiRequired": ["yesNo"],
|
|
8539
|
+
"ta6Required": ["yesNo"],
|
|
8362
8540
|
"discriminator": {
|
|
8363
8541
|
"propertyName": "yesNo"
|
|
8364
8542
|
},
|
|
@@ -8383,6 +8561,7 @@
|
|
|
8383
8561
|
},
|
|
8384
8562
|
"yearCompleted": {
|
|
8385
8563
|
"baspiRef": "A3.2.3",
|
|
8564
|
+
"ta6Ref": "4.1b2",
|
|
8386
8565
|
"title": "What year was the change completed?",
|
|
8387
8566
|
"type": "integer"
|
|
8388
8567
|
},
|
|
@@ -8402,6 +8581,7 @@
|
|
|
8402
8581
|
}
|
|
8403
8582
|
},
|
|
8404
8583
|
"baspiRequired": ["yesNo"],
|
|
8584
|
+
"ta6Required": ["yesNo"],
|
|
8405
8585
|
"discriminator": {
|
|
8406
8586
|
"propertyName": "yesNo"
|
|
8407
8587
|
},
|
|
@@ -8419,7 +8599,8 @@
|
|
|
8419
8599
|
"enum": ["Attached", "To follow"]
|
|
8420
8600
|
}
|
|
8421
8601
|
},
|
|
8422
|
-
"baspiRequired": ["attachments"]
|
|
8602
|
+
"baspiRequired": ["attachments"],
|
|
8603
|
+
"ta6Required": ["attachments"]
|
|
8423
8604
|
},
|
|
8424
8605
|
{
|
|
8425
8606
|
"properties": {
|
|
@@ -8435,7 +8616,8 @@
|
|
|
8435
8616
|
"minLength": 1
|
|
8436
8617
|
}
|
|
8437
8618
|
},
|
|
8438
|
-
"baspiRequired": ["details"]
|
|
8619
|
+
"baspiRequired": ["details"],
|
|
8620
|
+
"ta6Required": ["details"]
|
|
8439
8621
|
}
|
|
8440
8622
|
]
|
|
8441
8623
|
},
|
|
@@ -8455,6 +8637,7 @@
|
|
|
8455
8637
|
}
|
|
8456
8638
|
},
|
|
8457
8639
|
"baspiRequired": ["yesNo"],
|
|
8640
|
+
"ta6Required": ["yesNo"],
|
|
8458
8641
|
"discriminator": {
|
|
8459
8642
|
"propertyName": "yesNo"
|
|
8460
8643
|
},
|
|
@@ -8472,7 +8655,8 @@
|
|
|
8472
8655
|
"enum": ["Attached", "To follow"]
|
|
8473
8656
|
}
|
|
8474
8657
|
},
|
|
8475
|
-
"baspiRequired": ["attachments"]
|
|
8658
|
+
"baspiRequired": ["attachments"],
|
|
8659
|
+
"ta6Required": ["attachments"]
|
|
8476
8660
|
},
|
|
8477
8661
|
{
|
|
8478
8662
|
"properties": {
|
|
@@ -8488,14 +8672,14 @@
|
|
|
8488
8672
|
"minLength": 1
|
|
8489
8673
|
}
|
|
8490
8674
|
},
|
|
8491
|
-
"baspiRequired": ["details"]
|
|
8675
|
+
"baspiRequired": ["details"],
|
|
8676
|
+
"ta6Required": ["details"]
|
|
8492
8677
|
}
|
|
8493
8678
|
]
|
|
8494
8679
|
},
|
|
8495
8680
|
"listedBuildingConsent": {
|
|
8496
8681
|
"baspiRef": "A3.5.3",
|
|
8497
8682
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
8498
|
-
"ta6Ref": "4.2",
|
|
8499
8683
|
"title": "Was listed building consent obtained?",
|
|
8500
8684
|
"type": "object",
|
|
8501
8685
|
"properties": {
|
|
@@ -8597,6 +8781,11 @@
|
|
|
8597
8781
|
"planningPermission",
|
|
8598
8782
|
"listedBuildingConsent",
|
|
8599
8783
|
"deedRestrictionConsent"
|
|
8784
|
+
],
|
|
8785
|
+
"ta6Required": [
|
|
8786
|
+
"yearCompleted",
|
|
8787
|
+
"buildingRegApproval",
|
|
8788
|
+
"planningPermission"
|
|
8600
8789
|
]
|
|
8601
8790
|
}
|
|
8602
8791
|
]
|
|
@@ -8610,12 +8799,14 @@
|
|
|
8610
8799
|
"properties": {
|
|
8611
8800
|
"yesNo": {
|
|
8612
8801
|
"baspiRef": "A3.3.1",
|
|
8802
|
+
"ta6Ref": "4.1c1",
|
|
8613
8803
|
"type": "string",
|
|
8614
8804
|
"title": "",
|
|
8615
8805
|
"enum": ["Yes", "No"]
|
|
8616
8806
|
}
|
|
8617
8807
|
},
|
|
8618
8808
|
"baspiRequired": ["yesNo"],
|
|
8809
|
+
"ta6Required": ["yesNo"],
|
|
8619
8810
|
"discriminator": {
|
|
8620
8811
|
"propertyName": "yesNo"
|
|
8621
8812
|
},
|
|
@@ -8640,6 +8831,7 @@
|
|
|
8640
8831
|
},
|
|
8641
8832
|
"yearCompleted": {
|
|
8642
8833
|
"baspiRef": "A3.3.3",
|
|
8834
|
+
"ta6Ref": "4.1c2",
|
|
8643
8835
|
"title": "What year was the installation completed?",
|
|
8644
8836
|
"type": "integer"
|
|
8645
8837
|
},
|
|
@@ -8659,6 +8851,7 @@
|
|
|
8659
8851
|
}
|
|
8660
8852
|
},
|
|
8661
8853
|
"baspiRequired": ["yesNo"],
|
|
8854
|
+
"ta6Required": ["yesNo"],
|
|
8662
8855
|
"discriminator": {
|
|
8663
8856
|
"propertyName": "yesNo"
|
|
8664
8857
|
},
|
|
@@ -8676,7 +8869,8 @@
|
|
|
8676
8869
|
"enum": ["Attached", "To follow"]
|
|
8677
8870
|
}
|
|
8678
8871
|
},
|
|
8679
|
-
"baspiRequired": ["attachments"]
|
|
8872
|
+
"baspiRequired": ["attachments"],
|
|
8873
|
+
"ta6Required": ["attachments"]
|
|
8680
8874
|
},
|
|
8681
8875
|
{
|
|
8682
8876
|
"properties": {
|
|
@@ -8692,7 +8886,8 @@
|
|
|
8692
8886
|
"minLength": 1
|
|
8693
8887
|
}
|
|
8694
8888
|
},
|
|
8695
|
-
"baspiRequired": ["details"]
|
|
8889
|
+
"baspiRequired": ["details"],
|
|
8890
|
+
"ta6Required": ["details"]
|
|
8696
8891
|
}
|
|
8697
8892
|
]
|
|
8698
8893
|
},
|
|
@@ -8712,6 +8907,7 @@
|
|
|
8712
8907
|
}
|
|
8713
8908
|
},
|
|
8714
8909
|
"baspiRequired": ["yesNo"],
|
|
8910
|
+
"ta6Required": ["yesNo"],
|
|
8715
8911
|
"discriminator": {
|
|
8716
8912
|
"propertyName": "yesNo"
|
|
8717
8913
|
},
|
|
@@ -8729,7 +8925,8 @@
|
|
|
8729
8925
|
"enum": ["Attached", "To follow"]
|
|
8730
8926
|
}
|
|
8731
8927
|
},
|
|
8732
|
-
"baspiRequired": ["attachments"]
|
|
8928
|
+
"baspiRequired": ["attachments"],
|
|
8929
|
+
"ta6Required": ["attachments"]
|
|
8733
8930
|
},
|
|
8734
8931
|
{
|
|
8735
8932
|
"properties": {
|
|
@@ -8745,7 +8942,8 @@
|
|
|
8745
8942
|
"minLength": 1
|
|
8746
8943
|
}
|
|
8747
8944
|
},
|
|
8748
|
-
"baspiRequired": ["details"]
|
|
8945
|
+
"baspiRequired": ["details"],
|
|
8946
|
+
"ta6Required": ["details"]
|
|
8749
8947
|
}
|
|
8750
8948
|
]
|
|
8751
8949
|
},
|
|
@@ -8788,7 +8986,6 @@
|
|
|
8788
8986
|
},
|
|
8789
8987
|
"details": {
|
|
8790
8988
|
"baspiRef": "A3.5.3.2",
|
|
8791
|
-
"ta6Ref": "4.2.3",
|
|
8792
8989
|
"title": "Please outline the reasons why",
|
|
8793
8990
|
"type": "string",
|
|
8794
8991
|
"minLength": 1
|
|
@@ -8854,6 +9051,11 @@
|
|
|
8854
9051
|
"planningPermission",
|
|
8855
9052
|
"listedBuildingConsent",
|
|
8856
9053
|
"deedRestrictionConsent"
|
|
9054
|
+
],
|
|
9055
|
+
"ta6Required": [
|
|
9056
|
+
"yearCompleted",
|
|
9057
|
+
"buildingRegApproval",
|
|
9058
|
+
"planningPermission"
|
|
8857
9059
|
]
|
|
8858
9060
|
}
|
|
8859
9061
|
]
|
|
@@ -8867,12 +9069,14 @@
|
|
|
8867
9069
|
"properties": {
|
|
8868
9070
|
"yesNo": {
|
|
8869
9071
|
"baspiRef": "A3.4.1",
|
|
9072
|
+
"ta6Ref": "4.1d1",
|
|
8870
9073
|
"type": "string",
|
|
8871
9074
|
"title": "",
|
|
8872
9075
|
"enum": ["Yes", "No"]
|
|
8873
9076
|
}
|
|
8874
9077
|
},
|
|
8875
9078
|
"baspiRequired": ["yesNo"],
|
|
9079
|
+
"ta6Required": ["yesNo"],
|
|
8876
9080
|
"discriminator": {
|
|
8877
9081
|
"propertyName": "yesNo"
|
|
8878
9082
|
},
|
|
@@ -8897,6 +9101,7 @@
|
|
|
8897
9101
|
},
|
|
8898
9102
|
"yearCompleted": {
|
|
8899
9103
|
"baspiRef": "A3.4.3",
|
|
9104
|
+
"ta6Ref": "4.1d2",
|
|
8900
9105
|
"title": "What year was the installation completed?",
|
|
8901
9106
|
"type": "integer"
|
|
8902
9107
|
},
|
|
@@ -8916,6 +9121,7 @@
|
|
|
8916
9121
|
}
|
|
8917
9122
|
},
|
|
8918
9123
|
"baspiRequired": ["yesNo"],
|
|
9124
|
+
"ta6Required": ["yesNo"],
|
|
8919
9125
|
"discriminator": {
|
|
8920
9126
|
"propertyName": "yesNo"
|
|
8921
9127
|
},
|
|
@@ -8933,7 +9139,8 @@
|
|
|
8933
9139
|
"enum": ["Attached", "To follow"]
|
|
8934
9140
|
}
|
|
8935
9141
|
},
|
|
8936
|
-
"baspiRequired": ["attachments"]
|
|
9142
|
+
"baspiRequired": ["attachments"],
|
|
9143
|
+
"ta6Required": ["attachments"]
|
|
8937
9144
|
},
|
|
8938
9145
|
{
|
|
8939
9146
|
"properties": {
|
|
@@ -8949,7 +9156,8 @@
|
|
|
8949
9156
|
"minLength": 1
|
|
8950
9157
|
}
|
|
8951
9158
|
},
|
|
8952
|
-
"baspiRequired": ["details"]
|
|
9159
|
+
"baspiRequired": ["details"],
|
|
9160
|
+
"ta6Required": ["details"]
|
|
8953
9161
|
}
|
|
8954
9162
|
]
|
|
8955
9163
|
},
|
|
@@ -8969,6 +9177,7 @@
|
|
|
8969
9177
|
}
|
|
8970
9178
|
},
|
|
8971
9179
|
"baspiRequired": ["yesNo"],
|
|
9180
|
+
"ta6Required": ["yesNo"],
|
|
8972
9181
|
"discriminator": {
|
|
8973
9182
|
"propertyName": "yesNo"
|
|
8974
9183
|
},
|
|
@@ -8986,7 +9195,8 @@
|
|
|
8986
9195
|
"enum": ["Attached", "To follow"]
|
|
8987
9196
|
}
|
|
8988
9197
|
},
|
|
8989
|
-
"baspiRequired": ["attachments"]
|
|
9198
|
+
"baspiRequired": ["attachments"],
|
|
9199
|
+
"ta6Required": ["attachments"]
|
|
8990
9200
|
},
|
|
8991
9201
|
{
|
|
8992
9202
|
"properties": {
|
|
@@ -9002,14 +9212,14 @@
|
|
|
9002
9212
|
"minLength": 1
|
|
9003
9213
|
}
|
|
9004
9214
|
},
|
|
9005
|
-
"baspiRequired": ["details"]
|
|
9215
|
+
"baspiRequired": ["details"],
|
|
9216
|
+
"ta6Required": ["details"]
|
|
9006
9217
|
}
|
|
9007
9218
|
]
|
|
9008
9219
|
},
|
|
9009
9220
|
"listedBuildingConsent": {
|
|
9010
9221
|
"baspiRef": "A3.5.3",
|
|
9011
9222
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
9012
|
-
"ta6Ref": "4.2",
|
|
9013
9223
|
"title": "Was listed building consent obtained?",
|
|
9014
9224
|
"type": "object",
|
|
9015
9225
|
"properties": {
|
|
@@ -9058,7 +9268,6 @@
|
|
|
9058
9268
|
"deedRestrictionConsent": {
|
|
9059
9269
|
"baspiRef": "A3.5.4",
|
|
9060
9270
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
9061
|
-
"ta6Ref": "4.2",
|
|
9062
9271
|
"title": "Was any consent under a restriction in the deeds obtained? E.g. if your deeds require consent from someone else to alter or extend the property",
|
|
9063
9272
|
"type": "object",
|
|
9064
9273
|
"properties": {
|
|
@@ -9112,6 +9321,11 @@
|
|
|
9112
9321
|
"planningPermission",
|
|
9113
9322
|
"listedBuildingConsent",
|
|
9114
9323
|
"deedRestrictionConsent"
|
|
9324
|
+
],
|
|
9325
|
+
"ta6Required": [
|
|
9326
|
+
"yearCompleted",
|
|
9327
|
+
"buildingRegApproval",
|
|
9328
|
+
"planningPermission"
|
|
9115
9329
|
]
|
|
9116
9330
|
}
|
|
9117
9331
|
]
|
|
@@ -9125,12 +9339,14 @@
|
|
|
9125
9339
|
"properties": {
|
|
9126
9340
|
"yesNo": {
|
|
9127
9341
|
"baspiRef": "A3.6.1",
|
|
9342
|
+
"ta6Ref": "4.3.1",
|
|
9128
9343
|
"type": "string",
|
|
9129
9344
|
"title": "",
|
|
9130
9345
|
"enum": ["Yes", "No"]
|
|
9131
9346
|
}
|
|
9132
9347
|
},
|
|
9133
9348
|
"baspiRequired": ["yesNo"],
|
|
9349
|
+
"ta6Required": ["yesNo"],
|
|
9134
9350
|
"discriminator": {
|
|
9135
9351
|
"propertyName": "yesNo"
|
|
9136
9352
|
},
|
|
@@ -9149,6 +9365,7 @@
|
|
|
9149
9365
|
},
|
|
9150
9366
|
"details": {
|
|
9151
9367
|
"baspiRef": "A3.6.2",
|
|
9368
|
+
"ta6Ref": "4.3.2",
|
|
9152
9369
|
"title": "Please provide details and explain why",
|
|
9153
9370
|
"type": "string",
|
|
9154
9371
|
"minLength": 1
|
|
@@ -9160,7 +9377,8 @@
|
|
|
9160
9377
|
"enum": ["Attached", "To follow"]
|
|
9161
9378
|
}
|
|
9162
9379
|
},
|
|
9163
|
-
"baspiRequired": ["details", "attachments"]
|
|
9380
|
+
"baspiRequired": ["details", "attachments"],
|
|
9381
|
+
"ta6Required": ["details"]
|
|
9164
9382
|
}
|
|
9165
9383
|
]
|
|
9166
9384
|
},
|
|
@@ -9173,6 +9391,7 @@
|
|
|
9173
9391
|
"properties": {
|
|
9174
9392
|
"yesNo": {
|
|
9175
9393
|
"baspiRef": "A3.7.1",
|
|
9394
|
+
"ta6Ref": "4.4.1",
|
|
9176
9395
|
"type": "string",
|
|
9177
9396
|
"title": "",
|
|
9178
9397
|
"enum": ["Yes", "No"]
|
|
@@ -9197,8 +9416,9 @@
|
|
|
9197
9416
|
},
|
|
9198
9417
|
"details": {
|
|
9199
9418
|
"baspiRef": "A3.7.2",
|
|
9419
|
+
"ta6Ref": "4.4.2",
|
|
9200
9420
|
"rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
|
|
9201
|
-
"title": "
|
|
9421
|
+
"title": "Please give details",
|
|
9202
9422
|
"type": "string",
|
|
9203
9423
|
"minLength": 1
|
|
9204
9424
|
},
|
|
@@ -9220,9 +9440,11 @@
|
|
|
9220
9440
|
"details",
|
|
9221
9441
|
"attachments",
|
|
9222
9442
|
"willingToInsure"
|
|
9223
|
-
]
|
|
9443
|
+
],
|
|
9444
|
+
"ta6Required": ["details"]
|
|
9224
9445
|
}
|
|
9225
|
-
]
|
|
9446
|
+
],
|
|
9447
|
+
"ta6Required": ["yesNo"]
|
|
9226
9448
|
},
|
|
9227
9449
|
"unresolvedPlanningIssues": {
|
|
9228
9450
|
"baspiRef": "A3.8",
|
|
@@ -9233,12 +9455,14 @@
|
|
|
9233
9455
|
"properties": {
|
|
9234
9456
|
"yesNo": {
|
|
9235
9457
|
"baspiRef": "A3.8.1",
|
|
9458
|
+
"ta6Ref": "4.5.1",
|
|
9236
9459
|
"type": "string",
|
|
9237
9460
|
"title": "",
|
|
9238
9461
|
"enum": ["Yes", "No"]
|
|
9239
9462
|
}
|
|
9240
9463
|
},
|
|
9241
9464
|
"baspiRequired": ["yesNo"],
|
|
9465
|
+
"ta6Required": ["yesNo"],
|
|
9242
9466
|
"discriminator": {
|
|
9243
9467
|
"propertyName": "yesNo"
|
|
9244
9468
|
},
|
|
@@ -9257,8 +9481,9 @@
|
|
|
9257
9481
|
},
|
|
9258
9482
|
"details": {
|
|
9259
9483
|
"baspiRef": "A3.8.2",
|
|
9484
|
+
"ta6Ref": "4.5.2",
|
|
9260
9485
|
"rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
|
|
9261
|
-
"title": "
|
|
9486
|
+
"title": "Please give details",
|
|
9262
9487
|
"type": "string",
|
|
9263
9488
|
"minLength": 1
|
|
9264
9489
|
},
|
|
@@ -9280,7 +9505,8 @@
|
|
|
9280
9505
|
"details",
|
|
9281
9506
|
"attachments",
|
|
9282
9507
|
"willingToInsure"
|
|
9283
|
-
]
|
|
9508
|
+
],
|
|
9509
|
+
"ta6Required": ["details"]
|
|
9284
9510
|
}
|
|
9285
9511
|
]
|
|
9286
9512
|
}
|
|
@@ -9301,22 +9527,33 @@
|
|
|
9301
9527
|
"partyWallAct",
|
|
9302
9528
|
"otherNotices"
|
|
9303
9529
|
],
|
|
9530
|
+
"ta6Required": [
|
|
9531
|
+
"neighbourDevelopment",
|
|
9532
|
+
"planningApplication",
|
|
9533
|
+
"requiredMaintenance",
|
|
9534
|
+
"listedBuildingApplication",
|
|
9535
|
+
"infrastructureProject",
|
|
9536
|
+
"partyWallAct",
|
|
9537
|
+
"otherNotices"
|
|
9538
|
+
],
|
|
9304
9539
|
"properties": {
|
|
9305
9540
|
"neighbourDevelopment": {
|
|
9306
9541
|
"baspiRef": "A4.1",
|
|
9542
|
+
"ta6Ref": "3.2",
|
|
9307
9543
|
"rdsRef": "Property/Flags,Planning",
|
|
9308
|
-
"ta6Ref": "3.1",
|
|
9309
9544
|
"title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
|
|
9310
9545
|
"type": "object",
|
|
9311
9546
|
"properties": {
|
|
9312
9547
|
"yesNo": {
|
|
9313
9548
|
"baspiRef": "A4.1.1",
|
|
9549
|
+
"ta6Ref": "3.2.1",
|
|
9314
9550
|
"type": "string",
|
|
9315
9551
|
"title": "",
|
|
9316
9552
|
"enum": ["Yes", "No"]
|
|
9317
9553
|
}
|
|
9318
9554
|
},
|
|
9319
9555
|
"baspiRequired": ["yesNo"],
|
|
9556
|
+
"ta6Required": ["yesNo"],
|
|
9320
9557
|
"discriminator": {
|
|
9321
9558
|
"propertyName": "yesNo"
|
|
9322
9559
|
},
|
|
@@ -9335,6 +9572,7 @@
|
|
|
9335
9572
|
},
|
|
9336
9573
|
"details": {
|
|
9337
9574
|
"baspiRef": "A4.1.2",
|
|
9575
|
+
"ta6Ref": "3.2.2",
|
|
9338
9576
|
"title": "Details",
|
|
9339
9577
|
"type": "string",
|
|
9340
9578
|
"minLength": 1
|
|
@@ -9346,25 +9584,28 @@
|
|
|
9346
9584
|
"enum": ["Attached", "To follow"]
|
|
9347
9585
|
}
|
|
9348
9586
|
},
|
|
9349
|
-
"baspiRequired": ["details", "attachments"]
|
|
9587
|
+
"baspiRequired": ["details", "attachments"],
|
|
9588
|
+
"ta6Required": ["details"]
|
|
9350
9589
|
}
|
|
9351
9590
|
]
|
|
9352
9591
|
},
|
|
9353
9592
|
"planningApplication": {
|
|
9354
9593
|
"baspiRef": "A4.2",
|
|
9355
9594
|
"rdsRef": "Property/Flags,Planning",
|
|
9356
|
-
"ta6Ref": "3.
|
|
9595
|
+
"ta6Ref": "3.1",
|
|
9357
9596
|
"title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
|
|
9358
9597
|
"type": "object",
|
|
9359
9598
|
"properties": {
|
|
9360
9599
|
"yesNo": {
|
|
9361
9600
|
"baspiRef": "A4.2.1",
|
|
9601
|
+
"ta6Ref": "3.1.1",
|
|
9362
9602
|
"type": "string",
|
|
9363
9603
|
"title": "",
|
|
9364
9604
|
"enum": ["Yes", "No"]
|
|
9365
9605
|
}
|
|
9366
9606
|
},
|
|
9367
9607
|
"baspiRequired": ["yesNo"],
|
|
9608
|
+
"ta6Required": ["yesNo"],
|
|
9368
9609
|
"discriminator": {
|
|
9369
9610
|
"propertyName": "yesNo"
|
|
9370
9611
|
},
|
|
@@ -9383,6 +9624,7 @@
|
|
|
9383
9624
|
},
|
|
9384
9625
|
"details": {
|
|
9385
9626
|
"baspiRef": "A4.2.2",
|
|
9627
|
+
"ta6Ref": "3.1.2",
|
|
9386
9628
|
"title": "Details",
|
|
9387
9629
|
"type": "string",
|
|
9388
9630
|
"minLength": 1
|
|
@@ -9394,7 +9636,8 @@
|
|
|
9394
9636
|
"enum": ["Attached", "To follow"]
|
|
9395
9637
|
}
|
|
9396
9638
|
},
|
|
9397
|
-
"baspiRequired": ["details", "attachments"]
|
|
9639
|
+
"baspiRequired": ["details", "attachments"],
|
|
9640
|
+
"ta6Required": ["details"]
|
|
9398
9641
|
}
|
|
9399
9642
|
]
|
|
9400
9643
|
},
|
|
@@ -9407,12 +9650,14 @@
|
|
|
9407
9650
|
"properties": {
|
|
9408
9651
|
"yesNo": {
|
|
9409
9652
|
"baspiRef": "A4.3.1",
|
|
9653
|
+
"ta6Ref": "3.1.1",
|
|
9410
9654
|
"type": "string",
|
|
9411
9655
|
"title": "",
|
|
9412
9656
|
"enum": ["Yes", "No"]
|
|
9413
9657
|
}
|
|
9414
9658
|
},
|
|
9415
9659
|
"baspiRequired": ["yesNo"],
|
|
9660
|
+
"ta6Required": ["yesNo"],
|
|
9416
9661
|
"discriminator": {
|
|
9417
9662
|
"propertyName": "yesNo"
|
|
9418
9663
|
},
|
|
@@ -9431,6 +9676,7 @@
|
|
|
9431
9676
|
},
|
|
9432
9677
|
"details": {
|
|
9433
9678
|
"baspiRef": "A4.3.2",
|
|
9679
|
+
"ta6Ref": "3.1.2",
|
|
9434
9680
|
"title": "Details",
|
|
9435
9681
|
"type": "string",
|
|
9436
9682
|
"minLength": 1
|
|
@@ -9442,7 +9688,8 @@
|
|
|
9442
9688
|
"enum": ["Attached", "To follow"]
|
|
9443
9689
|
}
|
|
9444
9690
|
},
|
|
9445
|
-
"baspiRequired": ["details", "attachments"]
|
|
9691
|
+
"baspiRequired": ["details", "attachments"],
|
|
9692
|
+
"ta6Required": ["details"]
|
|
9446
9693
|
}
|
|
9447
9694
|
]
|
|
9448
9695
|
},
|
|
@@ -9455,12 +9702,14 @@
|
|
|
9455
9702
|
"properties": {
|
|
9456
9703
|
"yesNo": {
|
|
9457
9704
|
"baspiRef": "A4.4.1",
|
|
9705
|
+
"ta6Ref": "3.1.1",
|
|
9458
9706
|
"type": "string",
|
|
9459
9707
|
"title": "",
|
|
9460
9708
|
"enum": ["Yes", "No"]
|
|
9461
9709
|
}
|
|
9462
9710
|
},
|
|
9463
9711
|
"baspiRequired": ["yesNo"],
|
|
9712
|
+
"ta6Required": ["yesNo"],
|
|
9464
9713
|
"discriminator": {
|
|
9465
9714
|
"propertyName": "yesNo"
|
|
9466
9715
|
},
|
|
@@ -9479,6 +9728,7 @@
|
|
|
9479
9728
|
},
|
|
9480
9729
|
"details": {
|
|
9481
9730
|
"baspiRef": "A4.4.2",
|
|
9731
|
+
"ta6Ref": "3.1.2",
|
|
9482
9732
|
"title": "Details",
|
|
9483
9733
|
"type": "string",
|
|
9484
9734
|
"minLength": 1
|
|
@@ -9490,7 +9740,8 @@
|
|
|
9490
9740
|
"enum": ["Attached", "To follow"]
|
|
9491
9741
|
}
|
|
9492
9742
|
},
|
|
9493
|
-
"baspiRequired": ["details", "attachments"]
|
|
9743
|
+
"baspiRequired": ["details", "attachments"],
|
|
9744
|
+
"ta6Required": ["details"]
|
|
9494
9745
|
}
|
|
9495
9746
|
]
|
|
9496
9747
|
},
|
|
@@ -9503,12 +9754,14 @@
|
|
|
9503
9754
|
"properties": {
|
|
9504
9755
|
"yesNo": {
|
|
9505
9756
|
"baspiRef": "A4.5.1",
|
|
9757
|
+
"ta6Ref": "3.1.1",
|
|
9506
9758
|
"type": "string",
|
|
9507
9759
|
"title": "",
|
|
9508
9760
|
"enum": ["Yes", "No"]
|
|
9509
9761
|
}
|
|
9510
9762
|
},
|
|
9511
9763
|
"baspiRequired": ["yesNo"],
|
|
9764
|
+
"ta6Required": ["yesNo"],
|
|
9512
9765
|
"discriminator": {
|
|
9513
9766
|
"propertyName": "yesNo"
|
|
9514
9767
|
},
|
|
@@ -9527,6 +9780,7 @@
|
|
|
9527
9780
|
},
|
|
9528
9781
|
"details": {
|
|
9529
9782
|
"baspiRef": "A4.5.2",
|
|
9783
|
+
"ta6Ref": "3.1.2",
|
|
9530
9784
|
"title": "Details",
|
|
9531
9785
|
"type": "string",
|
|
9532
9786
|
"minLength": 1
|
|
@@ -9538,7 +9792,8 @@
|
|
|
9538
9792
|
"enum": ["Attached", "To follow"]
|
|
9539
9793
|
}
|
|
9540
9794
|
},
|
|
9541
|
-
"baspiRequired": ["details", "attachments"]
|
|
9795
|
+
"baspiRequired": ["details", "attachments"],
|
|
9796
|
+
"ta6Required": ["details"]
|
|
9542
9797
|
}
|
|
9543
9798
|
]
|
|
9544
9799
|
},
|
|
@@ -9551,13 +9806,14 @@
|
|
|
9551
9806
|
"properties": {
|
|
9552
9807
|
"yesNo": {
|
|
9553
9808
|
"baspiRef": "A4.6.1",
|
|
9554
|
-
"
|
|
9809
|
+
"ta6Ref": "1.6.1",
|
|
9555
9810
|
"type": "string",
|
|
9556
9811
|
"title": "",
|
|
9557
9812
|
"enum": ["Yes", "No"]
|
|
9558
9813
|
}
|
|
9559
9814
|
},
|
|
9560
9815
|
"baspiRequired": ["yesNo"],
|
|
9816
|
+
"ta6Required": ["yesNo"],
|
|
9561
9817
|
"discriminator": {
|
|
9562
9818
|
"propertyName": "yesNo"
|
|
9563
9819
|
},
|
|
@@ -9576,20 +9832,20 @@
|
|
|
9576
9832
|
},
|
|
9577
9833
|
"details": {
|
|
9578
9834
|
"baspiRef": "A4.6.2",
|
|
9579
|
-
"
|
|
9835
|
+
"ta6Ref": "1.6.2",
|
|
9580
9836
|
"title": "Details",
|
|
9581
9837
|
"type": "string",
|
|
9582
9838
|
"minLength": 1
|
|
9583
9839
|
},
|
|
9584
9840
|
"attachments": {
|
|
9585
9841
|
"baspiRef": "A4.6.3",
|
|
9586
|
-
"TA6Ref": "1.6.3",
|
|
9587
9842
|
"title": "Attachments",
|
|
9588
9843
|
"type": "string",
|
|
9589
9844
|
"enum": ["Attached", "To follow"]
|
|
9590
9845
|
}
|
|
9591
9846
|
},
|
|
9592
|
-
"baspiRequired": ["details", "attachments"]
|
|
9847
|
+
"baspiRequired": ["details", "attachments"],
|
|
9848
|
+
"ta6Required": ["details"]
|
|
9593
9849
|
}
|
|
9594
9850
|
]
|
|
9595
9851
|
},
|
|
@@ -9602,12 +9858,14 @@
|
|
|
9602
9858
|
"properties": {
|
|
9603
9859
|
"yesNo": {
|
|
9604
9860
|
"baspiRef": "A4.7.1",
|
|
9861
|
+
"ta6Ref": "3.1.1",
|
|
9605
9862
|
"type": "string",
|
|
9606
9863
|
"title": "",
|
|
9607
9864
|
"enum": ["Yes", "No"]
|
|
9608
9865
|
}
|
|
9609
9866
|
},
|
|
9610
9867
|
"baspiRequired": ["yesNo"],
|
|
9868
|
+
"ta6Required": ["yesNo"],
|
|
9611
9869
|
"discriminator": {
|
|
9612
9870
|
"propertyName": "yesNo"
|
|
9613
9871
|
},
|
|
@@ -9626,6 +9884,7 @@
|
|
|
9626
9884
|
},
|
|
9627
9885
|
"details": {
|
|
9628
9886
|
"baspiRef": "A4.7.2",
|
|
9887
|
+
"ta6Ref": "3.1.2",
|
|
9629
9888
|
"title": "Details",
|
|
9630
9889
|
"type": "string",
|
|
9631
9890
|
"minLength": 1
|
|
@@ -9637,7 +9896,8 @@
|
|
|
9637
9896
|
"enum": ["Attached", "To follow"]
|
|
9638
9897
|
}
|
|
9639
9898
|
},
|
|
9640
|
-
"baspiRequired": ["details", "attachments"]
|
|
9899
|
+
"baspiRequired": ["details", "attachments"],
|
|
9900
|
+
"ta6Required": ["details"]
|
|
9641
9901
|
}
|
|
9642
9902
|
]
|
|
9643
9903
|
}
|
|
@@ -9654,6 +9914,7 @@
|
|
|
9654
9914
|
"subsidenceOrStructuralFault",
|
|
9655
9915
|
"ongoingHealthOrSafetyIssue"
|
|
9656
9916
|
],
|
|
9917
|
+
"ta6Required": ["japaneseKnotweed"],
|
|
9657
9918
|
"properties": {
|
|
9658
9919
|
"dryRotEtcTreatment": {
|
|
9659
9920
|
"baspiRef": "A5.1",
|
|
@@ -9758,6 +10019,7 @@
|
|
|
9758
10019
|
"properties": {
|
|
9759
10020
|
"yesNo": {
|
|
9760
10021
|
"baspiRef": "A5.3.1",
|
|
10022
|
+
"ta6Ref": "7.8.1",
|
|
9761
10023
|
"type": "string",
|
|
9762
10024
|
"title": "",
|
|
9763
10025
|
"enum": ["Yes", "No"]
|
|
@@ -9782,20 +10044,24 @@
|
|
|
9782
10044
|
},
|
|
9783
10045
|
"details": {
|
|
9784
10046
|
"baspiRef": "A5.3.2",
|
|
10047
|
+
"ta6Ref": "7.8.2",
|
|
9785
10048
|
"title": "Please provide details,state whether there is a management plan in place and attach a copy",
|
|
9786
10049
|
"type": "string",
|
|
9787
10050
|
"minLength": 1
|
|
9788
10051
|
},
|
|
9789
10052
|
"attachments": {
|
|
9790
10053
|
"baspiRef": "A5.3.3",
|
|
10054
|
+
"ta6Ref": "7.8.3",
|
|
9791
10055
|
"title": "Attachments",
|
|
9792
10056
|
"type": "string",
|
|
9793
10057
|
"enum": ["Attached", "To follow"]
|
|
9794
10058
|
}
|
|
9795
10059
|
},
|
|
9796
|
-
"baspiRequired": ["details", "attachments"]
|
|
10060
|
+
"baspiRequired": ["details", "attachments"],
|
|
10061
|
+
"ta6Required": ["details", "attachments"]
|
|
9797
10062
|
}
|
|
9798
|
-
]
|
|
10063
|
+
],
|
|
10064
|
+
"ta6Required": ["yesNo"]
|
|
9799
10065
|
},
|
|
9800
10066
|
"subsidenceOrStructuralFault": {
|
|
9801
10067
|
"baspiRef": "A5.4",
|
|
@@ -9895,6 +10161,7 @@
|
|
|
9895
10161
|
},
|
|
9896
10162
|
"fixturesAndFittings": {
|
|
9897
10163
|
"baspiRef": "A6",
|
|
10164
|
+
"ta10Ref": "0",
|
|
9898
10165
|
"title": "Fixtures and Fittings",
|
|
9899
10166
|
"description": "This is so a buyer’s offer can take into account whether you are taking something of value or leaving extra items. A full list will need to be completed after the sale is agreed.",
|
|
9900
10167
|
"type": "object",
|
|
@@ -16130,6 +16397,12 @@
|
|
|
16130
16397
|
"solarPanels",
|
|
16131
16398
|
"otherServices"
|
|
16132
16399
|
],
|
|
16400
|
+
"ta6Required": [
|
|
16401
|
+
"mainsElectricity",
|
|
16402
|
+
"mainsGas",
|
|
16403
|
+
"telephone",
|
|
16404
|
+
"cableSatelliteTV"
|
|
16405
|
+
],
|
|
16133
16406
|
"properties": {
|
|
16134
16407
|
"mainsElectricity": {
|
|
16135
16408
|
"baspiRef": "A7.1.0.1",
|
|
@@ -16140,6 +16413,7 @@
|
|
|
16140
16413
|
"properties": {
|
|
16141
16414
|
"yesNo": {
|
|
16142
16415
|
"baspiRef": "A7.1.0.1.1",
|
|
16416
|
+
"ta6Ref": "13.1.1",
|
|
16143
16417
|
"type": "string",
|
|
16144
16418
|
"title": "",
|
|
16145
16419
|
"enum": ["Yes", "To be connected", "No"]
|
|
@@ -16164,10 +16438,12 @@
|
|
|
16164
16438
|
},
|
|
16165
16439
|
"supplier": {
|
|
16166
16440
|
"baspiRef": "A7.1.0.1.2",
|
|
16167
|
-
"
|
|
16441
|
+
"ta6Ref": "13.2.1",
|
|
16442
|
+
"title": "Supplier",
|
|
16168
16443
|
"type": "string"
|
|
16169
16444
|
}
|
|
16170
|
-
}
|
|
16445
|
+
},
|
|
16446
|
+
"ta6Required": ["supplier"]
|
|
16171
16447
|
},
|
|
16172
16448
|
{
|
|
16173
16449
|
"properties": {
|
|
@@ -16182,13 +16458,15 @@
|
|
|
16182
16458
|
},
|
|
16183
16459
|
"supplier": {
|
|
16184
16460
|
"baspiRef": "A7.1.0.1.2",
|
|
16185
|
-
"
|
|
16461
|
+
"ta6Ref": "13.1.2",
|
|
16462
|
+
"title": "Supplier",
|
|
16186
16463
|
"type": "string"
|
|
16187
16464
|
}
|
|
16188
16465
|
},
|
|
16189
16466
|
"baspiRequired": ["dateToBeConnected"]
|
|
16190
16467
|
}
|
|
16191
|
-
]
|
|
16468
|
+
],
|
|
16469
|
+
"ta6Required": ["yesNo"]
|
|
16192
16470
|
},
|
|
16193
16471
|
"mainsGas": {
|
|
16194
16472
|
"baspiRef": "A7.1.0.2",
|
|
@@ -16199,12 +16477,14 @@
|
|
|
16199
16477
|
"properties": {
|
|
16200
16478
|
"yesNo": {
|
|
16201
16479
|
"baspiRef": "A7.1.0.2.1",
|
|
16480
|
+
"ta6Ref": "13.2.1",
|
|
16202
16481
|
"type": "string",
|
|
16203
16482
|
"title": "",
|
|
16204
16483
|
"enum": ["Yes", "To be connected", "No"]
|
|
16205
16484
|
}
|
|
16206
16485
|
},
|
|
16207
16486
|
"baspiRequired": ["yesNo"],
|
|
16487
|
+
"ta6Required": ["yesNo"],
|
|
16208
16488
|
"discriminator": {
|
|
16209
16489
|
"propertyName": "yesNo"
|
|
16210
16490
|
},
|
|
@@ -16223,10 +16503,12 @@
|
|
|
16223
16503
|
},
|
|
16224
16504
|
"supplier": {
|
|
16225
16505
|
"baspiRef": "A7.1.0.2.2",
|
|
16226
|
-
"
|
|
16506
|
+
"ta6Ref": "13.2.1",
|
|
16507
|
+
"title": "Supplier",
|
|
16227
16508
|
"type": "string"
|
|
16228
16509
|
}
|
|
16229
|
-
}
|
|
16510
|
+
},
|
|
16511
|
+
"ta6Required": ["supplier"]
|
|
16230
16512
|
},
|
|
16231
16513
|
{
|
|
16232
16514
|
"properties": {
|
|
@@ -16241,7 +16523,7 @@
|
|
|
16241
16523
|
},
|
|
16242
16524
|
"supplier": {
|
|
16243
16525
|
"baspiRef": "A7.1.0.2.2",
|
|
16244
|
-
"title": "Supplier
|
|
16526
|
+
"title": "Supplier",
|
|
16245
16527
|
"type": "string"
|
|
16246
16528
|
}
|
|
16247
16529
|
},
|
|
@@ -16281,7 +16563,7 @@
|
|
|
16281
16563
|
},
|
|
16282
16564
|
"supplier": {
|
|
16283
16565
|
"baspiRef": "A7.1.0.3.2",
|
|
16284
|
-
"title": "Supplier
|
|
16566
|
+
"title": "Supplier",
|
|
16285
16567
|
"type": "string"
|
|
16286
16568
|
}
|
|
16287
16569
|
}
|
|
@@ -16299,7 +16581,7 @@
|
|
|
16299
16581
|
},
|
|
16300
16582
|
"supplier": {
|
|
16301
16583
|
"baspiRef": "A7.1.0.3.2",
|
|
16302
|
-
"title": "Supplier
|
|
16584
|
+
"title": "Supplier",
|
|
16303
16585
|
"type": "string"
|
|
16304
16586
|
}
|
|
16305
16587
|
},
|
|
@@ -16339,7 +16621,7 @@
|
|
|
16339
16621
|
},
|
|
16340
16622
|
"supplier": {
|
|
16341
16623
|
"baspiRef": "A7.1.0.4.2",
|
|
16342
|
-
"title": "Supplier
|
|
16624
|
+
"title": "Supplier",
|
|
16343
16625
|
"type": "string"
|
|
16344
16626
|
}
|
|
16345
16627
|
}
|
|
@@ -16357,7 +16639,7 @@
|
|
|
16357
16639
|
},
|
|
16358
16640
|
"supplier": {
|
|
16359
16641
|
"baspiRef": "A7.1.0.4.2",
|
|
16360
|
-
"title": "Supplier
|
|
16642
|
+
"title": "Supplier",
|
|
16361
16643
|
"type": "string"
|
|
16362
16644
|
}
|
|
16363
16645
|
},
|
|
@@ -16374,12 +16656,14 @@
|
|
|
16374
16656
|
"properties": {
|
|
16375
16657
|
"yesNo": {
|
|
16376
16658
|
"baspiRef": "A7.1.0.5.1",
|
|
16659
|
+
"ta6Ref": "13.5.1",
|
|
16377
16660
|
"type": "string",
|
|
16378
16661
|
"title": "",
|
|
16379
16662
|
"enum": ["Yes", "To be connected", "No"]
|
|
16380
16663
|
}
|
|
16381
16664
|
},
|
|
16382
16665
|
"baspiRequired": ["yesNo"],
|
|
16666
|
+
"ta6Required": ["yesNo"],
|
|
16383
16667
|
"discriminator": {
|
|
16384
16668
|
"propertyName": "yesNo"
|
|
16385
16669
|
},
|
|
@@ -16398,10 +16682,12 @@
|
|
|
16398
16682
|
},
|
|
16399
16683
|
"supplier": {
|
|
16400
16684
|
"baspiRef": "A7.1.0.5.2",
|
|
16401
|
-
"
|
|
16685
|
+
"ta6Ref": "13.2",
|
|
16686
|
+
"title": "Supplier",
|
|
16402
16687
|
"type": "string"
|
|
16403
16688
|
}
|
|
16404
|
-
}
|
|
16689
|
+
},
|
|
16690
|
+
"ta6Required": ["supplier"]
|
|
16405
16691
|
},
|
|
16406
16692
|
{
|
|
16407
16693
|
"properties": {
|
|
@@ -16416,7 +16702,7 @@
|
|
|
16416
16702
|
},
|
|
16417
16703
|
"supplier": {
|
|
16418
16704
|
"baspiRef": "A7.1.0.5.2",
|
|
16419
|
-
"title": "Supplier
|
|
16705
|
+
"title": "Supplier",
|
|
16420
16706
|
"type": "string"
|
|
16421
16707
|
}
|
|
16422
16708
|
},
|
|
@@ -16433,12 +16719,14 @@
|
|
|
16433
16719
|
"properties": {
|
|
16434
16720
|
"yesNo": {
|
|
16435
16721
|
"baspiRef": "A7.1.0.6.1",
|
|
16722
|
+
"ta6Ref": "13.6.1",
|
|
16436
16723
|
"type": "string",
|
|
16437
16724
|
"title": "",
|
|
16438
16725
|
"enum": ["Yes", "To be connected", "No"]
|
|
16439
16726
|
}
|
|
16440
16727
|
},
|
|
16441
16728
|
"baspiRequired": ["yesNo"],
|
|
16729
|
+
"ta6Required": ["yesNo"],
|
|
16442
16730
|
"discriminator": {
|
|
16443
16731
|
"propertyName": "yesNo"
|
|
16444
16732
|
},
|
|
@@ -16457,10 +16745,12 @@
|
|
|
16457
16745
|
},
|
|
16458
16746
|
"supplier": {
|
|
16459
16747
|
"baspiRef": "A7.1.0.6.2",
|
|
16460
|
-
"
|
|
16748
|
+
"ta6Ref": "13.6.2",
|
|
16749
|
+
"title": "Supplier",
|
|
16461
16750
|
"type": "string"
|
|
16462
16751
|
}
|
|
16463
|
-
}
|
|
16752
|
+
},
|
|
16753
|
+
"ta6Required": ["supplier"]
|
|
16464
16754
|
},
|
|
16465
16755
|
{
|
|
16466
16756
|
"properties": {
|
|
@@ -16475,7 +16765,7 @@
|
|
|
16475
16765
|
},
|
|
16476
16766
|
"supplier": {
|
|
16477
16767
|
"baspiRef": "A7.1.0.6.2",
|
|
16478
|
-
"title": "Supplier
|
|
16768
|
+
"title": "Supplier",
|
|
16479
16769
|
"type": "string"
|
|
16480
16770
|
}
|
|
16481
16771
|
},
|
|
@@ -16515,7 +16805,7 @@
|
|
|
16515
16805
|
},
|
|
16516
16806
|
"supplier": {
|
|
16517
16807
|
"baspiRef": "A7.1.0.7.2",
|
|
16518
|
-
"title": "Supplier
|
|
16808
|
+
"title": "Supplier",
|
|
16519
16809
|
"type": "string"
|
|
16520
16810
|
}
|
|
16521
16811
|
}
|
|
@@ -16533,7 +16823,7 @@
|
|
|
16533
16823
|
},
|
|
16534
16824
|
"supplier": {
|
|
16535
16825
|
"baspiRef": "A7.1.0.7.2",
|
|
16536
|
-
"title": "Supplier
|
|
16826
|
+
"title": "Supplier",
|
|
16537
16827
|
"type": "string"
|
|
16538
16828
|
}
|
|
16539
16829
|
},
|
|
@@ -16543,7 +16833,6 @@
|
|
|
16543
16833
|
},
|
|
16544
16834
|
"solarPanels": {
|
|
16545
16835
|
"baspiRef": "A7.1.0.8",
|
|
16546
|
-
"ta6Ref": "4.6",
|
|
16547
16836
|
"title": "Solar or photovoltaic panels",
|
|
16548
16837
|
"type": "object",
|
|
16549
16838
|
"properties": {
|
|
@@ -16573,7 +16862,7 @@
|
|
|
16573
16862
|
},
|
|
16574
16863
|
"supplier": {
|
|
16575
16864
|
"baspiRef": "A7.1.0.8.2",
|
|
16576
|
-
"title": "Supplier
|
|
16865
|
+
"title": "Supplier",
|
|
16577
16866
|
"type": "string"
|
|
16578
16867
|
}
|
|
16579
16868
|
}
|
|
@@ -16591,7 +16880,7 @@
|
|
|
16591
16880
|
},
|
|
16592
16881
|
"supplier": {
|
|
16593
16882
|
"baspiRef": "A7.1.0.8.2",
|
|
16594
|
-
"title": "Supplier
|
|
16883
|
+
"title": "Supplier",
|
|
16595
16884
|
"type": "string"
|
|
16596
16885
|
}
|
|
16597
16886
|
},
|
|
@@ -16632,7 +16921,7 @@
|
|
|
16632
16921
|
},
|
|
16633
16922
|
"supplier": {
|
|
16634
16923
|
"baspiRef": "A7.1.0.9.2",
|
|
16635
|
-
"title": "Supplier
|
|
16924
|
+
"title": "Supplier",
|
|
16636
16925
|
"type": "string"
|
|
16637
16926
|
}
|
|
16638
16927
|
}
|
|
@@ -16650,7 +16939,7 @@
|
|
|
16650
16939
|
},
|
|
16651
16940
|
"supplier": {
|
|
16652
16941
|
"baspiRef": "A7.1.0.9.2",
|
|
16653
|
-
"title": "Supplier
|
|
16942
|
+
"title": "Supplier",
|
|
16654
16943
|
"type": "string"
|
|
16655
16944
|
}
|
|
16656
16945
|
},
|
|
@@ -16714,12 +17003,15 @@
|
|
|
16714
17003
|
"description": "Please describe the water and drainage services that are connected to the property.",
|
|
16715
17004
|
"type": "object",
|
|
16716
17005
|
"baspiRequired": ["water", "drainage", "maintenanceAgreements"],
|
|
17006
|
+
"ta6Required": ["water", "drainage"],
|
|
16717
17007
|
"properties": {
|
|
16718
17008
|
"water": {
|
|
16719
17009
|
"baspiRef": "A7.1.0.10",
|
|
17010
|
+
"ta6Ref": "13",
|
|
16720
17011
|
"title": "Water",
|
|
16721
17012
|
"type": "object",
|
|
16722
17013
|
"baspiRequired": ["mainsWater"],
|
|
17014
|
+
"ta6Required": ["mainsWater"],
|
|
16723
17015
|
"properties": {
|
|
16724
17016
|
"mainsWater": {
|
|
16725
17017
|
"baspiRef": "A7.1.0.10.0",
|
|
@@ -16730,12 +17022,14 @@
|
|
|
16730
17022
|
"properties": {
|
|
16731
17023
|
"yesNo": {
|
|
16732
17024
|
"baspiRef": "A7.1.0.10.1",
|
|
17025
|
+
"ta6Ref": "13.3.1",
|
|
16733
17026
|
"type": "string",
|
|
16734
17027
|
"title": "",
|
|
16735
17028
|
"enum": ["Yes", "To be connected", "No"]
|
|
16736
17029
|
}
|
|
16737
17030
|
},
|
|
16738
17031
|
"baspiRequired": ["yesNo"],
|
|
17032
|
+
"ta6Required": ["yesNo"],
|
|
16739
17033
|
"discriminator": {
|
|
16740
17034
|
"propertyName": "yesNo"
|
|
16741
17035
|
},
|
|
@@ -16754,10 +17048,12 @@
|
|
|
16754
17048
|
},
|
|
16755
17049
|
"supplier": {
|
|
16756
17050
|
"baspiRef": "A7.1.0.10.2",
|
|
16757
|
-
"
|
|
17051
|
+
"ta6Ref": "13.3.2",
|
|
17052
|
+
"title": "Supplier",
|
|
16758
17053
|
"type": "string"
|
|
16759
17054
|
}
|
|
16760
|
-
}
|
|
17055
|
+
},
|
|
17056
|
+
"ta6Required": ["supplier"]
|
|
16761
17057
|
},
|
|
16762
17058
|
{
|
|
16763
17059
|
"properties": {
|
|
@@ -16772,7 +17068,7 @@
|
|
|
16772
17068
|
},
|
|
16773
17069
|
"supplier": {
|
|
16774
17070
|
"baspiRef": "A7.1.0.10.2",
|
|
16775
|
-
"title": "Supplier
|
|
17071
|
+
"title": "Supplier",
|
|
16776
17072
|
"type": "string"
|
|
16777
17073
|
}
|
|
16778
17074
|
},
|
|
@@ -16790,6 +17086,10 @@
|
|
|
16790
17086
|
"mainsSurfaceWaterDrainage",
|
|
16791
17087
|
"mainsFoulDrainage"
|
|
16792
17088
|
],
|
|
17089
|
+
"ta6Required": [
|
|
17090
|
+
"mainsSurfaceWaterDrainage",
|
|
17091
|
+
"mainsFoulDrainage"
|
|
17092
|
+
],
|
|
16793
17093
|
"properties": {
|
|
16794
17094
|
"mainsSurfaceWaterDrainage": {
|
|
16795
17095
|
"baspiRef": "A7.1.0.12.0",
|
|
@@ -16800,12 +17100,14 @@
|
|
|
16800
17100
|
"properties": {
|
|
16801
17101
|
"yesNo": {
|
|
16802
17102
|
"baspiRef": "A7.1.0.12.1",
|
|
17103
|
+
"ta6Ref": "12.4b1",
|
|
16803
17104
|
"type": "string",
|
|
16804
17105
|
"title": "",
|
|
16805
17106
|
"enum": ["Yes", "To be connected", "No"]
|
|
16806
17107
|
}
|
|
16807
17108
|
},
|
|
16808
17109
|
"baspiRequired": ["yesNo"],
|
|
17110
|
+
"ta6Required": ["yesNo"],
|
|
16809
17111
|
"discriminator": {
|
|
16810
17112
|
"propertyName": "yesNo"
|
|
16811
17113
|
},
|
|
@@ -16824,7 +17126,7 @@
|
|
|
16824
17126
|
},
|
|
16825
17127
|
"supplier": {
|
|
16826
17128
|
"baspiRef": "A7.1.0.12.2",
|
|
16827
|
-
"title": "Supplier
|
|
17129
|
+
"title": "Supplier",
|
|
16828
17130
|
"type": "string"
|
|
16829
17131
|
}
|
|
16830
17132
|
}
|
|
@@ -16842,7 +17144,7 @@
|
|
|
16842
17144
|
},
|
|
16843
17145
|
"supplier": {
|
|
16844
17146
|
"baspiRef": "A7.1.0.12.2",
|
|
16845
|
-
"title": "Supplier
|
|
17147
|
+
"title": "Supplier",
|
|
16846
17148
|
"type": "string"
|
|
16847
17149
|
}
|
|
16848
17150
|
},
|
|
@@ -16876,7 +17178,7 @@
|
|
|
16876
17178
|
},
|
|
16877
17179
|
"supplier": {
|
|
16878
17180
|
"baspiRef": "A7.1.0.11.3",
|
|
16879
|
-
"title": "Supplier
|
|
17181
|
+
"title": "Supplier",
|
|
16880
17182
|
"type": "string",
|
|
16881
17183
|
"minLength": 1
|
|
16882
17184
|
}
|
|
@@ -16895,7 +17197,7 @@
|
|
|
16895
17197
|
},
|
|
16896
17198
|
"supplier": {
|
|
16897
17199
|
"baspiRef": "A7.1.0.11.3",
|
|
16898
|
-
"title": "Supplier
|
|
17200
|
+
"title": "Supplier",
|
|
16899
17201
|
"type": "string"
|
|
16900
17202
|
}
|
|
16901
17203
|
},
|
|
@@ -16938,7 +17240,7 @@
|
|
|
16938
17240
|
},
|
|
16939
17241
|
"supplier": {
|
|
16940
17242
|
"baspiRef": "A7.1.0.13.3",
|
|
16941
|
-
"title": "Supplier
|
|
17243
|
+
"title": "Supplier",
|
|
16942
17244
|
"type": "string"
|
|
16943
17245
|
}
|
|
16944
17246
|
}
|
|
@@ -16956,7 +17258,7 @@
|
|
|
16956
17258
|
},
|
|
16957
17259
|
"supplier": {
|
|
16958
17260
|
"baspiRef": "A7.1.0.13.3",
|
|
16959
|
-
"title": "Supplier
|
|
17261
|
+
"title": "Supplier",
|
|
16960
17262
|
"type": "string"
|
|
16961
17263
|
}
|
|
16962
17264
|
},
|
|
@@ -16973,12 +17275,14 @@
|
|
|
16973
17275
|
"properties": {
|
|
16974
17276
|
"yesNo": {
|
|
16975
17277
|
"baspiRef": "A7.1.0.14.1",
|
|
17278
|
+
"ta6Ref": "12.5a1",
|
|
16976
17279
|
"type": "string",
|
|
16977
17280
|
"title": "",
|
|
16978
17281
|
"enum": ["Yes", "No"]
|
|
16979
17282
|
}
|
|
16980
17283
|
},
|
|
16981
17284
|
"baspiRequired": ["yesNo"],
|
|
17285
|
+
"ta6Required": ["yesNo"],
|
|
16982
17286
|
"discriminator": {
|
|
16983
17287
|
"propertyName": "yesNo"
|
|
16984
17288
|
},
|
|
@@ -16997,7 +17301,7 @@
|
|
|
16997
17301
|
},
|
|
16998
17302
|
"dateReplaced": {
|
|
16999
17303
|
"baspiRef": "A7.1.0.14.2",
|
|
17000
|
-
"ta6Ref": "12.
|
|
17304
|
+
"ta6Ref": "12.5a2",
|
|
17001
17305
|
"title": "Date replaced or upgraded",
|
|
17002
17306
|
"type": "string",
|
|
17003
17307
|
"format": "date"
|
|
@@ -17013,6 +17317,10 @@
|
|
|
17013
17317
|
"baspiRequired": [
|
|
17014
17318
|
"dateReplaced",
|
|
17015
17319
|
"dateLastEmptied"
|
|
17320
|
+
],
|
|
17321
|
+
"ta6Required": [
|
|
17322
|
+
"dateReplaced",
|
|
17323
|
+
"dateLastEmptied"
|
|
17016
17324
|
]
|
|
17017
17325
|
}
|
|
17018
17326
|
]
|
|
@@ -17032,6 +17340,7 @@
|
|
|
17032
17340
|
}
|
|
17033
17341
|
},
|
|
17034
17342
|
"baspiRequired": ["yesNo"],
|
|
17343
|
+
"ta6Required": ["yesNo"],
|
|
17035
17344
|
"discriminator": {
|
|
17036
17345
|
"propertyName": "yesNo"
|
|
17037
17346
|
},
|
|
@@ -17050,30 +17359,34 @@
|
|
|
17050
17359
|
},
|
|
17051
17360
|
"dateLastEmptied": {
|
|
17052
17361
|
"baspiRef": "A7.1.0.15.2",
|
|
17362
|
+
"ta6Ref": "12.7",
|
|
17053
17363
|
"title": "Date last emptied",
|
|
17054
17364
|
"type": "string",
|
|
17055
17365
|
"format": "date"
|
|
17056
17366
|
}
|
|
17057
17367
|
},
|
|
17058
|
-
"baspiRequired": ["dateLastEmptied"]
|
|
17368
|
+
"baspiRequired": ["dateLastEmptied"],
|
|
17369
|
+
"ta6Required": ["dateLastEmptied"]
|
|
17059
17370
|
}
|
|
17060
17371
|
]
|
|
17061
17372
|
},
|
|
17062
17373
|
"sewerageTreatmentPlant": {
|
|
17063
17374
|
"baspiRef": "A7.1.0.16",
|
|
17064
17375
|
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
17065
|
-
"ta6Ref": "12.
|
|
17376
|
+
"ta6Ref": "12.8",
|
|
17066
17377
|
"title": "Sewerage treatment plant",
|
|
17067
17378
|
"type": "object",
|
|
17068
17379
|
"properties": {
|
|
17069
17380
|
"yesNo": {
|
|
17070
17381
|
"baspiRef": "A7.1.0.16.1",
|
|
17382
|
+
"ta6Ref": "12.8.1",
|
|
17071
17383
|
"type": "string",
|
|
17072
17384
|
"title": "",
|
|
17073
17385
|
"enum": ["Yes", "No"]
|
|
17074
17386
|
}
|
|
17075
17387
|
},
|
|
17076
17388
|
"baspiRequired": ["yesNo"],
|
|
17389
|
+
"ta6Required": ["yesNo"],
|
|
17077
17390
|
"discriminator": {
|
|
17078
17391
|
"propertyName": "yesNo"
|
|
17079
17392
|
},
|
|
@@ -17099,7 +17412,7 @@
|
|
|
17099
17412
|
},
|
|
17100
17413
|
"dateLastServiced": {
|
|
17101
17414
|
"baspiRef": "A7.1.0.16.3",
|
|
17102
|
-
"ta6Ref": "12.8",
|
|
17415
|
+
"ta6Ref": "12.8.2",
|
|
17103
17416
|
"title": "Date last serviced",
|
|
17104
17417
|
"type": "string",
|
|
17105
17418
|
"format": "date"
|
|
@@ -17119,6 +17432,10 @@
|
|
|
17119
17432
|
"dateInstalled",
|
|
17120
17433
|
"dateLastServiced",
|
|
17121
17434
|
"attachments"
|
|
17435
|
+
],
|
|
17436
|
+
"ta6Required": [
|
|
17437
|
+
"dateInstalled",
|
|
17438
|
+
"dateLastServiced"
|
|
17122
17439
|
]
|
|
17123
17440
|
}
|
|
17124
17441
|
]
|
|
@@ -17132,12 +17449,14 @@
|
|
|
17132
17449
|
"properties": {
|
|
17133
17450
|
"yesNo": {
|
|
17134
17451
|
"baspiRef": "A7.1.1.1",
|
|
17452
|
+
"ta6Ref": "12.6.1",
|
|
17135
17453
|
"type": "string",
|
|
17136
17454
|
"title": "",
|
|
17137
17455
|
"enum": ["Yes", "No"]
|
|
17138
17456
|
}
|
|
17139
17457
|
},
|
|
17140
17458
|
"baspiRequired": ["yesNo"],
|
|
17459
|
+
"ta6Required": ["yesNo"],
|
|
17141
17460
|
"discriminator": {
|
|
17142
17461
|
"propertyName": "yesNo"
|
|
17143
17462
|
},
|
|
@@ -17156,7 +17475,7 @@
|
|
|
17156
17475
|
},
|
|
17157
17476
|
"numberOfPropertiesSharing": {
|
|
17158
17477
|
"baspiRef": "A7.1.1.1",
|
|
17159
|
-
"ta6Ref": "
|
|
17478
|
+
"ta6Ref": "12.6.2",
|
|
17160
17479
|
"title": "How many other properties?",
|
|
17161
17480
|
"type": "integer"
|
|
17162
17481
|
},
|
|
@@ -17167,7 +17486,11 @@
|
|
|
17167
17486
|
"minLength": 1
|
|
17168
17487
|
}
|
|
17169
17488
|
},
|
|
17170
|
-
"baspiRequired": [
|
|
17489
|
+
"baspiRequired": [
|
|
17490
|
+
"numberOfPropertiesSharing",
|
|
17491
|
+
"details"
|
|
17492
|
+
],
|
|
17493
|
+
"ta6Required": ["numberOfPropertiesSharing"]
|
|
17171
17494
|
}
|
|
17172
17495
|
]
|
|
17173
17496
|
},
|
|
@@ -17180,6 +17503,7 @@
|
|
|
17180
17503
|
"properties": {
|
|
17181
17504
|
"yesNo": {
|
|
17182
17505
|
"baspiRef": "7.1.2.1",
|
|
17506
|
+
"ta6Ref": "12.10.1",
|
|
17183
17507
|
"type": "string",
|
|
17184
17508
|
"title": "",
|
|
17185
17509
|
"enum": ["Yes", "No"]
|
|
@@ -17204,15 +17528,17 @@
|
|
|
17204
17528
|
},
|
|
17205
17529
|
"attachments": {
|
|
17206
17530
|
"baspiRef": "7.1.2.2",
|
|
17207
|
-
"ta6Ref": "12.10.
|
|
17531
|
+
"ta6Ref": "12.10.2",
|
|
17208
17532
|
"title": "Please supply a plan showing the location of the system and how access is obtained.",
|
|
17209
17533
|
"type": "string",
|
|
17210
17534
|
"enum": ["Attached", "To follow"]
|
|
17211
17535
|
}
|
|
17212
17536
|
},
|
|
17213
|
-
"baspiRequired": ["attachments"]
|
|
17537
|
+
"baspiRequired": ["attachments"],
|
|
17538
|
+
"ta6Required": ["attachments"]
|
|
17214
17539
|
}
|
|
17215
|
-
]
|
|
17540
|
+
],
|
|
17541
|
+
"ta6Required": ["yesNo"]
|
|
17216
17542
|
},
|
|
17217
17543
|
"plantRegistered": {
|
|
17218
17544
|
"baspiRef": "A7.1.3",
|
|
@@ -17315,9 +17641,17 @@
|
|
|
17315
17641
|
"plantOnOtherLand",
|
|
17316
17642
|
"plantRegistered",
|
|
17317
17643
|
"plantDrainsIntoWaterway"
|
|
17644
|
+
],
|
|
17645
|
+
"ta6Required": [
|
|
17646
|
+
"septicTank",
|
|
17647
|
+
"cesspit",
|
|
17648
|
+
"sewerageTreatmentPlant",
|
|
17649
|
+
"otherConnectedProperties",
|
|
17650
|
+
"plantOnOtherLand"
|
|
17318
17651
|
]
|
|
17319
17652
|
}
|
|
17320
|
-
]
|
|
17653
|
+
],
|
|
17654
|
+
"ta6Required": ["yesNo"]
|
|
17321
17655
|
}
|
|
17322
17656
|
}
|
|
17323
17657
|
},
|
|
@@ -17377,6 +17711,7 @@
|
|
|
17377
17711
|
},
|
|
17378
17712
|
"centralHeating": {
|
|
17379
17713
|
"baspiRef": "A7.4",
|
|
17714
|
+
"ta6Ref": "12.3",
|
|
17380
17715
|
"rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
|
|
17381
17716
|
"title": "Central Heating",
|
|
17382
17717
|
"type": "object",
|
|
@@ -17384,7 +17719,7 @@
|
|
|
17384
17719
|
"properties": {
|
|
17385
17720
|
"hasCentralHeating": {
|
|
17386
17721
|
"baspiRef": "A7.4.0",
|
|
17387
|
-
"ta6Ref": "12.3",
|
|
17722
|
+
"ta6Ref": "12.3.1",
|
|
17388
17723
|
"title": "Is there full/partial central heating in your property?",
|
|
17389
17724
|
"type": "string",
|
|
17390
17725
|
"enum": ["Yes", "No"]
|
|
@@ -17408,20 +17743,38 @@
|
|
|
17408
17743
|
},
|
|
17409
17744
|
"centralHeatingDetails": {
|
|
17410
17745
|
"baspiRef": "A7.4.0.0",
|
|
17411
|
-
"ta6Ref": "12.3",
|
|
17746
|
+
"ta6Ref": "12.3.2",
|
|
17412
17747
|
"type": "object",
|
|
17413
17748
|
"title": "Central Heating Details",
|
|
17749
|
+
"baspiRequired": [
|
|
17750
|
+
"centralHeatingFuel",
|
|
17751
|
+
"centralHeatingInstalled",
|
|
17752
|
+
"boilerInstallationCertificate",
|
|
17753
|
+
"heatingLastServicedDate",
|
|
17754
|
+
"heatingLastServicedReport",
|
|
17755
|
+
"heatingInGoodWorkingOrder"
|
|
17756
|
+
],
|
|
17757
|
+
"ta6Required": [
|
|
17758
|
+
"centralHeatingFuel",
|
|
17759
|
+
"centralHeatingInstalled",
|
|
17760
|
+
"boilerInstallationCertificate",
|
|
17761
|
+
"heatingLastServicedDate",
|
|
17762
|
+
"heatingLastServicedReport",
|
|
17763
|
+
"heatingInGoodWorkingOrder"
|
|
17764
|
+
],
|
|
17414
17765
|
"properties": {
|
|
17415
17766
|
"centralHeatingFuel": {
|
|
17416
17767
|
"baspiRef": "A7.4.0.1",
|
|
17768
|
+
"ta6Ref": "12.3.3",
|
|
17417
17769
|
"rdsRef": "Buildings|BuildingSections/Heating/isGas=no|yes|true|false",
|
|
17418
17770
|
"type": "object",
|
|
17419
17771
|
"title": "Central Heating Fuel",
|
|
17420
17772
|
"baspiRequired": ["centralHeatingFuelType"],
|
|
17773
|
+
"ta6Required": ["centralHeatingFuelType"],
|
|
17421
17774
|
"properties": {
|
|
17422
17775
|
"centralHeatingFuelType": {
|
|
17423
17776
|
"baspiRef": "A7.4.0.2",
|
|
17424
|
-
"ta6Ref": "12.
|
|
17777
|
+
"ta6Ref": "12.3a1",
|
|
17425
17778
|
"title": "What type of fuel does the system run on?",
|
|
17426
17779
|
"type": "string",
|
|
17427
17780
|
"enum": [
|
|
@@ -17451,13 +17804,14 @@
|
|
|
17451
17804
|
},
|
|
17452
17805
|
"otherCentralHeatingFuelType": {
|
|
17453
17806
|
"baspiRef": "A7.4.0.3",
|
|
17454
|
-
"ta6Ref": "12.
|
|
17807
|
+
"ta6Ref": "12.3a2",
|
|
17455
17808
|
"title": "Please describe the other fuel type",
|
|
17456
17809
|
"type": "string",
|
|
17457
17810
|
"minLength": 1
|
|
17458
17811
|
}
|
|
17459
17812
|
},
|
|
17460
|
-
"baspiRequired": ["otherCentralHeatingFuelType"]
|
|
17813
|
+
"baspiRequired": ["otherCentralHeatingFuelType"],
|
|
17814
|
+
"ta6Required": ["otherCentralHeatingFuelType"]
|
|
17461
17815
|
}
|
|
17462
17816
|
]
|
|
17463
17817
|
},
|
|
@@ -17478,12 +17832,14 @@
|
|
|
17478
17832
|
"properties": {
|
|
17479
17833
|
"yesNo": {
|
|
17480
17834
|
"baspiRef": "A10.1.1",
|
|
17835
|
+
"ta6Ref": "12.3b1",
|
|
17481
17836
|
"type": "string",
|
|
17482
17837
|
"title": "",
|
|
17483
17838
|
"enum": ["Yes", "No"]
|
|
17484
17839
|
}
|
|
17485
17840
|
},
|
|
17486
17841
|
"baspiRequired": ["yesNo"],
|
|
17842
|
+
"ta6Required": ["yesNo"],
|
|
17487
17843
|
"discriminator": {
|
|
17488
17844
|
"propertyName": "yesNo"
|
|
17489
17845
|
},
|
|
@@ -17502,25 +17858,28 @@
|
|
|
17502
17858
|
},
|
|
17503
17859
|
"attachments": {
|
|
17504
17860
|
"baspiRef": "A7.4.1.2",
|
|
17861
|
+
"ta6Ref": "12.3b2",
|
|
17505
17862
|
"title": "Please supply a copy of the installation completion certificate from a competent person qualified under the relevant self-certification scheme e.g. HETAS etc",
|
|
17506
17863
|
"type": "string",
|
|
17507
17864
|
"enum": ["Attached", "To follow"]
|
|
17508
17865
|
}
|
|
17509
17866
|
},
|
|
17510
|
-
"baspiRequired": ["attachments"]
|
|
17867
|
+
"baspiRequired": ["attachments"],
|
|
17868
|
+
"ta6Required": ["attachments"]
|
|
17511
17869
|
}
|
|
17512
17870
|
]
|
|
17513
17871
|
},
|
|
17514
17872
|
"heatingLastServicedDate": {
|
|
17515
17873
|
"baspiRef": "A7.4.2.1",
|
|
17516
17874
|
"rdsRef": "Objects/Maintenance",
|
|
17517
|
-
"ta6Ref": "12.
|
|
17875
|
+
"ta6Ref": "12.3d1",
|
|
17518
17876
|
"title": "When was the heating system last serviced or maintained?",
|
|
17519
17877
|
"type": "string",
|
|
17520
17878
|
"format": "date"
|
|
17521
17879
|
},
|
|
17522
17880
|
"heatingLastServicedReport": {
|
|
17523
17881
|
"baspiRef": "A7.4.2.2",
|
|
17882
|
+
"ta6Ref": "12.3d2",
|
|
17524
17883
|
"title": "Please provide a copy of the service or maintenance works report.",
|
|
17525
17884
|
"type": "string",
|
|
17526
17885
|
"enum": ["Attached", "To follow", "Not applicable"]
|
|
@@ -17534,12 +17893,14 @@
|
|
|
17534
17893
|
"properties": {
|
|
17535
17894
|
"yesNo": {
|
|
17536
17895
|
"baspiRef": "A7.4.3.1",
|
|
17896
|
+
"ta6Ref": "12.3c1",
|
|
17537
17897
|
"type": "string",
|
|
17538
17898
|
"title": "",
|
|
17539
17899
|
"enum": ["Yes", "No"]
|
|
17540
17900
|
}
|
|
17541
17901
|
},
|
|
17542
17902
|
"baspiRequired": ["yesNo"],
|
|
17903
|
+
"ta6Required": ["yesNo"],
|
|
17543
17904
|
"discriminator": {
|
|
17544
17905
|
"propertyName": "yesNo"
|
|
17545
17906
|
},
|
|
@@ -17567,20 +17928,14 @@
|
|
|
17567
17928
|
}
|
|
17568
17929
|
]
|
|
17569
17930
|
}
|
|
17570
|
-
}
|
|
17571
|
-
"baspiRequired": [
|
|
17572
|
-
"centralHeatingFuel",
|
|
17573
|
-
"centralHeatingInstalled",
|
|
17574
|
-
"boilerInstallationCertificate",
|
|
17575
|
-
"heatingLastServicedDate",
|
|
17576
|
-
"heatingLastServicedReport",
|
|
17577
|
-
"heatingInGoodWorkingOrder"
|
|
17578
|
-
]
|
|
17931
|
+
}
|
|
17579
17932
|
}
|
|
17580
17933
|
},
|
|
17581
|
-
"baspiRequired": ["centralHeatingDetails"]
|
|
17934
|
+
"baspiRequired": ["centralHeatingDetails"],
|
|
17935
|
+
"ta6Required": ["centralHeatingDetails"]
|
|
17582
17936
|
}
|
|
17583
|
-
]
|
|
17937
|
+
],
|
|
17938
|
+
"ta6Required": ["hasCentralHeating"]
|
|
17584
17939
|
},
|
|
17585
17940
|
"insurance": {
|
|
17586
17941
|
"baspiRef": "A8",
|
|
@@ -17588,6 +17943,7 @@
|
|
|
17588
17943
|
"title": "Insurance",
|
|
17589
17944
|
"type": "object",
|
|
17590
17945
|
"baspiRequired": ["isInsured"],
|
|
17946
|
+
"ta6Required": ["isInsured"],
|
|
17591
17947
|
"properties": {
|
|
17592
17948
|
"isInsured": {
|
|
17593
17949
|
"baspiRef": "A8.1",
|
|
@@ -17609,12 +17965,21 @@
|
|
|
17609
17965
|
},
|
|
17610
17966
|
"details": {
|
|
17611
17967
|
"baspiRef": "A8.1.1",
|
|
17968
|
+
"ta6Ref": "6.2",
|
|
17612
17969
|
"title": "Why not?",
|
|
17613
17970
|
"type": "string",
|
|
17614
17971
|
"minLength": 1
|
|
17972
|
+
},
|
|
17973
|
+
"landlordInsuresIfFlat": {
|
|
17974
|
+
"baspiRef": "A8.1.2",
|
|
17975
|
+
"ta6Ref": "6.3",
|
|
17976
|
+
"title": "If the property is a flat, does the landlord insure the building?",
|
|
17977
|
+
"type": "string",
|
|
17978
|
+
"enum": ["Yes", "No", "Not applicable"]
|
|
17615
17979
|
}
|
|
17616
17980
|
},
|
|
17617
|
-
"baspiRequired": ["details"]
|
|
17981
|
+
"baspiRequired": ["details", "landlordInsuresIfFlat"],
|
|
17982
|
+
"ta6Required": ["details", "landlordInsuresIfFlat"]
|
|
17618
17983
|
},
|
|
17619
17984
|
{
|
|
17620
17985
|
"properties": {
|
|
@@ -17622,47 +17987,205 @@
|
|
|
17622
17987
|
"enum": ["Yes"]
|
|
17623
17988
|
},
|
|
17624
17989
|
"difficultiesObtainingInsurance": {
|
|
17625
|
-
"baspiRef": "A8.1.2",
|
|
17990
|
+
"baspiRef": "A8.1.2.1",
|
|
17626
17991
|
"rdsRef": "Insurance/Flags,Insurance/refusalReason=?",
|
|
17627
17992
|
"ta6Ref": "6.4",
|
|
17628
17993
|
"title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
|
|
17629
|
-
"description": "(e.g. high premiums, excess over £1,500, special conditions etc)",
|
|
17630
17994
|
"type": "object",
|
|
17631
|
-
"
|
|
17632
|
-
"
|
|
17633
|
-
|
|
17634
|
-
|
|
17635
|
-
|
|
17636
|
-
|
|
17637
|
-
|
|
17638
|
-
|
|
17639
|
-
|
|
17640
|
-
|
|
17641
|
-
"
|
|
17642
|
-
|
|
17643
|
-
"
|
|
17644
|
-
{
|
|
17995
|
+
"baspiRequired": [
|
|
17996
|
+
"abnormalRiseInPremiums",
|
|
17997
|
+
"subjectToHighExcesses",
|
|
17998
|
+
"subjectToUnusualConditions",
|
|
17999
|
+
"refused"
|
|
18000
|
+
],
|
|
18001
|
+
"ta6Required": [
|
|
18002
|
+
"abnormalRiseInPremiums",
|
|
18003
|
+
"subjectToHighExcesses",
|
|
18004
|
+
"subjectToUnusualConditions",
|
|
18005
|
+
"refused"
|
|
18006
|
+
],
|
|
18007
|
+
"properties": {
|
|
18008
|
+
"abnormalRiseInPremiums": {
|
|
18009
|
+
"baspiRef": "A8.1.2.1.1",
|
|
18010
|
+
"ta6Ref": "6.4a",
|
|
18011
|
+
"title": "Subject to abnormal rise in premiums?",
|
|
18012
|
+
"type": "object",
|
|
17645
18013
|
"properties": {
|
|
17646
18014
|
"yesNo": {
|
|
17647
|
-
"
|
|
18015
|
+
"baspiRef": "A8.1.2.1.2",
|
|
18016
|
+
"ta6Ref": "6.4.a1",
|
|
18017
|
+
"type": "string",
|
|
18018
|
+
"title": "",
|
|
18019
|
+
"enum": ["Yes", "No"]
|
|
17648
18020
|
}
|
|
17649
|
-
}
|
|
18021
|
+
},
|
|
18022
|
+
"baspiRequired": ["yesNo"],
|
|
18023
|
+
"ta6Required": ["yesNo"],
|
|
18024
|
+
"discriminator": {
|
|
18025
|
+
"propertyName": "yesNo"
|
|
18026
|
+
},
|
|
18027
|
+
"oneOf": [
|
|
18028
|
+
{
|
|
18029
|
+
"properties": {
|
|
18030
|
+
"yesNo": {
|
|
18031
|
+
"enum": ["No"]
|
|
18032
|
+
}
|
|
18033
|
+
}
|
|
18034
|
+
},
|
|
18035
|
+
{
|
|
18036
|
+
"properties": {
|
|
18037
|
+
"yesNo": {
|
|
18038
|
+
"enum": ["Yes"]
|
|
18039
|
+
},
|
|
18040
|
+
"details": {
|
|
18041
|
+
"baspiRef": "A8.1.2.1.3",
|
|
18042
|
+
"ta6Ref": "6.4.a2",
|
|
18043
|
+
"title": "Provide details",
|
|
18044
|
+
"type": "string",
|
|
18045
|
+
"minLength": 1
|
|
18046
|
+
}
|
|
18047
|
+
},
|
|
18048
|
+
"baspiRequired": ["details"],
|
|
18049
|
+
"ta6Required": ["details"]
|
|
18050
|
+
}
|
|
18051
|
+
]
|
|
17650
18052
|
},
|
|
17651
|
-
{
|
|
18053
|
+
"subjectToHighExcesses": {
|
|
18054
|
+
"baspiRef": "A8.1.1.2",
|
|
18055
|
+
"ta6Ref": "6.4b",
|
|
18056
|
+
"title": "Subject to high excesses?",
|
|
18057
|
+
"type": "object",
|
|
17652
18058
|
"properties": {
|
|
17653
18059
|
"yesNo": {
|
|
17654
|
-
"
|
|
18060
|
+
"baspiRef": "A8.1.1.2.1",
|
|
18061
|
+
"ta6Ref": "6.4.b1",
|
|
18062
|
+
"type": "string",
|
|
18063
|
+
"title": "",
|
|
18064
|
+
"enum": ["Yes", "No"]
|
|
18065
|
+
}
|
|
18066
|
+
},
|
|
18067
|
+
"baspiRequired": ["yesNo"],
|
|
18068
|
+
"ta6Required": ["yesNo"],
|
|
18069
|
+
"discriminator": {
|
|
18070
|
+
"propertyName": "yesNo"
|
|
18071
|
+
},
|
|
18072
|
+
"oneOf": [
|
|
18073
|
+
{
|
|
18074
|
+
"properties": {
|
|
18075
|
+
"yesNo": {
|
|
18076
|
+
"enum": ["No"]
|
|
18077
|
+
}
|
|
18078
|
+
}
|
|
17655
18079
|
},
|
|
17656
|
-
|
|
17657
|
-
"
|
|
17658
|
-
|
|
18080
|
+
{
|
|
18081
|
+
"properties": {
|
|
18082
|
+
"yesNo": {
|
|
18083
|
+
"enum": ["Yes"]
|
|
18084
|
+
},
|
|
18085
|
+
"details": {
|
|
18086
|
+
"baspiRef": "A8.1.2.1.2.2",
|
|
18087
|
+
"ta6Ref": "6.4.b2",
|
|
18088
|
+
"title": "Provide details",
|
|
18089
|
+
"type": "string",
|
|
18090
|
+
"minLength": 1
|
|
18091
|
+
}
|
|
18092
|
+
},
|
|
18093
|
+
"baspiRequired": ["details"],
|
|
18094
|
+
"ta6Required": ["details"]
|
|
18095
|
+
}
|
|
18096
|
+
]
|
|
18097
|
+
},
|
|
18098
|
+
"subjectToUnusualConditions": {
|
|
18099
|
+
"baspiRef": "A8.1.2.1.3",
|
|
18100
|
+
"ta6Ref": "6.4a",
|
|
18101
|
+
"title": "Subject to unusual conditions?",
|
|
18102
|
+
"type": "object",
|
|
18103
|
+
"properties": {
|
|
18104
|
+
"yesNo": {
|
|
18105
|
+
"baspiRef": "A8.1.2.1.3.1",
|
|
18106
|
+
"ta6Ref": "6.4.a1",
|
|
17659
18107
|
"type": "string",
|
|
17660
|
-
"
|
|
18108
|
+
"title": "",
|
|
18109
|
+
"enum": ["Yes", "No"]
|
|
17661
18110
|
}
|
|
17662
18111
|
},
|
|
17663
|
-
"baspiRequired": ["
|
|
18112
|
+
"baspiRequired": ["yesNo"],
|
|
18113
|
+
"ta6Required": ["yesNo"],
|
|
18114
|
+
"discriminator": {
|
|
18115
|
+
"propertyName": "yesNo"
|
|
18116
|
+
},
|
|
18117
|
+
"oneOf": [
|
|
18118
|
+
{
|
|
18119
|
+
"properties": {
|
|
18120
|
+
"yesNo": {
|
|
18121
|
+
"enum": ["No"]
|
|
18122
|
+
}
|
|
18123
|
+
}
|
|
18124
|
+
},
|
|
18125
|
+
{
|
|
18126
|
+
"properties": {
|
|
18127
|
+
"yesNo": {
|
|
18128
|
+
"enum": ["Yes"]
|
|
18129
|
+
},
|
|
18130
|
+
"details": {
|
|
18131
|
+
"baspiRef": "A8.1.2.1.3.2",
|
|
18132
|
+
"ta6Ref": "6.4.a2",
|
|
18133
|
+
"title": "Provide details",
|
|
18134
|
+
"type": "string",
|
|
18135
|
+
"minLength": 1
|
|
18136
|
+
}
|
|
18137
|
+
},
|
|
18138
|
+
"baspiRequired": ["details"],
|
|
18139
|
+
"ta6Required": ["details"]
|
|
18140
|
+
}
|
|
18141
|
+
]
|
|
18142
|
+
},
|
|
18143
|
+
"refused": {
|
|
18144
|
+
"baspiRef": "A8.1.2.1.4",
|
|
18145
|
+
"ta6Ref": "6.4a",
|
|
18146
|
+
"title": "Refused?",
|
|
18147
|
+
"type": "object",
|
|
18148
|
+
"properties": {
|
|
18149
|
+
"yesNo": {
|
|
18150
|
+
"baspiRef": "A8.1.2.1.4.1",
|
|
18151
|
+
"ta6Ref": "6.4.a1",
|
|
18152
|
+
"type": "string",
|
|
18153
|
+
"title": "",
|
|
18154
|
+
"enum": ["Yes", "No"]
|
|
18155
|
+
}
|
|
18156
|
+
},
|
|
18157
|
+
"baspiRequired": ["yesNo"],
|
|
18158
|
+
"ta6Required": ["yesNo"],
|
|
18159
|
+
"discriminator": {
|
|
18160
|
+
"propertyName": "yesNo"
|
|
18161
|
+
},
|
|
18162
|
+
"oneOf": [
|
|
18163
|
+
{
|
|
18164
|
+
"properties": {
|
|
18165
|
+
"yesNo": {
|
|
18166
|
+
"enum": ["No"]
|
|
18167
|
+
}
|
|
18168
|
+
}
|
|
18169
|
+
},
|
|
18170
|
+
{
|
|
18171
|
+
"properties": {
|
|
18172
|
+
"yesNo": {
|
|
18173
|
+
"enum": ["Yes"]
|
|
18174
|
+
},
|
|
18175
|
+
"details": {
|
|
18176
|
+
"baspiRef": "A8.1.2.1.4.2",
|
|
18177
|
+
"ta6Ref": "6.4.a2",
|
|
18178
|
+
"title": "Provide details",
|
|
18179
|
+
"type": "string",
|
|
18180
|
+
"minLength": 1
|
|
18181
|
+
}
|
|
18182
|
+
},
|
|
18183
|
+
"baspiRequired": ["details"],
|
|
18184
|
+
"ta6Required": ["details"]
|
|
18185
|
+
}
|
|
18186
|
+
]
|
|
17664
18187
|
}
|
|
17665
|
-
|
|
18188
|
+
}
|
|
17666
18189
|
},
|
|
17667
18190
|
"insuranceClaims": {
|
|
17668
18191
|
"baspiRef": "A8.2",
|
|
@@ -17673,12 +18196,14 @@
|
|
|
17673
18196
|
"properties": {
|
|
17674
18197
|
"yesNo": {
|
|
17675
18198
|
"baspiRef": "A8.2.1",
|
|
18199
|
+
"ta6Ref": "6.5.1",
|
|
17676
18200
|
"type": "string",
|
|
17677
18201
|
"title": "",
|
|
17678
18202
|
"enum": ["Yes", "No"]
|
|
17679
18203
|
}
|
|
17680
18204
|
},
|
|
17681
18205
|
"baspiRequired": ["yesNo"],
|
|
18206
|
+
"ta6Required": ["yesNo"],
|
|
17682
18207
|
"discriminator": {
|
|
17683
18208
|
"propertyName": "yesNo"
|
|
17684
18209
|
},
|
|
@@ -17697,12 +18222,14 @@
|
|
|
17697
18222
|
},
|
|
17698
18223
|
"details": {
|
|
17699
18224
|
"baspiRef": "A8.2.1",
|
|
18225
|
+
"ta6Ref": "6.5.2",
|
|
17700
18226
|
"title": "Provide details",
|
|
17701
18227
|
"type": "string",
|
|
17702
18228
|
"minLength": 1
|
|
17703
18229
|
}
|
|
17704
18230
|
},
|
|
17705
|
-
"baspiRequired": ["details"]
|
|
18231
|
+
"baspiRequired": ["details"],
|
|
18232
|
+
"ta6Required": ["details"]
|
|
17706
18233
|
}
|
|
17707
18234
|
]
|
|
17708
18235
|
}
|
|
@@ -17710,13 +18237,16 @@
|
|
|
17710
18237
|
"baspiRequired": [
|
|
17711
18238
|
"difficultiesObtainingInsurance",
|
|
17712
18239
|
"insuranceClaims"
|
|
18240
|
+
],
|
|
18241
|
+
"ta6Required": [
|
|
18242
|
+
"difficultiesObtainingInsurance",
|
|
18243
|
+
"insuranceClaims"
|
|
17713
18244
|
]
|
|
17714
18245
|
}
|
|
17715
18246
|
]
|
|
17716
18247
|
},
|
|
17717
18248
|
"boundaries": {
|
|
17718
18249
|
"baspiRef": "A9",
|
|
17719
|
-
"ta6Ref": "1",
|
|
17720
18250
|
"title": "Boundaries",
|
|
17721
18251
|
"type": "object",
|
|
17722
18252
|
"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.",
|
|
@@ -17910,6 +18440,12 @@
|
|
|
17910
18440
|
"accessRestrictionAttempts",
|
|
17911
18441
|
"rightsOrArrangements"
|
|
17912
18442
|
],
|
|
18443
|
+
"ta6Required": [
|
|
18444
|
+
"sharedContributions",
|
|
18445
|
+
"neighbouringLandRights",
|
|
18446
|
+
"accessRestrictionAttempts",
|
|
18447
|
+
"rightsOrArrangements"
|
|
18448
|
+
],
|
|
17913
18449
|
"properties": {
|
|
17914
18450
|
"sharedContributions": {
|
|
17915
18451
|
"baspiRef": "A10.1",
|
|
@@ -17920,12 +18456,14 @@
|
|
|
17920
18456
|
"properties": {
|
|
17921
18457
|
"yesNo": {
|
|
17922
18458
|
"baspiRef": "A10.1.1",
|
|
18459
|
+
"ta6Ref": "8.1.1",
|
|
17923
18460
|
"type": "string",
|
|
17924
18461
|
"title": "",
|
|
17925
18462
|
"enum": ["Yes", "No"]
|
|
17926
18463
|
}
|
|
17927
18464
|
},
|
|
17928
18465
|
"baspiRequired": ["yesNo"],
|
|
18466
|
+
"ta6Required": ["yesNo"],
|
|
17929
18467
|
"discriminator": {
|
|
17930
18468
|
"propertyName": "yesNo"
|
|
17931
18469
|
},
|
|
@@ -17944,12 +18482,14 @@
|
|
|
17944
18482
|
},
|
|
17945
18483
|
"details": {
|
|
17946
18484
|
"baspiRef": "A10.1.2",
|
|
18485
|
+
"ta6Ref": "8.1.2",
|
|
17947
18486
|
"title": "Please give details including who collects payments and organises the work, the amount of the payments in the last year and whether they are regular payments or only when maintenance work is required",
|
|
17948
18487
|
"type": "string",
|
|
17949
18488
|
"minLength": 1
|
|
17950
18489
|
}
|
|
17951
18490
|
},
|
|
17952
|
-
"baspiRequired": ["details"]
|
|
18491
|
+
"baspiRequired": ["details"],
|
|
18492
|
+
"ta6Required": ["details"]
|
|
17953
18493
|
}
|
|
17954
18494
|
]
|
|
17955
18495
|
},
|
|
@@ -17962,12 +18502,14 @@
|
|
|
17962
18502
|
"properties": {
|
|
17963
18503
|
"yesNo": {
|
|
17964
18504
|
"baspiRef": "A10.2.1",
|
|
18505
|
+
"ta6Ref": "8.2.1",
|
|
17965
18506
|
"type": "string",
|
|
17966
18507
|
"title": "",
|
|
17967
18508
|
"enum": ["Yes", "No"]
|
|
17968
18509
|
}
|
|
17969
18510
|
},
|
|
17970
18511
|
"baspiRequired": ["yesNo"],
|
|
18512
|
+
"ta6Required": ["yesNo"],
|
|
17971
18513
|
"discriminator": {
|
|
17972
18514
|
"propertyName": "yesNo"
|
|
17973
18515
|
},
|
|
@@ -17986,6 +18528,7 @@
|
|
|
17986
18528
|
},
|
|
17987
18529
|
"details": {
|
|
17988
18530
|
"baspiRef": "A10.2.2",
|
|
18531
|
+
"ta6Ref": "8.2.1",
|
|
17989
18532
|
"title": "Please give details and provide a plan showing the route of the access, parking etc",
|
|
17990
18533
|
"type": "string",
|
|
17991
18534
|
"minLength": 1
|
|
@@ -17997,7 +18540,8 @@
|
|
|
17997
18540
|
"enum": ["Attached", "To follow"]
|
|
17998
18541
|
}
|
|
17999
18542
|
},
|
|
18000
|
-
"baspiRequired": ["details", "attachments"]
|
|
18543
|
+
"baspiRequired": ["details", "attachments"],
|
|
18544
|
+
"ta6Required": ["details"]
|
|
18001
18545
|
}
|
|
18002
18546
|
]
|
|
18003
18547
|
},
|
|
@@ -18010,12 +18554,14 @@
|
|
|
18010
18554
|
"properties": {
|
|
18011
18555
|
"yesNo": {
|
|
18012
18556
|
"baspiRef": "A10.3.1",
|
|
18557
|
+
"ta6Ref": "8.3.1",
|
|
18013
18558
|
"type": "string",
|
|
18014
18559
|
"title": "",
|
|
18015
18560
|
"enum": ["Yes", "No"]
|
|
18016
18561
|
}
|
|
18017
18562
|
},
|
|
18018
18563
|
"baspiRequired": ["yesNo"],
|
|
18564
|
+
"ta6Required": ["yesNo"],
|
|
18019
18565
|
"discriminator": {
|
|
18020
18566
|
"propertyName": "yesNo"
|
|
18021
18567
|
},
|
|
@@ -18034,12 +18580,14 @@
|
|
|
18034
18580
|
},
|
|
18035
18581
|
"details": {
|
|
18036
18582
|
"baspiRef": "A10.3.2",
|
|
18583
|
+
"ta6Ref": "8.3.2",
|
|
18037
18584
|
"title": "Details",
|
|
18038
18585
|
"type": "string",
|
|
18039
18586
|
"minLength": 1
|
|
18040
18587
|
}
|
|
18041
18588
|
},
|
|
18042
|
-
"baspiRequired": ["details"]
|
|
18589
|
+
"baspiRequired": ["details"],
|
|
18590
|
+
"ta6Required": ["details"]
|
|
18043
18591
|
}
|
|
18044
18592
|
]
|
|
18045
18593
|
},
|
|
@@ -18056,6 +18604,14 @@
|
|
|
18056
18604
|
"churchChancel",
|
|
18057
18605
|
"otherRights"
|
|
18058
18606
|
],
|
|
18607
|
+
"ta6Required": [
|
|
18608
|
+
"publicRightOfWay",
|
|
18609
|
+
"rightsOfLightOrSupport",
|
|
18610
|
+
"rightsCreatedThroughCustom",
|
|
18611
|
+
"minesAndMinerals",
|
|
18612
|
+
"churchChancel",
|
|
18613
|
+
"otherRights"
|
|
18614
|
+
],
|
|
18059
18615
|
"properties": {
|
|
18060
18616
|
"publicRightOfWay": {
|
|
18061
18617
|
"baspiRef": "A10.4.1",
|
|
@@ -18066,12 +18622,14 @@
|
|
|
18066
18622
|
"properties": {
|
|
18067
18623
|
"yesNo": {
|
|
18068
18624
|
"baspiRef": "A10.4.1.1",
|
|
18625
|
+
"ta6Ref": "8.6.1",
|
|
18069
18626
|
"type": "string",
|
|
18070
18627
|
"title": "",
|
|
18071
18628
|
"enum": ["Yes", "No"]
|
|
18072
18629
|
}
|
|
18073
18630
|
},
|
|
18074
18631
|
"baspiRequired": ["yesNo"],
|
|
18632
|
+
"ta6Required": ["yesNo"],
|
|
18075
18633
|
"discriminator": {
|
|
18076
18634
|
"propertyName": "yesNo"
|
|
18077
18635
|
},
|
|
@@ -18090,6 +18648,7 @@
|
|
|
18090
18648
|
},
|
|
18091
18649
|
"details": {
|
|
18092
18650
|
"baspiRef": "A10.4.1.2",
|
|
18651
|
+
"ta6Ref": "8.6.2",
|
|
18093
18652
|
"title": "Please provide details and mark the route on a plan of the property",
|
|
18094
18653
|
"type": "string",
|
|
18095
18654
|
"minLength": 1
|
|
@@ -18101,7 +18660,8 @@
|
|
|
18101
18660
|
"enum": ["Attached", "To follow"]
|
|
18102
18661
|
}
|
|
18103
18662
|
},
|
|
18104
|
-
"baspiRequired": ["details", "attachments"]
|
|
18663
|
+
"baspiRequired": ["details", "attachments"],
|
|
18664
|
+
"ta6Required": ["details"]
|
|
18105
18665
|
}
|
|
18106
18666
|
]
|
|
18107
18667
|
},
|
|
@@ -18114,12 +18674,14 @@
|
|
|
18114
18674
|
"properties": {
|
|
18115
18675
|
"yesNo": {
|
|
18116
18676
|
"baspiRef": "A10.4.2.1",
|
|
18677
|
+
"ta6Ref": "8.4a1",
|
|
18117
18678
|
"type": "string",
|
|
18118
18679
|
"title": "",
|
|
18119
18680
|
"enum": ["Yes", "No"]
|
|
18120
18681
|
}
|
|
18121
18682
|
},
|
|
18122
18683
|
"baspiRequired": ["yesNo"],
|
|
18684
|
+
"ta6Required": ["yesNo"],
|
|
18123
18685
|
"discriminator": {
|
|
18124
18686
|
"propertyName": "yesNo"
|
|
18125
18687
|
},
|
|
@@ -18138,12 +18700,14 @@
|
|
|
18138
18700
|
},
|
|
18139
18701
|
"details": {
|
|
18140
18702
|
"baspiRef": "A10.4.2.2",
|
|
18703
|
+
"ta6Ref": "8.4a2",
|
|
18141
18704
|
"title": "Details",
|
|
18142
18705
|
"type": "string",
|
|
18143
18706
|
"minLength": 1
|
|
18144
18707
|
}
|
|
18145
18708
|
},
|
|
18146
|
-
"baspiRequired": ["details"]
|
|
18709
|
+
"baspiRequired": ["details"],
|
|
18710
|
+
"ta6Required": ["details"]
|
|
18147
18711
|
}
|
|
18148
18712
|
]
|
|
18149
18713
|
},
|
|
@@ -18156,12 +18720,14 @@
|
|
|
18156
18720
|
"properties": {
|
|
18157
18721
|
"yesNo": {
|
|
18158
18722
|
"baspiRef": "A10.4.3.1",
|
|
18723
|
+
"ta6Ref": "8.4c1",
|
|
18159
18724
|
"type": "string",
|
|
18160
18725
|
"title": "",
|
|
18161
18726
|
"enum": ["Yes", "No"]
|
|
18162
18727
|
}
|
|
18163
18728
|
},
|
|
18164
18729
|
"baspiRequired": ["yesNo"],
|
|
18730
|
+
"ta6Required": ["yesNo"],
|
|
18165
18731
|
"discriminator": {
|
|
18166
18732
|
"propertyName": "yesNo"
|
|
18167
18733
|
},
|
|
@@ -18180,12 +18746,14 @@
|
|
|
18180
18746
|
},
|
|
18181
18747
|
"details": {
|
|
18182
18748
|
"baspiRef": "A10.4.3.2",
|
|
18749
|
+
"ta6Ref": "8.4c2",
|
|
18183
18750
|
"title": "Details",
|
|
18184
18751
|
"type": "string",
|
|
18185
18752
|
"minLength": 1
|
|
18186
18753
|
}
|
|
18187
18754
|
},
|
|
18188
|
-
"baspiRequired": ["details"]
|
|
18755
|
+
"baspiRequired": ["details"],
|
|
18756
|
+
"ta6Required": ["details"]
|
|
18189
18757
|
}
|
|
18190
18758
|
]
|
|
18191
18759
|
},
|
|
@@ -18198,12 +18766,14 @@
|
|
|
18198
18766
|
"properties": {
|
|
18199
18767
|
"yesNo": {
|
|
18200
18768
|
"baspiRef": "A10.4.4.1",
|
|
18769
|
+
"ta6Ref": "8.5a1",
|
|
18201
18770
|
"type": "string",
|
|
18202
18771
|
"title": "",
|
|
18203
18772
|
"enum": ["Yes", "No"]
|
|
18204
18773
|
}
|
|
18205
18774
|
},
|
|
18206
18775
|
"baspiRequired": ["yesNo"],
|
|
18776
|
+
"ta6Required": ["yesNo"],
|
|
18207
18777
|
"discriminator": {
|
|
18208
18778
|
"propertyName": "yesNo"
|
|
18209
18779
|
},
|
|
@@ -18222,12 +18792,14 @@
|
|
|
18222
18792
|
},
|
|
18223
18793
|
"details": {
|
|
18224
18794
|
"baspiRef": "A10.4.4.2",
|
|
18795
|
+
"ta6Ref": "8.5a2",
|
|
18225
18796
|
"title": "Details",
|
|
18226
18797
|
"type": "string",
|
|
18227
18798
|
"minLength": 1
|
|
18228
18799
|
}
|
|
18229
18800
|
},
|
|
18230
|
-
"baspiRequired": ["details"]
|
|
18801
|
+
"baspiRequired": ["details"],
|
|
18802
|
+
"ta6Required": ["details"]
|
|
18231
18803
|
}
|
|
18232
18804
|
]
|
|
18233
18805
|
},
|
|
@@ -18240,12 +18812,14 @@
|
|
|
18240
18812
|
"properties": {
|
|
18241
18813
|
"yesNo": {
|
|
18242
18814
|
"baspiRef": "A10.4.5.1",
|
|
18815
|
+
"ta6Ref": "8.5b1",
|
|
18243
18816
|
"type": "string",
|
|
18244
18817
|
"title": "",
|
|
18245
18818
|
"enum": ["Yes", "No"]
|
|
18246
18819
|
}
|
|
18247
18820
|
},
|
|
18248
18821
|
"baspiRequired": ["yesNo"],
|
|
18822
|
+
"ta6Required": ["yesNo"],
|
|
18249
18823
|
"discriminator": {
|
|
18250
18824
|
"propertyName": "yesNo"
|
|
18251
18825
|
},
|
|
@@ -18264,12 +18838,14 @@
|
|
|
18264
18838
|
},
|
|
18265
18839
|
"details": {
|
|
18266
18840
|
"baspiRef": "A10.4.5.2",
|
|
18841
|
+
"ta6Ref": "8.5b2",
|
|
18267
18842
|
"title": "Details",
|
|
18268
18843
|
"type": "string",
|
|
18269
18844
|
"minLength": 1
|
|
18270
18845
|
}
|
|
18271
18846
|
},
|
|
18272
|
-
"baspiRequired": ["details"]
|
|
18847
|
+
"baspiRequired": ["details"],
|
|
18848
|
+
"ta6Required": ["details"]
|
|
18273
18849
|
}
|
|
18274
18850
|
]
|
|
18275
18851
|
},
|
|
@@ -18282,12 +18858,14 @@
|
|
|
18282
18858
|
"properties": {
|
|
18283
18859
|
"yesNo": {
|
|
18284
18860
|
"baspiRef": "A10.4.6.1",
|
|
18861
|
+
"ta6Ref": "8.6.1",
|
|
18285
18862
|
"type": "string",
|
|
18286
18863
|
"title": "",
|
|
18287
18864
|
"enum": ["Yes", "No"]
|
|
18288
18865
|
}
|
|
18289
18866
|
},
|
|
18290
18867
|
"baspiRequired": ["yesNo"],
|
|
18868
|
+
"ta6Required": ["yesNo"],
|
|
18291
18869
|
"discriminator": {
|
|
18292
18870
|
"propertyName": "yesNo"
|
|
18293
18871
|
},
|
|
@@ -18306,12 +18884,14 @@
|
|
|
18306
18884
|
},
|
|
18307
18885
|
"details": {
|
|
18308
18886
|
"baspiRef": "A10.4.6.2",
|
|
18887
|
+
"ta6Ref": "8.6.2",
|
|
18309
18888
|
"title": "Details",
|
|
18310
18889
|
"type": "string",
|
|
18311
18890
|
"minLength": 1
|
|
18312
18891
|
}
|
|
18313
18892
|
},
|
|
18314
|
-
"baspiRequired": ["details"]
|
|
18893
|
+
"baspiRequired": ["details"],
|
|
18894
|
+
"ta6Required": ["details"]
|
|
18315
18895
|
}
|
|
18316
18896
|
]
|
|
18317
18897
|
}
|
|
@@ -18324,6 +18904,7 @@
|
|
|
18324
18904
|
"title": "Environmental Issues Affecting the Property",
|
|
18325
18905
|
"type": "object",
|
|
18326
18906
|
"baspiRequired": ["flooding", "radon", "otherEnvironmental"],
|
|
18907
|
+
"ta6Required": ["flooding", "radon", "otherEnvironmental"],
|
|
18327
18908
|
"properties": {
|
|
18328
18909
|
"flooding": {
|
|
18329
18910
|
"baspiRef": "A11.1.1",
|
|
@@ -18342,12 +18923,14 @@
|
|
|
18342
18923
|
"properties": {
|
|
18343
18924
|
"yesNo": {
|
|
18344
18925
|
"baspiRef": "A11.1.1.1",
|
|
18926
|
+
"ta6Ref": "7.3.1",
|
|
18345
18927
|
"type": "string",
|
|
18346
18928
|
"title": "",
|
|
18347
18929
|
"enum": ["Yes", "No"]
|
|
18348
18930
|
}
|
|
18349
18931
|
},
|
|
18350
18932
|
"baspiRequired": ["yesNo"],
|
|
18933
|
+
"ta6Required": ["yesNo"],
|
|
18351
18934
|
"discriminator": {
|
|
18352
18935
|
"propertyName": "yesNo"
|
|
18353
18936
|
},
|
|
@@ -18366,12 +18949,14 @@
|
|
|
18366
18949
|
},
|
|
18367
18950
|
"attachments": {
|
|
18368
18951
|
"baspiRef": "A11.1.1.3",
|
|
18952
|
+
"ta6Ref": "7.3.2",
|
|
18369
18953
|
"title": "Please supply a copy",
|
|
18370
18954
|
"type": "string",
|
|
18371
18955
|
"enum": ["Attached", "To follow"]
|
|
18372
18956
|
}
|
|
18373
18957
|
},
|
|
18374
|
-
"baspiRequired": ["attachments"]
|
|
18958
|
+
"baspiRequired": ["attachments"],
|
|
18959
|
+
"ta6Required": ["attachments"]
|
|
18375
18960
|
}
|
|
18376
18961
|
]
|
|
18377
18962
|
},
|
|
@@ -18417,7 +19002,6 @@
|
|
|
18417
19002
|
"baspiRef": "A11.1.2.2.1",
|
|
18418
19003
|
"ta6Ref": "7.2a",
|
|
18419
19004
|
"title": "Ground water",
|
|
18420
|
-
|
|
18421
19005
|
"type": "string",
|
|
18422
19006
|
"enum": ["Yes", "No"]
|
|
18423
19007
|
},
|
|
@@ -18425,7 +19009,6 @@
|
|
|
18425
19009
|
"baspiRef": "A11.1.2.2.2",
|
|
18426
19010
|
"ta6Ref": "7.2b",
|
|
18427
19011
|
"title": "Sewer",
|
|
18428
|
-
|
|
18429
19012
|
"type": "string",
|
|
18430
19013
|
"enum": ["Yes", "No"]
|
|
18431
19014
|
},
|
|
@@ -18452,17 +19035,20 @@
|
|
|
18452
19035
|
},
|
|
18453
19036
|
"other": {
|
|
18454
19037
|
"baspiRef": "A11.1.2.2.6",
|
|
19038
|
+
"ta6Ref": "7.2f",
|
|
18455
19039
|
"title": "Other",
|
|
18456
19040
|
"type": "object",
|
|
18457
19041
|
"properties": {
|
|
18458
19042
|
"yesNo": {
|
|
18459
19043
|
"baspiRef": "A11.1.2.2.6.1",
|
|
19044
|
+
"ta6Ref": "7.2f1",
|
|
18460
19045
|
"type": "string",
|
|
18461
19046
|
"title": "",
|
|
18462
19047
|
"enum": ["Yes", "No"]
|
|
18463
19048
|
}
|
|
18464
19049
|
},
|
|
18465
19050
|
"baspiRequired": ["yesNo"],
|
|
19051
|
+
"ta6Required": ["yesNo"],
|
|
18466
19052
|
"discriminator": {
|
|
18467
19053
|
"propertyName": "yesNo"
|
|
18468
19054
|
},
|
|
@@ -18481,15 +19067,16 @@
|
|
|
18481
19067
|
},
|
|
18482
19068
|
"details": {
|
|
18483
19069
|
"baspiRef": "A11.1.2.2.6.2",
|
|
19070
|
+
"ta6Ref": "7.2f1",
|
|
18484
19071
|
"title": "Please stata",
|
|
18485
19072
|
"type": "string",
|
|
18486
19073
|
"minLength": 1
|
|
18487
19074
|
}
|
|
18488
19075
|
},
|
|
18489
|
-
"baspiRequired": ["details"]
|
|
19076
|
+
"baspiRequired": ["details"],
|
|
19077
|
+
"ta6Required": ["details"]
|
|
18490
19078
|
}
|
|
18491
|
-
]
|
|
18492
|
-
"description": "Please state"
|
|
19079
|
+
]
|
|
18493
19080
|
}
|
|
18494
19081
|
},
|
|
18495
19082
|
"baspiRequired": [
|
|
@@ -18499,12 +19086,22 @@
|
|
|
18499
19086
|
"coastal",
|
|
18500
19087
|
"river",
|
|
18501
19088
|
"other"
|
|
19089
|
+
],
|
|
19090
|
+
"ta6Required": [
|
|
19091
|
+
"groundWater",
|
|
19092
|
+
"sewer",
|
|
19093
|
+
"surfaceWater",
|
|
19094
|
+
"coastal",
|
|
19095
|
+
"river",
|
|
19096
|
+
"other"
|
|
18502
19097
|
]
|
|
18503
19098
|
}
|
|
18504
19099
|
},
|
|
18505
|
-
"baspiRequired": ["typeOfFlooding", "details"]
|
|
19100
|
+
"baspiRequired": ["typeOfFlooding", "details"],
|
|
19101
|
+
"ta6Required": ["typeOfFlooding", "details"]
|
|
18506
19102
|
}
|
|
18507
|
-
]
|
|
19103
|
+
],
|
|
19104
|
+
"ta6Required": ["floodRiskReport", "hasBeenFlooded"]
|
|
18508
19105
|
},
|
|
18509
19106
|
"radon": {
|
|
18510
19107
|
"baspiRef": "A11.1.3",
|
|
@@ -18525,6 +19122,7 @@
|
|
|
18525
19122
|
"properties": {
|
|
18526
19123
|
"yesNo": {
|
|
18527
19124
|
"baspiRef": "A11.1.3.1",
|
|
19125
|
+
"ta6Ref": "7.4.1",
|
|
18528
19126
|
"type": "string",
|
|
18529
19127
|
"title": "",
|
|
18530
19128
|
"enum": ["Yes", "No"]
|
|
@@ -18549,20 +19147,24 @@
|
|
|
18549
19147
|
},
|
|
18550
19148
|
"details": {
|
|
18551
19149
|
"baspiRef": "A11.1.3.2",
|
|
18552
|
-
"
|
|
19150
|
+
"ta6Ref": "7.4a",
|
|
19151
|
+
"title": "Was the test result was below the recommended level?",
|
|
18553
19152
|
"type": "string",
|
|
18554
|
-
"
|
|
19153
|
+
"enum": ["Yes", "No"]
|
|
18555
19154
|
},
|
|
18556
19155
|
"attachments": {
|
|
18557
19156
|
"baspiRef": "A11.1.3.3",
|
|
18558
|
-
"
|
|
19157
|
+
"ta6Ref": "7.4b",
|
|
19158
|
+
"title": "Please supply a copy of the report",
|
|
18559
19159
|
"type": "string",
|
|
18560
19160
|
"enum": ["Attached", "To follow"]
|
|
18561
19161
|
}
|
|
18562
19162
|
},
|
|
18563
|
-
"baspiRequired": ["details", "attachments"]
|
|
19163
|
+
"baspiRequired": ["details", "attachments"],
|
|
19164
|
+
"ta6Required": ["details", "attachments"]
|
|
18564
19165
|
}
|
|
18565
|
-
]
|
|
19166
|
+
],
|
|
19167
|
+
"ta6Required": ["yesNo"]
|
|
18566
19168
|
},
|
|
18567
19169
|
"remedialMeasuresOnConstruction": {
|
|
18568
19170
|
"baspiRef": "A11.1.3.4",
|
|
@@ -18578,9 +19180,11 @@
|
|
|
18578
19180
|
"enum": ["Yes", "No"]
|
|
18579
19181
|
}
|
|
18580
19182
|
},
|
|
18581
|
-
"baspiRequired": ["yesNo"]
|
|
19183
|
+
"baspiRequired": ["yesNo"],
|
|
19184
|
+
"ta6Required": ["yesNo"]
|
|
18582
19185
|
}
|
|
18583
|
-
}
|
|
19186
|
+
},
|
|
19187
|
+
"ta6Required": ["remedialMeasuresOnConstruction", "radonTest"]
|
|
18584
19188
|
},
|
|
18585
19189
|
"otherEnvironmental": {
|
|
18586
19190
|
"baspiRef": "A11.1.4",
|
|
@@ -18828,12 +19432,15 @@
|
|
|
18828
19432
|
},
|
|
18829
19433
|
"additionalInformation": {
|
|
18830
19434
|
"baspiRef": "A12",
|
|
19435
|
+
"ta6Ref": "10",
|
|
18831
19436
|
"title": "Additional Information",
|
|
18832
19437
|
"type": "object",
|
|
18833
19438
|
"baspiRequired": [
|
|
18834
19439
|
"restrictionsOnUseNotCompliedWith",
|
|
18835
|
-
"otherMaterialIssue"
|
|
19440
|
+
"otherMaterialIssue",
|
|
19441
|
+
"otherCharges"
|
|
18836
19442
|
],
|
|
19443
|
+
"ta6Required": ["otherCharges"],
|
|
18837
19444
|
"properties": {
|
|
18838
19445
|
"restrictionsOnUseNotCompliedWith": {
|
|
18839
19446
|
"baspiRef": "A12.1",
|
|
@@ -18929,6 +19536,51 @@
|
|
|
18929
19536
|
"baspiRequired": ["details"]
|
|
18930
19537
|
}
|
|
18931
19538
|
]
|
|
19539
|
+
},
|
|
19540
|
+
"otherCharges": {
|
|
19541
|
+
"baspiRef": "A12.3",
|
|
19542
|
+
"ta6Ref": "10.1",
|
|
19543
|
+
"title": "Does the seller have to pay any charges relating to the property (excluding any payments such as council tax, utility charges, etc.), for example payments to a management company?",
|
|
19544
|
+
"type": "object",
|
|
19545
|
+
"properties": {
|
|
19546
|
+
"yesNo": {
|
|
19547
|
+
"baspiRef": "A12.3.1",
|
|
19548
|
+
"ta6Ref": "10.1",
|
|
19549
|
+
"type": "string",
|
|
19550
|
+
"title": "",
|
|
19551
|
+
"enum": ["Yes", "No"]
|
|
19552
|
+
}
|
|
19553
|
+
},
|
|
19554
|
+
"baspiRequired": ["yesNo"],
|
|
19555
|
+
"ta6Required": ["yesNo"],
|
|
19556
|
+
"discriminator": {
|
|
19557
|
+
"propertyName": "yesNo"
|
|
19558
|
+
},
|
|
19559
|
+
"oneOf": [
|
|
19560
|
+
{
|
|
19561
|
+
"properties": {
|
|
19562
|
+
"yesNo": {
|
|
19563
|
+
"enum": ["No"]
|
|
19564
|
+
}
|
|
19565
|
+
}
|
|
19566
|
+
},
|
|
19567
|
+
{
|
|
19568
|
+
"properties": {
|
|
19569
|
+
"yesNo": {
|
|
19570
|
+
"enum": ["Yes"]
|
|
19571
|
+
},
|
|
19572
|
+
"details": {
|
|
19573
|
+
"baspiRef": "A12.3.2",
|
|
19574
|
+
"ta6Ref": "10.2",
|
|
19575
|
+
"title": "Please give details",
|
|
19576
|
+
"type": "string",
|
|
19577
|
+
"minLength": 1
|
|
19578
|
+
}
|
|
19579
|
+
},
|
|
19580
|
+
"baspiRequired": ["details"],
|
|
19581
|
+
"ta6Required": ["details"]
|
|
19582
|
+
}
|
|
19583
|
+
]
|
|
18932
19584
|
}
|
|
18933
19585
|
}
|
|
18934
19586
|
},
|
|
@@ -18955,6 +19607,7 @@
|
|
|
18955
19607
|
"title": "Additional information required for the legal process",
|
|
18956
19608
|
"description": "Supporting mapping to BASPI, Law Society and RICS Data Schema elements.",
|
|
18957
19609
|
"baspiRef": "B",
|
|
19610
|
+
"ta6Ref": "0",
|
|
18958
19611
|
"baspiRequired": [
|
|
18959
19612
|
"legalOwners",
|
|
18960
19613
|
"sellersCapacity",
|
|
@@ -18967,6 +19620,16 @@
|
|
|
18967
19620
|
"completionAndMoving",
|
|
18968
19621
|
"confirmationOfAccuracyByOwners"
|
|
18969
19622
|
],
|
|
19623
|
+
"ta6Required": [
|
|
19624
|
+
"legalBoundaries",
|
|
19625
|
+
"servicesCrossing",
|
|
19626
|
+
"energyAndMeters",
|
|
19627
|
+
"smartHomeSystems",
|
|
19628
|
+
"guaranteesWarrantiesAndIndemnityInsurances",
|
|
19629
|
+
"occupiers",
|
|
19630
|
+
"completionAndMoving",
|
|
19631
|
+
"confirmationOfAccuracyByOwners"
|
|
19632
|
+
],
|
|
18970
19633
|
"properties": {
|
|
18971
19634
|
"legalOwners": {
|
|
18972
19635
|
"baspiRef": "B1",
|
|
@@ -19112,7 +19775,7 @@
|
|
|
19112
19775
|
},
|
|
19113
19776
|
"legalBoundaries": {
|
|
19114
19777
|
"baspiRef": "B2.1",
|
|
19115
|
-
"
|
|
19778
|
+
"ta6Ref": "1",
|
|
19116
19779
|
"title": "Legal Boundaries",
|
|
19117
19780
|
"description": "",
|
|
19118
19781
|
"type": "object",
|
|
@@ -19122,6 +19785,12 @@
|
|
|
19122
19785
|
"adjacentLandIncluded",
|
|
19123
19786
|
"flyingFreehold"
|
|
19124
19787
|
],
|
|
19788
|
+
"ta6Required": [
|
|
19789
|
+
"ownership",
|
|
19790
|
+
"haveBoundaryFeaturesMoved",
|
|
19791
|
+
"adjacentLandIncluded",
|
|
19792
|
+
"flyingFreehold"
|
|
19793
|
+
],
|
|
19125
19794
|
"properties": {
|
|
19126
19795
|
"ownership": {
|
|
19127
19796
|
"baspiRef": "B2.1.0",
|
|
@@ -19130,10 +19799,11 @@
|
|
|
19130
19799
|
"description": "If the property is leasehold this section, or parts of it, may not apply.",
|
|
19131
19800
|
"type": "object",
|
|
19132
19801
|
"baspiRequired": ["areBoundariesUniform"],
|
|
19802
|
+
"ta6Required": ["areBoundariesUniform"],
|
|
19133
19803
|
"properties": {
|
|
19134
19804
|
"areBoundariesUniform": {
|
|
19135
19805
|
"baspiRef": "B2.1.0.1",
|
|
19136
|
-
"
|
|
19806
|
+
"ta6Ref": "1.2",
|
|
19137
19807
|
"title": "Are the boundaries uniform?",
|
|
19138
19808
|
"type": "string",
|
|
19139
19809
|
"enum": ["Yes", "No", "Not applicable"]
|
|
@@ -19156,7 +19826,7 @@
|
|
|
19156
19826
|
"left": {
|
|
19157
19827
|
"baspiRef": "B2.1.1",
|
|
19158
19828
|
"rdsRef": "Tenure/Boundaries",
|
|
19159
|
-
"
|
|
19829
|
+
"ta6Ref": "1.1a",
|
|
19160
19830
|
"title": "On the left",
|
|
19161
19831
|
"type": "string",
|
|
19162
19832
|
"enum": [
|
|
@@ -19169,7 +19839,7 @@
|
|
|
19169
19839
|
"right": {
|
|
19170
19840
|
"baspiRef": "B2.1.2",
|
|
19171
19841
|
"rdsRef": "Tenure/Boundaries",
|
|
19172
|
-
"
|
|
19842
|
+
"ta6Ref": "1.1b",
|
|
19173
19843
|
"title": "On the right",
|
|
19174
19844
|
"type": "string",
|
|
19175
19845
|
"enum": [
|
|
@@ -19182,7 +19852,7 @@
|
|
|
19182
19852
|
"rear": {
|
|
19183
19853
|
"baspiRef": "B2.1.3",
|
|
19184
19854
|
"rdsRef": "Tenure/Boundaries",
|
|
19185
|
-
"
|
|
19855
|
+
"ta6Ref": "1.1c",
|
|
19186
19856
|
"title": "At the rear",
|
|
19187
19857
|
"type": "string",
|
|
19188
19858
|
"enum": [
|
|
@@ -19195,7 +19865,7 @@
|
|
|
19195
19865
|
"front": {
|
|
19196
19866
|
"baspiRef": "B2.1.4",
|
|
19197
19867
|
"rdsRef": "Tenure/Boundaries",
|
|
19198
|
-
"
|
|
19868
|
+
"ta6Ref": "1.1d",
|
|
19199
19869
|
"title": "At the front",
|
|
19200
19870
|
"type": "string",
|
|
19201
19871
|
"enum": [
|
|
@@ -19206,7 +19876,8 @@
|
|
|
19206
19876
|
]
|
|
19207
19877
|
}
|
|
19208
19878
|
},
|
|
19209
|
-
"baspiRequired": ["left", "right", "rear", "front"]
|
|
19879
|
+
"baspiRequired": ["left", "right", "rear", "front"],
|
|
19880
|
+
"ta6Required": ["left", "right", "rear", "front"]
|
|
19210
19881
|
}
|
|
19211
19882
|
}
|
|
19212
19883
|
},
|
|
@@ -19217,18 +19888,21 @@
|
|
|
19217
19888
|
},
|
|
19218
19889
|
"details": {
|
|
19219
19890
|
"baspiRef": "B2.1.1",
|
|
19891
|
+
"ta6Ref": "1.2.1",
|
|
19220
19892
|
"title": "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property",
|
|
19221
19893
|
"type": "string",
|
|
19222
19894
|
"minLength": 1
|
|
19223
19895
|
},
|
|
19224
19896
|
"attachments": {
|
|
19225
19897
|
"baspiRef": "B2.1.2",
|
|
19898
|
+
"ta6Ref": "1.2.2",
|
|
19226
19899
|
"title": "Attachments",
|
|
19227
19900
|
"type": "string",
|
|
19228
19901
|
"enum": ["Attached", "To follow"]
|
|
19229
19902
|
}
|
|
19230
19903
|
},
|
|
19231
|
-
"baspiRequired": ["details", "attachments"]
|
|
19904
|
+
"baspiRequired": ["details", "attachments"],
|
|
19905
|
+
"ta6Required": ["details", "attachments"]
|
|
19232
19906
|
},
|
|
19233
19907
|
{
|
|
19234
19908
|
"properties": {
|
|
@@ -19242,19 +19916,20 @@
|
|
|
19242
19916
|
"haveBoundaryFeaturesMoved": {
|
|
19243
19917
|
"baspiRef": "B2.2",
|
|
19244
19918
|
"rdsRef": "Tenure/Boundaries",
|
|
19245
|
-
"
|
|
19919
|
+
"ta6Ref": "1.3",
|
|
19246
19920
|
"title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
|
|
19247
19921
|
"type": "object",
|
|
19248
19922
|
"properties": {
|
|
19249
19923
|
"yesNo": {
|
|
19250
19924
|
"baspiRef": "B2.2.1",
|
|
19251
|
-
"
|
|
19925
|
+
"ta6Ref": "1.3.1",
|
|
19252
19926
|
"type": "string",
|
|
19253
19927
|
"title": "",
|
|
19254
19928
|
"enum": ["Yes", "No", "Not applicable"]
|
|
19255
19929
|
}
|
|
19256
19930
|
},
|
|
19257
19931
|
"baspiRequired": ["yesNo"],
|
|
19932
|
+
"ta6Required": ["yesNo"],
|
|
19258
19933
|
"discriminator": {
|
|
19259
19934
|
"propertyName": "yesNo"
|
|
19260
19935
|
},
|
|
@@ -19273,32 +19948,34 @@
|
|
|
19273
19948
|
},
|
|
19274
19949
|
"details": {
|
|
19275
19950
|
"baspiRef": "B2.2.2",
|
|
19276
|
-
"
|
|
19951
|
+
"ta6Ref": "1.3.2",
|
|
19277
19952
|
"title": "Details",
|
|
19278
19953
|
"type": "string",
|
|
19279
19954
|
"minLength": 1
|
|
19280
19955
|
}
|
|
19281
19956
|
},
|
|
19282
|
-
"baspiRequired": ["details"]
|
|
19957
|
+
"baspiRequired": ["details"],
|
|
19958
|
+
"ta6Required": ["details"]
|
|
19283
19959
|
}
|
|
19284
19960
|
]
|
|
19285
19961
|
},
|
|
19286
19962
|
"adjacentLandIncluded": {
|
|
19287
19963
|
"baspiRef": "B2.3",
|
|
19288
19964
|
"rdsRef": "Property/Flags,Property/GUID/name='UPRN'&id=?",
|
|
19289
|
-
"
|
|
19965
|
+
"ta6Ref": "1.4",
|
|
19290
19966
|
"title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
|
|
19291
19967
|
"type": "object",
|
|
19292
19968
|
"properties": {
|
|
19293
19969
|
"yesNo": {
|
|
19294
19970
|
"baspiRef": "B2.3.1",
|
|
19295
|
-
"
|
|
19971
|
+
"ta6Ref": "1.4.1",
|
|
19296
19972
|
"type": "string",
|
|
19297
19973
|
"title": "",
|
|
19298
19974
|
"enum": ["Yes", "No", "Not applicable"]
|
|
19299
19975
|
}
|
|
19300
19976
|
},
|
|
19301
19977
|
"baspiRequired": ["yesNo"],
|
|
19978
|
+
"ta6Required": ["yesNo"],
|
|
19302
19979
|
"discriminator": {
|
|
19303
19980
|
"propertyName": "yesNo"
|
|
19304
19981
|
},
|
|
@@ -19317,33 +19994,35 @@
|
|
|
19317
19994
|
},
|
|
19318
19995
|
"details": {
|
|
19319
19996
|
"baspiRef": "B2.3.2",
|
|
19320
|
-
"
|
|
19997
|
+
"ta6Ref": "1.4.2",
|
|
19321
19998
|
"title": "Details",
|
|
19322
19999
|
"type": "string",
|
|
19323
20000
|
"minLength": 1
|
|
19324
20001
|
}
|
|
19325
20002
|
},
|
|
19326
|
-
"baspiRequired": ["details"]
|
|
20003
|
+
"baspiRequired": ["details"],
|
|
20004
|
+
"ta6Required": ["details"]
|
|
19327
20005
|
}
|
|
19328
20006
|
]
|
|
19329
20007
|
},
|
|
19330
20008
|
"flyingFreehold": {
|
|
19331
20009
|
"baspiRef": "B2.5",
|
|
19332
20010
|
"rdsRef": "Tenure/tenure=?",
|
|
19333
|
-
"
|
|
20011
|
+
"ta6Ref": "1.5",
|
|
19334
20012
|
"title": "Is there a flying freehold?",
|
|
19335
20013
|
"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.",
|
|
19336
20014
|
"type": "object",
|
|
19337
20015
|
"properties": {
|
|
19338
20016
|
"yesNo": {
|
|
19339
20017
|
"baspiRef": "B2.5.1",
|
|
19340
|
-
"
|
|
20018
|
+
"ta6Ref": "1.5.1",
|
|
19341
20019
|
"type": "string",
|
|
19342
20020
|
"title": "",
|
|
19343
20021
|
"enum": ["Yes", "No", "Not applicable"]
|
|
19344
20022
|
}
|
|
19345
20023
|
},
|
|
19346
20024
|
"baspiRequired": ["yesNo"],
|
|
20025
|
+
"ta6Required": ["yesNo"],
|
|
19347
20026
|
"discriminator": {
|
|
19348
20027
|
"propertyName": "yesNo"
|
|
19349
20028
|
},
|
|
@@ -19362,13 +20041,14 @@
|
|
|
19362
20041
|
},
|
|
19363
20042
|
"details": {
|
|
19364
20043
|
"baspiRef": "B2.5.2",
|
|
19365
|
-
"
|
|
20044
|
+
"ta6Ref": "1.5.2",
|
|
19366
20045
|
"title": "Details",
|
|
19367
20046
|
"type": "string",
|
|
19368
20047
|
"minLength": 1
|
|
19369
20048
|
}
|
|
19370
20049
|
},
|
|
19371
|
-
"baspiRequired": ["details"]
|
|
20050
|
+
"baspiRequired": ["details"],
|
|
20051
|
+
"ta6Required": ["details"]
|
|
19372
20052
|
}
|
|
19373
20053
|
]
|
|
19374
20054
|
}
|
|
@@ -19376,6 +20056,7 @@
|
|
|
19376
20056
|
},
|
|
19377
20057
|
"servicesCrossing": {
|
|
19378
20058
|
"baspiRef": "B3",
|
|
20059
|
+
"ta6Ref": "8",
|
|
19379
20060
|
"title": "Services Crossing Other Property",
|
|
19380
20061
|
"type": "object",
|
|
19381
20062
|
"baspiRequired": [
|
|
@@ -19383,22 +20064,29 @@
|
|
|
19383
20064
|
"pipesWiresCablesDrainsFromProperty",
|
|
19384
20065
|
"formalOrInformalAgreements"
|
|
19385
20066
|
],
|
|
20067
|
+
"ta6Required": [
|
|
20068
|
+
"pipesWiresCablesDrainsToProperty",
|
|
20069
|
+
"pipesWiresCablesDrainsFromProperty",
|
|
20070
|
+
"formalOrInformalAgreements"
|
|
20071
|
+
],
|
|
19386
20072
|
"properties": {
|
|
19387
20073
|
"pipesWiresCablesDrainsToProperty": {
|
|
19388
20074
|
"baspiRef": "B3.1",
|
|
19389
20075
|
"rdsRef": "Services/.../Located",
|
|
19390
|
-
"
|
|
20076
|
+
"ta6Ref": "8.7",
|
|
19391
20077
|
"title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
|
|
19392
20078
|
"type": "object",
|
|
19393
20079
|
"properties": {
|
|
19394
20080
|
"yesNo": {
|
|
19395
20081
|
"baspiRef": "B3.1.1",
|
|
20082
|
+
"ta6Ref": "8.7.1",
|
|
19396
20083
|
"type": "string",
|
|
19397
20084
|
"title": "",
|
|
19398
20085
|
"enum": ["Yes", "No"]
|
|
19399
20086
|
}
|
|
19400
20087
|
},
|
|
19401
20088
|
"baspiRequired": ["yesNo"],
|
|
20089
|
+
"ta6Required": ["yesNo"],
|
|
19402
20090
|
"discriminator": {
|
|
19403
20091
|
"propertyName": "yesNo"
|
|
19404
20092
|
},
|
|
@@ -19435,18 +20123,20 @@
|
|
|
19435
20123
|
"pipesWiresCablesDrainsFromProperty": {
|
|
19436
20124
|
"baspiRef": "B3.2",
|
|
19437
20125
|
"rdsRef": "Services/.../Located *with Property entities and references for the related properties etc",
|
|
19438
|
-
"
|
|
20126
|
+
"ta6Ref": "8.8",
|
|
19439
20127
|
"title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
|
|
19440
20128
|
"type": "object",
|
|
19441
20129
|
"properties": {
|
|
19442
20130
|
"yesNo": {
|
|
19443
20131
|
"baspiRef": "B3.2.1",
|
|
20132
|
+
"ta6Ref": "8.8.1",
|
|
19444
20133
|
"type": "string",
|
|
19445
20134
|
"title": "",
|
|
19446
20135
|
"enum": ["Yes", "No"]
|
|
19447
20136
|
}
|
|
19448
20137
|
},
|
|
19449
20138
|
"baspiRequired": ["yesNo"],
|
|
20139
|
+
"ta6Required": ["yesNo"],
|
|
19450
20140
|
"discriminator": {
|
|
19451
20141
|
"propertyName": "yesNo"
|
|
19452
20142
|
},
|
|
@@ -19483,18 +20173,20 @@
|
|
|
19483
20173
|
"formalOrInformalAgreements": {
|
|
19484
20174
|
"baspiRef": "B3.3",
|
|
19485
20175
|
"rdsRef": "Services/.../Consent",
|
|
19486
|
-
"
|
|
20176
|
+
"ta6Ref": "8.9",
|
|
19487
20177
|
"title": "Are you aware of any formal or informal agreements or arrangements for pipes, wires cables or drains to cross either your property or neighbouring property?",
|
|
19488
20178
|
"type": "object",
|
|
19489
20179
|
"properties": {
|
|
19490
20180
|
"yesNo": {
|
|
19491
20181
|
"baspiRef": "B3.3.1",
|
|
20182
|
+
"ta6Ref": "8.9.1",
|
|
19492
20183
|
"type": "string",
|
|
19493
20184
|
"title": "",
|
|
19494
20185
|
"enum": ["Yes", "No"]
|
|
19495
20186
|
}
|
|
19496
20187
|
},
|
|
19497
20188
|
"baspiRequired": ["yesNo"],
|
|
20189
|
+
"ta6Required": ["yesNo"],
|
|
19498
20190
|
"discriminator": {
|
|
19499
20191
|
"propertyName": "yesNo"
|
|
19500
20192
|
},
|
|
@@ -19513,6 +20205,7 @@
|
|
|
19513
20205
|
},
|
|
19514
20206
|
"details": {
|
|
19515
20207
|
"baspiRef": "B3.3.2",
|
|
20208
|
+
"ta6Ref": "8.9.2",
|
|
19516
20209
|
"title": "Please provide details",
|
|
19517
20210
|
"type": "string",
|
|
19518
20211
|
"minLength": 1
|
|
@@ -19524,7 +20217,8 @@
|
|
|
19524
20217
|
"enum": ["Attached", "To follow"]
|
|
19525
20218
|
}
|
|
19526
20219
|
},
|
|
19527
|
-
"baspiRequired": ["details"]
|
|
20220
|
+
"baspiRequired": ["details"],
|
|
20221
|
+
"ta6Required": ["details"]
|
|
19528
20222
|
}
|
|
19529
20223
|
]
|
|
19530
20224
|
}
|
|
@@ -19532,6 +20226,7 @@
|
|
|
19532
20226
|
},
|
|
19533
20227
|
"energyAndMeters": {
|
|
19534
20228
|
"baspiRef": "B4",
|
|
20229
|
+
"ta6Ref": "12",
|
|
19535
20230
|
"title": "Energy and Meters",
|
|
19536
20231
|
"type": "object",
|
|
19537
20232
|
"baspiRequired": [
|
|
@@ -19539,22 +20234,29 @@
|
|
|
19539
20234
|
"electricalWorkSince2005",
|
|
19540
20235
|
"solarPanels"
|
|
19541
20236
|
],
|
|
20237
|
+
"ta6Required": [
|
|
20238
|
+
"testedByQualifiedElectrician",
|
|
20239
|
+
"electricalWorkSince2005",
|
|
20240
|
+
"solarPanels"
|
|
20241
|
+
],
|
|
19542
20242
|
"properties": {
|
|
19543
20243
|
"testedByQualifiedElectrician": {
|
|
19544
20244
|
"baspiRef": "B4.1",
|
|
19545
20245
|
"rdsRef": "Objects/Servicing",
|
|
19546
|
-
"
|
|
20246
|
+
"ta6Ref": "12.1",
|
|
19547
20247
|
"title": "Have the electrics at the property been tested by a qualified electrician?",
|
|
19548
20248
|
"type": "object",
|
|
19549
20249
|
"properties": {
|
|
19550
20250
|
"yesNo": {
|
|
19551
20251
|
"baspiRef": "B4.1.1",
|
|
20252
|
+
"ta6Ref": "12.1.1",
|
|
19552
20253
|
"type": "string",
|
|
19553
20254
|
"title": "",
|
|
19554
20255
|
"enum": ["Yes", "No"]
|
|
19555
20256
|
}
|
|
19556
20257
|
},
|
|
19557
20258
|
"baspiRequired": ["yesNo"],
|
|
20259
|
+
"ta6Required": ["yesNo"],
|
|
19558
20260
|
"discriminator": {
|
|
19559
20261
|
"propertyName": "yesNo"
|
|
19560
20262
|
},
|
|
@@ -19573,35 +20275,40 @@
|
|
|
19573
20275
|
},
|
|
19574
20276
|
"yearTested": {
|
|
19575
20277
|
"baspiRef": "B4.1.2",
|
|
19576
|
-
"
|
|
20278
|
+
"ta6Ref": "12.1.1",
|
|
20279
|
+
"title": "State the year they were last tested",
|
|
19577
20280
|
"type": "integer"
|
|
19578
20281
|
},
|
|
19579
20282
|
"attachments": {
|
|
19580
20283
|
"baspiRef": "B4.1.3",
|
|
19581
|
-
"
|
|
20284
|
+
"ta6Ref": "12.1.2",
|
|
20285
|
+
"title": "Please upload the test certificate.",
|
|
19582
20286
|
"type": "string",
|
|
19583
20287
|
"enum": ["Attached", "To follow"]
|
|
19584
20288
|
}
|
|
19585
20289
|
},
|
|
19586
|
-
"baspiRequired": ["yearTested", "attachments"]
|
|
20290
|
+
"baspiRequired": ["yearTested", "attachments"],
|
|
20291
|
+
"ta6Required": ["yearTested", "attachments"]
|
|
19587
20292
|
}
|
|
19588
20293
|
]
|
|
19589
20294
|
},
|
|
19590
20295
|
"electricalWorkSince2005": {
|
|
19591
20296
|
"baspiRef": "B4.2",
|
|
19592
20297
|
"rdsRef": "WorksAlterationsChanges/Consent,WorksAlterationsChanges/Consent/Certificates",
|
|
19593
|
-
"
|
|
20298
|
+
"ta6Ref": "12.2",
|
|
19594
20299
|
"title": "Since 1st January 2005, has any electrical work been carried out to the property?",
|
|
19595
20300
|
"type": "object",
|
|
19596
20301
|
"properties": {
|
|
19597
20302
|
"yesNo": {
|
|
19598
20303
|
"baspiRef": "B4.2.1",
|
|
20304
|
+
"ta6Ref": "12.2.1",
|
|
19599
20305
|
"type": "string",
|
|
19600
20306
|
"title": "",
|
|
19601
20307
|
"enum": ["Yes", "No"]
|
|
19602
20308
|
}
|
|
19603
20309
|
},
|
|
19604
20310
|
"baspiRequired": ["yesNo"],
|
|
20311
|
+
"ta6Required": ["yesNo"],
|
|
19605
20312
|
"discriminator": {
|
|
19606
20313
|
"propertyName": "yesNo"
|
|
19607
20314
|
},
|
|
@@ -19631,6 +20338,7 @@
|
|
|
19631
20338
|
},
|
|
19632
20339
|
"attachments": {
|
|
19633
20340
|
"baspiRef": "B4.2.4",
|
|
20341
|
+
"ta6Ref": "12.2.2",
|
|
19634
20342
|
"title": "Please supply the signed Electrical Safety Certificate (BS7671) and Building Regulations Compliance Certificate (or equivalent)",
|
|
19635
20343
|
"type": "string",
|
|
19636
20344
|
"enum": ["Attached", "To follow"]
|
|
@@ -19640,7 +20348,8 @@
|
|
|
19640
20348
|
"yearWorkCarriedOut",
|
|
19641
20349
|
"details",
|
|
19642
20350
|
"attachments"
|
|
19643
|
-
]
|
|
20351
|
+
],
|
|
20352
|
+
"ta6Required": ["attachments"]
|
|
19644
20353
|
}
|
|
19645
20354
|
]
|
|
19646
20355
|
},
|
|
@@ -19651,7 +20360,7 @@
|
|
|
19651
20360
|
"properties": {
|
|
19652
20361
|
"hasSolarPanels": {
|
|
19653
20362
|
"baspiRef": "B4.3.0",
|
|
19654
|
-
"
|
|
20363
|
+
"ta6Ref": "4.6",
|
|
19655
20364
|
"rdsRef": "Property/Flags",
|
|
19656
20365
|
"title": "Are there solar or photovoltaic panels installed at the property?",
|
|
19657
20366
|
"type": "string",
|
|
@@ -19659,6 +20368,7 @@
|
|
|
19659
20368
|
}
|
|
19660
20369
|
},
|
|
19661
20370
|
"baspiRequired": ["hasSolarPanels"],
|
|
20371
|
+
"ta6Required": ["hasSolarPanels"],
|
|
19662
20372
|
"discriminator": {
|
|
19663
20373
|
"propertyName": "hasSolarPanels"
|
|
19664
20374
|
},
|
|
@@ -19677,26 +20387,28 @@
|
|
|
19677
20387
|
},
|
|
19678
20388
|
"yearInstalled": {
|
|
19679
20389
|
"baspiRef": "B4.3.1",
|
|
19680
|
-
"
|
|
20390
|
+
"ta6Ref": "4.6a",
|
|
19681
20391
|
"rdsRef": "Objects/Installation",
|
|
19682
20392
|
"title": "What year were they installed?",
|
|
19683
20393
|
"type": "integer"
|
|
19684
20394
|
},
|
|
19685
20395
|
"panelsOwnedOutright": {
|
|
19686
20396
|
"baspiRef": "B4.3.2",
|
|
19687
|
-
"
|
|
20397
|
+
"ta6Ref": "4.6b",
|
|
19688
20398
|
"rdsRef": "Objects/Ownership",
|
|
19689
20399
|
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
19690
20400
|
"type": "object",
|
|
19691
20401
|
"properties": {
|
|
19692
20402
|
"yesNo": {
|
|
19693
20403
|
"baspiRef": "B4.3.2.1",
|
|
20404
|
+
"ta6Ref": "4.6b1",
|
|
19694
20405
|
"type": "string",
|
|
19695
20406
|
"title": "",
|
|
19696
20407
|
"enum": ["Yes", "No"]
|
|
19697
20408
|
}
|
|
19698
20409
|
},
|
|
19699
20410
|
"baspiRequired": ["yesNo"],
|
|
20411
|
+
"ta6Required": ["yesNo"],
|
|
19700
20412
|
"discriminator": {
|
|
19701
20413
|
"propertyName": "yesNo"
|
|
19702
20414
|
},
|
|
@@ -19732,19 +20444,21 @@
|
|
|
19732
20444
|
},
|
|
19733
20445
|
"panelProviderLease": {
|
|
19734
20446
|
"baspiRef": "B4.3.3",
|
|
19735
|
-
"
|
|
20447
|
+
"ta6Ref": "4.6c",
|
|
19736
20448
|
"rdsRef": "Objects/Ownership",
|
|
19737
20449
|
"title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
|
|
19738
20450
|
"type": "object",
|
|
19739
20451
|
"properties": {
|
|
19740
20452
|
"yesNo": {
|
|
19741
20453
|
"baspiRef": "4.3.3.1",
|
|
20454
|
+
"ta6Ref": "4.6c1",
|
|
19742
20455
|
"type": "string",
|
|
19743
20456
|
"title": "",
|
|
19744
20457
|
"enum": ["Yes", "No"]
|
|
19745
20458
|
}
|
|
19746
20459
|
},
|
|
19747
20460
|
"baspiRequired": ["yesNo"],
|
|
20461
|
+
"ta6Required": ["yesNo"],
|
|
19748
20462
|
"discriminator": {
|
|
19749
20463
|
"propertyName": "yesNo"
|
|
19750
20464
|
},
|
|
@@ -19769,12 +20483,14 @@
|
|
|
19769
20483
|
},
|
|
19770
20484
|
"attachments": {
|
|
19771
20485
|
"baspiRef": "4.3.3.3",
|
|
20486
|
+
"ta6Ref": "4.6c1",
|
|
19772
20487
|
"title": "Please supply copies of the relevant documents",
|
|
19773
20488
|
"type": "string",
|
|
19774
20489
|
"enum": ["Attached", "To follow"]
|
|
19775
20490
|
}
|
|
19776
20491
|
},
|
|
19777
|
-
"baspiRequired": ["details", "attachments"]
|
|
20492
|
+
"baspiRequired": ["details", "attachments"],
|
|
20493
|
+
"ta6Required": ["attachments"]
|
|
19778
20494
|
}
|
|
19779
20495
|
]
|
|
19780
20496
|
},
|
|
@@ -19881,19 +20597,25 @@
|
|
|
19881
20597
|
"lastMaintained",
|
|
19882
20598
|
"inGoodWorkingOrder",
|
|
19883
20599
|
"isConnectedToNationalGrid"
|
|
19884
|
-
]
|
|
20600
|
+
],
|
|
20601
|
+
"ta6Required": [
|
|
20602
|
+
"yearInstalled",
|
|
20603
|
+
"panelsOwnedOutright",
|
|
20604
|
+
"panelProviderLease"
|
|
20605
|
+
]
|
|
19885
20606
|
}
|
|
19886
20607
|
]
|
|
19887
20608
|
},
|
|
19888
20609
|
"electricityMeterLocation": {
|
|
19889
20610
|
"baspiRef": "B4.4",
|
|
19890
|
-
"
|
|
20611
|
+
"ta6Ref": "13.1b",
|
|
19891
20612
|
"rdsRef": "Objects/class='meters|'&access=?&accessLocation=?",
|
|
19892
20613
|
"title": "Location of electricity meter (if any)",
|
|
19893
20614
|
"type": "object",
|
|
19894
20615
|
"properties": {
|
|
19895
20616
|
"description": {
|
|
19896
20617
|
"baspiRef": "4.4.1",
|
|
20618
|
+
"ta6Ref": "13.1b1",
|
|
19897
20619
|
"title": "Describe the location of the meter",
|
|
19898
20620
|
"type": "string",
|
|
19899
20621
|
"minLength": 1
|
|
@@ -19908,13 +20630,14 @@
|
|
|
19908
20630
|
},
|
|
19909
20631
|
"gasMeterLocation": {
|
|
19910
20632
|
"baspiRef": "B4.5",
|
|
19911
|
-
"
|
|
20633
|
+
"ta6Ref": "13.2b",
|
|
19912
20634
|
"rdsRef": "Objects/class='meters'&access=?&accessLocation=?",
|
|
19913
20635
|
"title": "Location of gas meter (if any)",
|
|
19914
20636
|
"type": "object",
|
|
19915
20637
|
"properties": {
|
|
19916
20638
|
"description": {
|
|
19917
20639
|
"baspiRef": "4.5.1",
|
|
20640
|
+
"ta6Ref": "13.2b1",
|
|
19918
20641
|
"title": "Describe the location of the meter",
|
|
19919
20642
|
"type": "string",
|
|
19920
20643
|
"minLength": 1
|
|
@@ -19929,20 +20652,21 @@
|
|
|
19929
20652
|
},
|
|
19930
20653
|
"stopcockLocation": {
|
|
19931
20654
|
"baspiRef": "B4.6.1",
|
|
19932
|
-
"
|
|
20655
|
+
"ta6Ref": "13.3b",
|
|
19933
20656
|
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
|
|
19934
20657
|
"title": "Location of stopcock (if any)",
|
|
19935
20658
|
"type": "object",
|
|
19936
20659
|
"properties": {
|
|
19937
20660
|
"description": {
|
|
19938
20661
|
"baspiRef": "4.6.1.1",
|
|
20662
|
+
"ta6Ref": "13.3b1",
|
|
19939
20663
|
"title": "Describe the location of the stopcock",
|
|
19940
20664
|
"type": "string",
|
|
19941
20665
|
"minLength": 1
|
|
19942
20666
|
},
|
|
19943
20667
|
"attachments": {
|
|
19944
20668
|
"baspiRef": "4.6.1.2",
|
|
19945
|
-
"title": "Photograph of
|
|
20669
|
+
"title": "Photograph of stopcock location",
|
|
19946
20670
|
"type": "string",
|
|
19947
20671
|
"enum": ["Attached", "To follow"]
|
|
19948
20672
|
}
|
|
@@ -19950,13 +20674,14 @@
|
|
|
19950
20674
|
},
|
|
19951
20675
|
"waterMeterLocation": {
|
|
19952
20676
|
"baspiRef": "B4.6.2",
|
|
19953
|
-
"
|
|
20677
|
+
"ta6Ref": "13.3b",
|
|
19954
20678
|
"rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
|
|
19955
20679
|
"title": "Location of water meter (if any)",
|
|
19956
20680
|
"type": "object",
|
|
19957
20681
|
"properties": {
|
|
19958
20682
|
"description": {
|
|
19959
20683
|
"baspiRef": "4.6.2.1",
|
|
20684
|
+
"ta6Ref": "13.3b2",
|
|
19960
20685
|
"title": "Describe the location of the meter",
|
|
19961
20686
|
"type": "string",
|
|
19962
20687
|
"minLength": 1
|
|
@@ -20142,14 +20867,15 @@
|
|
|
20142
20867
|
},
|
|
20143
20868
|
"guaranteesWarrantiesAndIndemnityInsurances": {
|
|
20144
20869
|
"baspiRef": "B5",
|
|
20145
|
-
"
|
|
20870
|
+
"ta6Ref": "5",
|
|
20146
20871
|
"title": "Guarantees, Warranties and Indemnity Insurances",
|
|
20147
20872
|
"type": "object",
|
|
20148
20873
|
"baspiRequired": ["hasValidGuaranteesOrWarranties"],
|
|
20874
|
+
"ta6Required": ["hasValidGuaranteesOrWarranties"],
|
|
20149
20875
|
"properties": {
|
|
20150
20876
|
"hasValidGuaranteesOrWarranties": {
|
|
20151
20877
|
"baspiRef": "B5.1",
|
|
20152
|
-
"
|
|
20878
|
+
"ta6Ref": "5/1",
|
|
20153
20879
|
"rdsRef": "Certificates",
|
|
20154
20880
|
"title": "Are there any valid guarantees or warranties relating to this property?",
|
|
20155
20881
|
"type": "string",
|
|
@@ -20175,12 +20901,13 @@
|
|
|
20175
20901
|
"newHomeWarranty": {
|
|
20176
20902
|
"baspiRef": "B5.1.1",
|
|
20177
20903
|
"rdsRef": "Certificates",
|
|
20178
|
-
"
|
|
20904
|
+
"ta6Ref": "5.1a",
|
|
20179
20905
|
"title": "New Home Warranty (NHBC or similar)",
|
|
20180
20906
|
"type": "object",
|
|
20181
20907
|
"properties": {
|
|
20182
20908
|
"yesNo": {
|
|
20183
20909
|
"baspiRef": "B5.1.1.1",
|
|
20910
|
+
"ta6Ref": "5.1a1",
|
|
20184
20911
|
"type": "string",
|
|
20185
20912
|
"title": "",
|
|
20186
20913
|
"enum": ["Yes", "No"]
|
|
@@ -20205,132 +20932,346 @@
|
|
|
20205
20932
|
},
|
|
20206
20933
|
"details": {
|
|
20207
20934
|
"baspiRef": "B5.1.1.2",
|
|
20935
|
+
"ta6Ref": "5.1a2",
|
|
20208
20936
|
"title": "Please confirm the name of the warranty provider and the date of the warranty",
|
|
20209
20937
|
"type": "string",
|
|
20210
20938
|
"minLength": 1
|
|
20211
20939
|
},
|
|
20212
20940
|
"attachments": {
|
|
20213
20941
|
"baspiRef": "B5.1.1.3",
|
|
20942
|
+
"ta6Ref": "5.1a3",
|
|
20214
20943
|
"title": "",
|
|
20215
20944
|
"type": "string",
|
|
20216
20945
|
"enum": ["Attached", "To follow"]
|
|
20217
20946
|
}
|
|
20218
20947
|
},
|
|
20219
|
-
"baspiRequired": ["details", "attachments"]
|
|
20948
|
+
"baspiRequired": ["details", "attachments"],
|
|
20949
|
+
"ta6Required": ["attachments"]
|
|
20220
20950
|
}
|
|
20221
|
-
]
|
|
20951
|
+
],
|
|
20952
|
+
"ta6Required": ["yesNo"]
|
|
20222
20953
|
},
|
|
20223
20954
|
"roofingWork": {
|
|
20224
20955
|
"baspiRef": "B5.1.2",
|
|
20225
20956
|
"rdsRef": "Certificates",
|
|
20226
|
-
"
|
|
20957
|
+
"ta6Ref": "5.1f",
|
|
20227
20958
|
"title": "Roofing work",
|
|
20228
20959
|
"type": "object",
|
|
20229
20960
|
"properties": {
|
|
20230
20961
|
"yesNo": {
|
|
20231
20962
|
"baspiRef": "B5.1.2.1",
|
|
20963
|
+
"ta6Ref": "5.1f1",
|
|
20232
20964
|
"type": "string",
|
|
20233
20965
|
"title": "",
|
|
20234
20966
|
"enum": ["Yes", "No"]
|
|
20235
20967
|
}
|
|
20236
20968
|
},
|
|
20237
|
-
"baspiRequired": ["yesNo"]
|
|
20969
|
+
"baspiRequired": ["yesNo"],
|
|
20970
|
+
"ta6Required": ["yesNo"],
|
|
20971
|
+
"discriminator": {
|
|
20972
|
+
"propertyName": "yesNo"
|
|
20973
|
+
},
|
|
20974
|
+
"oneOf": [
|
|
20975
|
+
{
|
|
20976
|
+
"properties": {
|
|
20977
|
+
"yesNo": {
|
|
20978
|
+
"enum": ["No"]
|
|
20979
|
+
}
|
|
20980
|
+
}
|
|
20981
|
+
},
|
|
20982
|
+
{
|
|
20983
|
+
"properties": {
|
|
20984
|
+
"yesNo": {
|
|
20985
|
+
"enum": ["Yes"]
|
|
20986
|
+
},
|
|
20987
|
+
"attachments": {
|
|
20988
|
+
"baspiRef": "B5.1.1.2",
|
|
20989
|
+
"ta6Ref": "5.1f2",
|
|
20990
|
+
"title": "",
|
|
20991
|
+
"type": "string",
|
|
20992
|
+
"enum": ["Attached", "To follow"]
|
|
20993
|
+
}
|
|
20994
|
+
},
|
|
20995
|
+
"baspiRequired": ["attachments"],
|
|
20996
|
+
"ta6Required": ["attachments"]
|
|
20997
|
+
}
|
|
20998
|
+
]
|
|
20238
20999
|
},
|
|
20239
21000
|
"dampProofingTreatment": {
|
|
20240
21001
|
"baspiRef": "B5.1.3",
|
|
20241
21002
|
"rdsRef": "Certificates",
|
|
20242
|
-
"
|
|
21003
|
+
"ta6Ref": "5.1b",
|
|
20243
21004
|
"title": "Damp proofing treatment",
|
|
20244
21005
|
"type": "object",
|
|
20245
21006
|
"properties": {
|
|
20246
21007
|
"yesNo": {
|
|
20247
21008
|
"baspiRef": "B5.1.3.1",
|
|
21009
|
+
"ta6Ref": "5.1b1",
|
|
20248
21010
|
"type": "string",
|
|
20249
21011
|
"title": "",
|
|
20250
21012
|
"enum": ["Yes", "No"]
|
|
20251
21013
|
}
|
|
20252
21014
|
},
|
|
20253
|
-
"baspiRequired": ["yesNo"]
|
|
21015
|
+
"baspiRequired": ["yesNo"],
|
|
21016
|
+
"ta6Required": ["yesNo"],
|
|
21017
|
+
"discriminator": {
|
|
21018
|
+
"propertyName": "yesNo"
|
|
21019
|
+
},
|
|
21020
|
+
"oneOf": [
|
|
21021
|
+
{
|
|
21022
|
+
"properties": {
|
|
21023
|
+
"yesNo": {
|
|
21024
|
+
"enum": ["No"]
|
|
21025
|
+
}
|
|
21026
|
+
}
|
|
21027
|
+
},
|
|
21028
|
+
{
|
|
21029
|
+
"properties": {
|
|
21030
|
+
"yesNo": {
|
|
21031
|
+
"enum": ["Yes"]
|
|
21032
|
+
},
|
|
21033
|
+
"attachments": {
|
|
21034
|
+
"baspiRef": "B5.1.1.2",
|
|
21035
|
+
"ta6Ref": "5.1b2",
|
|
21036
|
+
"title": "",
|
|
21037
|
+
"type": "string",
|
|
21038
|
+
"enum": ["Attached", "To follow"]
|
|
21039
|
+
}
|
|
21040
|
+
},
|
|
21041
|
+
"baspiRequired": ["attachments"],
|
|
21042
|
+
"ta6Required": ["attachments"]
|
|
21043
|
+
}
|
|
21044
|
+
]
|
|
20254
21045
|
},
|
|
20255
21046
|
"timberRotOrInfestationTreatment": {
|
|
20256
21047
|
"baspiRef": "B5.1.4",
|
|
20257
21048
|
"rdsRef": "Certificates",
|
|
20258
|
-
"
|
|
21049
|
+
"ta6Ref": "5.1c",
|
|
20259
21050
|
"title": "Timber rot or infestation treatment",
|
|
20260
21051
|
"type": "object",
|
|
20261
21052
|
"properties": {
|
|
20262
21053
|
"yesNo": {
|
|
20263
21054
|
"baspiRef": "B5.1.4.1",
|
|
21055
|
+
"ta6Ref": "5.1c1",
|
|
20264
21056
|
"type": "string",
|
|
20265
21057
|
"title": "",
|
|
20266
21058
|
"enum": ["Yes", "No"]
|
|
20267
21059
|
}
|
|
20268
21060
|
},
|
|
20269
|
-
"baspiRequired": ["yesNo"]
|
|
21061
|
+
"baspiRequired": ["yesNo"],
|
|
21062
|
+
"ta6Required": ["yesNo"],
|
|
21063
|
+
"discriminator": {
|
|
21064
|
+
"propertyName": "yesNo"
|
|
21065
|
+
},
|
|
21066
|
+
"oneOf": [
|
|
21067
|
+
{
|
|
21068
|
+
"properties": {
|
|
21069
|
+
"yesNo": {
|
|
21070
|
+
"enum": ["No"]
|
|
21071
|
+
}
|
|
21072
|
+
}
|
|
21073
|
+
},
|
|
21074
|
+
{
|
|
21075
|
+
"properties": {
|
|
21076
|
+
"yesNo": {
|
|
21077
|
+
"enum": ["Yes"]
|
|
21078
|
+
},
|
|
21079
|
+
"attachments": {
|
|
21080
|
+
"baspiRef": "B5.1.1.2",
|
|
21081
|
+
"ta6Ref": "5.1c2",
|
|
21082
|
+
"title": "",
|
|
21083
|
+
"type": "string",
|
|
21084
|
+
"enum": ["Attached", "To follow"]
|
|
21085
|
+
}
|
|
21086
|
+
},
|
|
21087
|
+
"baspiRequired": ["attachments"],
|
|
21088
|
+
"ta6Required": ["attachments"]
|
|
21089
|
+
}
|
|
21090
|
+
]
|
|
20270
21091
|
},
|
|
20271
21092
|
"centralHeatingAndorPlumbing": {
|
|
20272
21093
|
"baspiRef": "B5.1.5",
|
|
20273
21094
|
"rdsRef": "Certificates",
|
|
20274
|
-
"
|
|
21095
|
+
"ta6Ref": "5.1g",
|
|
20275
21096
|
"title": "Central heating and/or plumbing",
|
|
20276
21097
|
"type": "object",
|
|
20277
21098
|
"properties": {
|
|
20278
21099
|
"yesNo": {
|
|
20279
21100
|
"baspiRef": "B5.1.5.1",
|
|
21101
|
+
"ta6Ref": "5.1g1",
|
|
20280
21102
|
"type": "string",
|
|
20281
21103
|
"title": "",
|
|
20282
21104
|
"enum": ["Yes", "No"]
|
|
20283
21105
|
}
|
|
20284
21106
|
},
|
|
20285
|
-
"baspiRequired": ["yesNo"]
|
|
21107
|
+
"baspiRequired": ["yesNo"],
|
|
21108
|
+
"ta6Required": ["yesNo"],
|
|
21109
|
+
"discriminator": {
|
|
21110
|
+
"propertyName": "yesNo"
|
|
21111
|
+
},
|
|
21112
|
+
"oneOf": [
|
|
21113
|
+
{
|
|
21114
|
+
"properties": {
|
|
21115
|
+
"yesNo": {
|
|
21116
|
+
"enum": ["No"]
|
|
21117
|
+
}
|
|
21118
|
+
}
|
|
21119
|
+
},
|
|
21120
|
+
{
|
|
21121
|
+
"properties": {
|
|
21122
|
+
"yesNo": {
|
|
21123
|
+
"enum": ["Yes"]
|
|
21124
|
+
},
|
|
21125
|
+
"attachments": {
|
|
21126
|
+
"baspiRef": "B5.1.1.2",
|
|
21127
|
+
"ta6Ref": "5.1g2",
|
|
21128
|
+
"title": "",
|
|
21129
|
+
"type": "string",
|
|
21130
|
+
"enum": ["Attached", "To follow"]
|
|
21131
|
+
}
|
|
21132
|
+
},
|
|
21133
|
+
"baspiRequired": ["attachments"],
|
|
21134
|
+
"ta6Required": ["attachments"]
|
|
21135
|
+
}
|
|
21136
|
+
]
|
|
20286
21137
|
},
|
|
20287
21138
|
"doubleGlazing": {
|
|
20288
21139
|
"baspiRef": "B5.1.6",
|
|
20289
21140
|
"rdsRef": "Certificates",
|
|
20290
|
-
"
|
|
21141
|
+
"ta6Ref": "5.1d",
|
|
20291
21142
|
"title": "Double glazing (windows, doors, roof lights, conservatory etc)",
|
|
20292
21143
|
"type": "object",
|
|
20293
21144
|
"properties": {
|
|
20294
21145
|
"yesNo": {
|
|
20295
21146
|
"baspiRef": "B5.1.6.1",
|
|
21147
|
+
"ta6Ref": "5.1d1",
|
|
20296
21148
|
"type": "string",
|
|
20297
21149
|
"title": "",
|
|
20298
21150
|
"enum": ["Yes", "No"]
|
|
20299
21151
|
}
|
|
20300
21152
|
},
|
|
20301
|
-
"baspiRequired": ["yesNo"]
|
|
21153
|
+
"baspiRequired": ["yesNo"],
|
|
21154
|
+
"ta6Required": ["yesNo"],
|
|
21155
|
+
"discriminator": {
|
|
21156
|
+
"propertyName": "yesNo"
|
|
21157
|
+
},
|
|
21158
|
+
"oneOf": [
|
|
21159
|
+
{
|
|
21160
|
+
"properties": {
|
|
21161
|
+
"yesNo": {
|
|
21162
|
+
"enum": ["No"]
|
|
21163
|
+
}
|
|
21164
|
+
}
|
|
21165
|
+
},
|
|
21166
|
+
{
|
|
21167
|
+
"properties": {
|
|
21168
|
+
"yesNo": {
|
|
21169
|
+
"enum": ["Yes"]
|
|
21170
|
+
},
|
|
21171
|
+
"attachments": {
|
|
21172
|
+
"baspiRef": "B5.1.1.2",
|
|
21173
|
+
"ta6Ref": "5.1d2",
|
|
21174
|
+
"title": "",
|
|
21175
|
+
"type": "string",
|
|
21176
|
+
"enum": ["Attached", "To follow"]
|
|
21177
|
+
}
|
|
21178
|
+
},
|
|
21179
|
+
"baspiRequired": ["attachments"],
|
|
21180
|
+
"ta6Required": ["attachments"]
|
|
21181
|
+
}
|
|
21182
|
+
]
|
|
20302
21183
|
},
|
|
20303
21184
|
"electricalRepairOrInstallation": {
|
|
20304
21185
|
"baspiRef": "B5.1.7",
|
|
20305
21186
|
"rdsRef": "Certificates",
|
|
20306
|
-
"
|
|
21187
|
+
"ta6Ref": "5.1e",
|
|
20307
21188
|
"title": "Electrical repair or installation",
|
|
20308
21189
|
"type": "object",
|
|
20309
21190
|
"properties": {
|
|
20310
21191
|
"yesNo": {
|
|
20311
21192
|
"baspiRef": "B5.1.7.1",
|
|
21193
|
+
"ta6Ref": "5.1e1",
|
|
20312
21194
|
"type": "string",
|
|
20313
21195
|
"title": "",
|
|
20314
21196
|
"enum": ["Yes", "No"]
|
|
20315
21197
|
}
|
|
20316
21198
|
},
|
|
20317
|
-
"baspiRequired": ["yesNo"]
|
|
21199
|
+
"baspiRequired": ["yesNo"],
|
|
21200
|
+
"ta6Required": ["yesNo"],
|
|
21201
|
+
"discriminator": {
|
|
21202
|
+
"propertyName": "yesNo"
|
|
21203
|
+
},
|
|
21204
|
+
"oneOf": [
|
|
21205
|
+
{
|
|
21206
|
+
"properties": {
|
|
21207
|
+
"yesNo": {
|
|
21208
|
+
"enum": ["No"]
|
|
21209
|
+
}
|
|
21210
|
+
}
|
|
21211
|
+
},
|
|
21212
|
+
{
|
|
21213
|
+
"properties": {
|
|
21214
|
+
"yesNo": {
|
|
21215
|
+
"enum": ["Yes"]
|
|
21216
|
+
},
|
|
21217
|
+
"attachments": {
|
|
21218
|
+
"baspiRef": "B5.1.1.2",
|
|
21219
|
+
"ta6Ref": "5.1e2",
|
|
21220
|
+
"title": "",
|
|
21221
|
+
"type": "string",
|
|
21222
|
+
"enum": ["Attached", "To follow"]
|
|
21223
|
+
}
|
|
21224
|
+
},
|
|
21225
|
+
"baspiRequired": ["attachments"],
|
|
21226
|
+
"ta6Required": ["attachments"]
|
|
21227
|
+
}
|
|
21228
|
+
]
|
|
20318
21229
|
},
|
|
20319
21230
|
"subsidenceWork": {
|
|
20320
21231
|
"baspiRef": "B5.1.8",
|
|
20321
21232
|
"rdsRef": "Certificates",
|
|
20322
|
-
"
|
|
21233
|
+
"ta6Ref": "5.1h",
|
|
20323
21234
|
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
20324
21235
|
"type": "object",
|
|
20325
21236
|
"properties": {
|
|
20326
21237
|
"yesNo": {
|
|
20327
21238
|
"baspiRef": "B5.1.8.1",
|
|
21239
|
+
"ta6Ref": "5.1h1",
|
|
20328
21240
|
"type": "string",
|
|
20329
21241
|
"title": "",
|
|
20330
21242
|
"enum": ["Yes", "No"]
|
|
20331
21243
|
}
|
|
20332
21244
|
},
|
|
20333
|
-
"baspiRequired": ["yesNo"]
|
|
21245
|
+
"baspiRequired": ["yesNo"],
|
|
21246
|
+
"ta6Required": ["yesNo"],
|
|
21247
|
+
"discriminator": {
|
|
21248
|
+
"propertyName": "yesNo"
|
|
21249
|
+
},
|
|
21250
|
+
"oneOf": [
|
|
21251
|
+
{
|
|
21252
|
+
"properties": {
|
|
21253
|
+
"yesNo": {
|
|
21254
|
+
"enum": ["No"]
|
|
21255
|
+
}
|
|
21256
|
+
}
|
|
21257
|
+
},
|
|
21258
|
+
{
|
|
21259
|
+
"properties": {
|
|
21260
|
+
"yesNo": {
|
|
21261
|
+
"enum": ["Yes"]
|
|
21262
|
+
},
|
|
21263
|
+
"attachments": {
|
|
21264
|
+
"baspiRef": "B5.1.1.2",
|
|
21265
|
+
"ta6Ref": "5.1h2",
|
|
21266
|
+
"title": "",
|
|
21267
|
+
"type": "string",
|
|
21268
|
+
"enum": ["Attached", "To follow"]
|
|
21269
|
+
}
|
|
21270
|
+
},
|
|
21271
|
+
"baspiRequired": ["attachments"],
|
|
21272
|
+
"ta6Required": ["attachments"]
|
|
21273
|
+
}
|
|
21274
|
+
]
|
|
20334
21275
|
},
|
|
20335
21276
|
"solarPanels": {
|
|
20336
21277
|
"baspiRef": "B5.1.9",
|
|
@@ -20345,23 +21286,51 @@
|
|
|
20345
21286
|
"enum": ["Yes", "No"]
|
|
20346
21287
|
}
|
|
20347
21288
|
},
|
|
20348
|
-
"baspiRequired": ["yesNo"]
|
|
21289
|
+
"baspiRequired": ["yesNo"],
|
|
21290
|
+
"discriminator": {
|
|
21291
|
+
"propertyName": "yesNo"
|
|
21292
|
+
},
|
|
21293
|
+
"oneOf": [
|
|
21294
|
+
{
|
|
21295
|
+
"properties": {
|
|
21296
|
+
"yesNo": {
|
|
21297
|
+
"enum": ["No"]
|
|
21298
|
+
}
|
|
21299
|
+
}
|
|
21300
|
+
},
|
|
21301
|
+
{
|
|
21302
|
+
"properties": {
|
|
21303
|
+
"yesNo": {
|
|
21304
|
+
"enum": ["Yes"]
|
|
21305
|
+
},
|
|
21306
|
+
"attachments": {
|
|
21307
|
+
"baspiRef": "B5.1.1.2",
|
|
21308
|
+
"title": "",
|
|
21309
|
+
"type": "string",
|
|
21310
|
+
"enum": ["Attached", "To follow"]
|
|
21311
|
+
}
|
|
21312
|
+
},
|
|
21313
|
+
"baspiRequired": ["attachments"]
|
|
21314
|
+
}
|
|
21315
|
+
]
|
|
20349
21316
|
},
|
|
20350
21317
|
"otherGuarantees": {
|
|
20351
21318
|
"baspiRef": "B5.1.10",
|
|
20352
21319
|
"rdsRef": "Certificates",
|
|
20353
|
-
"
|
|
21320
|
+
"ta6Ref": "5.1i",
|
|
20354
21321
|
"title": "Other Guarantees or warranties",
|
|
20355
21322
|
"type": "object",
|
|
20356
21323
|
"properties": {
|
|
20357
21324
|
"yesNo": {
|
|
20358
21325
|
"baspiRef": "B5.1.10.1",
|
|
21326
|
+
"ta6Ref": "5.1i1",
|
|
20359
21327
|
"type": "string",
|
|
20360
21328
|
"title": "",
|
|
20361
21329
|
"enum": ["Yes", "No"]
|
|
20362
21330
|
}
|
|
20363
21331
|
},
|
|
20364
21332
|
"baspiRequired": ["yesNo"],
|
|
21333
|
+
"ta6Required": ["yesNo"],
|
|
20365
21334
|
"discriminator": {
|
|
20366
21335
|
"propertyName": "yesNo"
|
|
20367
21336
|
},
|
|
@@ -20380,36 +21349,40 @@
|
|
|
20380
21349
|
},
|
|
20381
21350
|
"details": {
|
|
20382
21351
|
"baspiRef": "B5.1.10.2",
|
|
21352
|
+
"ta6Ref": "5.1i2",
|
|
20383
21353
|
"title": "Please provide details",
|
|
20384
21354
|
"type": "string",
|
|
20385
21355
|
"minLength": 1
|
|
21356
|
+
},
|
|
21357
|
+
"attachments": {
|
|
21358
|
+
"ta6Ref": "5.1i3",
|
|
21359
|
+
"title": "",
|
|
21360
|
+
"type": "string",
|
|
21361
|
+
"enum": ["Attached", "To follow"]
|
|
20386
21362
|
}
|
|
20387
21363
|
},
|
|
20388
|
-
"baspiRequired": ["details"]
|
|
21364
|
+
"baspiRequired": ["details"],
|
|
21365
|
+
"ta6Required": ["details", "attachments"]
|
|
20389
21366
|
}
|
|
20390
21367
|
]
|
|
20391
21368
|
},
|
|
20392
|
-
"willLeaveGuaranteePaperwork": {
|
|
20393
|
-
"baspiRef": "B5.1.11",
|
|
20394
|
-
"RDSRef": "Property/Flags",
|
|
20395
|
-
"title": "Please confirm that you will leave all paperwork relating to any guarantee or warranty at the property when you move out",
|
|
20396
|
-
"type": "boolean"
|
|
20397
|
-
},
|
|
20398
21369
|
"outstandingClaimsOrApplications": {
|
|
20399
21370
|
"baspiRef": "B5.2",
|
|
20400
21371
|
"rdsRef": "Certificates",
|
|
20401
|
-
"
|
|
21372
|
+
"ta6Ref": "5.2",
|
|
20402
21373
|
"title": "Are there any outstanding claims or current applications relating to any of the above?",
|
|
20403
21374
|
"type": "object",
|
|
20404
21375
|
"properties": {
|
|
20405
21376
|
"yesNo": {
|
|
20406
21377
|
"baspiRef": "B5.2.1",
|
|
21378
|
+
"ta6Ref": "5.2.1",
|
|
20407
21379
|
"type": "string",
|
|
20408
21380
|
"title": "",
|
|
20409
21381
|
"enum": ["Yes", "No"]
|
|
20410
21382
|
}
|
|
20411
21383
|
},
|
|
20412
21384
|
"baspiRequired": ["yesNo"],
|
|
21385
|
+
"ta6Required": ["yesNo"],
|
|
20413
21386
|
"discriminator": {
|
|
20414
21387
|
"propertyName": "yesNo"
|
|
20415
21388
|
},
|
|
@@ -20428,18 +21401,21 @@
|
|
|
20428
21401
|
},
|
|
20429
21402
|
"details": {
|
|
20430
21403
|
"baspiRef": "B5.2.2",
|
|
21404
|
+
"ta6Ref": "5.2.2",
|
|
20431
21405
|
"title": "Please provide details",
|
|
20432
21406
|
"type": "string",
|
|
20433
21407
|
"minLength": 1
|
|
20434
21408
|
},
|
|
20435
21409
|
"attachments": {
|
|
20436
21410
|
"baspiRef": "B5.2.3",
|
|
21411
|
+
"ta6Ref": "5.2.3",
|
|
20437
21412
|
"title": "",
|
|
20438
21413
|
"type": "string",
|
|
20439
21414
|
"enum": ["Attached", "To follow"]
|
|
20440
21415
|
}
|
|
20441
21416
|
},
|
|
20442
|
-
"baspiRequired": ["details"]
|
|
21417
|
+
"baspiRequired": ["details"],
|
|
21418
|
+
"ta6Required": ["details"]
|
|
20443
21419
|
}
|
|
20444
21420
|
]
|
|
20445
21421
|
},
|
|
@@ -20503,16 +21479,27 @@
|
|
|
20503
21479
|
"subsidenceWork",
|
|
20504
21480
|
"solarPanels",
|
|
20505
21481
|
"otherGuarantees",
|
|
20506
|
-
"willLeaveGuaranteePaperwork",
|
|
20507
21482
|
"outstandingClaimsOrApplications",
|
|
20508
21483
|
"titleDefectInsurance"
|
|
21484
|
+
],
|
|
21485
|
+
"ta6Required": [
|
|
21486
|
+
"newHomeWarranty",
|
|
21487
|
+
"roofingWork",
|
|
21488
|
+
"dampProofingTreatment",
|
|
21489
|
+
"timberRotOrInfestationTreatment",
|
|
21490
|
+
"centralHeatingAndorPlumbing",
|
|
21491
|
+
"doubleGlazing",
|
|
21492
|
+
"electricalRepairOrInstallation",
|
|
21493
|
+
"subsidenceWork",
|
|
21494
|
+
"otherGuarantees",
|
|
21495
|
+
"outstandingClaimsOrApplications"
|
|
20509
21496
|
]
|
|
20510
21497
|
}
|
|
20511
21498
|
]
|
|
20512
21499
|
},
|
|
20513
21500
|
"occupiers": {
|
|
20514
21501
|
"baspiRef": "B6",
|
|
20515
|
-
"
|
|
21502
|
+
"ta6Ref": "11",
|
|
20516
21503
|
"title": "Occupiers",
|
|
20517
21504
|
"type": "object",
|
|
20518
21505
|
"baspiRequired": ["sellerLivesAtProperty", "othersAged17OrOver"],
|
|
@@ -20520,30 +21507,32 @@
|
|
|
20520
21507
|
"sellerLivesAtProperty": {
|
|
20521
21508
|
"baspiRef": "B6.1",
|
|
20522
21509
|
"rdsRef": "Property/Flags",
|
|
20523
|
-
"
|
|
21510
|
+
"ta6Ref": "11.1",
|
|
20524
21511
|
"title": "Does the seller live at the property?",
|
|
20525
21512
|
"type": "object",
|
|
20526
21513
|
"properties": {
|
|
20527
21514
|
"yesNo": {
|
|
20528
21515
|
"baspiRef": "B6.1.1",
|
|
21516
|
+
"ta6Ref": "11.1.1",
|
|
20529
21517
|
"type": "string",
|
|
20530
21518
|
"title": "",
|
|
20531
21519
|
"enum": ["Yes", "No"]
|
|
20532
21520
|
}
|
|
20533
21521
|
},
|
|
20534
|
-
"baspiRequired": ["yesNo"]
|
|
21522
|
+
"baspiRequired": ["yesNo"],
|
|
21523
|
+
"ta6Required": ["yesNo"]
|
|
20535
21524
|
},
|
|
20536
21525
|
"othersAged17OrOver": {
|
|
20537
21526
|
"baspiRef": "B6.2",
|
|
20538
21527
|
"rdsRef": "Participants",
|
|
20539
|
-
"
|
|
21528
|
+
"ta6Ref": "11.2",
|
|
20540
21529
|
"type": "object",
|
|
20541
21530
|
"baspiRequired": ["hasOthersAged17OrOver"],
|
|
20542
21531
|
"properties": {
|
|
20543
21532
|
"hasOthersAged17OrOver": {
|
|
20544
21533
|
"baspiRef": "B6.2.1",
|
|
20545
21534
|
"rdsRef": "Participants",
|
|
20546
|
-
"
|
|
21535
|
+
"ta6Ref": "11.2",
|
|
20547
21536
|
"title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
|
|
20548
21537
|
"type": "string",
|
|
20549
21538
|
"enum": ["Yes", "No"]
|
|
@@ -20567,7 +21556,7 @@
|
|
|
20567
21556
|
},
|
|
20568
21557
|
"aged17OrOverNames": {
|
|
20569
21558
|
"baspiRef": "B6.2.1",
|
|
20570
|
-
"
|
|
21559
|
+
"ta6Ref": "11.3",
|
|
20571
21560
|
"title": "Please provide their full names and ages.",
|
|
20572
21561
|
"type": "string",
|
|
20573
21562
|
"minLength": 1
|
|
@@ -20575,27 +21564,31 @@
|
|
|
20575
21564
|
"aged17OrOverTenantsOrLodgers": {
|
|
20576
21565
|
"baspiRef": "B6.2.2",
|
|
20577
21566
|
"rdsRef": "Property/Flags",
|
|
20578
|
-
"
|
|
21567
|
+
"ta6Ref": "11.4",
|
|
20579
21568
|
"title": "Are any of them tenants or lodgers?",
|
|
20580
21569
|
"type": "object",
|
|
20581
21570
|
"properties": {
|
|
20582
21571
|
"yesNo": {
|
|
20583
21572
|
"baspiRef": "B6.2.2.1",
|
|
21573
|
+
"ta6Ref": "11.4.1",
|
|
20584
21574
|
"type": "string",
|
|
20585
21575
|
"title": "",
|
|
20586
21576
|
"enum": ["Yes", "No"]
|
|
20587
21577
|
}
|
|
20588
21578
|
},
|
|
20589
|
-
"baspiRequired": ["yesNo"]
|
|
21579
|
+
"baspiRequired": ["yesNo"],
|
|
21580
|
+
"ta6Required": ["yesNo"]
|
|
20590
21581
|
},
|
|
20591
21582
|
"vacantPossession": {
|
|
20592
21583
|
"baspiRef": "B6.2.2",
|
|
20593
|
-
"
|
|
21584
|
+
"ta6Ref": "11.5",
|
|
20594
21585
|
"type": "object",
|
|
20595
21586
|
"baspiRequired": ["soldWithVacantPossession"],
|
|
21587
|
+
"ta6Required": ["soldWithVacantPossession"],
|
|
20596
21588
|
"properties": {
|
|
20597
21589
|
"soldWithVacantPossession": {
|
|
20598
21590
|
"baspiRef": "B6.4",
|
|
21591
|
+
"ta6Ref": "11.5.1",
|
|
20599
21592
|
"type": "string",
|
|
20600
21593
|
"title": "Is the property being sold with vacant possession?",
|
|
20601
21594
|
"enum": ["Yes", "No"]
|
|
@@ -20633,34 +21626,38 @@
|
|
|
20633
21626
|
"aged17OrOverAgreedToLeave": {
|
|
20634
21627
|
"baspiRef": "B6.3.1",
|
|
20635
21628
|
"rdsRef": "RightsHolders,TenureAgreements,Notifications",
|
|
20636
|
-
"
|
|
21629
|
+
"ta6Ref": "11.5a",
|
|
20637
21630
|
"title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
|
|
20638
21631
|
"type": "object",
|
|
20639
21632
|
"properties": {
|
|
20640
21633
|
"yesNo": {
|
|
20641
21634
|
"baspiRef": "B6.3.1.1",
|
|
21635
|
+
"ta6Ref": "11.5a1",
|
|
20642
21636
|
"type": "string",
|
|
20643
21637
|
"title": "",
|
|
20644
21638
|
"enum": ["Yes", "No"]
|
|
20645
21639
|
}
|
|
20646
21640
|
},
|
|
20647
|
-
"baspiRequired": ["yesNo"]
|
|
21641
|
+
"baspiRequired": ["yesNo"],
|
|
21642
|
+
"ta6Required": ["yesNo"]
|
|
20648
21643
|
},
|
|
20649
21644
|
"aged17OrOverWillSignToConfirmWillVacate": {
|
|
20650
21645
|
"baspiRef": "B6.3.2",
|
|
20651
21646
|
"rdsRef": "RightsHolders,TenureAgreements,Notifications",
|
|
20652
|
-
"
|
|
21647
|
+
"ta6Ref": "11.5b",
|
|
20653
21648
|
"title": "Have all occupiers aged 17 or over, agreed to sign the sale contract to confirm that they will vacate the property prior to completion of the sale?",
|
|
20654
21649
|
"type": "object",
|
|
20655
21650
|
"properties": {
|
|
20656
21651
|
"yesNo": {
|
|
20657
21652
|
"baspiRef": "B6.3.2.1",
|
|
21653
|
+
"ta6Ref": "11.5b1",
|
|
20658
21654
|
"type": "string",
|
|
20659
21655
|
"title": "",
|
|
20660
21656
|
"enum": ["Yes", "No"]
|
|
20661
21657
|
}
|
|
20662
21658
|
},
|
|
20663
21659
|
"baspiRequired": ["yesNo"],
|
|
21660
|
+
"ta6Required": ["yesNo"],
|
|
20664
21661
|
"discriminator": {
|
|
20665
21662
|
"propertyName": "yesNo"
|
|
20666
21663
|
},
|
|
@@ -20679,18 +21676,23 @@
|
|
|
20679
21676
|
},
|
|
20680
21677
|
"details": {
|
|
20681
21678
|
"baspiRef": "B6.3.2.2",
|
|
20682
|
-
"title": "Please
|
|
21679
|
+
"title": "Please provide details (eg the property is sold let to tenants)",
|
|
20683
21680
|
"type": "string",
|
|
20684
21681
|
"minLength": 1
|
|
20685
21682
|
},
|
|
20686
21683
|
"attachments": {
|
|
20687
21684
|
"baspiRef": "B6.3.2.3",
|
|
20688
|
-
"
|
|
21685
|
+
"ta6Ref": "11.5b2",
|
|
21686
|
+
"title": "Please supply other evidence that the property will be vacant on completion (a copy of the tenancy agreement together with a copy of any notice to quit which has been served upon them).",
|
|
20689
21687
|
"type": "string",
|
|
20690
21688
|
"enum": ["Attached", "To follow"]
|
|
20691
21689
|
}
|
|
20692
21690
|
},
|
|
20693
|
-
"baspiRequired": [
|
|
21691
|
+
"baspiRequired": [
|
|
21692
|
+
"details",
|
|
21693
|
+
"attachments"
|
|
21694
|
+
],
|
|
21695
|
+
"ta6Required": ["attachments"]
|
|
20694
21696
|
}
|
|
20695
21697
|
]
|
|
20696
21698
|
}
|
|
@@ -20698,6 +21700,10 @@
|
|
|
20698
21700
|
"baspiRequired": [
|
|
20699
21701
|
"aged17OrOverAgreedToLeave",
|
|
20700
21702
|
"aged17OrOverWillSignToConfirmWillVacate"
|
|
21703
|
+
],
|
|
21704
|
+
"ta6Required": [
|
|
21705
|
+
"aged17OrOverAgreedToLeave",
|
|
21706
|
+
"aged17OrOverWillSignToConfirmWillVacate"
|
|
20701
21707
|
]
|
|
20702
21708
|
}
|
|
20703
21709
|
]
|
|
@@ -20707,15 +21713,22 @@
|
|
|
20707
21713
|
"aged17OrOverNames",
|
|
20708
21714
|
"aged17OrOverTenantsOrLodgers",
|
|
20709
21715
|
"vacantPossession"
|
|
21716
|
+
],
|
|
21717
|
+
"ta6Required": [
|
|
21718
|
+
"aged17OrOverNames",
|
|
21719
|
+
"aged17OrOverTenantsOrLodgers",
|
|
21720
|
+
"vacantPossession"
|
|
20710
21721
|
]
|
|
20711
21722
|
}
|
|
20712
|
-
]
|
|
21723
|
+
],
|
|
21724
|
+
"ta6Required": ["hasOthersAged17OrOver"]
|
|
20713
21725
|
}
|
|
20714
|
-
}
|
|
21726
|
+
},
|
|
21727
|
+
"ta6Required": ["sellerLivesAtProperty", "othersAged17OrOver"]
|
|
20715
21728
|
},
|
|
20716
21729
|
"completionAndMoving": {
|
|
20717
21730
|
"baspiRef": "B7",
|
|
20718
|
-
"
|
|
21731
|
+
"ta6Ref": "14",
|
|
20719
21732
|
"title": "Completion and Moving",
|
|
20720
21733
|
"type": "object",
|
|
20721
21734
|
"baspiRequired": [
|
|
@@ -20725,6 +21738,13 @@
|
|
|
20725
21738
|
"digitalPropertyLogbook",
|
|
20726
21739
|
"sufficientToRepayAllMortgages"
|
|
20727
21740
|
],
|
|
21741
|
+
"ta6Required": [
|
|
21742
|
+
"willRemoveAllRubbish",
|
|
21743
|
+
"otherPropertyInChain",
|
|
21744
|
+
"moveRestrictionDates",
|
|
21745
|
+
"digitalPropertyLogbook",
|
|
21746
|
+
"sufficientToRepayAllMortgages"
|
|
21747
|
+
],
|
|
20728
21748
|
"properties": {
|
|
20729
21749
|
"willRemoveAllRubbish": {
|
|
20730
21750
|
"baspiRef": "B7.1",
|
|
@@ -20737,18 +21757,20 @@
|
|
|
20737
21757
|
"otherPropertyInChain": {
|
|
20738
21758
|
"baspiRef": "B7.2",
|
|
20739
21759
|
"rdsRef": "RightsHolders/Flags",
|
|
20740
|
-
"
|
|
21760
|
+
"ta6Ref": "14.1",
|
|
20741
21761
|
"title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
|
|
20742
21762
|
"type": "object",
|
|
20743
21763
|
"properties": {
|
|
20744
21764
|
"yesNo": {
|
|
20745
21765
|
"baspiRef": "B7.2.1",
|
|
21766
|
+
"ta6Ref": "14.1.1",
|
|
20746
21767
|
"type": "string",
|
|
20747
21768
|
"title": "",
|
|
20748
21769
|
"enum": ["Yes", "No"]
|
|
20749
21770
|
}
|
|
20750
21771
|
},
|
|
20751
21772
|
"baspiRequired": ["yesNo"],
|
|
21773
|
+
"ta6Required": ["yesNo"],
|
|
20752
21774
|
"discriminator": {
|
|
20753
21775
|
"propertyName": "yesNo"
|
|
20754
21776
|
},
|
|
@@ -20816,7 +21838,7 @@
|
|
|
20816
21838
|
"moveRestrictionDates": {
|
|
20817
21839
|
"baspiRef": "B7.3",
|
|
20818
21840
|
"rdsRef": "RightsHolders/Text",
|
|
20819
|
-
"
|
|
21841
|
+
"ta6Ref": "14.2",
|
|
20820
21842
|
"title": "Are there any dates on which you cannot move?",
|
|
20821
21843
|
"description": "Note that: the moving date will not be fixed until contracts are exchanged i.e. have become binding, until then you should only make provisional removal arrangements; you do not need to be physically present on the day of completion so long as the property is cleared; timescales to completion vary depending on the complexity of the transaction, length of the chain and requirements of the people involved.",
|
|
20822
21844
|
"type": "object",
|
|
@@ -20829,6 +21851,7 @@
|
|
|
20829
21851
|
}
|
|
20830
21852
|
},
|
|
20831
21853
|
"baspiRequired": ["yesNo"],
|
|
21854
|
+
"ta6Required": ["yesNo"],
|
|
20832
21855
|
"discriminator": {
|
|
20833
21856
|
"propertyName": "yesNo"
|
|
20834
21857
|
},
|
|
@@ -20845,18 +21868,13 @@
|
|
|
20845
21868
|
"yesNo": {
|
|
20846
21869
|
"enum": ["Yes"]
|
|
20847
21870
|
},
|
|
20848
|
-
"
|
|
21871
|
+
"details": {
|
|
20849
21872
|
"baspiRef": "B7.3.2",
|
|
20850
|
-
"type": "
|
|
20851
|
-
"items": {
|
|
20852
|
-
"baspiRef": "B7.3.2.1",
|
|
20853
|
-
"type": "string",
|
|
20854
|
-
"format": "date"
|
|
20855
|
-
},
|
|
20856
|
-
"minItems": 1
|
|
21873
|
+
"type": "string"
|
|
20857
21874
|
}
|
|
20858
21875
|
},
|
|
20859
|
-
"baspiRequired": ["
|
|
21876
|
+
"baspiRequired": ["details"],
|
|
21877
|
+
"ta6Required": ["details"]
|
|
20860
21878
|
}
|
|
20861
21879
|
]
|
|
20862
21880
|
},
|
|
@@ -20911,7 +21929,7 @@
|
|
|
20911
21929
|
},
|
|
20912
21930
|
"sufficientToRepayAllMortgages": {
|
|
20913
21931
|
"baspiRef": "B7.6",
|
|
20914
|
-
"
|
|
21932
|
+
"ta6Ref": "14.3",
|
|
20915
21933
|
"title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
|
|
20916
21934
|
"type": "object",
|
|
20917
21935
|
"properties": {
|
|
@@ -20919,21 +21937,24 @@
|
|
|
20919
21937
|
"baspiRef": "A7.6.1",
|
|
20920
21938
|
"type": "string",
|
|
20921
21939
|
"title": "",
|
|
20922
|
-
"enum": ["Yes", "No"]
|
|
21940
|
+
"enum": ["Yes", "No", "Not applicable"]
|
|
20923
21941
|
}
|
|
20924
21942
|
},
|
|
20925
|
-
"baspiRequired": ["yesNo"]
|
|
21943
|
+
"baspiRequired": ["yesNo"],
|
|
21944
|
+
"ta6Required": ["yesNo"]
|
|
20926
21945
|
}
|
|
20927
21946
|
}
|
|
20928
21947
|
},
|
|
20929
21948
|
"confirmationOfAccuracyByOwners": {
|
|
20930
21949
|
"baspiRef": "B8",
|
|
21950
|
+
"ta6Ref": "14.5",
|
|
20931
21951
|
"title": "Confirmation to be supplied by all owners or their representative",
|
|
20932
21952
|
"type": "object",
|
|
20933
21953
|
"baspiRequired": [
|
|
20934
21954
|
"confirmWillProvideAdditionalDocumentation",
|
|
20935
21955
|
"confirmInformationIsAccurate"
|
|
20936
21956
|
],
|
|
21957
|
+
"ta6Required": ["confirmInformationIsAccurate"],
|
|
20937
21958
|
"properties": {
|
|
20938
21959
|
"confirmWillProvideAdditionalDocumentation": {
|
|
20939
21960
|
"baspiRef": "B8.1",
|
|
@@ -20942,6 +21963,7 @@
|
|
|
20942
21963
|
},
|
|
20943
21964
|
"confirmInformationIsAccurate": {
|
|
20944
21965
|
"baspiRef": "B8.2",
|
|
21966
|
+
"ta6Ref": "14.5.1",
|
|
20945
21967
|
"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",
|
|
20946
21968
|
"type": "boolean"
|
|
20947
21969
|
}
|