@pdtf/schemas 2.0.0-23 → 2.0.0-25

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.
@@ -4,7 +4,8 @@
4
4
  "type": "object",
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
- "baspiRequired": ["transactionId", "status", "participants", "propertyPack"],
7
+ "baspiRequired": ["participants", "propertyPack"],
8
+ "ta6Required": ["participants", "propertyPack"],
8
9
  "properties": {
9
10
  "$schema": {
10
11
  "type": "string"
@@ -125,8 +126,11 @@
125
126
  },
126
127
  "propertyPack": {
127
128
  "baspiRef": "-",
129
+ "ta6Ref": "-",
128
130
  "title": "Property Pack",
129
131
  "type": "object",
132
+ "baspiRequired": ["materialFacts", "additionalLegalInfo"],
133
+ "ta6Required": ["materialFacts", "additionalLegalInfo"],
130
134
  "properties": {
131
135
  "materialFacts": {
132
136
  "type": "object",
@@ -159,6 +163,26 @@
159
163
  "additionalInformation",
160
164
  "consumerProtectionRegulationsDeclaration"
161
165
  ],
166
+ "ta6Required": [
167
+ "address",
168
+ "ownership",
169
+ "parking",
170
+ "listingAndConservation",
171
+ "typeOfConstruction",
172
+ "energyEfficiency",
173
+ "councilTax",
174
+ "disputesAndComplaints",
175
+ "alterationsAndChanges",
176
+ "notices",
177
+ "specialistIssues",
178
+ "waterAndDrainage",
179
+ "connectedUtilities",
180
+ "centralHeating",
181
+ "insurance",
182
+ "rightsAndInformalArrangements",
183
+ "environmentalIssues",
184
+ "additionalInformation"
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": { "type": "number" },
333
- "MaxBbPredictedUp": { "type": "number" },
334
- "MaxSfbbPredictedDown": { "type": "number" },
335
- "MaxSfbbPredictedUp": { "type": "number" },
336
- "MaxUfbbPredictedDown": { "type": "number" },
337
- "MaxUfbbPredictedUp": { "type": "number" },
338
- "MaxPredictedDown": { "type": "number" },
339
- "MaxPredictedUp": { "type": "number" }
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": { "type": "integer" },
347
- "EEVoiceOutdoorNo4g": { "type": "integer" },
348
- "EEVoiceIndoor": { "type": "integer" },
349
- "EEVoiceIndoorNo4g": { "type": "integer" },
350
- "EEDataOutdoor": { "type": "integer" },
351
- "EEDataOutdoorNo4g": { "type": "integer" },
352
- "EEDataIndoor": { "type": "integer" },
353
- "EEDataIndoorNo4g": { "type": "integer" },
354
- "H3VoiceOutdoor": { "type": "integer" },
355
- "H3VoiceOutdoorNo4g": { "type": "integer" },
356
- "H3VoiceIndoor": { "type": "integer" },
357
- "H3VoiceIndoorNo4g": { "type": "integer" },
358
- "H3DataOutdoor": { "type": "integer" },
359
- "H3DataOutdoorNo4g": { "type": "integer" },
360
- "H3DataIndoor": { "type": "integer" },
361
- "H3DataIndoorNo4g": { "type": "integer" },
362
- "TFVoiceOutdoor": { "type": "integer" },
363
- "TFVoiceOutdoorNo4g": { "type": "integer" },
364
- "TFVoiceIndoor": { "type": "integer" },
365
- "TFVoiceIndoorNo4g": { "type": "integer" },
366
- "TFDataOutdoor": { "type": "integer" },
367
- "TFDataOutdoorNo4g": { "type": "integer" },
368
- "TFDataIndoor": { "type": "integer" },
369
- "TFDataIndoorNo4g": { "type": "integer" },
370
- "VOVoiceOutdoor": { "type": "integer" },
371
- "VOVoiceOutdoorNo4g": { "type": "integer" },
372
- "VOVoiceIndoor": { "type": "integer" },
373
- "VOVoiceIndoorNo4g": { "type": "integer" },
374
- "VODataOutdoor": { "type": "integer" },
375
- "VODataOutdoorNo4g": { "type": "integer" },
376
- "VODataIndoor": { "type": "integer" },
377
- "VODataIndoorNo4g": { "type": "integer" }
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 (if known)",
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,17 @@
7982
8130
  },
7983
8131
  "disputesAndComplaints": {
7984
8132
  "baspiRef": "A2",
7985
- "TA6Ref": "2",
8133
+ "ta6Ref": "2",
7986
8134
  "title": "Disputes and Complaints",
7987
8135
  "type": "object",
7988
- "baspiRequired": ["hasDisputesAndComplaints"],
8136
+ "baspiRequired": [
8137
+ "hasDisputesAndComplaints",
8138
+ "leadingToDisputesAndComplaints"
8139
+ ],
8140
+ "ta6Required": [
8141
+ "hasDisputesAndComplaints",
8142
+ "leadingToDisputesAndComplaints"
8143
+ ],
7989
8144
  "properties": {
7990
8145
  "hasDisputesAndComplaints": {
7991
8146
  "baspiRef": "A2.1.1",
@@ -7997,13 +8152,14 @@
7997
8152
  "properties": {
7998
8153
  "yesNo": {
7999
8154
  "baspiRef": "A2.1.1.1",
8000
- "TA6Ref": "2.1.1",
8155
+ "ta6Ref": "2.1.1",
8001
8156
  "type": "string",
8002
8157
  "title": "",
8003
8158
  "enum": ["Yes", "No"]
8004
8159
  }
8005
8160
  },
8006
8161
  "baspiRequired": ["yesNo"],
8162
+ "ta6Required": ["yesNo"],
8007
8163
  "discriminator": {
8008
8164
  "propertyName": "yesNo"
8009
8165
  },
@@ -8022,13 +8178,14 @@
8022
8178
  },
8023
8179
  "details": {
8024
8180
  "baspiRef": "A2.1.1.2",
8025
- "TA6Ref": "2.1.2",
8181
+ "ta6Ref": "2.1.2",
8026
8182
  "title": "Please give details",
8027
8183
  "type": "string",
8028
8184
  "minLength": 1
8029
8185
  }
8030
8186
  },
8031
- "baspiRequired": ["details"]
8187
+ "baspiRequired": ["details"],
8188
+ "ta6Required": ["details"]
8032
8189
  }
8033
8190
  ]
8034
8191
  },
@@ -8041,13 +8198,14 @@
8041
8198
  "properties": {
8042
8199
  "yesNo": {
8043
8200
  "baspiRef": "A2.1.2.1",
8044
- "TA6Ref": "2.1.1",
8201
+ "ta6Ref": "2.2.1",
8045
8202
  "type": "string",
8046
8203
  "title": "",
8047
8204
  "enum": ["Yes", "No"]
8048
8205
  }
8049
8206
  },
8050
8207
  "baspiRequired": ["yesNo"],
8208
+ "ta6Required": ["yesNo"],
8051
8209
  "discriminator": {
8052
8210
  "propertyName": "yesNo"
8053
8211
  },
@@ -8066,13 +8224,14 @@
8066
8224
  },
8067
8225
  "details": {
8068
8226
  "baspiRef": "A2.1.2.2",
8069
- "TA6Ref": "2.1.2",
8227
+ "ta6Ref": "2.2.2",
8070
8228
  "title": "Please give details",
8071
8229
  "type": "string",
8072
8230
  "minLength": 1
8073
8231
  }
8074
8232
  },
8075
- "baspiRequired": ["details"]
8233
+ "baspiRequired": ["details"],
8234
+ "ta6Required": ["details"]
8076
8235
  }
8077
8236
  ]
8078
8237
  }
@@ -8089,6 +8248,16 @@
8089
8248
  "changeOfUse",
8090
8249
  "windowReplacementsSince2002",
8091
8250
  "hasAddedConservatory",
8251
+ "worksUnfinished",
8252
+ "planningPermissionBreaches",
8253
+ "unresolvedPlanningIssues"
8254
+ ],
8255
+ "ta6Required": [
8256
+ "hasStructuralAlterations",
8257
+ "changeOfUse",
8258
+ "windowReplacementsSince2002",
8259
+ "hasAddedConservatory",
8260
+ "worksUnfinished",
8092
8261
  "planningPermissionBreaches",
8093
8262
  "unresolvedPlanningIssues"
8094
8263
  ],
@@ -8109,6 +8278,7 @@
8109
8278
  }
8110
8279
  },
8111
8280
  "baspiRequired": ["yesNo"],
8281
+ "ta6Required": ["yesNo"],
8112
8282
  "discriminator": {
8113
8283
  "propertyName": "yesNo"
8114
8284
  },
@@ -8127,7 +8297,7 @@
8127
8297
  },
8128
8298
  "details": {
8129
8299
  "baspiRef": "A3.1.2",
8130
- "ta6Ref": "4.1a1",
8300
+ "ta6Ref": "4.1a2",
8131
8301
  "title": "Please give details including dates of all work undertaken",
8132
8302
  "type": "string",
8133
8303
  "minLength": 1
@@ -8148,6 +8318,7 @@
8148
8318
  }
8149
8319
  },
8150
8320
  "baspiRequired": ["yesNo"],
8321
+ "ta6Required": ["yesNo"],
8151
8322
  "discriminator": {
8152
8323
  "propertyName": "yesNo"
8153
8324
  },
@@ -8159,13 +8330,14 @@
8159
8330
  },
8160
8331
  "attachments": {
8161
8332
  "baspiRef": "A3.5.1.3",
8162
- "ta6Ref": "4.2.2",
8333
+ "ta6Ref": "4.2a",
8163
8334
  "title": "Please provide a copy of the documents",
8164
8335
  "type": "string",
8165
8336
  "enum": ["Attached", "To follow"]
8166
8337
  }
8167
8338
  },
8168
- "baspiRequired": ["attachments"]
8339
+ "baspiRequired": ["attachments"],
8340
+ "ta6Required": ["attachments"]
8169
8341
  },
8170
8342
  {
8171
8343
  "properties": {
@@ -8174,14 +8346,15 @@
8174
8346
  },
8175
8347
  "details": {
8176
8348
  "baspiRef": "A3.5.1.2",
8177
- "ta6Ref": "4.2.3",
8349
+ "ta6Ref": "4.2b",
8178
8350
  "title": "Please outline the reasons why",
8179
8351
  "description": "e.g. the work was exempt from Building Regulations",
8180
8352
  "type": "string",
8181
8353
  "minLength": 1
8182
8354
  }
8183
8355
  },
8184
- "baspiRequired": ["details"]
8356
+ "baspiRequired": ["details"],
8357
+ "ta6Required": ["details"]
8185
8358
  }
8186
8359
  ]
8187
8360
  },
@@ -8200,6 +8373,7 @@
8200
8373
  }
8201
8374
  },
8202
8375
  "baspiRequired": ["yesNo"],
8376
+ "ta6Required": ["yesNo"],
8203
8377
  "discriminator": {
8204
8378
  "propertyName": "yesNo"
8205
8379
  },
@@ -8211,13 +8385,14 @@
8211
8385
  },
8212
8386
  "attachments": {
8213
8387
  "baspiRef": "A3.5.2.3",
8214
- "ta6Ref": "4.2.2",
8388
+ "ta6Ref": "4.2a",
8215
8389
  "title": "Please provide a copy of the documents",
8216
8390
  "type": "string",
8217
8391
  "enum": ["Attached", "To follow"]
8218
8392
  }
8219
8393
  },
8220
- "baspiRequired": ["attachments"]
8394
+ "baspiRequired": ["attachments"],
8395
+ "ta6Required": ["attachments"]
8221
8396
  },
8222
8397
  {
8223
8398
  "properties": {
@@ -8226,14 +8401,15 @@
8226
8401
  },
8227
8402
  "details": {
8228
8403
  "baspiRef": "A3.5.2.2",
8229
- "ta6Ref": "4.2.3",
8404
+ "ta6Ref": "4.2b",
8230
8405
  "title": "Please outline the reasons why",
8231
8406
  "description": "e.g. permitted development rights applied",
8232
8407
  "type": "string",
8233
8408
  "minLength": 1
8234
8409
  }
8235
8410
  },
8236
- "baspiRequired": ["details"]
8411
+ "baspiRequired": ["details"],
8412
+ "ta6Required": ["details"]
8237
8413
  }
8238
8414
  ]
8239
8415
  },
@@ -8267,7 +8443,8 @@
8267
8443
  "enum": ["Attached", "To follow"]
8268
8444
  }
8269
8445
  },
8270
- "baspiRequired": ["attachments"]
8446
+ "baspiRequired": ["attachments"],
8447
+ "ta6Required": ["attachments"]
8271
8448
  },
8272
8449
  {
8273
8450
  "properties": {
@@ -8340,6 +8517,11 @@
8340
8517
  "planningPermission",
8341
8518
  "listedBuildingConsent",
8342
8519
  "deedRestrictionConsent"
8520
+ ],
8521
+ "ta6Required": [
8522
+ "details",
8523
+ "buildingRegApproval",
8524
+ "planningPermission"
8343
8525
  ]
8344
8526
  }
8345
8527
  ]
@@ -8353,12 +8535,14 @@
8353
8535
  "properties": {
8354
8536
  "yesNo": {
8355
8537
  "baspiRef": "A3.2.1",
8538
+ "ta6Ref": "4.1b1",
8356
8539
  "type": "string",
8357
8540
  "title": "",
8358
8541
  "enum": ["Yes", "No"]
8359
8542
  }
8360
8543
  },
8361
8544
  "baspiRequired": ["yesNo"],
8545
+ "ta6Required": ["yesNo"],
8362
8546
  "discriminator": {
8363
8547
  "propertyName": "yesNo"
8364
8548
  },
@@ -8383,6 +8567,7 @@
8383
8567
  },
8384
8568
  "yearCompleted": {
8385
8569
  "baspiRef": "A3.2.3",
8570
+ "ta6Ref": "4.1b2",
8386
8571
  "title": "What year was the change completed?",
8387
8572
  "type": "integer"
8388
8573
  },
@@ -8402,6 +8587,7 @@
8402
8587
  }
8403
8588
  },
8404
8589
  "baspiRequired": ["yesNo"],
8590
+ "ta6Required": ["yesNo"],
8405
8591
  "discriminator": {
8406
8592
  "propertyName": "yesNo"
8407
8593
  },
@@ -8413,13 +8599,14 @@
8413
8599
  },
8414
8600
  "attachments": {
8415
8601
  "baspiRef": "A3.5.1.3",
8416
- "ta6Ref": "4.2.2",
8602
+ "ta6Ref": "4.2a",
8417
8603
  "title": "Please provide a copy of the documents",
8418
8604
  "type": "string",
8419
8605
  "enum": ["Attached", "To follow"]
8420
8606
  }
8421
8607
  },
8422
- "baspiRequired": ["attachments"]
8608
+ "baspiRequired": ["attachments"],
8609
+ "ta6Required": ["attachments"]
8423
8610
  },
8424
8611
  {
8425
8612
  "properties": {
@@ -8428,14 +8615,15 @@
8428
8615
  },
8429
8616
  "details": {
8430
8617
  "baspiRef": "A3.5.1.2",
8431
- "ta6Ref": "4.2.3",
8618
+ "ta6Ref": "4.2b",
8432
8619
  "title": "Please outline the reasons why",
8433
8620
  "description": "e.g. the work was exempt from Building Regulations",
8434
8621
  "type": "string",
8435
8622
  "minLength": 1
8436
8623
  }
8437
8624
  },
8438
- "baspiRequired": ["details"]
8625
+ "baspiRequired": ["details"],
8626
+ "ta6Required": ["details"]
8439
8627
  }
8440
8628
  ]
8441
8629
  },
@@ -8455,6 +8643,7 @@
8455
8643
  }
8456
8644
  },
8457
8645
  "baspiRequired": ["yesNo"],
8646
+ "ta6Required": ["yesNo"],
8458
8647
  "discriminator": {
8459
8648
  "propertyName": "yesNo"
8460
8649
  },
@@ -8466,13 +8655,14 @@
8466
8655
  },
8467
8656
  "attachments": {
8468
8657
  "baspiRef": "A3.5.1.3",
8469
- "ta6Ref": "4.2.2",
8658
+ "ta6Ref": "4.2a",
8470
8659
  "title": "Please provide a copy of the documents",
8471
8660
  "type": "string",
8472
8661
  "enum": ["Attached", "To follow"]
8473
8662
  }
8474
8663
  },
8475
- "baspiRequired": ["attachments"]
8664
+ "baspiRequired": ["attachments"],
8665
+ "ta6Required": ["attachments"]
8476
8666
  },
8477
8667
  {
8478
8668
  "properties": {
@@ -8481,21 +8671,21 @@
8481
8671
  },
8482
8672
  "details": {
8483
8673
  "baspiRef": "A3.5.2.2",
8484
- "ta6Ref": "4.2.3",
8674
+ "ta6Ref": "4.2b",
8485
8675
  "title": "Please outline the reasons why",
8486
8676
  "description": "e.g. permitted development rights applied",
8487
8677
  "type": "string",
8488
8678
  "minLength": 1
8489
8679
  }
8490
8680
  },
8491
- "baspiRequired": ["details"]
8681
+ "baspiRequired": ["details"],
8682
+ "ta6Required": ["details"]
8492
8683
  }
8493
8684
  ]
8494
8685
  },
8495
8686
  "listedBuildingConsent": {
8496
8687
  "baspiRef": "A3.5.3",
8497
8688
  "rdsRef": "WorksAlterationsChanges/ConsentApproval",
8498
- "ta6Ref": "4.2",
8499
8689
  "title": "Was listed building consent obtained?",
8500
8690
  "type": "object",
8501
8691
  "properties": {
@@ -8597,6 +8787,11 @@
8597
8787
  "planningPermission",
8598
8788
  "listedBuildingConsent",
8599
8789
  "deedRestrictionConsent"
8790
+ ],
8791
+ "ta6Required": [
8792
+ "yearCompleted",
8793
+ "buildingRegApproval",
8794
+ "planningPermission"
8600
8795
  ]
8601
8796
  }
8602
8797
  ]
@@ -8610,12 +8805,14 @@
8610
8805
  "properties": {
8611
8806
  "yesNo": {
8612
8807
  "baspiRef": "A3.3.1",
8808
+ "ta6Ref": "4.1c1",
8613
8809
  "type": "string",
8614
8810
  "title": "",
8615
8811
  "enum": ["Yes", "No"]
8616
8812
  }
8617
8813
  },
8618
8814
  "baspiRequired": ["yesNo"],
8815
+ "ta6Required": ["yesNo"],
8619
8816
  "discriminator": {
8620
8817
  "propertyName": "yesNo"
8621
8818
  },
@@ -8640,6 +8837,7 @@
8640
8837
  },
8641
8838
  "yearCompleted": {
8642
8839
  "baspiRef": "A3.3.3",
8840
+ "ta6Ref": "4.1c2",
8643
8841
  "title": "What year was the installation completed?",
8644
8842
  "type": "integer"
8645
8843
  },
@@ -8659,6 +8857,7 @@
8659
8857
  }
8660
8858
  },
8661
8859
  "baspiRequired": ["yesNo"],
8860
+ "ta6Required": ["yesNo"],
8662
8861
  "discriminator": {
8663
8862
  "propertyName": "yesNo"
8664
8863
  },
@@ -8670,13 +8869,14 @@
8670
8869
  },
8671
8870
  "attachments": {
8672
8871
  "baspiRef": "A3.5.1.3",
8673
- "ta6Ref": "4.2.2",
8872
+ "ta6Ref": "4.2a",
8674
8873
  "title": "Please provide a copy of the documents",
8675
8874
  "type": "string",
8676
8875
  "enum": ["Attached", "To follow"]
8677
8876
  }
8678
8877
  },
8679
- "baspiRequired": ["attachments"]
8878
+ "baspiRequired": ["attachments"],
8879
+ "ta6Required": ["attachments"]
8680
8880
  },
8681
8881
  {
8682
8882
  "properties": {
@@ -8685,14 +8885,15 @@
8685
8885
  },
8686
8886
  "details": {
8687
8887
  "baspiRef": "A3.5.1.2",
8688
- "ta6Ref": "4.2.3",
8888
+ "ta6Ref": "4.2b",
8689
8889
  "title": "Please outline the reasons why",
8690
8890
  "description": "e.g. the work was exempt from Building Regulations",
8691
8891
  "type": "string",
8692
8892
  "minLength": 1
8693
8893
  }
8694
8894
  },
8695
- "baspiRequired": ["details"]
8895
+ "baspiRequired": ["details"],
8896
+ "ta6Required": ["details"]
8696
8897
  }
8697
8898
  ]
8698
8899
  },
@@ -8712,6 +8913,7 @@
8712
8913
  }
8713
8914
  },
8714
8915
  "baspiRequired": ["yesNo"],
8916
+ "ta6Required": ["yesNo"],
8715
8917
  "discriminator": {
8716
8918
  "propertyName": "yesNo"
8717
8919
  },
@@ -8723,13 +8925,14 @@
8723
8925
  },
8724
8926
  "attachments": {
8725
8927
  "baspiRef": "A3.5.2.3",
8726
- "ta6Ref": "4.2.2",
8928
+ "ta6Ref": "4.2a",
8727
8929
  "title": "Please provide a copy of the documents",
8728
8930
  "type": "string",
8729
8931
  "enum": ["Attached", "To follow"]
8730
8932
  }
8731
8933
  },
8732
- "baspiRequired": ["attachments"]
8934
+ "baspiRequired": ["attachments"],
8935
+ "ta6Required": ["attachments"]
8733
8936
  },
8734
8937
  {
8735
8938
  "properties": {
@@ -8738,14 +8941,15 @@
8738
8941
  },
8739
8942
  "details": {
8740
8943
  "baspiRef": "A3.5.2.2",
8741
- "ta6Ref": "4.2.3",
8944
+ "ta6Ref": "4.2b",
8742
8945
  "title": "Please outline the reasons why",
8743
8946
  "description": "e.g. permitted development rights applied",
8744
8947
  "type": "string",
8745
8948
  "minLength": 1
8746
8949
  }
8747
8950
  },
8748
- "baspiRequired": ["details"]
8951
+ "baspiRequired": ["details"],
8952
+ "ta6Required": ["details"]
8749
8953
  }
8750
8954
  ]
8751
8955
  },
@@ -8788,7 +8992,6 @@
8788
8992
  },
8789
8993
  "details": {
8790
8994
  "baspiRef": "A3.5.3.2",
8791
- "ta6Ref": "4.2.3",
8792
8995
  "title": "Please outline the reasons why",
8793
8996
  "type": "string",
8794
8997
  "minLength": 1
@@ -8854,6 +9057,11 @@
8854
9057
  "planningPermission",
8855
9058
  "listedBuildingConsent",
8856
9059
  "deedRestrictionConsent"
9060
+ ],
9061
+ "ta6Required": [
9062
+ "yearCompleted",
9063
+ "buildingRegApproval",
9064
+ "planningPermission"
8857
9065
  ]
8858
9066
  }
8859
9067
  ]
@@ -8867,12 +9075,14 @@
8867
9075
  "properties": {
8868
9076
  "yesNo": {
8869
9077
  "baspiRef": "A3.4.1",
9078
+ "ta6Ref": "4.1d1",
8870
9079
  "type": "string",
8871
9080
  "title": "",
8872
9081
  "enum": ["Yes", "No"]
8873
9082
  }
8874
9083
  },
8875
9084
  "baspiRequired": ["yesNo"],
9085
+ "ta6Required": ["yesNo"],
8876
9086
  "discriminator": {
8877
9087
  "propertyName": "yesNo"
8878
9088
  },
@@ -8897,6 +9107,7 @@
8897
9107
  },
8898
9108
  "yearCompleted": {
8899
9109
  "baspiRef": "A3.4.3",
9110
+ "ta6Ref": "4.1d2",
8900
9111
  "title": "What year was the installation completed?",
8901
9112
  "type": "integer"
8902
9113
  },
@@ -8916,6 +9127,7 @@
8916
9127
  }
8917
9128
  },
8918
9129
  "baspiRequired": ["yesNo"],
9130
+ "ta6Required": ["yesNo"],
8919
9131
  "discriminator": {
8920
9132
  "propertyName": "yesNo"
8921
9133
  },
@@ -8927,13 +9139,14 @@
8927
9139
  },
8928
9140
  "attachments": {
8929
9141
  "baspiRef": "A3.5.1.3",
8930
- "ta6Ref": "4.2.2",
9142
+ "ta6Ref": "4.2a",
8931
9143
  "title": "Please provide a copy of the documents",
8932
9144
  "type": "string",
8933
9145
  "enum": ["Attached", "To follow"]
8934
9146
  }
8935
9147
  },
8936
- "baspiRequired": ["attachments"]
9148
+ "baspiRequired": ["attachments"],
9149
+ "ta6Required": ["attachments"]
8937
9150
  },
8938
9151
  {
8939
9152
  "properties": {
@@ -8942,14 +9155,15 @@
8942
9155
  },
8943
9156
  "details": {
8944
9157
  "baspiRef": "A3.5.1.2",
8945
- "ta6Ref": "4.2.3",
9158
+ "ta6Ref": "4.2b",
8946
9159
  "title": "Please outline the reasons why",
8947
9160
  "description": "e.g. the work was exempt from Building Regulations",
8948
9161
  "type": "string",
8949
9162
  "minLength": 1
8950
9163
  }
8951
9164
  },
8952
- "baspiRequired": ["details"]
9165
+ "baspiRequired": ["details"],
9166
+ "ta6Required": ["details"]
8953
9167
  }
8954
9168
  ]
8955
9169
  },
@@ -8969,6 +9183,7 @@
8969
9183
  }
8970
9184
  },
8971
9185
  "baspiRequired": ["yesNo"],
9186
+ "ta6Required": ["yesNo"],
8972
9187
  "discriminator": {
8973
9188
  "propertyName": "yesNo"
8974
9189
  },
@@ -8980,13 +9195,14 @@
8980
9195
  },
8981
9196
  "attachments": {
8982
9197
  "baspiRef": "A3.5.2.3",
8983
- "ta6Ref": "4.2.2",
9198
+ "ta6Ref": "4.2a",
8984
9199
  "title": "Please provide a copy of the documents",
8985
9200
  "type": "string",
8986
9201
  "enum": ["Attached", "To follow"]
8987
9202
  }
8988
9203
  },
8989
- "baspiRequired": ["attachments"]
9204
+ "baspiRequired": ["attachments"],
9205
+ "ta6Required": ["attachments"]
8990
9206
  },
8991
9207
  {
8992
9208
  "properties": {
@@ -8995,21 +9211,21 @@
8995
9211
  },
8996
9212
  "details": {
8997
9213
  "baspiRef": "A3.5.2.2",
8998
- "ta6Ref": "4.2.3",
9214
+ "ta6Ref": "4.2b",
8999
9215
  "title": "Please outline the reasons why",
9000
9216
  "description": "e.g. permitted development rights applied",
9001
9217
  "type": "string",
9002
9218
  "minLength": 1
9003
9219
  }
9004
9220
  },
9005
- "baspiRequired": ["details"]
9221
+ "baspiRequired": ["details"],
9222
+ "ta6Required": ["details"]
9006
9223
  }
9007
9224
  ]
9008
9225
  },
9009
9226
  "listedBuildingConsent": {
9010
9227
  "baspiRef": "A3.5.3",
9011
9228
  "rdsRef": "WorksAlterationsChanges/ConsentApproval",
9012
- "ta6Ref": "4.2",
9013
9229
  "title": "Was listed building consent obtained?",
9014
9230
  "type": "object",
9015
9231
  "properties": {
@@ -9058,7 +9274,6 @@
9058
9274
  "deedRestrictionConsent": {
9059
9275
  "baspiRef": "A3.5.4",
9060
9276
  "rdsRef": "WorksAlterationsChanges/ConsentApproval",
9061
- "ta6Ref": "4.2",
9062
9277
  "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
9278
  "type": "object",
9064
9279
  "properties": {
@@ -9112,6 +9327,11 @@
9112
9327
  "planningPermission",
9113
9328
  "listedBuildingConsent",
9114
9329
  "deedRestrictionConsent"
9330
+ ],
9331
+ "ta6Required": [
9332
+ "yearCompleted",
9333
+ "buildingRegApproval",
9334
+ "planningPermission"
9115
9335
  ]
9116
9336
  }
9117
9337
  ]
@@ -9125,12 +9345,14 @@
9125
9345
  "properties": {
9126
9346
  "yesNo": {
9127
9347
  "baspiRef": "A3.6.1",
9348
+ "ta6Ref": "4.3.1",
9128
9349
  "type": "string",
9129
9350
  "title": "",
9130
9351
  "enum": ["Yes", "No"]
9131
9352
  }
9132
9353
  },
9133
9354
  "baspiRequired": ["yesNo"],
9355
+ "ta6Required": ["yesNo"],
9134
9356
  "discriminator": {
9135
9357
  "propertyName": "yesNo"
9136
9358
  },
@@ -9149,6 +9371,7 @@
9149
9371
  },
9150
9372
  "details": {
9151
9373
  "baspiRef": "A3.6.2",
9374
+ "ta6Ref": "4.3.2",
9152
9375
  "title": "Please provide details and explain why",
9153
9376
  "type": "string",
9154
9377
  "minLength": 1
@@ -9160,7 +9383,8 @@
9160
9383
  "enum": ["Attached", "To follow"]
9161
9384
  }
9162
9385
  },
9163
- "baspiRequired": ["details", "attachments"]
9386
+ "baspiRequired": ["details", "attachments"],
9387
+ "ta6Required": ["details"]
9164
9388
  }
9165
9389
  ]
9166
9390
  },
@@ -9173,6 +9397,7 @@
9173
9397
  "properties": {
9174
9398
  "yesNo": {
9175
9399
  "baspiRef": "A3.7.1",
9400
+ "ta6Ref": "4.4.1",
9176
9401
  "type": "string",
9177
9402
  "title": "",
9178
9403
  "enum": ["Yes", "No"]
@@ -9197,8 +9422,9 @@
9197
9422
  },
9198
9423
  "details": {
9199
9424
  "baspiRef": "A3.7.2",
9425
+ "ta6Ref": "4.4.2",
9200
9426
  "rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
9201
- "title": "Details",
9427
+ "title": "Please give details",
9202
9428
  "type": "string",
9203
9429
  "minLength": 1
9204
9430
  },
@@ -9220,9 +9446,11 @@
9220
9446
  "details",
9221
9447
  "attachments",
9222
9448
  "willingToInsure"
9223
- ]
9449
+ ],
9450
+ "ta6Required": ["details"]
9224
9451
  }
9225
- ]
9452
+ ],
9453
+ "ta6Required": ["yesNo"]
9226
9454
  },
9227
9455
  "unresolvedPlanningIssues": {
9228
9456
  "baspiRef": "A3.8",
@@ -9233,12 +9461,14 @@
9233
9461
  "properties": {
9234
9462
  "yesNo": {
9235
9463
  "baspiRef": "A3.8.1",
9464
+ "ta6Ref": "4.5.1",
9236
9465
  "type": "string",
9237
9466
  "title": "",
9238
9467
  "enum": ["Yes", "No"]
9239
9468
  }
9240
9469
  },
9241
9470
  "baspiRequired": ["yesNo"],
9471
+ "ta6Required": ["yesNo"],
9242
9472
  "discriminator": {
9243
9473
  "propertyName": "yesNo"
9244
9474
  },
@@ -9257,8 +9487,9 @@
9257
9487
  },
9258
9488
  "details": {
9259
9489
  "baspiRef": "A3.8.2",
9490
+ "ta6Ref": "4.5.2",
9260
9491
  "rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
9261
- "title": "Details",
9492
+ "title": "Please give details",
9262
9493
  "type": "string",
9263
9494
  "minLength": 1
9264
9495
  },
@@ -9280,7 +9511,8 @@
9280
9511
  "details",
9281
9512
  "attachments",
9282
9513
  "willingToInsure"
9283
- ]
9514
+ ],
9515
+ "ta6Required": ["details"]
9284
9516
  }
9285
9517
  ]
9286
9518
  }
@@ -9301,22 +9533,33 @@
9301
9533
  "partyWallAct",
9302
9534
  "otherNotices"
9303
9535
  ],
9536
+ "ta6Required": [
9537
+ "neighbourDevelopment",
9538
+ "planningApplication",
9539
+ "requiredMaintenance",
9540
+ "listedBuildingApplication",
9541
+ "infrastructureProject",
9542
+ "partyWallAct",
9543
+ "otherNotices"
9544
+ ],
9304
9545
  "properties": {
9305
9546
  "neighbourDevelopment": {
9306
9547
  "baspiRef": "A4.1",
9548
+ "ta6Ref": "3.2",
9307
9549
  "rdsRef": "Property/Flags,Planning",
9308
- "ta6Ref": "3.1",
9309
9550
  "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
9551
  "type": "object",
9311
9552
  "properties": {
9312
9553
  "yesNo": {
9313
9554
  "baspiRef": "A4.1.1",
9555
+ "ta6Ref": "3.2.1",
9314
9556
  "type": "string",
9315
9557
  "title": "",
9316
9558
  "enum": ["Yes", "No"]
9317
9559
  }
9318
9560
  },
9319
9561
  "baspiRequired": ["yesNo"],
9562
+ "ta6Required": ["yesNo"],
9320
9563
  "discriminator": {
9321
9564
  "propertyName": "yesNo"
9322
9565
  },
@@ -9335,6 +9578,7 @@
9335
9578
  },
9336
9579
  "details": {
9337
9580
  "baspiRef": "A4.1.2",
9581
+ "ta6Ref": "3.2.2",
9338
9582
  "title": "Details",
9339
9583
  "type": "string",
9340
9584
  "minLength": 1
@@ -9346,25 +9590,28 @@
9346
9590
  "enum": ["Attached", "To follow"]
9347
9591
  }
9348
9592
  },
9349
- "baspiRequired": ["details", "attachments"]
9593
+ "baspiRequired": ["details", "attachments"],
9594
+ "ta6Required": ["details"]
9350
9595
  }
9351
9596
  ]
9352
9597
  },
9353
9598
  "planningApplication": {
9354
9599
  "baspiRef": "A4.2",
9355
9600
  "rdsRef": "Property/Flags,Planning",
9356
- "ta6Ref": "3.2",
9601
+ "ta6Ref": "3.1",
9357
9602
  "title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
9358
9603
  "type": "object",
9359
9604
  "properties": {
9360
9605
  "yesNo": {
9361
9606
  "baspiRef": "A4.2.1",
9607
+ "ta6Ref": "3.1.1",
9362
9608
  "type": "string",
9363
9609
  "title": "",
9364
9610
  "enum": ["Yes", "No"]
9365
9611
  }
9366
9612
  },
9367
9613
  "baspiRequired": ["yesNo"],
9614
+ "ta6Required": ["yesNo"],
9368
9615
  "discriminator": {
9369
9616
  "propertyName": "yesNo"
9370
9617
  },
@@ -9383,6 +9630,7 @@
9383
9630
  },
9384
9631
  "details": {
9385
9632
  "baspiRef": "A4.2.2",
9633
+ "ta6Ref": "3.1.2",
9386
9634
  "title": "Details",
9387
9635
  "type": "string",
9388
9636
  "minLength": 1
@@ -9394,7 +9642,8 @@
9394
9642
  "enum": ["Attached", "To follow"]
9395
9643
  }
9396
9644
  },
9397
- "baspiRequired": ["details", "attachments"]
9645
+ "baspiRequired": ["details", "attachments"],
9646
+ "ta6Required": ["details"]
9398
9647
  }
9399
9648
  ]
9400
9649
  },
@@ -9407,12 +9656,14 @@
9407
9656
  "properties": {
9408
9657
  "yesNo": {
9409
9658
  "baspiRef": "A4.3.1",
9659
+ "ta6Ref": "3.1.1",
9410
9660
  "type": "string",
9411
9661
  "title": "",
9412
9662
  "enum": ["Yes", "No"]
9413
9663
  }
9414
9664
  },
9415
9665
  "baspiRequired": ["yesNo"],
9666
+ "ta6Required": ["yesNo"],
9416
9667
  "discriminator": {
9417
9668
  "propertyName": "yesNo"
9418
9669
  },
@@ -9431,6 +9682,7 @@
9431
9682
  },
9432
9683
  "details": {
9433
9684
  "baspiRef": "A4.3.2",
9685
+ "ta6Ref": "3.1.2",
9434
9686
  "title": "Details",
9435
9687
  "type": "string",
9436
9688
  "minLength": 1
@@ -9442,7 +9694,8 @@
9442
9694
  "enum": ["Attached", "To follow"]
9443
9695
  }
9444
9696
  },
9445
- "baspiRequired": ["details", "attachments"]
9697
+ "baspiRequired": ["details", "attachments"],
9698
+ "ta6Required": ["details"]
9446
9699
  }
9447
9700
  ]
9448
9701
  },
@@ -9455,12 +9708,14 @@
9455
9708
  "properties": {
9456
9709
  "yesNo": {
9457
9710
  "baspiRef": "A4.4.1",
9711
+ "ta6Ref": "3.1.1",
9458
9712
  "type": "string",
9459
9713
  "title": "",
9460
9714
  "enum": ["Yes", "No"]
9461
9715
  }
9462
9716
  },
9463
9717
  "baspiRequired": ["yesNo"],
9718
+ "ta6Required": ["yesNo"],
9464
9719
  "discriminator": {
9465
9720
  "propertyName": "yesNo"
9466
9721
  },
@@ -9479,6 +9734,7 @@
9479
9734
  },
9480
9735
  "details": {
9481
9736
  "baspiRef": "A4.4.2",
9737
+ "ta6Ref": "3.1.2",
9482
9738
  "title": "Details",
9483
9739
  "type": "string",
9484
9740
  "minLength": 1
@@ -9490,7 +9746,8 @@
9490
9746
  "enum": ["Attached", "To follow"]
9491
9747
  }
9492
9748
  },
9493
- "baspiRequired": ["details", "attachments"]
9749
+ "baspiRequired": ["details", "attachments"],
9750
+ "ta6Required": ["details"]
9494
9751
  }
9495
9752
  ]
9496
9753
  },
@@ -9503,12 +9760,14 @@
9503
9760
  "properties": {
9504
9761
  "yesNo": {
9505
9762
  "baspiRef": "A4.5.1",
9763
+ "ta6Ref": "3.1.1",
9506
9764
  "type": "string",
9507
9765
  "title": "",
9508
9766
  "enum": ["Yes", "No"]
9509
9767
  }
9510
9768
  },
9511
9769
  "baspiRequired": ["yesNo"],
9770
+ "ta6Required": ["yesNo"],
9512
9771
  "discriminator": {
9513
9772
  "propertyName": "yesNo"
9514
9773
  },
@@ -9527,6 +9786,7 @@
9527
9786
  },
9528
9787
  "details": {
9529
9788
  "baspiRef": "A4.5.2",
9789
+ "ta6Ref": "3.1.2",
9530
9790
  "title": "Details",
9531
9791
  "type": "string",
9532
9792
  "minLength": 1
@@ -9538,7 +9798,8 @@
9538
9798
  "enum": ["Attached", "To follow"]
9539
9799
  }
9540
9800
  },
9541
- "baspiRequired": ["details", "attachments"]
9801
+ "baspiRequired": ["details", "attachments"],
9802
+ "ta6Required": ["details"]
9542
9803
  }
9543
9804
  ]
9544
9805
  },
@@ -9551,13 +9812,14 @@
9551
9812
  "properties": {
9552
9813
  "yesNo": {
9553
9814
  "baspiRef": "A4.6.1",
9554
- "TA6Ref": "1.6.1",
9815
+ "ta6Ref": "1.6.1",
9555
9816
  "type": "string",
9556
9817
  "title": "",
9557
9818
  "enum": ["Yes", "No"]
9558
9819
  }
9559
9820
  },
9560
9821
  "baspiRequired": ["yesNo"],
9822
+ "ta6Required": ["yesNo"],
9561
9823
  "discriminator": {
9562
9824
  "propertyName": "yesNo"
9563
9825
  },
@@ -9576,20 +9838,21 @@
9576
9838
  },
9577
9839
  "details": {
9578
9840
  "baspiRef": "A4.6.2",
9579
- "TA6Ref": "1.6.2",
9841
+ "ta6Ref": "1.6.2",
9580
9842
  "title": "Details",
9581
9843
  "type": "string",
9582
9844
  "minLength": 1
9583
9845
  },
9584
9846
  "attachments": {
9585
9847
  "baspiRef": "A4.6.3",
9586
- "TA6Ref": "1.6.3",
9848
+ "ta6Ref": "1.6.3",
9587
9849
  "title": "Attachments",
9588
9850
  "type": "string",
9589
9851
  "enum": ["Attached", "To follow"]
9590
9852
  }
9591
9853
  },
9592
- "baspiRequired": ["details", "attachments"]
9854
+ "baspiRequired": ["details", "attachments"],
9855
+ "ta6Required": ["details"]
9593
9856
  }
9594
9857
  ]
9595
9858
  },
@@ -9602,12 +9865,14 @@
9602
9865
  "properties": {
9603
9866
  "yesNo": {
9604
9867
  "baspiRef": "A4.7.1",
9868
+ "ta6Ref": "3.1.1",
9605
9869
  "type": "string",
9606
9870
  "title": "",
9607
9871
  "enum": ["Yes", "No"]
9608
9872
  }
9609
9873
  },
9610
9874
  "baspiRequired": ["yesNo"],
9875
+ "ta6Required": ["yesNo"],
9611
9876
  "discriminator": {
9612
9877
  "propertyName": "yesNo"
9613
9878
  },
@@ -9626,6 +9891,7 @@
9626
9891
  },
9627
9892
  "details": {
9628
9893
  "baspiRef": "A4.7.2",
9894
+ "ta6Ref": "3.1.2",
9629
9895
  "title": "Details",
9630
9896
  "type": "string",
9631
9897
  "minLength": 1
@@ -9637,7 +9903,8 @@
9637
9903
  "enum": ["Attached", "To follow"]
9638
9904
  }
9639
9905
  },
9640
- "baspiRequired": ["details", "attachments"]
9906
+ "baspiRequired": ["details", "attachments"],
9907
+ "ta6Required": ["details"]
9641
9908
  }
9642
9909
  ]
9643
9910
  }
@@ -9654,6 +9921,7 @@
9654
9921
  "subsidenceOrStructuralFault",
9655
9922
  "ongoingHealthOrSafetyIssue"
9656
9923
  ],
9924
+ "ta6Required": ["japaneseKnotweed"],
9657
9925
  "properties": {
9658
9926
  "dryRotEtcTreatment": {
9659
9927
  "baspiRef": "A5.1",
@@ -9758,6 +10026,7 @@
9758
10026
  "properties": {
9759
10027
  "yesNo": {
9760
10028
  "baspiRef": "A5.3.1",
10029
+ "ta6Ref": "7.8.1",
9761
10030
  "type": "string",
9762
10031
  "title": "",
9763
10032
  "enum": ["Yes", "No"]
@@ -9782,20 +10051,24 @@
9782
10051
  },
9783
10052
  "details": {
9784
10053
  "baspiRef": "A5.3.2",
10054
+ "ta6Ref": "7.8.2",
9785
10055
  "title": "Please provide details,state whether there is a management plan in place and attach a copy",
9786
10056
  "type": "string",
9787
10057
  "minLength": 1
9788
10058
  },
9789
10059
  "attachments": {
9790
10060
  "baspiRef": "A5.3.3",
10061
+ "ta6Ref": "7.8.3",
9791
10062
  "title": "Attachments",
9792
10063
  "type": "string",
9793
10064
  "enum": ["Attached", "To follow"]
9794
10065
  }
9795
10066
  },
9796
- "baspiRequired": ["details", "attachments"]
10067
+ "baspiRequired": ["details", "attachments"],
10068
+ "ta6Required": ["details", "attachments"]
9797
10069
  }
9798
- ]
10070
+ ],
10071
+ "ta6Required": ["yesNo"]
9799
10072
  },
9800
10073
  "subsidenceOrStructuralFault": {
9801
10074
  "baspiRef": "A5.4",
@@ -9895,6 +10168,7 @@
9895
10168
  },
9896
10169
  "fixturesAndFittings": {
9897
10170
  "baspiRef": "A6",
10171
+ "ta10Ref": "0",
9898
10172
  "title": "Fixtures and Fittings",
9899
10173
  "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
10174
  "type": "object",
@@ -16130,6 +16404,12 @@
16130
16404
  "solarPanels",
16131
16405
  "otherServices"
16132
16406
  ],
16407
+ "ta6Required": [
16408
+ "mainsElectricity",
16409
+ "mainsGas",
16410
+ "telephone",
16411
+ "cableSatelliteTV"
16412
+ ],
16133
16413
  "properties": {
16134
16414
  "mainsElectricity": {
16135
16415
  "baspiRef": "A7.1.0.1",
@@ -16140,6 +16420,7 @@
16140
16420
  "properties": {
16141
16421
  "yesNo": {
16142
16422
  "baspiRef": "A7.1.0.1.1",
16423
+ "ta6Ref": "13.1.1",
16143
16424
  "type": "string",
16144
16425
  "title": "",
16145
16426
  "enum": ["Yes", "To be connected", "No"]
@@ -16164,10 +16445,12 @@
16164
16445
  },
16165
16446
  "supplier": {
16166
16447
  "baspiRef": "A7.1.0.1.2",
16167
- "title": "Supplier (if known)",
16448
+ "ta6Ref": "13.2.1",
16449
+ "title": "Supplier",
16168
16450
  "type": "string"
16169
16451
  }
16170
- }
16452
+ },
16453
+ "ta6Required": ["supplier"]
16171
16454
  },
16172
16455
  {
16173
16456
  "properties": {
@@ -16182,13 +16465,15 @@
16182
16465
  },
16183
16466
  "supplier": {
16184
16467
  "baspiRef": "A7.1.0.1.2",
16185
- "title": "Supplier (if known)",
16468
+ "ta6Ref": "13.1.2",
16469
+ "title": "Supplier",
16186
16470
  "type": "string"
16187
16471
  }
16188
16472
  },
16189
16473
  "baspiRequired": ["dateToBeConnected"]
16190
16474
  }
16191
- ]
16475
+ ],
16476
+ "ta6Required": ["yesNo"]
16192
16477
  },
16193
16478
  "mainsGas": {
16194
16479
  "baspiRef": "A7.1.0.2",
@@ -16199,12 +16484,14 @@
16199
16484
  "properties": {
16200
16485
  "yesNo": {
16201
16486
  "baspiRef": "A7.1.0.2.1",
16487
+ "ta6Ref": "13.2.1",
16202
16488
  "type": "string",
16203
16489
  "title": "",
16204
16490
  "enum": ["Yes", "To be connected", "No"]
16205
16491
  }
16206
16492
  },
16207
16493
  "baspiRequired": ["yesNo"],
16494
+ "ta6Required": ["yesNo"],
16208
16495
  "discriminator": {
16209
16496
  "propertyName": "yesNo"
16210
16497
  },
@@ -16223,10 +16510,12 @@
16223
16510
  },
16224
16511
  "supplier": {
16225
16512
  "baspiRef": "A7.1.0.2.2",
16226
- "title": "Supplier (if known)",
16513
+ "ta6Ref": "13.2.1",
16514
+ "title": "Supplier",
16227
16515
  "type": "string"
16228
16516
  }
16229
- }
16517
+ },
16518
+ "ta6Required": ["supplier"]
16230
16519
  },
16231
16520
  {
16232
16521
  "properties": {
@@ -16241,7 +16530,7 @@
16241
16530
  },
16242
16531
  "supplier": {
16243
16532
  "baspiRef": "A7.1.0.2.2",
16244
- "title": "Supplier (if known)",
16533
+ "title": "Supplier",
16245
16534
  "type": "string"
16246
16535
  }
16247
16536
  },
@@ -16281,7 +16570,7 @@
16281
16570
  },
16282
16571
  "supplier": {
16283
16572
  "baspiRef": "A7.1.0.3.2",
16284
- "title": "Supplier (if known)",
16573
+ "title": "Supplier",
16285
16574
  "type": "string"
16286
16575
  }
16287
16576
  }
@@ -16299,7 +16588,7 @@
16299
16588
  },
16300
16589
  "supplier": {
16301
16590
  "baspiRef": "A7.1.0.3.2",
16302
- "title": "Supplier (if known)",
16591
+ "title": "Supplier",
16303
16592
  "type": "string"
16304
16593
  }
16305
16594
  },
@@ -16339,7 +16628,7 @@
16339
16628
  },
16340
16629
  "supplier": {
16341
16630
  "baspiRef": "A7.1.0.4.2",
16342
- "title": "Supplier (if known)",
16631
+ "title": "Supplier",
16343
16632
  "type": "string"
16344
16633
  }
16345
16634
  }
@@ -16357,7 +16646,7 @@
16357
16646
  },
16358
16647
  "supplier": {
16359
16648
  "baspiRef": "A7.1.0.4.2",
16360
- "title": "Supplier (if known)",
16649
+ "title": "Supplier",
16361
16650
  "type": "string"
16362
16651
  }
16363
16652
  },
@@ -16374,12 +16663,14 @@
16374
16663
  "properties": {
16375
16664
  "yesNo": {
16376
16665
  "baspiRef": "A7.1.0.5.1",
16666
+ "ta6Ref": "13.5.1",
16377
16667
  "type": "string",
16378
16668
  "title": "",
16379
16669
  "enum": ["Yes", "To be connected", "No"]
16380
16670
  }
16381
16671
  },
16382
16672
  "baspiRequired": ["yesNo"],
16673
+ "ta6Required": ["yesNo"],
16383
16674
  "discriminator": {
16384
16675
  "propertyName": "yesNo"
16385
16676
  },
@@ -16398,10 +16689,12 @@
16398
16689
  },
16399
16690
  "supplier": {
16400
16691
  "baspiRef": "A7.1.0.5.2",
16401
- "title": "Supplier (if known)",
16692
+ "ta6Ref": "13.2",
16693
+ "title": "Supplier",
16402
16694
  "type": "string"
16403
16695
  }
16404
- }
16696
+ },
16697
+ "ta6Required": ["supplier"]
16405
16698
  },
16406
16699
  {
16407
16700
  "properties": {
@@ -16416,7 +16709,7 @@
16416
16709
  },
16417
16710
  "supplier": {
16418
16711
  "baspiRef": "A7.1.0.5.2",
16419
- "title": "Supplier (if known)",
16712
+ "title": "Supplier",
16420
16713
  "type": "string"
16421
16714
  }
16422
16715
  },
@@ -16433,12 +16726,14 @@
16433
16726
  "properties": {
16434
16727
  "yesNo": {
16435
16728
  "baspiRef": "A7.1.0.6.1",
16729
+ "ta6Ref": "13.6.1",
16436
16730
  "type": "string",
16437
16731
  "title": "",
16438
16732
  "enum": ["Yes", "To be connected", "No"]
16439
16733
  }
16440
16734
  },
16441
16735
  "baspiRequired": ["yesNo"],
16736
+ "ta6Required": ["yesNo"],
16442
16737
  "discriminator": {
16443
16738
  "propertyName": "yesNo"
16444
16739
  },
@@ -16457,10 +16752,12 @@
16457
16752
  },
16458
16753
  "supplier": {
16459
16754
  "baspiRef": "A7.1.0.6.2",
16460
- "title": "Supplier (if known)",
16755
+ "ta6Ref": "13.6.2",
16756
+ "title": "Supplier",
16461
16757
  "type": "string"
16462
16758
  }
16463
- }
16759
+ },
16760
+ "ta6Required": ["supplier"]
16464
16761
  },
16465
16762
  {
16466
16763
  "properties": {
@@ -16475,7 +16772,7 @@
16475
16772
  },
16476
16773
  "supplier": {
16477
16774
  "baspiRef": "A7.1.0.6.2",
16478
- "title": "Supplier (if known)",
16775
+ "title": "Supplier",
16479
16776
  "type": "string"
16480
16777
  }
16481
16778
  },
@@ -16515,7 +16812,7 @@
16515
16812
  },
16516
16813
  "supplier": {
16517
16814
  "baspiRef": "A7.1.0.7.2",
16518
- "title": "Supplier (if known)",
16815
+ "title": "Supplier",
16519
16816
  "type": "string"
16520
16817
  }
16521
16818
  }
@@ -16533,7 +16830,7 @@
16533
16830
  },
16534
16831
  "supplier": {
16535
16832
  "baspiRef": "A7.1.0.7.2",
16536
- "title": "Supplier (if known)",
16833
+ "title": "Supplier",
16537
16834
  "type": "string"
16538
16835
  }
16539
16836
  },
@@ -16543,7 +16840,6 @@
16543
16840
  },
16544
16841
  "solarPanels": {
16545
16842
  "baspiRef": "A7.1.0.8",
16546
- "ta6Ref": "4.6",
16547
16843
  "title": "Solar or photovoltaic panels",
16548
16844
  "type": "object",
16549
16845
  "properties": {
@@ -16573,7 +16869,7 @@
16573
16869
  },
16574
16870
  "supplier": {
16575
16871
  "baspiRef": "A7.1.0.8.2",
16576
- "title": "Supplier (if known)",
16872
+ "title": "Supplier",
16577
16873
  "type": "string"
16578
16874
  }
16579
16875
  }
@@ -16591,7 +16887,7 @@
16591
16887
  },
16592
16888
  "supplier": {
16593
16889
  "baspiRef": "A7.1.0.8.2",
16594
- "title": "Supplier (if known)",
16890
+ "title": "Supplier",
16595
16891
  "type": "string"
16596
16892
  }
16597
16893
  },
@@ -16632,7 +16928,7 @@
16632
16928
  },
16633
16929
  "supplier": {
16634
16930
  "baspiRef": "A7.1.0.9.2",
16635
- "title": "Supplier (if known)",
16931
+ "title": "Supplier",
16636
16932
  "type": "string"
16637
16933
  }
16638
16934
  }
@@ -16650,7 +16946,7 @@
16650
16946
  },
16651
16947
  "supplier": {
16652
16948
  "baspiRef": "A7.1.0.9.2",
16653
- "title": "Supplier (if known)",
16949
+ "title": "Supplier",
16654
16950
  "type": "string"
16655
16951
  }
16656
16952
  },
@@ -16714,12 +17010,15 @@
16714
17010
  "description": "Please describe the water and drainage services that are connected to the property.",
16715
17011
  "type": "object",
16716
17012
  "baspiRequired": ["water", "drainage", "maintenanceAgreements"],
17013
+ "ta6Required": ["water", "drainage"],
16717
17014
  "properties": {
16718
17015
  "water": {
16719
17016
  "baspiRef": "A7.1.0.10",
17017
+ "ta6Ref": "13",
16720
17018
  "title": "Water",
16721
17019
  "type": "object",
16722
17020
  "baspiRequired": ["mainsWater"],
17021
+ "ta6Required": ["mainsWater"],
16723
17022
  "properties": {
16724
17023
  "mainsWater": {
16725
17024
  "baspiRef": "A7.1.0.10.0",
@@ -16730,12 +17029,14 @@
16730
17029
  "properties": {
16731
17030
  "yesNo": {
16732
17031
  "baspiRef": "A7.1.0.10.1",
17032
+ "ta6Ref": "13.3.1",
16733
17033
  "type": "string",
16734
17034
  "title": "",
16735
17035
  "enum": ["Yes", "To be connected", "No"]
16736
17036
  }
16737
17037
  },
16738
17038
  "baspiRequired": ["yesNo"],
17039
+ "ta6Required": ["yesNo"],
16739
17040
  "discriminator": {
16740
17041
  "propertyName": "yesNo"
16741
17042
  },
@@ -16754,10 +17055,12 @@
16754
17055
  },
16755
17056
  "supplier": {
16756
17057
  "baspiRef": "A7.1.0.10.2",
16757
- "title": "Supplier (if known)",
17058
+ "ta6Ref": "13.3.2",
17059
+ "title": "Supplier",
16758
17060
  "type": "string"
16759
17061
  }
16760
- }
17062
+ },
17063
+ "ta6Required": ["supplier"]
16761
17064
  },
16762
17065
  {
16763
17066
  "properties": {
@@ -16772,7 +17075,7 @@
16772
17075
  },
16773
17076
  "supplier": {
16774
17077
  "baspiRef": "A7.1.0.10.2",
16775
- "title": "Supplier (if known)",
17078
+ "title": "Supplier",
16776
17079
  "type": "string"
16777
17080
  }
16778
17081
  },
@@ -16790,6 +17093,10 @@
16790
17093
  "mainsSurfaceWaterDrainage",
16791
17094
  "mainsFoulDrainage"
16792
17095
  ],
17096
+ "ta6Required": [
17097
+ "mainsSurfaceWaterDrainage",
17098
+ "mainsFoulDrainage"
17099
+ ],
16793
17100
  "properties": {
16794
17101
  "mainsSurfaceWaterDrainage": {
16795
17102
  "baspiRef": "A7.1.0.12.0",
@@ -16800,12 +17107,14 @@
16800
17107
  "properties": {
16801
17108
  "yesNo": {
16802
17109
  "baspiRef": "A7.1.0.12.1",
17110
+ "ta6Ref": "12.4b1",
16803
17111
  "type": "string",
16804
17112
  "title": "",
16805
17113
  "enum": ["Yes", "To be connected", "No"]
16806
17114
  }
16807
17115
  },
16808
17116
  "baspiRequired": ["yesNo"],
17117
+ "ta6Required": ["yesNo"],
16809
17118
  "discriminator": {
16810
17119
  "propertyName": "yesNo"
16811
17120
  },
@@ -16824,7 +17133,7 @@
16824
17133
  },
16825
17134
  "supplier": {
16826
17135
  "baspiRef": "A7.1.0.12.2",
16827
- "title": "Supplier (if known)",
17136
+ "title": "Supplier",
16828
17137
  "type": "string"
16829
17138
  }
16830
17139
  }
@@ -16842,7 +17151,7 @@
16842
17151
  },
16843
17152
  "supplier": {
16844
17153
  "baspiRef": "A7.1.0.12.2",
16845
- "title": "Supplier (if known)",
17154
+ "title": "Supplier",
16846
17155
  "type": "string"
16847
17156
  }
16848
17157
  },
@@ -16876,7 +17185,7 @@
16876
17185
  },
16877
17186
  "supplier": {
16878
17187
  "baspiRef": "A7.1.0.11.3",
16879
- "title": "Supplier (if known)",
17188
+ "title": "Supplier",
16880
17189
  "type": "string",
16881
17190
  "minLength": 1
16882
17191
  }
@@ -16895,7 +17204,7 @@
16895
17204
  },
16896
17205
  "supplier": {
16897
17206
  "baspiRef": "A7.1.0.11.3",
16898
- "title": "Supplier (if known)",
17207
+ "title": "Supplier",
16899
17208
  "type": "string"
16900
17209
  }
16901
17210
  },
@@ -16938,7 +17247,7 @@
16938
17247
  },
16939
17248
  "supplier": {
16940
17249
  "baspiRef": "A7.1.0.13.3",
16941
- "title": "Supplier (if known)",
17250
+ "title": "Supplier",
16942
17251
  "type": "string"
16943
17252
  }
16944
17253
  }
@@ -16956,7 +17265,7 @@
16956
17265
  },
16957
17266
  "supplier": {
16958
17267
  "baspiRef": "A7.1.0.13.3",
16959
- "title": "Supplier (if known)",
17268
+ "title": "Supplier",
16960
17269
  "type": "string"
16961
17270
  }
16962
17271
  },
@@ -16973,12 +17282,14 @@
16973
17282
  "properties": {
16974
17283
  "yesNo": {
16975
17284
  "baspiRef": "A7.1.0.14.1",
17285
+ "ta6Ref": "12.5a1",
16976
17286
  "type": "string",
16977
17287
  "title": "",
16978
17288
  "enum": ["Yes", "No"]
16979
17289
  }
16980
17290
  },
16981
17291
  "baspiRequired": ["yesNo"],
17292
+ "ta6Required": ["yesNo"],
16982
17293
  "discriminator": {
16983
17294
  "propertyName": "yesNo"
16984
17295
  },
@@ -16997,7 +17308,7 @@
16997
17308
  },
16998
17309
  "dateReplaced": {
16999
17310
  "baspiRef": "A7.1.0.14.2",
17000
- "ta6Ref": "12.5.1",
17311
+ "ta6Ref": "12.5a2",
17001
17312
  "title": "Date replaced or upgraded",
17002
17313
  "type": "string",
17003
17314
  "format": "date"
@@ -17013,6 +17324,10 @@
17013
17324
  "baspiRequired": [
17014
17325
  "dateReplaced",
17015
17326
  "dateLastEmptied"
17327
+ ],
17328
+ "ta6Required": [
17329
+ "dateReplaced",
17330
+ "dateLastEmptied"
17016
17331
  ]
17017
17332
  }
17018
17333
  ]
@@ -17032,6 +17347,7 @@
17032
17347
  }
17033
17348
  },
17034
17349
  "baspiRequired": ["yesNo"],
17350
+ "ta6Required": ["yesNo"],
17035
17351
  "discriminator": {
17036
17352
  "propertyName": "yesNo"
17037
17353
  },
@@ -17050,30 +17366,34 @@
17050
17366
  },
17051
17367
  "dateLastEmptied": {
17052
17368
  "baspiRef": "A7.1.0.15.2",
17369
+ "ta6Ref": "12.7",
17053
17370
  "title": "Date last emptied",
17054
17371
  "type": "string",
17055
17372
  "format": "date"
17056
17373
  }
17057
17374
  },
17058
- "baspiRequired": ["dateLastEmptied"]
17375
+ "baspiRequired": ["dateLastEmptied"],
17376
+ "ta6Required": ["dateLastEmptied"]
17059
17377
  }
17060
17378
  ]
17061
17379
  },
17062
17380
  "sewerageTreatmentPlant": {
17063
17381
  "baspiRef": "A7.1.0.16",
17064
17382
  "rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
17065
- "ta6Ref": "12.5a",
17383
+ "ta6Ref": "12.8",
17066
17384
  "title": "Sewerage treatment plant",
17067
17385
  "type": "object",
17068
17386
  "properties": {
17069
17387
  "yesNo": {
17070
17388
  "baspiRef": "A7.1.0.16.1",
17389
+ "ta6Ref": "12.8.1",
17071
17390
  "type": "string",
17072
17391
  "title": "",
17073
17392
  "enum": ["Yes", "No"]
17074
17393
  }
17075
17394
  },
17076
17395
  "baspiRequired": ["yesNo"],
17396
+ "ta6Required": ["yesNo"],
17077
17397
  "discriminator": {
17078
17398
  "propertyName": "yesNo"
17079
17399
  },
@@ -17099,7 +17419,7 @@
17099
17419
  },
17100
17420
  "dateLastServiced": {
17101
17421
  "baspiRef": "A7.1.0.16.3",
17102
- "ta6Ref": "12.8",
17422
+ "ta6Ref": "12.8.2",
17103
17423
  "title": "Date last serviced",
17104
17424
  "type": "string",
17105
17425
  "format": "date"
@@ -17119,6 +17439,10 @@
17119
17439
  "dateInstalled",
17120
17440
  "dateLastServiced",
17121
17441
  "attachments"
17442
+ ],
17443
+ "ta6Required": [
17444
+ "dateInstalled",
17445
+ "dateLastServiced"
17122
17446
  ]
17123
17447
  }
17124
17448
  ]
@@ -17132,12 +17456,14 @@
17132
17456
  "properties": {
17133
17457
  "yesNo": {
17134
17458
  "baspiRef": "A7.1.1.1",
17459
+ "ta6Ref": "12.6.1",
17135
17460
  "type": "string",
17136
17461
  "title": "",
17137
17462
  "enum": ["Yes", "No"]
17138
17463
  }
17139
17464
  },
17140
17465
  "baspiRequired": ["yesNo"],
17466
+ "ta6Required": ["yesNo"],
17141
17467
  "discriminator": {
17142
17468
  "propertyName": "yesNo"
17143
17469
  },
@@ -17156,7 +17482,7 @@
17156
17482
  },
17157
17483
  "numberOfPropertiesSharing": {
17158
17484
  "baspiRef": "A7.1.1.1",
17159
- "ta6Ref": "A7.1.1.2",
17485
+ "ta6Ref": "12.6.2",
17160
17486
  "title": "How many other properties?",
17161
17487
  "type": "integer"
17162
17488
  },
@@ -17167,7 +17493,11 @@
17167
17493
  "minLength": 1
17168
17494
  }
17169
17495
  },
17170
- "baspiRequired": ["details", "attachments"]
17496
+ "baspiRequired": [
17497
+ "numberOfPropertiesSharing",
17498
+ "details"
17499
+ ],
17500
+ "ta6Required": ["numberOfPropertiesSharing"]
17171
17501
  }
17172
17502
  ]
17173
17503
  },
@@ -17180,6 +17510,7 @@
17180
17510
  "properties": {
17181
17511
  "yesNo": {
17182
17512
  "baspiRef": "7.1.2.1",
17513
+ "ta6Ref": "12.10.1",
17183
17514
  "type": "string",
17184
17515
  "title": "",
17185
17516
  "enum": ["Yes", "No"]
@@ -17204,15 +17535,17 @@
17204
17535
  },
17205
17536
  "attachments": {
17206
17537
  "baspiRef": "7.1.2.2",
17207
- "ta6Ref": "12.10.1",
17538
+ "ta6Ref": "12.10.2",
17208
17539
  "title": "Please supply a plan showing the location of the system and how access is obtained.",
17209
17540
  "type": "string",
17210
17541
  "enum": ["Attached", "To follow"]
17211
17542
  }
17212
17543
  },
17213
- "baspiRequired": ["attachments"]
17544
+ "baspiRequired": ["attachments"],
17545
+ "ta6Required": ["attachments"]
17214
17546
  }
17215
- ]
17547
+ ],
17548
+ "ta6Required": ["yesNo"]
17216
17549
  },
17217
17550
  "plantRegistered": {
17218
17551
  "baspiRef": "A7.1.3",
@@ -17315,9 +17648,17 @@
17315
17648
  "plantOnOtherLand",
17316
17649
  "plantRegistered",
17317
17650
  "plantDrainsIntoWaterway"
17651
+ ],
17652
+ "ta6Required": [
17653
+ "septicTank",
17654
+ "cesspit",
17655
+ "sewerageTreatmentPlant",
17656
+ "otherConnectedProperties",
17657
+ "plantOnOtherLand"
17318
17658
  ]
17319
17659
  }
17320
- ]
17660
+ ],
17661
+ "ta6Required": ["yesNo"]
17321
17662
  }
17322
17663
  }
17323
17664
  },
@@ -17377,6 +17718,7 @@
17377
17718
  },
17378
17719
  "centralHeating": {
17379
17720
  "baspiRef": "A7.4",
17721
+ "ta6Ref": "12.3",
17380
17722
  "rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
17381
17723
  "title": "Central Heating",
17382
17724
  "type": "object",
@@ -17384,7 +17726,7 @@
17384
17726
  "properties": {
17385
17727
  "hasCentralHeating": {
17386
17728
  "baspiRef": "A7.4.0",
17387
- "ta6Ref": "12.3",
17729
+ "ta6Ref": "12.3.1",
17388
17730
  "title": "Is there full/partial central heating in your property?",
17389
17731
  "type": "string",
17390
17732
  "enum": ["Yes", "No"]
@@ -17408,20 +17750,38 @@
17408
17750
  },
17409
17751
  "centralHeatingDetails": {
17410
17752
  "baspiRef": "A7.4.0.0",
17411
- "ta6Ref": "12.3",
17753
+ "ta6Ref": "12.3.2",
17412
17754
  "type": "object",
17413
17755
  "title": "Central Heating Details",
17756
+ "baspiRequired": [
17757
+ "centralHeatingFuel",
17758
+ "centralHeatingInstalled",
17759
+ "boilerInstallationCertificate",
17760
+ "heatingLastServicedDate",
17761
+ "heatingLastServicedReport",
17762
+ "heatingInGoodWorkingOrder"
17763
+ ],
17764
+ "ta6Required": [
17765
+ "centralHeatingFuel",
17766
+ "centralHeatingInstalled",
17767
+ "boilerInstallationCertificate",
17768
+ "heatingLastServicedDate",
17769
+ "heatingLastServicedReport",
17770
+ "heatingInGoodWorkingOrder"
17771
+ ],
17414
17772
  "properties": {
17415
17773
  "centralHeatingFuel": {
17416
17774
  "baspiRef": "A7.4.0.1",
17775
+ "ta6Ref": "12.3.3",
17417
17776
  "rdsRef": "Buildings|BuildingSections/Heating/isGas=no|yes|true|false",
17418
17777
  "type": "object",
17419
17778
  "title": "Central Heating Fuel",
17420
17779
  "baspiRequired": ["centralHeatingFuelType"],
17780
+ "ta6Required": ["centralHeatingFuelType"],
17421
17781
  "properties": {
17422
17782
  "centralHeatingFuelType": {
17423
17783
  "baspiRef": "A7.4.0.2",
17424
- "ta6Ref": "12.3a",
17784
+ "ta6Ref": "12.3a1",
17425
17785
  "title": "What type of fuel does the system run on?",
17426
17786
  "type": "string",
17427
17787
  "enum": [
@@ -17451,13 +17811,14 @@
17451
17811
  },
17452
17812
  "otherCentralHeatingFuelType": {
17453
17813
  "baspiRef": "A7.4.0.3",
17454
- "ta6Ref": "12.3a",
17814
+ "ta6Ref": "12.3a2",
17455
17815
  "title": "Please describe the other fuel type",
17456
17816
  "type": "string",
17457
17817
  "minLength": 1
17458
17818
  }
17459
17819
  },
17460
- "baspiRequired": ["otherCentralHeatingFuelType"]
17820
+ "baspiRequired": ["otherCentralHeatingFuelType"],
17821
+ "ta6Required": ["otherCentralHeatingFuelType"]
17461
17822
  }
17462
17823
  ]
17463
17824
  },
@@ -17478,12 +17839,14 @@
17478
17839
  "properties": {
17479
17840
  "yesNo": {
17480
17841
  "baspiRef": "A10.1.1",
17842
+ "ta6Ref": "12.3b1",
17481
17843
  "type": "string",
17482
17844
  "title": "",
17483
17845
  "enum": ["Yes", "No"]
17484
17846
  }
17485
17847
  },
17486
17848
  "baspiRequired": ["yesNo"],
17849
+ "ta6Required": ["yesNo"],
17487
17850
  "discriminator": {
17488
17851
  "propertyName": "yesNo"
17489
17852
  },
@@ -17502,25 +17865,28 @@
17502
17865
  },
17503
17866
  "attachments": {
17504
17867
  "baspiRef": "A7.4.1.2",
17868
+ "ta6Ref": "12.3b2",
17505
17869
  "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
17870
  "type": "string",
17507
17871
  "enum": ["Attached", "To follow"]
17508
17872
  }
17509
17873
  },
17510
- "baspiRequired": ["attachments"]
17874
+ "baspiRequired": ["attachments"],
17875
+ "ta6Required": ["attachments"]
17511
17876
  }
17512
17877
  ]
17513
17878
  },
17514
17879
  "heatingLastServicedDate": {
17515
17880
  "baspiRef": "A7.4.2.1",
17516
17881
  "rdsRef": "Objects/Maintenance",
17517
- "ta6Ref": "12.3d",
17882
+ "ta6Ref": "12.3d1",
17518
17883
  "title": "When was the heating system last serviced or maintained?",
17519
17884
  "type": "string",
17520
17885
  "format": "date"
17521
17886
  },
17522
17887
  "heatingLastServicedReport": {
17523
17888
  "baspiRef": "A7.4.2.2",
17889
+ "ta6Ref": "12.3d2",
17524
17890
  "title": "Please provide a copy of the service or maintenance works report.",
17525
17891
  "type": "string",
17526
17892
  "enum": ["Attached", "To follow", "Not applicable"]
@@ -17534,12 +17900,14 @@
17534
17900
  "properties": {
17535
17901
  "yesNo": {
17536
17902
  "baspiRef": "A7.4.3.1",
17903
+ "ta6Ref": "12.3c1",
17537
17904
  "type": "string",
17538
17905
  "title": "",
17539
17906
  "enum": ["Yes", "No"]
17540
17907
  }
17541
17908
  },
17542
17909
  "baspiRequired": ["yesNo"],
17910
+ "ta6Required": ["yesNo"],
17543
17911
  "discriminator": {
17544
17912
  "propertyName": "yesNo"
17545
17913
  },
@@ -17567,20 +17935,14 @@
17567
17935
  }
17568
17936
  ]
17569
17937
  }
17570
- },
17571
- "baspiRequired": [
17572
- "centralHeatingFuel",
17573
- "centralHeatingInstalled",
17574
- "boilerInstallationCertificate",
17575
- "heatingLastServicedDate",
17576
- "heatingLastServicedReport",
17577
- "heatingInGoodWorkingOrder"
17578
- ]
17938
+ }
17579
17939
  }
17580
17940
  },
17581
- "baspiRequired": ["centralHeatingDetails"]
17941
+ "baspiRequired": ["centralHeatingDetails"],
17942
+ "ta6Required": ["centralHeatingDetails"]
17582
17943
  }
17583
- ]
17944
+ ],
17945
+ "ta6Required": ["hasCentralHeating"]
17584
17946
  },
17585
17947
  "insurance": {
17586
17948
  "baspiRef": "A8",
@@ -17588,6 +17950,7 @@
17588
17950
  "title": "Insurance",
17589
17951
  "type": "object",
17590
17952
  "baspiRequired": ["isInsured"],
17953
+ "ta6Required": ["isInsured"],
17591
17954
  "properties": {
17592
17955
  "isInsured": {
17593
17956
  "baspiRef": "A8.1",
@@ -17609,12 +17972,21 @@
17609
17972
  },
17610
17973
  "details": {
17611
17974
  "baspiRef": "A8.1.1",
17975
+ "ta6Ref": "6.2",
17612
17976
  "title": "Why not?",
17613
17977
  "type": "string",
17614
17978
  "minLength": 1
17979
+ },
17980
+ "landlordInsuresIfFlat": {
17981
+ "baspiRef": "A8.1.2",
17982
+ "ta6Ref": "6.3",
17983
+ "title": "If the property is a flat, does the landlord insure the building?",
17984
+ "type": "string",
17985
+ "enum": ["Yes", "No", "Not applicable"]
17615
17986
  }
17616
17987
  },
17617
- "baspiRequired": ["details"]
17988
+ "baspiRequired": ["details", "landlordInsuresIfFlat"],
17989
+ "ta6Required": ["details", "landlordInsuresIfFlat"]
17618
17990
  },
17619
17991
  {
17620
17992
  "properties": {
@@ -17622,47 +17994,205 @@
17622
17994
  "enum": ["Yes"]
17623
17995
  },
17624
17996
  "difficultiesObtainingInsurance": {
17625
- "baspiRef": "A8.1.2",
17997
+ "baspiRef": "A8.1.2.1",
17626
17998
  "rdsRef": "Insurance/Flags,Insurance/refusalReason=?",
17627
17999
  "ta6Ref": "6.4",
17628
18000
  "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
18001
  "type": "object",
17631
- "properties": {
17632
- "yesNo": {
17633
- "baspiRef": "A8.1.2.1",
17634
- "type": "string",
17635
- "title": "",
17636
- "enum": ["Yes", "No"]
17637
- }
17638
- },
17639
- "baspiRequired": ["yesNo"],
17640
- "discriminator": {
17641
- "propertyName": "yesNo"
17642
- },
17643
- "oneOf": [
17644
- {
18002
+ "baspiRequired": [
18003
+ "abnormalRiseInPremiums",
18004
+ "subjectToHighExcesses",
18005
+ "subjectToUnusualConditions",
18006
+ "refused"
18007
+ ],
18008
+ "ta6Required": [
18009
+ "abnormalRiseInPremiums",
18010
+ "subjectToHighExcesses",
18011
+ "subjectToUnusualConditions",
18012
+ "refused"
18013
+ ],
18014
+ "properties": {
18015
+ "abnormalRiseInPremiums": {
18016
+ "baspiRef": "A8.1.2.1.1",
18017
+ "ta6Ref": "6.4a",
18018
+ "title": "Subject to abnormal rise in premiums?",
18019
+ "type": "object",
17645
18020
  "properties": {
17646
18021
  "yesNo": {
17647
- "enum": ["No"]
18022
+ "baspiRef": "A8.1.2.1.2",
18023
+ "ta6Ref": "6.4.a1",
18024
+ "type": "string",
18025
+ "title": "",
18026
+ "enum": ["Yes", "No"]
17648
18027
  }
17649
- }
18028
+ },
18029
+ "baspiRequired": ["yesNo"],
18030
+ "ta6Required": ["yesNo"],
18031
+ "discriminator": {
18032
+ "propertyName": "yesNo"
18033
+ },
18034
+ "oneOf": [
18035
+ {
18036
+ "properties": {
18037
+ "yesNo": {
18038
+ "enum": ["No"]
18039
+ }
18040
+ }
18041
+ },
18042
+ {
18043
+ "properties": {
18044
+ "yesNo": {
18045
+ "enum": ["Yes"]
18046
+ },
18047
+ "details": {
18048
+ "baspiRef": "A8.1.2.1.3",
18049
+ "ta6Ref": "6.4.a2",
18050
+ "title": "Provide details",
18051
+ "type": "string",
18052
+ "minLength": 1
18053
+ }
18054
+ },
18055
+ "baspiRequired": ["details"],
18056
+ "ta6Required": ["details"]
18057
+ }
18058
+ ]
17650
18059
  },
17651
- {
18060
+ "subjectToHighExcesses": {
18061
+ "baspiRef": "A8.1.1.2",
18062
+ "ta6Ref": "6.4b",
18063
+ "title": "Subject to high excesses?",
18064
+ "type": "object",
17652
18065
  "properties": {
17653
18066
  "yesNo": {
17654
- "enum": ["Yes"]
18067
+ "baspiRef": "A8.1.1.2.1",
18068
+ "ta6Ref": "6.4.b1",
18069
+ "type": "string",
18070
+ "title": "",
18071
+ "enum": ["Yes", "No"]
18072
+ }
18073
+ },
18074
+ "baspiRequired": ["yesNo"],
18075
+ "ta6Required": ["yesNo"],
18076
+ "discriminator": {
18077
+ "propertyName": "yesNo"
18078
+ },
18079
+ "oneOf": [
18080
+ {
18081
+ "properties": {
18082
+ "yesNo": {
18083
+ "enum": ["No"]
18084
+ }
18085
+ }
17655
18086
  },
17656
- "details": {
17657
- "baspiRef": "A8.1.2.2",
17658
- "title": "Provide details",
18087
+ {
18088
+ "properties": {
18089
+ "yesNo": {
18090
+ "enum": ["Yes"]
18091
+ },
18092
+ "details": {
18093
+ "baspiRef": "A8.1.2.1.2.2",
18094
+ "ta6Ref": "6.4.b2",
18095
+ "title": "Provide details",
18096
+ "type": "string",
18097
+ "minLength": 1
18098
+ }
18099
+ },
18100
+ "baspiRequired": ["details"],
18101
+ "ta6Required": ["details"]
18102
+ }
18103
+ ]
18104
+ },
18105
+ "subjectToUnusualConditions": {
18106
+ "baspiRef": "A8.1.2.1.3",
18107
+ "ta6Ref": "6.4a",
18108
+ "title": "Subject to unusual conditions?",
18109
+ "type": "object",
18110
+ "properties": {
18111
+ "yesNo": {
18112
+ "baspiRef": "A8.1.2.1.3.1",
18113
+ "ta6Ref": "6.4.a1",
17659
18114
  "type": "string",
17660
- "minLength": 1
18115
+ "title": "",
18116
+ "enum": ["Yes", "No"]
17661
18117
  }
17662
18118
  },
17663
- "baspiRequired": ["details"]
18119
+ "baspiRequired": ["yesNo"],
18120
+ "ta6Required": ["yesNo"],
18121
+ "discriminator": {
18122
+ "propertyName": "yesNo"
18123
+ },
18124
+ "oneOf": [
18125
+ {
18126
+ "properties": {
18127
+ "yesNo": {
18128
+ "enum": ["No"]
18129
+ }
18130
+ }
18131
+ },
18132
+ {
18133
+ "properties": {
18134
+ "yesNo": {
18135
+ "enum": ["Yes"]
18136
+ },
18137
+ "details": {
18138
+ "baspiRef": "A8.1.2.1.3.2",
18139
+ "ta6Ref": "6.4.a2",
18140
+ "title": "Provide details",
18141
+ "type": "string",
18142
+ "minLength": 1
18143
+ }
18144
+ },
18145
+ "baspiRequired": ["details"],
18146
+ "ta6Required": ["details"]
18147
+ }
18148
+ ]
18149
+ },
18150
+ "refused": {
18151
+ "baspiRef": "A8.1.2.1.4",
18152
+ "ta6Ref": "6.4a",
18153
+ "title": "Refused?",
18154
+ "type": "object",
18155
+ "properties": {
18156
+ "yesNo": {
18157
+ "baspiRef": "A8.1.2.1.4.1",
18158
+ "ta6Ref": "6.4.a1",
18159
+ "type": "string",
18160
+ "title": "",
18161
+ "enum": ["Yes", "No"]
18162
+ }
18163
+ },
18164
+ "baspiRequired": ["yesNo"],
18165
+ "ta6Required": ["yesNo"],
18166
+ "discriminator": {
18167
+ "propertyName": "yesNo"
18168
+ },
18169
+ "oneOf": [
18170
+ {
18171
+ "properties": {
18172
+ "yesNo": {
18173
+ "enum": ["No"]
18174
+ }
18175
+ }
18176
+ },
18177
+ {
18178
+ "properties": {
18179
+ "yesNo": {
18180
+ "enum": ["Yes"]
18181
+ },
18182
+ "details": {
18183
+ "baspiRef": "A8.1.2.1.4.2",
18184
+ "ta6Ref": "6.4.a2",
18185
+ "title": "Provide details",
18186
+ "type": "string",
18187
+ "minLength": 1
18188
+ }
18189
+ },
18190
+ "baspiRequired": ["details"],
18191
+ "ta6Required": ["details"]
18192
+ }
18193
+ ]
17664
18194
  }
17665
- ]
18195
+ }
17666
18196
  },
17667
18197
  "insuranceClaims": {
17668
18198
  "baspiRef": "A8.2",
@@ -17673,12 +18203,14 @@
17673
18203
  "properties": {
17674
18204
  "yesNo": {
17675
18205
  "baspiRef": "A8.2.1",
18206
+ "ta6Ref": "6.5.1",
17676
18207
  "type": "string",
17677
18208
  "title": "",
17678
18209
  "enum": ["Yes", "No"]
17679
18210
  }
17680
18211
  },
17681
18212
  "baspiRequired": ["yesNo"],
18213
+ "ta6Required": ["yesNo"],
17682
18214
  "discriminator": {
17683
18215
  "propertyName": "yesNo"
17684
18216
  },
@@ -17697,12 +18229,14 @@
17697
18229
  },
17698
18230
  "details": {
17699
18231
  "baspiRef": "A8.2.1",
18232
+ "ta6Ref": "6.5.2",
17700
18233
  "title": "Provide details",
17701
18234
  "type": "string",
17702
18235
  "minLength": 1
17703
18236
  }
17704
18237
  },
17705
- "baspiRequired": ["details"]
18238
+ "baspiRequired": ["details"],
18239
+ "ta6Required": ["details"]
17706
18240
  }
17707
18241
  ]
17708
18242
  }
@@ -17710,13 +18244,16 @@
17710
18244
  "baspiRequired": [
17711
18245
  "difficultiesObtainingInsurance",
17712
18246
  "insuranceClaims"
18247
+ ],
18248
+ "ta6Required": [
18249
+ "difficultiesObtainingInsurance",
18250
+ "insuranceClaims"
17713
18251
  ]
17714
18252
  }
17715
18253
  ]
17716
18254
  },
17717
18255
  "boundaries": {
17718
18256
  "baspiRef": "A9",
17719
- "ta6Ref": "1",
17720
18257
  "title": "Boundaries",
17721
18258
  "type": "object",
17722
18259
  "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 +18447,12 @@
17910
18447
  "accessRestrictionAttempts",
17911
18448
  "rightsOrArrangements"
17912
18449
  ],
18450
+ "ta6Required": [
18451
+ "sharedContributions",
18452
+ "neighbouringLandRights",
18453
+ "accessRestrictionAttempts",
18454
+ "rightsOrArrangements"
18455
+ ],
17913
18456
  "properties": {
17914
18457
  "sharedContributions": {
17915
18458
  "baspiRef": "A10.1",
@@ -17920,12 +18463,14 @@
17920
18463
  "properties": {
17921
18464
  "yesNo": {
17922
18465
  "baspiRef": "A10.1.1",
18466
+ "ta6Ref": "8.1.1",
17923
18467
  "type": "string",
17924
18468
  "title": "",
17925
18469
  "enum": ["Yes", "No"]
17926
18470
  }
17927
18471
  },
17928
18472
  "baspiRequired": ["yesNo"],
18473
+ "ta6Required": ["yesNo"],
17929
18474
  "discriminator": {
17930
18475
  "propertyName": "yesNo"
17931
18476
  },
@@ -17944,12 +18489,14 @@
17944
18489
  },
17945
18490
  "details": {
17946
18491
  "baspiRef": "A10.1.2",
18492
+ "ta6Ref": "8.1.2",
17947
18493
  "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
18494
  "type": "string",
17949
18495
  "minLength": 1
17950
18496
  }
17951
18497
  },
17952
- "baspiRequired": ["details"]
18498
+ "baspiRequired": ["details"],
18499
+ "ta6Required": ["details"]
17953
18500
  }
17954
18501
  ]
17955
18502
  },
@@ -17962,12 +18509,14 @@
17962
18509
  "properties": {
17963
18510
  "yesNo": {
17964
18511
  "baspiRef": "A10.2.1",
18512
+ "ta6Ref": "8.2.1",
17965
18513
  "type": "string",
17966
18514
  "title": "",
17967
18515
  "enum": ["Yes", "No"]
17968
18516
  }
17969
18517
  },
17970
18518
  "baspiRequired": ["yesNo"],
18519
+ "ta6Required": ["yesNo"],
17971
18520
  "discriminator": {
17972
18521
  "propertyName": "yesNo"
17973
18522
  },
@@ -17986,6 +18535,7 @@
17986
18535
  },
17987
18536
  "details": {
17988
18537
  "baspiRef": "A10.2.2",
18538
+ "ta6Ref": "8.2.1",
17989
18539
  "title": "Please give details and provide a plan showing the route of the access, parking etc",
17990
18540
  "type": "string",
17991
18541
  "minLength": 1
@@ -17997,7 +18547,8 @@
17997
18547
  "enum": ["Attached", "To follow"]
17998
18548
  }
17999
18549
  },
18000
- "baspiRequired": ["details", "attachments"]
18550
+ "baspiRequired": ["details", "attachments"],
18551
+ "ta6Required": ["details"]
18001
18552
  }
18002
18553
  ]
18003
18554
  },
@@ -18010,12 +18561,14 @@
18010
18561
  "properties": {
18011
18562
  "yesNo": {
18012
18563
  "baspiRef": "A10.3.1",
18564
+ "ta6Ref": "8.3.1",
18013
18565
  "type": "string",
18014
18566
  "title": "",
18015
18567
  "enum": ["Yes", "No"]
18016
18568
  }
18017
18569
  },
18018
18570
  "baspiRequired": ["yesNo"],
18571
+ "ta6Required": ["yesNo"],
18019
18572
  "discriminator": {
18020
18573
  "propertyName": "yesNo"
18021
18574
  },
@@ -18034,12 +18587,14 @@
18034
18587
  },
18035
18588
  "details": {
18036
18589
  "baspiRef": "A10.3.2",
18590
+ "ta6Ref": "8.3.2",
18037
18591
  "title": "Details",
18038
18592
  "type": "string",
18039
18593
  "minLength": 1
18040
18594
  }
18041
18595
  },
18042
- "baspiRequired": ["details"]
18596
+ "baspiRequired": ["details"],
18597
+ "ta6Required": ["details"]
18043
18598
  }
18044
18599
  ]
18045
18600
  },
@@ -18056,6 +18611,14 @@
18056
18611
  "churchChancel",
18057
18612
  "otherRights"
18058
18613
  ],
18614
+ "ta6Required": [
18615
+ "publicRightOfWay",
18616
+ "rightsOfLightOrSupport",
18617
+ "rightsCreatedThroughCustom",
18618
+ "minesAndMinerals",
18619
+ "churchChancel",
18620
+ "otherRights"
18621
+ ],
18059
18622
  "properties": {
18060
18623
  "publicRightOfWay": {
18061
18624
  "baspiRef": "A10.4.1",
@@ -18066,12 +18629,14 @@
18066
18629
  "properties": {
18067
18630
  "yesNo": {
18068
18631
  "baspiRef": "A10.4.1.1",
18632
+ "ta6Ref": "8.6.1",
18069
18633
  "type": "string",
18070
18634
  "title": "",
18071
18635
  "enum": ["Yes", "No"]
18072
18636
  }
18073
18637
  },
18074
18638
  "baspiRequired": ["yesNo"],
18639
+ "ta6Required": ["yesNo"],
18075
18640
  "discriminator": {
18076
18641
  "propertyName": "yesNo"
18077
18642
  },
@@ -18090,6 +18655,7 @@
18090
18655
  },
18091
18656
  "details": {
18092
18657
  "baspiRef": "A10.4.1.2",
18658
+ "ta6Ref": "8.6.2",
18093
18659
  "title": "Please provide details and mark the route on a plan of the property",
18094
18660
  "type": "string",
18095
18661
  "minLength": 1
@@ -18101,7 +18667,8 @@
18101
18667
  "enum": ["Attached", "To follow"]
18102
18668
  }
18103
18669
  },
18104
- "baspiRequired": ["details", "attachments"]
18670
+ "baspiRequired": ["details", "attachments"],
18671
+ "ta6Required": ["details"]
18105
18672
  }
18106
18673
  ]
18107
18674
  },
@@ -18114,12 +18681,14 @@
18114
18681
  "properties": {
18115
18682
  "yesNo": {
18116
18683
  "baspiRef": "A10.4.2.1",
18684
+ "ta6Ref": "8.4a1",
18117
18685
  "type": "string",
18118
18686
  "title": "",
18119
18687
  "enum": ["Yes", "No"]
18120
18688
  }
18121
18689
  },
18122
18690
  "baspiRequired": ["yesNo"],
18691
+ "ta6Required": ["yesNo"],
18123
18692
  "discriminator": {
18124
18693
  "propertyName": "yesNo"
18125
18694
  },
@@ -18138,12 +18707,14 @@
18138
18707
  },
18139
18708
  "details": {
18140
18709
  "baspiRef": "A10.4.2.2",
18710
+ "ta6Ref": "8.4a2",
18141
18711
  "title": "Details",
18142
18712
  "type": "string",
18143
18713
  "minLength": 1
18144
18714
  }
18145
18715
  },
18146
- "baspiRequired": ["details"]
18716
+ "baspiRequired": ["details"],
18717
+ "ta6Required": ["details"]
18147
18718
  }
18148
18719
  ]
18149
18720
  },
@@ -18156,12 +18727,14 @@
18156
18727
  "properties": {
18157
18728
  "yesNo": {
18158
18729
  "baspiRef": "A10.4.3.1",
18730
+ "ta6Ref": "8.4c1",
18159
18731
  "type": "string",
18160
18732
  "title": "",
18161
18733
  "enum": ["Yes", "No"]
18162
18734
  }
18163
18735
  },
18164
18736
  "baspiRequired": ["yesNo"],
18737
+ "ta6Required": ["yesNo"],
18165
18738
  "discriminator": {
18166
18739
  "propertyName": "yesNo"
18167
18740
  },
@@ -18180,12 +18753,14 @@
18180
18753
  },
18181
18754
  "details": {
18182
18755
  "baspiRef": "A10.4.3.2",
18756
+ "ta6Ref": "8.4c2",
18183
18757
  "title": "Details",
18184
18758
  "type": "string",
18185
18759
  "minLength": 1
18186
18760
  }
18187
18761
  },
18188
- "baspiRequired": ["details"]
18762
+ "baspiRequired": ["details"],
18763
+ "ta6Required": ["details"]
18189
18764
  }
18190
18765
  ]
18191
18766
  },
@@ -18198,12 +18773,14 @@
18198
18773
  "properties": {
18199
18774
  "yesNo": {
18200
18775
  "baspiRef": "A10.4.4.1",
18776
+ "ta6Ref": "8.5a1",
18201
18777
  "type": "string",
18202
18778
  "title": "",
18203
18779
  "enum": ["Yes", "No"]
18204
18780
  }
18205
18781
  },
18206
18782
  "baspiRequired": ["yesNo"],
18783
+ "ta6Required": ["yesNo"],
18207
18784
  "discriminator": {
18208
18785
  "propertyName": "yesNo"
18209
18786
  },
@@ -18222,12 +18799,14 @@
18222
18799
  },
18223
18800
  "details": {
18224
18801
  "baspiRef": "A10.4.4.2",
18802
+ "ta6Ref": "8.5a2",
18225
18803
  "title": "Details",
18226
18804
  "type": "string",
18227
18805
  "minLength": 1
18228
18806
  }
18229
18807
  },
18230
- "baspiRequired": ["details"]
18808
+ "baspiRequired": ["details"],
18809
+ "ta6Required": ["details"]
18231
18810
  }
18232
18811
  ]
18233
18812
  },
@@ -18240,12 +18819,14 @@
18240
18819
  "properties": {
18241
18820
  "yesNo": {
18242
18821
  "baspiRef": "A10.4.5.1",
18822
+ "ta6Ref": "8.5b1",
18243
18823
  "type": "string",
18244
18824
  "title": "",
18245
18825
  "enum": ["Yes", "No"]
18246
18826
  }
18247
18827
  },
18248
18828
  "baspiRequired": ["yesNo"],
18829
+ "ta6Required": ["yesNo"],
18249
18830
  "discriminator": {
18250
18831
  "propertyName": "yesNo"
18251
18832
  },
@@ -18264,12 +18845,14 @@
18264
18845
  },
18265
18846
  "details": {
18266
18847
  "baspiRef": "A10.4.5.2",
18848
+ "ta6Ref": "8.5b2",
18267
18849
  "title": "Details",
18268
18850
  "type": "string",
18269
18851
  "minLength": 1
18270
18852
  }
18271
18853
  },
18272
- "baspiRequired": ["details"]
18854
+ "baspiRequired": ["details"],
18855
+ "ta6Required": ["details"]
18273
18856
  }
18274
18857
  ]
18275
18858
  },
@@ -18282,12 +18865,14 @@
18282
18865
  "properties": {
18283
18866
  "yesNo": {
18284
18867
  "baspiRef": "A10.4.6.1",
18868
+ "ta6Ref": "8.6.1",
18285
18869
  "type": "string",
18286
18870
  "title": "",
18287
18871
  "enum": ["Yes", "No"]
18288
18872
  }
18289
18873
  },
18290
18874
  "baspiRequired": ["yesNo"],
18875
+ "ta6Required": ["yesNo"],
18291
18876
  "discriminator": {
18292
18877
  "propertyName": "yesNo"
18293
18878
  },
@@ -18306,12 +18891,14 @@
18306
18891
  },
18307
18892
  "details": {
18308
18893
  "baspiRef": "A10.4.6.2",
18894
+ "ta6Ref": "8.6.2",
18309
18895
  "title": "Details",
18310
18896
  "type": "string",
18311
18897
  "minLength": 1
18312
18898
  }
18313
18899
  },
18314
- "baspiRequired": ["details"]
18900
+ "baspiRequired": ["details"],
18901
+ "ta6Required": ["details"]
18315
18902
  }
18316
18903
  ]
18317
18904
  }
@@ -18324,6 +18911,7 @@
18324
18911
  "title": "Environmental Issues Affecting the Property",
18325
18912
  "type": "object",
18326
18913
  "baspiRequired": ["flooding", "radon", "otherEnvironmental"],
18914
+ "ta6Required": ["flooding", "radon", "otherEnvironmental"],
18327
18915
  "properties": {
18328
18916
  "flooding": {
18329
18917
  "baspiRef": "A11.1.1",
@@ -18342,12 +18930,14 @@
18342
18930
  "properties": {
18343
18931
  "yesNo": {
18344
18932
  "baspiRef": "A11.1.1.1",
18933
+ "ta6Ref": "7.3.1",
18345
18934
  "type": "string",
18346
18935
  "title": "",
18347
18936
  "enum": ["Yes", "No"]
18348
18937
  }
18349
18938
  },
18350
18939
  "baspiRequired": ["yesNo"],
18940
+ "ta6Required": ["yesNo"],
18351
18941
  "discriminator": {
18352
18942
  "propertyName": "yesNo"
18353
18943
  },
@@ -18366,12 +18956,14 @@
18366
18956
  },
18367
18957
  "attachments": {
18368
18958
  "baspiRef": "A11.1.1.3",
18959
+ "ta6Ref": "7.3.2",
18369
18960
  "title": "Please supply a copy",
18370
18961
  "type": "string",
18371
18962
  "enum": ["Attached", "To follow"]
18372
18963
  }
18373
18964
  },
18374
- "baspiRequired": ["attachments"]
18965
+ "baspiRequired": ["attachments"],
18966
+ "ta6Required": ["attachments"]
18375
18967
  }
18376
18968
  ]
18377
18969
  },
@@ -18417,7 +19009,6 @@
18417
19009
  "baspiRef": "A11.1.2.2.1",
18418
19010
  "ta6Ref": "7.2a",
18419
19011
  "title": "Ground water",
18420
-
18421
19012
  "type": "string",
18422
19013
  "enum": ["Yes", "No"]
18423
19014
  },
@@ -18425,7 +19016,6 @@
18425
19016
  "baspiRef": "A11.1.2.2.2",
18426
19017
  "ta6Ref": "7.2b",
18427
19018
  "title": "Sewer",
18428
-
18429
19019
  "type": "string",
18430
19020
  "enum": ["Yes", "No"]
18431
19021
  },
@@ -18452,17 +19042,20 @@
18452
19042
  },
18453
19043
  "other": {
18454
19044
  "baspiRef": "A11.1.2.2.6",
19045
+ "ta6Ref": "7.2f",
18455
19046
  "title": "Other",
18456
19047
  "type": "object",
18457
19048
  "properties": {
18458
19049
  "yesNo": {
18459
19050
  "baspiRef": "A11.1.2.2.6.1",
19051
+ "ta6Ref": "7.2f1",
18460
19052
  "type": "string",
18461
19053
  "title": "",
18462
19054
  "enum": ["Yes", "No"]
18463
19055
  }
18464
19056
  },
18465
19057
  "baspiRequired": ["yesNo"],
19058
+ "ta6Required": ["yesNo"],
18466
19059
  "discriminator": {
18467
19060
  "propertyName": "yesNo"
18468
19061
  },
@@ -18481,15 +19074,16 @@
18481
19074
  },
18482
19075
  "details": {
18483
19076
  "baspiRef": "A11.1.2.2.6.2",
19077
+ "ta6Ref": "7.2f1",
18484
19078
  "title": "Please stata",
18485
19079
  "type": "string",
18486
19080
  "minLength": 1
18487
19081
  }
18488
19082
  },
18489
- "baspiRequired": ["details"]
19083
+ "baspiRequired": ["details"],
19084
+ "ta6Required": ["details"]
18490
19085
  }
18491
- ],
18492
- "description": "Please state"
19086
+ ]
18493
19087
  }
18494
19088
  },
18495
19089
  "baspiRequired": [
@@ -18499,12 +19093,22 @@
18499
19093
  "coastal",
18500
19094
  "river",
18501
19095
  "other"
19096
+ ],
19097
+ "ta6Required": [
19098
+ "groundWater",
19099
+ "sewer",
19100
+ "surfaceWater",
19101
+ "coastal",
19102
+ "river",
19103
+ "other"
18502
19104
  ]
18503
19105
  }
18504
19106
  },
18505
- "baspiRequired": ["typeOfFlooding", "details"]
19107
+ "baspiRequired": ["typeOfFlooding", "details"],
19108
+ "ta6Required": ["typeOfFlooding", "details"]
18506
19109
  }
18507
- ]
19110
+ ],
19111
+ "ta6Required": ["floodRiskReport", "hasBeenFlooded"]
18508
19112
  },
18509
19113
  "radon": {
18510
19114
  "baspiRef": "A11.1.3",
@@ -18525,6 +19129,7 @@
18525
19129
  "properties": {
18526
19130
  "yesNo": {
18527
19131
  "baspiRef": "A11.1.3.1",
19132
+ "ta6Ref": "7.4.1",
18528
19133
  "type": "string",
18529
19134
  "title": "",
18530
19135
  "enum": ["Yes", "No"]
@@ -18549,20 +19154,24 @@
18549
19154
  },
18550
19155
  "details": {
18551
19156
  "baspiRef": "A11.1.3.2",
18552
- "title": "Please supply a copy of the report and indicate if the test result was below the recommended level.",
19157
+ "ta6Ref": "7.4a",
19158
+ "title": "Was the test result was below the recommended level?",
18553
19159
  "type": "string",
18554
- "minLength": 1
19160
+ "enum": ["Yes", "No"]
18555
19161
  },
18556
19162
  "attachments": {
18557
19163
  "baspiRef": "A11.1.3.3",
18558
- "title": "Attachments",
19164
+ "ta6Ref": "7.4b",
19165
+ "title": "Please supply a copy of the report",
18559
19166
  "type": "string",
18560
19167
  "enum": ["Attached", "To follow"]
18561
19168
  }
18562
19169
  },
18563
- "baspiRequired": ["details", "attachments"]
19170
+ "baspiRequired": ["details", "attachments"],
19171
+ "ta6Required": ["details", "attachments"]
18564
19172
  }
18565
- ]
19173
+ ],
19174
+ "ta6Required": ["yesNo"]
18566
19175
  },
18567
19176
  "remedialMeasuresOnConstruction": {
18568
19177
  "baspiRef": "A11.1.3.4",
@@ -18578,9 +19187,11 @@
18578
19187
  "enum": ["Yes", "No"]
18579
19188
  }
18580
19189
  },
18581
- "baspiRequired": ["yesNo"]
19190
+ "baspiRequired": ["yesNo"],
19191
+ "ta6Required": ["yesNo"]
18582
19192
  }
18583
- }
19193
+ },
19194
+ "ta6Required": ["remedialMeasuresOnConstruction", "radonTest"]
18584
19195
  },
18585
19196
  "otherEnvironmental": {
18586
19197
  "baspiRef": "A11.1.4",
@@ -18828,12 +19439,15 @@
18828
19439
  },
18829
19440
  "additionalInformation": {
18830
19441
  "baspiRef": "A12",
19442
+ "ta6Ref": "10",
18831
19443
  "title": "Additional Information",
18832
19444
  "type": "object",
18833
19445
  "baspiRequired": [
18834
19446
  "restrictionsOnUseNotCompliedWith",
18835
- "otherMaterialIssue"
19447
+ "otherMaterialIssue",
19448
+ "otherCharges"
18836
19449
  ],
19450
+ "ta6Required": ["otherCharges"],
18837
19451
  "properties": {
18838
19452
  "restrictionsOnUseNotCompliedWith": {
18839
19453
  "baspiRef": "A12.1",
@@ -18929,6 +19543,51 @@
18929
19543
  "baspiRequired": ["details"]
18930
19544
  }
18931
19545
  ]
19546
+ },
19547
+ "otherCharges": {
19548
+ "baspiRef": "A12.3",
19549
+ "ta6Ref": "10.1",
19550
+ "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?",
19551
+ "type": "object",
19552
+ "properties": {
19553
+ "yesNo": {
19554
+ "baspiRef": "A12.3.1",
19555
+ "ta6Ref": "10.1",
19556
+ "type": "string",
19557
+ "title": "",
19558
+ "enum": ["Yes", "No"]
19559
+ }
19560
+ },
19561
+ "baspiRequired": ["yesNo"],
19562
+ "ta6Required": ["yesNo"],
19563
+ "discriminator": {
19564
+ "propertyName": "yesNo"
19565
+ },
19566
+ "oneOf": [
19567
+ {
19568
+ "properties": {
19569
+ "yesNo": {
19570
+ "enum": ["No"]
19571
+ }
19572
+ }
19573
+ },
19574
+ {
19575
+ "properties": {
19576
+ "yesNo": {
19577
+ "enum": ["Yes"]
19578
+ },
19579
+ "details": {
19580
+ "baspiRef": "A12.3.2",
19581
+ "ta6Ref": "10.2",
19582
+ "title": "Please give details",
19583
+ "type": "string",
19584
+ "minLength": 1
19585
+ }
19586
+ },
19587
+ "baspiRequired": ["details"],
19588
+ "ta6Required": ["details"]
19589
+ }
19590
+ ]
18932
19591
  }
18933
19592
  }
18934
19593
  },
@@ -18955,6 +19614,7 @@
18955
19614
  "title": "Additional information required for the legal process",
18956
19615
  "description": "Supporting mapping to BASPI, Law Society and RICS Data Schema elements.",
18957
19616
  "baspiRef": "B",
19617
+ "ta6Ref": "0",
18958
19618
  "baspiRequired": [
18959
19619
  "legalOwners",
18960
19620
  "sellersCapacity",
@@ -18967,6 +19627,15 @@
18967
19627
  "completionAndMoving",
18968
19628
  "confirmationOfAccuracyByOwners"
18969
19629
  ],
19630
+ "ta6Required": [
19631
+ "legalBoundaries",
19632
+ "servicesCrossing",
19633
+ "energyAndMeters",
19634
+ "guaranteesWarrantiesAndIndemnityInsurances",
19635
+ "occupiers",
19636
+ "completionAndMoving",
19637
+ "confirmationOfAccuracyByOwners"
19638
+ ],
18970
19639
  "properties": {
18971
19640
  "legalOwners": {
18972
19641
  "baspiRef": "B1",
@@ -19112,7 +19781,7 @@
19112
19781
  },
19113
19782
  "legalBoundaries": {
19114
19783
  "baspiRef": "B2.1",
19115
- "TA6Ref": "1",
19784
+ "ta6Ref": "1",
19116
19785
  "title": "Legal Boundaries",
19117
19786
  "description": "",
19118
19787
  "type": "object",
@@ -19122,6 +19791,12 @@
19122
19791
  "adjacentLandIncluded",
19123
19792
  "flyingFreehold"
19124
19793
  ],
19794
+ "ta6Required": [
19795
+ "ownership",
19796
+ "haveBoundaryFeaturesMoved",
19797
+ "adjacentLandIncluded",
19798
+ "flyingFreehold"
19799
+ ],
19125
19800
  "properties": {
19126
19801
  "ownership": {
19127
19802
  "baspiRef": "B2.1.0",
@@ -19130,10 +19805,11 @@
19130
19805
  "description": "If the property is leasehold this section, or parts of it, may not apply.",
19131
19806
  "type": "object",
19132
19807
  "baspiRequired": ["areBoundariesUniform"],
19808
+ "ta6Required": ["areBoundariesUniform"],
19133
19809
  "properties": {
19134
19810
  "areBoundariesUniform": {
19135
19811
  "baspiRef": "B2.1.0.1",
19136
- "TA6Ref": "1.2",
19812
+ "ta6Ref": "1.2",
19137
19813
  "title": "Are the boundaries uniform?",
19138
19814
  "type": "string",
19139
19815
  "enum": ["Yes", "No", "Not applicable"]
@@ -19156,7 +19832,7 @@
19156
19832
  "left": {
19157
19833
  "baspiRef": "B2.1.1",
19158
19834
  "rdsRef": "Tenure/Boundaries",
19159
- "TA6Ref": "1.1a",
19835
+ "ta6Ref": "1.1a",
19160
19836
  "title": "On the left",
19161
19837
  "type": "string",
19162
19838
  "enum": [
@@ -19169,7 +19845,7 @@
19169
19845
  "right": {
19170
19846
  "baspiRef": "B2.1.2",
19171
19847
  "rdsRef": "Tenure/Boundaries",
19172
- "TA6Ref": "1.1b",
19848
+ "ta6Ref": "1.1b",
19173
19849
  "title": "On the right",
19174
19850
  "type": "string",
19175
19851
  "enum": [
@@ -19182,7 +19858,7 @@
19182
19858
  "rear": {
19183
19859
  "baspiRef": "B2.1.3",
19184
19860
  "rdsRef": "Tenure/Boundaries",
19185
- "TA6Ref": "1.1c",
19861
+ "ta6Ref": "1.1c",
19186
19862
  "title": "At the rear",
19187
19863
  "type": "string",
19188
19864
  "enum": [
@@ -19195,7 +19871,7 @@
19195
19871
  "front": {
19196
19872
  "baspiRef": "B2.1.4",
19197
19873
  "rdsRef": "Tenure/Boundaries",
19198
- "TA6Ref": "1.1d",
19874
+ "ta6Ref": "1.1d",
19199
19875
  "title": "At the front",
19200
19876
  "type": "string",
19201
19877
  "enum": [
@@ -19206,7 +19882,8 @@
19206
19882
  ]
19207
19883
  }
19208
19884
  },
19209
- "baspiRequired": ["left", "right", "rear", "front"]
19885
+ "baspiRequired": ["left", "right", "rear", "front"],
19886
+ "ta6Required": ["left", "right", "rear", "front"]
19210
19887
  }
19211
19888
  }
19212
19889
  },
@@ -19217,18 +19894,21 @@
19217
19894
  },
19218
19895
  "details": {
19219
19896
  "baspiRef": "B2.1.1",
19897
+ "ta6Ref": "1.2.1",
19220
19898
  "title": "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property",
19221
19899
  "type": "string",
19222
19900
  "minLength": 1
19223
19901
  },
19224
19902
  "attachments": {
19225
19903
  "baspiRef": "B2.1.2",
19904
+ "ta6Ref": "1.2.2",
19226
19905
  "title": "Attachments",
19227
19906
  "type": "string",
19228
19907
  "enum": ["Attached", "To follow"]
19229
19908
  }
19230
19909
  },
19231
- "baspiRequired": ["details", "attachments"]
19910
+ "baspiRequired": ["details", "attachments"],
19911
+ "ta6Required": ["details", "attachments"]
19232
19912
  },
19233
19913
  {
19234
19914
  "properties": {
@@ -19242,19 +19922,20 @@
19242
19922
  "haveBoundaryFeaturesMoved": {
19243
19923
  "baspiRef": "B2.2",
19244
19924
  "rdsRef": "Tenure/Boundaries",
19245
- "TA6Ref": "1.3",
19925
+ "ta6Ref": "1.3",
19246
19926
  "title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
19247
19927
  "type": "object",
19248
19928
  "properties": {
19249
19929
  "yesNo": {
19250
19930
  "baspiRef": "B2.2.1",
19251
- "TA6Ref": "1.3.1",
19931
+ "ta6Ref": "1.3.1",
19252
19932
  "type": "string",
19253
19933
  "title": "",
19254
19934
  "enum": ["Yes", "No", "Not applicable"]
19255
19935
  }
19256
19936
  },
19257
19937
  "baspiRequired": ["yesNo"],
19938
+ "ta6Required": ["yesNo"],
19258
19939
  "discriminator": {
19259
19940
  "propertyName": "yesNo"
19260
19941
  },
@@ -19273,32 +19954,34 @@
19273
19954
  },
19274
19955
  "details": {
19275
19956
  "baspiRef": "B2.2.2",
19276
- "TA6Ref": "1.3.2",
19957
+ "ta6Ref": "1.3.2",
19277
19958
  "title": "Details",
19278
19959
  "type": "string",
19279
19960
  "minLength": 1
19280
19961
  }
19281
19962
  },
19282
- "baspiRequired": ["details"]
19963
+ "baspiRequired": ["details"],
19964
+ "ta6Required": ["details"]
19283
19965
  }
19284
19966
  ]
19285
19967
  },
19286
19968
  "adjacentLandIncluded": {
19287
19969
  "baspiRef": "B2.3",
19288
19970
  "rdsRef": "Property/Flags,Property/GUID/name='UPRN'&id=?",
19289
- "TA6Ref": "1.4",
19971
+ "ta6Ref": "1.4",
19290
19972
  "title": "Has any adjacent land or property been purchased by you that will be included in the sale?",
19291
19973
  "type": "object",
19292
19974
  "properties": {
19293
19975
  "yesNo": {
19294
19976
  "baspiRef": "B2.3.1",
19295
- "TA6Ref": "1.4.1",
19977
+ "ta6Ref": "1.4.1",
19296
19978
  "type": "string",
19297
19979
  "title": "",
19298
19980
  "enum": ["Yes", "No", "Not applicable"]
19299
19981
  }
19300
19982
  },
19301
19983
  "baspiRequired": ["yesNo"],
19984
+ "ta6Required": ["yesNo"],
19302
19985
  "discriminator": {
19303
19986
  "propertyName": "yesNo"
19304
19987
  },
@@ -19317,33 +20000,35 @@
19317
20000
  },
19318
20001
  "details": {
19319
20002
  "baspiRef": "B2.3.2",
19320
- "TA6Ref": "1.4.2",
20003
+ "ta6Ref": "1.4.2",
19321
20004
  "title": "Details",
19322
20005
  "type": "string",
19323
20006
  "minLength": 1
19324
20007
  }
19325
20008
  },
19326
- "baspiRequired": ["details"]
20009
+ "baspiRequired": ["details"],
20010
+ "ta6Required": ["details"]
19327
20011
  }
19328
20012
  ]
19329
20013
  },
19330
20014
  "flyingFreehold": {
19331
20015
  "baspiRef": "B2.5",
19332
20016
  "rdsRef": "Tenure/tenure=?",
19333
- "TA6Ref": "1.5",
20017
+ "ta6Ref": "1.5",
19334
20018
  "title": "Is there a flying freehold?",
19335
20019
  "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
20020
  "type": "object",
19337
20021
  "properties": {
19338
20022
  "yesNo": {
19339
20023
  "baspiRef": "B2.5.1",
19340
- "TA6Ref": "1.5.1",
20024
+ "ta6Ref": "1.5.1",
19341
20025
  "type": "string",
19342
20026
  "title": "",
19343
20027
  "enum": ["Yes", "No", "Not applicable"]
19344
20028
  }
19345
20029
  },
19346
20030
  "baspiRequired": ["yesNo"],
20031
+ "ta6Required": ["yesNo"],
19347
20032
  "discriminator": {
19348
20033
  "propertyName": "yesNo"
19349
20034
  },
@@ -19362,13 +20047,14 @@
19362
20047
  },
19363
20048
  "details": {
19364
20049
  "baspiRef": "B2.5.2",
19365
- "TA6Ref": "1.5.2",
20050
+ "ta6Ref": "1.5.2",
19366
20051
  "title": "Details",
19367
20052
  "type": "string",
19368
20053
  "minLength": 1
19369
20054
  }
19370
20055
  },
19371
- "baspiRequired": ["details"]
20056
+ "baspiRequired": ["details"],
20057
+ "ta6Required": ["details"]
19372
20058
  }
19373
20059
  ]
19374
20060
  }
@@ -19376,6 +20062,7 @@
19376
20062
  },
19377
20063
  "servicesCrossing": {
19378
20064
  "baspiRef": "B3",
20065
+ "ta6Ref": "8",
19379
20066
  "title": "Services Crossing Other Property",
19380
20067
  "type": "object",
19381
20068
  "baspiRequired": [
@@ -19383,22 +20070,29 @@
19383
20070
  "pipesWiresCablesDrainsFromProperty",
19384
20071
  "formalOrInformalAgreements"
19385
20072
  ],
20073
+ "ta6Required": [
20074
+ "pipesWiresCablesDrainsToProperty",
20075
+ "pipesWiresCablesDrainsFromProperty",
20076
+ "formalOrInformalAgreements"
20077
+ ],
19386
20078
  "properties": {
19387
20079
  "pipesWiresCablesDrainsToProperty": {
19388
20080
  "baspiRef": "B3.1",
19389
20081
  "rdsRef": "Services/.../Located",
19390
- "TA6Ref": "8.7",
20082
+ "ta6Ref": "8.7",
19391
20083
  "title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
19392
20084
  "type": "object",
19393
20085
  "properties": {
19394
20086
  "yesNo": {
19395
20087
  "baspiRef": "B3.1.1",
20088
+ "ta6Ref": "8.7.1",
19396
20089
  "type": "string",
19397
20090
  "title": "",
19398
20091
  "enum": ["Yes", "No"]
19399
20092
  }
19400
20093
  },
19401
20094
  "baspiRequired": ["yesNo"],
20095
+ "ta6Required": ["yesNo"],
19402
20096
  "discriminator": {
19403
20097
  "propertyName": "yesNo"
19404
20098
  },
@@ -19435,18 +20129,20 @@
19435
20129
  "pipesWiresCablesDrainsFromProperty": {
19436
20130
  "baspiRef": "B3.2",
19437
20131
  "rdsRef": "Services/.../Located *with Property entities and references for the related properties etc",
19438
- "TA6Ref": "8.8",
20132
+ "ta6Ref": "8.8",
19439
20133
  "title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
19440
20134
  "type": "object",
19441
20135
  "properties": {
19442
20136
  "yesNo": {
19443
20137
  "baspiRef": "B3.2.1",
20138
+ "ta6Ref": "8.8.1",
19444
20139
  "type": "string",
19445
20140
  "title": "",
19446
20141
  "enum": ["Yes", "No"]
19447
20142
  }
19448
20143
  },
19449
20144
  "baspiRequired": ["yesNo"],
20145
+ "ta6Required": ["yesNo"],
19450
20146
  "discriminator": {
19451
20147
  "propertyName": "yesNo"
19452
20148
  },
@@ -19483,18 +20179,20 @@
19483
20179
  "formalOrInformalAgreements": {
19484
20180
  "baspiRef": "B3.3",
19485
20181
  "rdsRef": "Services/.../Consent",
19486
- "TA6Ref": "8.9",
20182
+ "ta6Ref": "8.9",
19487
20183
  "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
20184
  "type": "object",
19489
20185
  "properties": {
19490
20186
  "yesNo": {
19491
20187
  "baspiRef": "B3.3.1",
20188
+ "ta6Ref": "8.9.1",
19492
20189
  "type": "string",
19493
20190
  "title": "",
19494
20191
  "enum": ["Yes", "No"]
19495
20192
  }
19496
20193
  },
19497
20194
  "baspiRequired": ["yesNo"],
20195
+ "ta6Required": ["yesNo"],
19498
20196
  "discriminator": {
19499
20197
  "propertyName": "yesNo"
19500
20198
  },
@@ -19513,6 +20211,7 @@
19513
20211
  },
19514
20212
  "details": {
19515
20213
  "baspiRef": "B3.3.2",
20214
+ "ta6Ref": "8.9.2",
19516
20215
  "title": "Please provide details",
19517
20216
  "type": "string",
19518
20217
  "minLength": 1
@@ -19524,7 +20223,8 @@
19524
20223
  "enum": ["Attached", "To follow"]
19525
20224
  }
19526
20225
  },
19527
- "baspiRequired": ["details"]
20226
+ "baspiRequired": ["details"],
20227
+ "ta6Required": ["details"]
19528
20228
  }
19529
20229
  ]
19530
20230
  }
@@ -19532,6 +20232,7 @@
19532
20232
  },
19533
20233
  "energyAndMeters": {
19534
20234
  "baspiRef": "B4",
20235
+ "ta6Ref": "12",
19535
20236
  "title": "Energy and Meters",
19536
20237
  "type": "object",
19537
20238
  "baspiRequired": [
@@ -19539,22 +20240,29 @@
19539
20240
  "electricalWorkSince2005",
19540
20241
  "solarPanels"
19541
20242
  ],
20243
+ "ta6Required": [
20244
+ "testedByQualifiedElectrician",
20245
+ "electricalWorkSince2005",
20246
+ "solarPanels"
20247
+ ],
19542
20248
  "properties": {
19543
20249
  "testedByQualifiedElectrician": {
19544
20250
  "baspiRef": "B4.1",
19545
20251
  "rdsRef": "Objects/Servicing",
19546
- "TA6Ref": "12.1",
20252
+ "ta6Ref": "12.1",
19547
20253
  "title": "Have the electrics at the property been tested by a qualified electrician?",
19548
20254
  "type": "object",
19549
20255
  "properties": {
19550
20256
  "yesNo": {
19551
20257
  "baspiRef": "B4.1.1",
20258
+ "ta6Ref": "12.1.1",
19552
20259
  "type": "string",
19553
20260
  "title": "",
19554
20261
  "enum": ["Yes", "No"]
19555
20262
  }
19556
20263
  },
19557
20264
  "baspiRequired": ["yesNo"],
20265
+ "ta6Required": ["yesNo"],
19558
20266
  "discriminator": {
19559
20267
  "propertyName": "yesNo"
19560
20268
  },
@@ -19573,35 +20281,40 @@
19573
20281
  },
19574
20282
  "yearTested": {
19575
20283
  "baspiRef": "B4.1.2",
19576
- "title": "State the year they were last tested and upload the test certificate.",
20284
+ "ta6Ref": "12.1.1",
20285
+ "title": "State the year they were last tested",
19577
20286
  "type": "integer"
19578
20287
  },
19579
20288
  "attachments": {
19580
20289
  "baspiRef": "B4.1.3",
19581
- "title": "Attachments",
20290
+ "ta6Ref": "12.1.2",
20291
+ "title": "Please upload the test certificate.",
19582
20292
  "type": "string",
19583
20293
  "enum": ["Attached", "To follow"]
19584
20294
  }
19585
20295
  },
19586
- "baspiRequired": ["yearTested", "attachments"]
20296
+ "baspiRequired": ["yearTested", "attachments"],
20297
+ "ta6Required": ["yearTested", "attachments"]
19587
20298
  }
19588
20299
  ]
19589
20300
  },
19590
20301
  "electricalWorkSince2005": {
19591
20302
  "baspiRef": "B4.2",
19592
20303
  "rdsRef": "WorksAlterationsChanges/Consent,WorksAlterationsChanges/Consent/Certificates",
19593
- "TA6Ref": "12.2",
20304
+ "ta6Ref": "12.2",
19594
20305
  "title": "Since 1st January 2005, has any electrical work been carried out to the property?",
19595
20306
  "type": "object",
19596
20307
  "properties": {
19597
20308
  "yesNo": {
19598
20309
  "baspiRef": "B4.2.1",
20310
+ "ta6Ref": "12.2.1",
19599
20311
  "type": "string",
19600
20312
  "title": "",
19601
20313
  "enum": ["Yes", "No"]
19602
20314
  }
19603
20315
  },
19604
20316
  "baspiRequired": ["yesNo"],
20317
+ "ta6Required": ["yesNo"],
19605
20318
  "discriminator": {
19606
20319
  "propertyName": "yesNo"
19607
20320
  },
@@ -19631,6 +20344,7 @@
19631
20344
  },
19632
20345
  "attachments": {
19633
20346
  "baspiRef": "B4.2.4",
20347
+ "ta6Ref": "12.2.2",
19634
20348
  "title": "Please supply the signed Electrical Safety Certificate (BS7671) and Building Regulations Compliance Certificate (or equivalent)",
19635
20349
  "type": "string",
19636
20350
  "enum": ["Attached", "To follow"]
@@ -19640,7 +20354,8 @@
19640
20354
  "yearWorkCarriedOut",
19641
20355
  "details",
19642
20356
  "attachments"
19643
- ]
20357
+ ],
20358
+ "ta6Required": ["attachments"]
19644
20359
  }
19645
20360
  ]
19646
20361
  },
@@ -19651,7 +20366,7 @@
19651
20366
  "properties": {
19652
20367
  "hasSolarPanels": {
19653
20368
  "baspiRef": "B4.3.0",
19654
- "TA6Ref": "4.6",
20369
+ "ta6Ref": "4.6",
19655
20370
  "rdsRef": "Property/Flags",
19656
20371
  "title": "Are there solar or photovoltaic panels installed at the property?",
19657
20372
  "type": "string",
@@ -19659,6 +20374,7 @@
19659
20374
  }
19660
20375
  },
19661
20376
  "baspiRequired": ["hasSolarPanels"],
20377
+ "ta6Required": ["hasSolarPanels"],
19662
20378
  "discriminator": {
19663
20379
  "propertyName": "hasSolarPanels"
19664
20380
  },
@@ -19677,26 +20393,28 @@
19677
20393
  },
19678
20394
  "yearInstalled": {
19679
20395
  "baspiRef": "B4.3.1",
19680
- "TA6Ref": "4.6a",
20396
+ "ta6Ref": "4.6a",
19681
20397
  "rdsRef": "Objects/Installation",
19682
20398
  "title": "What year were they installed?",
19683
20399
  "type": "integer"
19684
20400
  },
19685
20401
  "panelsOwnedOutright": {
19686
20402
  "baspiRef": "B4.3.2",
19687
- "TA6Ref": "4.6b",
20403
+ "ta6Ref": "4.6b",
19688
20404
  "rdsRef": "Objects/Ownership",
19689
20405
  "title": "Do you own the panels, and all equipment related to them, outright?",
19690
20406
  "type": "object",
19691
20407
  "properties": {
19692
20408
  "yesNo": {
19693
20409
  "baspiRef": "B4.3.2.1",
20410
+ "ta6Ref": "4.6b1",
19694
20411
  "type": "string",
19695
20412
  "title": "",
19696
20413
  "enum": ["Yes", "No"]
19697
20414
  }
19698
20415
  },
19699
20416
  "baspiRequired": ["yesNo"],
20417
+ "ta6Required": ["yesNo"],
19700
20418
  "discriminator": {
19701
20419
  "propertyName": "yesNo"
19702
20420
  },
@@ -19732,19 +20450,21 @@
19732
20450
  },
19733
20451
  "panelProviderLease": {
19734
20452
  "baspiRef": "B4.3.3",
19735
- "TA6Ref": "4.6c",
20453
+ "ta6Ref": "4.6c",
19736
20454
  "rdsRef": "Objects/Ownership",
19737
20455
  "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
19738
20456
  "type": "object",
19739
20457
  "properties": {
19740
20458
  "yesNo": {
19741
20459
  "baspiRef": "4.3.3.1",
20460
+ "ta6Ref": "4.6c1",
19742
20461
  "type": "string",
19743
20462
  "title": "",
19744
20463
  "enum": ["Yes", "No"]
19745
20464
  }
19746
20465
  },
19747
20466
  "baspiRequired": ["yesNo"],
20467
+ "ta6Required": ["yesNo"],
19748
20468
  "discriminator": {
19749
20469
  "propertyName": "yesNo"
19750
20470
  },
@@ -19769,12 +20489,14 @@
19769
20489
  },
19770
20490
  "attachments": {
19771
20491
  "baspiRef": "4.3.3.3",
20492
+ "ta6Ref": "4.6c1",
19772
20493
  "title": "Please supply copies of the relevant documents",
19773
20494
  "type": "string",
19774
20495
  "enum": ["Attached", "To follow"]
19775
20496
  }
19776
20497
  },
19777
- "baspiRequired": ["details", "attachments"]
20498
+ "baspiRequired": ["details", "attachments"],
20499
+ "ta6Required": ["attachments"]
19778
20500
  }
19779
20501
  ]
19780
20502
  },
@@ -19881,19 +20603,25 @@
19881
20603
  "lastMaintained",
19882
20604
  "inGoodWorkingOrder",
19883
20605
  "isConnectedToNationalGrid"
20606
+ ],
20607
+ "ta6Required": [
20608
+ "yearInstalled",
20609
+ "panelsOwnedOutright",
20610
+ "panelProviderLease"
19884
20611
  ]
19885
20612
  }
19886
20613
  ]
19887
20614
  },
19888
20615
  "electricityMeterLocation": {
19889
20616
  "baspiRef": "B4.4",
19890
- "TA6Ref": "13.1b",
20617
+ "ta6Ref": "13.1b",
19891
20618
  "rdsRef": "Objects/class='meters|'&access=?&accessLocation=?",
19892
20619
  "title": "Location of electricity meter (if any)",
19893
20620
  "type": "object",
19894
20621
  "properties": {
19895
20622
  "description": {
19896
20623
  "baspiRef": "4.4.1",
20624
+ "ta6Ref": "13.1b1",
19897
20625
  "title": "Describe the location of the meter",
19898
20626
  "type": "string",
19899
20627
  "minLength": 1
@@ -19908,13 +20636,14 @@
19908
20636
  },
19909
20637
  "gasMeterLocation": {
19910
20638
  "baspiRef": "B4.5",
19911
- "TA6Ref": "13.2b",
20639
+ "ta6Ref": "13.2b",
19912
20640
  "rdsRef": "Objects/class='meters'&access=?&accessLocation=?",
19913
20641
  "title": "Location of gas meter (if any)",
19914
20642
  "type": "object",
19915
20643
  "properties": {
19916
20644
  "description": {
19917
20645
  "baspiRef": "4.5.1",
20646
+ "ta6Ref": "13.2b1",
19918
20647
  "title": "Describe the location of the meter",
19919
20648
  "type": "string",
19920
20649
  "minLength": 1
@@ -19929,20 +20658,21 @@
19929
20658
  },
19930
20659
  "stopcockLocation": {
19931
20660
  "baspiRef": "B4.6.1",
19932
- "TA6Ref": "13.3b",
20661
+ "ta6Ref": "13.3b",
19933
20662
  "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
19934
20663
  "title": "Location of stopcock (if any)",
19935
20664
  "type": "object",
19936
20665
  "properties": {
19937
20666
  "description": {
19938
20667
  "baspiRef": "4.6.1.1",
20668
+ "ta6Ref": "13.3b1",
19939
20669
  "title": "Describe the location of the stopcock",
19940
20670
  "type": "string",
19941
20671
  "minLength": 1
19942
20672
  },
19943
20673
  "attachments": {
19944
20674
  "baspiRef": "4.6.1.2",
19945
- "title": "Photograph of meter location",
20675
+ "title": "Photograph of stopcock location",
19946
20676
  "type": "string",
19947
20677
  "enum": ["Attached", "To follow"]
19948
20678
  }
@@ -19950,13 +20680,14 @@
19950
20680
  },
19951
20681
  "waterMeterLocation": {
19952
20682
  "baspiRef": "B4.6.2",
19953
- "TA6Ref": "13.3b",
20683
+ "ta6Ref": "13.3b",
19954
20684
  "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
19955
20685
  "title": "Location of water meter (if any)",
19956
20686
  "type": "object",
19957
20687
  "properties": {
19958
20688
  "description": {
19959
20689
  "baspiRef": "4.6.2.1",
20690
+ "ta6Ref": "13.3b2",
19960
20691
  "title": "Describe the location of the meter",
19961
20692
  "type": "string",
19962
20693
  "minLength": 1
@@ -20142,14 +20873,15 @@
20142
20873
  },
20143
20874
  "guaranteesWarrantiesAndIndemnityInsurances": {
20144
20875
  "baspiRef": "B5",
20145
- "TA6Ref": "5",
20876
+ "ta6Ref": "5",
20146
20877
  "title": "Guarantees, Warranties and Indemnity Insurances",
20147
20878
  "type": "object",
20148
20879
  "baspiRequired": ["hasValidGuaranteesOrWarranties"],
20880
+ "ta6Required": ["hasValidGuaranteesOrWarranties"],
20149
20881
  "properties": {
20150
20882
  "hasValidGuaranteesOrWarranties": {
20151
20883
  "baspiRef": "B5.1",
20152
- "TA6Ref": "5/1",
20884
+ "ta6Ref": "5/1",
20153
20885
  "rdsRef": "Certificates",
20154
20886
  "title": "Are there any valid guarantees or warranties relating to this property?",
20155
20887
  "type": "string",
@@ -20175,12 +20907,13 @@
20175
20907
  "newHomeWarranty": {
20176
20908
  "baspiRef": "B5.1.1",
20177
20909
  "rdsRef": "Certificates",
20178
- "TA6Ref": "5.1a",
20910
+ "ta6Ref": "5.1a",
20179
20911
  "title": "New Home Warranty (NHBC or similar)",
20180
20912
  "type": "object",
20181
20913
  "properties": {
20182
20914
  "yesNo": {
20183
20915
  "baspiRef": "B5.1.1.1",
20916
+ "ta6Ref": "5.1a1",
20184
20917
  "type": "string",
20185
20918
  "title": "",
20186
20919
  "enum": ["Yes", "No"]
@@ -20205,132 +20938,346 @@
20205
20938
  },
20206
20939
  "details": {
20207
20940
  "baspiRef": "B5.1.1.2",
20941
+ "ta6Ref": "5.1a2",
20208
20942
  "title": "Please confirm the name of the warranty provider and the date of the warranty",
20209
20943
  "type": "string",
20210
20944
  "minLength": 1
20211
20945
  },
20212
20946
  "attachments": {
20213
20947
  "baspiRef": "B5.1.1.3",
20948
+ "ta6Ref": "5.1a3",
20214
20949
  "title": "",
20215
20950
  "type": "string",
20216
20951
  "enum": ["Attached", "To follow"]
20217
20952
  }
20218
20953
  },
20219
- "baspiRequired": ["details", "attachments"]
20954
+ "baspiRequired": ["details", "attachments"],
20955
+ "ta6Required": ["attachments"]
20220
20956
  }
20221
- ]
20957
+ ],
20958
+ "ta6Required": ["yesNo"]
20222
20959
  },
20223
20960
  "roofingWork": {
20224
20961
  "baspiRef": "B5.1.2",
20225
20962
  "rdsRef": "Certificates",
20226
- "TA6Ref": "5.1f",
20963
+ "ta6Ref": "5.1f",
20227
20964
  "title": "Roofing work",
20228
20965
  "type": "object",
20229
20966
  "properties": {
20230
20967
  "yesNo": {
20231
20968
  "baspiRef": "B5.1.2.1",
20969
+ "ta6Ref": "5.1f1",
20232
20970
  "type": "string",
20233
20971
  "title": "",
20234
20972
  "enum": ["Yes", "No"]
20235
20973
  }
20236
20974
  },
20237
- "baspiRequired": ["yesNo"]
20975
+ "baspiRequired": ["yesNo"],
20976
+ "ta6Required": ["yesNo"],
20977
+ "discriminator": {
20978
+ "propertyName": "yesNo"
20979
+ },
20980
+ "oneOf": [
20981
+ {
20982
+ "properties": {
20983
+ "yesNo": {
20984
+ "enum": ["No"]
20985
+ }
20986
+ }
20987
+ },
20988
+ {
20989
+ "properties": {
20990
+ "yesNo": {
20991
+ "enum": ["Yes"]
20992
+ },
20993
+ "attachments": {
20994
+ "baspiRef": "B5.1.1.2",
20995
+ "ta6Ref": "5.1f2",
20996
+ "title": "",
20997
+ "type": "string",
20998
+ "enum": ["Attached", "To follow"]
20999
+ }
21000
+ },
21001
+ "baspiRequired": ["attachments"],
21002
+ "ta6Required": ["attachments"]
21003
+ }
21004
+ ]
20238
21005
  },
20239
21006
  "dampProofingTreatment": {
20240
21007
  "baspiRef": "B5.1.3",
20241
21008
  "rdsRef": "Certificates",
20242
- "TA6Ref": "5.1b",
21009
+ "ta6Ref": "5.1b",
20243
21010
  "title": "Damp proofing treatment",
20244
21011
  "type": "object",
20245
21012
  "properties": {
20246
21013
  "yesNo": {
20247
21014
  "baspiRef": "B5.1.3.1",
21015
+ "ta6Ref": "5.1b1",
20248
21016
  "type": "string",
20249
21017
  "title": "",
20250
21018
  "enum": ["Yes", "No"]
20251
21019
  }
20252
21020
  },
20253
- "baspiRequired": ["yesNo"]
21021
+ "baspiRequired": ["yesNo"],
21022
+ "ta6Required": ["yesNo"],
21023
+ "discriminator": {
21024
+ "propertyName": "yesNo"
21025
+ },
21026
+ "oneOf": [
21027
+ {
21028
+ "properties": {
21029
+ "yesNo": {
21030
+ "enum": ["No"]
21031
+ }
21032
+ }
21033
+ },
21034
+ {
21035
+ "properties": {
21036
+ "yesNo": {
21037
+ "enum": ["Yes"]
21038
+ },
21039
+ "attachments": {
21040
+ "baspiRef": "B5.1.1.2",
21041
+ "ta6Ref": "5.1b2",
21042
+ "title": "",
21043
+ "type": "string",
21044
+ "enum": ["Attached", "To follow"]
21045
+ }
21046
+ },
21047
+ "baspiRequired": ["attachments"],
21048
+ "ta6Required": ["attachments"]
21049
+ }
21050
+ ]
20254
21051
  },
20255
21052
  "timberRotOrInfestationTreatment": {
20256
21053
  "baspiRef": "B5.1.4",
20257
21054
  "rdsRef": "Certificates",
20258
- "TA6Ref": "5.1c",
21055
+ "ta6Ref": "5.1c",
20259
21056
  "title": "Timber rot or infestation treatment",
20260
21057
  "type": "object",
20261
21058
  "properties": {
20262
21059
  "yesNo": {
20263
21060
  "baspiRef": "B5.1.4.1",
21061
+ "ta6Ref": "5.1c1",
20264
21062
  "type": "string",
20265
21063
  "title": "",
20266
21064
  "enum": ["Yes", "No"]
20267
21065
  }
20268
21066
  },
20269
- "baspiRequired": ["yesNo"]
21067
+ "baspiRequired": ["yesNo"],
21068
+ "ta6Required": ["yesNo"],
21069
+ "discriminator": {
21070
+ "propertyName": "yesNo"
21071
+ },
21072
+ "oneOf": [
21073
+ {
21074
+ "properties": {
21075
+ "yesNo": {
21076
+ "enum": ["No"]
21077
+ }
21078
+ }
21079
+ },
21080
+ {
21081
+ "properties": {
21082
+ "yesNo": {
21083
+ "enum": ["Yes"]
21084
+ },
21085
+ "attachments": {
21086
+ "baspiRef": "B5.1.1.2",
21087
+ "ta6Ref": "5.1c2",
21088
+ "title": "",
21089
+ "type": "string",
21090
+ "enum": ["Attached", "To follow"]
21091
+ }
21092
+ },
21093
+ "baspiRequired": ["attachments"],
21094
+ "ta6Required": ["attachments"]
21095
+ }
21096
+ ]
20270
21097
  },
20271
21098
  "centralHeatingAndorPlumbing": {
20272
21099
  "baspiRef": "B5.1.5",
20273
21100
  "rdsRef": "Certificates",
20274
- "TA6Ref": "5.1g",
21101
+ "ta6Ref": "5.1g",
20275
21102
  "title": "Central heating and/or plumbing",
20276
21103
  "type": "object",
20277
21104
  "properties": {
20278
21105
  "yesNo": {
20279
21106
  "baspiRef": "B5.1.5.1",
21107
+ "ta6Ref": "5.1g1",
20280
21108
  "type": "string",
20281
21109
  "title": "",
20282
21110
  "enum": ["Yes", "No"]
20283
21111
  }
20284
21112
  },
20285
- "baspiRequired": ["yesNo"]
21113
+ "baspiRequired": ["yesNo"],
21114
+ "ta6Required": ["yesNo"],
21115
+ "discriminator": {
21116
+ "propertyName": "yesNo"
21117
+ },
21118
+ "oneOf": [
21119
+ {
21120
+ "properties": {
21121
+ "yesNo": {
21122
+ "enum": ["No"]
21123
+ }
21124
+ }
21125
+ },
21126
+ {
21127
+ "properties": {
21128
+ "yesNo": {
21129
+ "enum": ["Yes"]
21130
+ },
21131
+ "attachments": {
21132
+ "baspiRef": "B5.1.1.2",
21133
+ "ta6Ref": "5.1g2",
21134
+ "title": "",
21135
+ "type": "string",
21136
+ "enum": ["Attached", "To follow"]
21137
+ }
21138
+ },
21139
+ "baspiRequired": ["attachments"],
21140
+ "ta6Required": ["attachments"]
21141
+ }
21142
+ ]
20286
21143
  },
20287
21144
  "doubleGlazing": {
20288
21145
  "baspiRef": "B5.1.6",
20289
21146
  "rdsRef": "Certificates",
20290
- "TA6Ref": "5.1d",
21147
+ "ta6Ref": "5.1d",
20291
21148
  "title": "Double glazing (windows, doors, roof lights, conservatory etc)",
20292
21149
  "type": "object",
20293
21150
  "properties": {
20294
21151
  "yesNo": {
20295
21152
  "baspiRef": "B5.1.6.1",
21153
+ "ta6Ref": "5.1d1",
20296
21154
  "type": "string",
20297
21155
  "title": "",
20298
21156
  "enum": ["Yes", "No"]
20299
21157
  }
20300
21158
  },
20301
- "baspiRequired": ["yesNo"]
21159
+ "baspiRequired": ["yesNo"],
21160
+ "ta6Required": ["yesNo"],
21161
+ "discriminator": {
21162
+ "propertyName": "yesNo"
21163
+ },
21164
+ "oneOf": [
21165
+ {
21166
+ "properties": {
21167
+ "yesNo": {
21168
+ "enum": ["No"]
21169
+ }
21170
+ }
21171
+ },
21172
+ {
21173
+ "properties": {
21174
+ "yesNo": {
21175
+ "enum": ["Yes"]
21176
+ },
21177
+ "attachments": {
21178
+ "baspiRef": "B5.1.1.2",
21179
+ "ta6Ref": "5.1d2",
21180
+ "title": "",
21181
+ "type": "string",
21182
+ "enum": ["Attached", "To follow"]
21183
+ }
21184
+ },
21185
+ "baspiRequired": ["attachments"],
21186
+ "ta6Required": ["attachments"]
21187
+ }
21188
+ ]
20302
21189
  },
20303
21190
  "electricalRepairOrInstallation": {
20304
21191
  "baspiRef": "B5.1.7",
20305
21192
  "rdsRef": "Certificates",
20306
- "TA6Ref": "5.1e",
21193
+ "ta6Ref": "5.1e",
20307
21194
  "title": "Electrical repair or installation",
20308
21195
  "type": "object",
20309
21196
  "properties": {
20310
21197
  "yesNo": {
20311
21198
  "baspiRef": "B5.1.7.1",
21199
+ "ta6Ref": "5.1e1",
20312
21200
  "type": "string",
20313
21201
  "title": "",
20314
21202
  "enum": ["Yes", "No"]
20315
21203
  }
20316
21204
  },
20317
- "baspiRequired": ["yesNo"]
21205
+ "baspiRequired": ["yesNo"],
21206
+ "ta6Required": ["yesNo"],
21207
+ "discriminator": {
21208
+ "propertyName": "yesNo"
21209
+ },
21210
+ "oneOf": [
21211
+ {
21212
+ "properties": {
21213
+ "yesNo": {
21214
+ "enum": ["No"]
21215
+ }
21216
+ }
21217
+ },
21218
+ {
21219
+ "properties": {
21220
+ "yesNo": {
21221
+ "enum": ["Yes"]
21222
+ },
21223
+ "attachments": {
21224
+ "baspiRef": "B5.1.1.2",
21225
+ "ta6Ref": "5.1e2",
21226
+ "title": "",
21227
+ "type": "string",
21228
+ "enum": ["Attached", "To follow"]
21229
+ }
21230
+ },
21231
+ "baspiRequired": ["attachments"],
21232
+ "ta6Required": ["attachments"]
21233
+ }
21234
+ ]
20318
21235
  },
20319
21236
  "subsidenceWork": {
20320
21237
  "baspiRef": "B5.1.8",
20321
21238
  "rdsRef": "Certificates",
20322
- "TA6Ref": "5.1h",
21239
+ "ta6Ref": "5.1h",
20323
21240
  "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
20324
21241
  "type": "object",
20325
21242
  "properties": {
20326
21243
  "yesNo": {
20327
21244
  "baspiRef": "B5.1.8.1",
21245
+ "ta6Ref": "5.1h1",
20328
21246
  "type": "string",
20329
21247
  "title": "",
20330
21248
  "enum": ["Yes", "No"]
20331
21249
  }
20332
21250
  },
20333
- "baspiRequired": ["yesNo"]
21251
+ "baspiRequired": ["yesNo"],
21252
+ "ta6Required": ["yesNo"],
21253
+ "discriminator": {
21254
+ "propertyName": "yesNo"
21255
+ },
21256
+ "oneOf": [
21257
+ {
21258
+ "properties": {
21259
+ "yesNo": {
21260
+ "enum": ["No"]
21261
+ }
21262
+ }
21263
+ },
21264
+ {
21265
+ "properties": {
21266
+ "yesNo": {
21267
+ "enum": ["Yes"]
21268
+ },
21269
+ "attachments": {
21270
+ "baspiRef": "B5.1.1.2",
21271
+ "ta6Ref": "5.1h2",
21272
+ "title": "",
21273
+ "type": "string",
21274
+ "enum": ["Attached", "To follow"]
21275
+ }
21276
+ },
21277
+ "baspiRequired": ["attachments"],
21278
+ "ta6Required": ["attachments"]
21279
+ }
21280
+ ]
20334
21281
  },
20335
21282
  "solarPanels": {
20336
21283
  "baspiRef": "B5.1.9",
@@ -20345,23 +21292,51 @@
20345
21292
  "enum": ["Yes", "No"]
20346
21293
  }
20347
21294
  },
20348
- "baspiRequired": ["yesNo"]
21295
+ "baspiRequired": ["yesNo"],
21296
+ "discriminator": {
21297
+ "propertyName": "yesNo"
21298
+ },
21299
+ "oneOf": [
21300
+ {
21301
+ "properties": {
21302
+ "yesNo": {
21303
+ "enum": ["No"]
21304
+ }
21305
+ }
21306
+ },
21307
+ {
21308
+ "properties": {
21309
+ "yesNo": {
21310
+ "enum": ["Yes"]
21311
+ },
21312
+ "attachments": {
21313
+ "baspiRef": "B5.1.1.2",
21314
+ "title": "",
21315
+ "type": "string",
21316
+ "enum": ["Attached", "To follow"]
21317
+ }
21318
+ },
21319
+ "baspiRequired": ["attachments"]
21320
+ }
21321
+ ]
20349
21322
  },
20350
21323
  "otherGuarantees": {
20351
21324
  "baspiRef": "B5.1.10",
20352
21325
  "rdsRef": "Certificates",
20353
- "TA6Ref": "5.1i",
21326
+ "ta6Ref": "5.1i",
20354
21327
  "title": "Other Guarantees or warranties",
20355
21328
  "type": "object",
20356
21329
  "properties": {
20357
21330
  "yesNo": {
20358
21331
  "baspiRef": "B5.1.10.1",
21332
+ "ta6Ref": "5.1i1",
20359
21333
  "type": "string",
20360
21334
  "title": "",
20361
21335
  "enum": ["Yes", "No"]
20362
21336
  }
20363
21337
  },
20364
21338
  "baspiRequired": ["yesNo"],
21339
+ "ta6Required": ["yesNo"],
20365
21340
  "discriminator": {
20366
21341
  "propertyName": "yesNo"
20367
21342
  },
@@ -20380,36 +21355,40 @@
20380
21355
  },
20381
21356
  "details": {
20382
21357
  "baspiRef": "B5.1.10.2",
21358
+ "ta6Ref": "5.1i2",
20383
21359
  "title": "Please provide details",
20384
21360
  "type": "string",
20385
21361
  "minLength": 1
21362
+ },
21363
+ "attachments": {
21364
+ "ta6Ref": "5.1i3",
21365
+ "title": "",
21366
+ "type": "string",
21367
+ "enum": ["Attached", "To follow"]
20386
21368
  }
20387
21369
  },
20388
- "baspiRequired": ["details"]
21370
+ "baspiRequired": ["details"],
21371
+ "ta6Required": ["details", "attachments"]
20389
21372
  }
20390
21373
  ]
20391
21374
  },
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
21375
  "outstandingClaimsOrApplications": {
20399
21376
  "baspiRef": "B5.2",
20400
21377
  "rdsRef": "Certificates",
20401
- "TA6Ref": "5.2",
21378
+ "ta6Ref": "5.2",
20402
21379
  "title": "Are there any outstanding claims or current applications relating to any of the above?",
20403
21380
  "type": "object",
20404
21381
  "properties": {
20405
21382
  "yesNo": {
20406
21383
  "baspiRef": "B5.2.1",
21384
+ "ta6Ref": "5.2.1",
20407
21385
  "type": "string",
20408
21386
  "title": "",
20409
21387
  "enum": ["Yes", "No"]
20410
21388
  }
20411
21389
  },
20412
21390
  "baspiRequired": ["yesNo"],
21391
+ "ta6Required": ["yesNo"],
20413
21392
  "discriminator": {
20414
21393
  "propertyName": "yesNo"
20415
21394
  },
@@ -20428,18 +21407,21 @@
20428
21407
  },
20429
21408
  "details": {
20430
21409
  "baspiRef": "B5.2.2",
21410
+ "ta6Ref": "5.2.2",
20431
21411
  "title": "Please provide details",
20432
21412
  "type": "string",
20433
21413
  "minLength": 1
20434
21414
  },
20435
21415
  "attachments": {
20436
21416
  "baspiRef": "B5.2.3",
21417
+ "ta6Ref": "5.2.3",
20437
21418
  "title": "",
20438
21419
  "type": "string",
20439
21420
  "enum": ["Attached", "To follow"]
20440
21421
  }
20441
21422
  },
20442
- "baspiRequired": ["details"]
21423
+ "baspiRequired": ["details"],
21424
+ "ta6Required": ["details"]
20443
21425
  }
20444
21426
  ]
20445
21427
  },
@@ -20503,16 +21485,27 @@
20503
21485
  "subsidenceWork",
20504
21486
  "solarPanels",
20505
21487
  "otherGuarantees",
20506
- "willLeaveGuaranteePaperwork",
20507
21488
  "outstandingClaimsOrApplications",
20508
21489
  "titleDefectInsurance"
21490
+ ],
21491
+ "ta6Required": [
21492
+ "newHomeWarranty",
21493
+ "roofingWork",
21494
+ "dampProofingTreatment",
21495
+ "timberRotOrInfestationTreatment",
21496
+ "centralHeatingAndorPlumbing",
21497
+ "doubleGlazing",
21498
+ "electricalRepairOrInstallation",
21499
+ "subsidenceWork",
21500
+ "otherGuarantees",
21501
+ "outstandingClaimsOrApplications"
20509
21502
  ]
20510
21503
  }
20511
21504
  ]
20512
21505
  },
20513
21506
  "occupiers": {
20514
21507
  "baspiRef": "B6",
20515
- "TA6Ref": "11",
21508
+ "ta6Ref": "11",
20516
21509
  "title": "Occupiers",
20517
21510
  "type": "object",
20518
21511
  "baspiRequired": ["sellerLivesAtProperty", "othersAged17OrOver"],
@@ -20520,30 +21513,32 @@
20520
21513
  "sellerLivesAtProperty": {
20521
21514
  "baspiRef": "B6.1",
20522
21515
  "rdsRef": "Property/Flags",
20523
- "TA6Ref": "11.1",
21516
+ "ta6Ref": "11.1",
20524
21517
  "title": "Does the seller live at the property?",
20525
21518
  "type": "object",
20526
21519
  "properties": {
20527
21520
  "yesNo": {
20528
21521
  "baspiRef": "B6.1.1",
21522
+ "ta6Ref": "11.1.1",
20529
21523
  "type": "string",
20530
21524
  "title": "",
20531
21525
  "enum": ["Yes", "No"]
20532
21526
  }
20533
21527
  },
20534
- "baspiRequired": ["yesNo"]
21528
+ "baspiRequired": ["yesNo"],
21529
+ "ta6Required": ["yesNo"]
20535
21530
  },
20536
21531
  "othersAged17OrOver": {
20537
21532
  "baspiRef": "B6.2",
20538
21533
  "rdsRef": "Participants",
20539
- "TA6Ref": "11.2",
21534
+ "ta6Ref": "11.2",
20540
21535
  "type": "object",
20541
21536
  "baspiRequired": ["hasOthersAged17OrOver"],
20542
21537
  "properties": {
20543
21538
  "hasOthersAged17OrOver": {
20544
21539
  "baspiRef": "B6.2.1",
20545
21540
  "rdsRef": "Participants",
20546
- "TA6Ref": "11.2",
21541
+ "ta6Ref": "11.2",
20547
21542
  "title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
20548
21543
  "type": "string",
20549
21544
  "enum": ["Yes", "No"]
@@ -20567,7 +21562,7 @@
20567
21562
  },
20568
21563
  "aged17OrOverNames": {
20569
21564
  "baspiRef": "B6.2.1",
20570
- "TA6Ref": "11.3",
21565
+ "ta6Ref": "11.3",
20571
21566
  "title": "Please provide their full names and ages.",
20572
21567
  "type": "string",
20573
21568
  "minLength": 1
@@ -20575,27 +21570,31 @@
20575
21570
  "aged17OrOverTenantsOrLodgers": {
20576
21571
  "baspiRef": "B6.2.2",
20577
21572
  "rdsRef": "Property/Flags",
20578
- "TA6Ref": "11.4",
21573
+ "ta6Ref": "11.4",
20579
21574
  "title": "Are any of them tenants or lodgers?",
20580
21575
  "type": "object",
20581
21576
  "properties": {
20582
21577
  "yesNo": {
20583
21578
  "baspiRef": "B6.2.2.1",
21579
+ "ta6Ref": "11.4.1",
20584
21580
  "type": "string",
20585
21581
  "title": "",
20586
21582
  "enum": ["Yes", "No"]
20587
21583
  }
20588
21584
  },
20589
- "baspiRequired": ["yesNo"]
21585
+ "baspiRequired": ["yesNo"],
21586
+ "ta6Required": ["yesNo"]
20590
21587
  },
20591
21588
  "vacantPossession": {
20592
21589
  "baspiRef": "B6.2.2",
20593
- "TA6Ref": "11.5",
21590
+ "ta6Ref": "11.5",
20594
21591
  "type": "object",
20595
21592
  "baspiRequired": ["soldWithVacantPossession"],
21593
+ "ta6Required": ["soldWithVacantPossession"],
20596
21594
  "properties": {
20597
21595
  "soldWithVacantPossession": {
20598
21596
  "baspiRef": "B6.4",
21597
+ "ta6Ref": "11.5.1",
20599
21598
  "type": "string",
20600
21599
  "title": "Is the property being sold with vacant possession?",
20601
21600
  "enum": ["Yes", "No"]
@@ -20633,34 +21632,38 @@
20633
21632
  "aged17OrOverAgreedToLeave": {
20634
21633
  "baspiRef": "B6.3.1",
20635
21634
  "rdsRef": "RightsHolders,TenureAgreements,Notifications",
20636
- "TA6Ref": "11.5a",
21635
+ "ta6Ref": "11.5a",
20637
21636
  "title": "Have all occupiers aged 17 or over agreed to leave prior to completion?",
20638
21637
  "type": "object",
20639
21638
  "properties": {
20640
21639
  "yesNo": {
20641
21640
  "baspiRef": "B6.3.1.1",
21641
+ "ta6Ref": "11.5a1",
20642
21642
  "type": "string",
20643
21643
  "title": "",
20644
21644
  "enum": ["Yes", "No"]
20645
21645
  }
20646
21646
  },
20647
- "baspiRequired": ["yesNo"]
21647
+ "baspiRequired": ["yesNo"],
21648
+ "ta6Required": ["yesNo"]
20648
21649
  },
20649
21650
  "aged17OrOverWillSignToConfirmWillVacate": {
20650
21651
  "baspiRef": "B6.3.2",
20651
21652
  "rdsRef": "RightsHolders,TenureAgreements,Notifications",
20652
- "TA6Ref": "11.5b",
21653
+ "ta6Ref": "11.5b",
20653
21654
  "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
21655
  "type": "object",
20655
21656
  "properties": {
20656
21657
  "yesNo": {
20657
21658
  "baspiRef": "B6.3.2.1",
21659
+ "ta6Ref": "11.5b1",
20658
21660
  "type": "string",
20659
21661
  "title": "",
20660
21662
  "enum": ["Yes", "No"]
20661
21663
  }
20662
21664
  },
20663
21665
  "baspiRequired": ["yesNo"],
21666
+ "ta6Required": ["yesNo"],
20664
21667
  "discriminator": {
20665
21668
  "propertyName": "yesNo"
20666
21669
  },
@@ -20679,18 +21682,23 @@
20679
21682
  },
20680
21683
  "details": {
20681
21684
  "baspiRef": "B6.3.2.2",
20682
- "title": "Please supply other evidence that the property will be vacant on completion.",
21685
+ "title": "Please provide details (eg the property is sold let to tenants)",
20683
21686
  "type": "string",
20684
21687
  "minLength": 1
20685
21688
  },
20686
21689
  "attachments": {
20687
21690
  "baspiRef": "B6.3.2.3",
20688
- "title": "Attachments",
21691
+ "ta6Ref": "11.5b2",
21692
+ "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
21693
  "type": "string",
20690
21694
  "enum": ["Attached", "To follow"]
20691
21695
  }
20692
21696
  },
20693
- "baspiRequired": ["details"]
21697
+ "baspiRequired": [
21698
+ "details",
21699
+ "attachments"
21700
+ ],
21701
+ "ta6Required": ["attachments"]
20694
21702
  }
20695
21703
  ]
20696
21704
  }
@@ -20698,6 +21706,10 @@
20698
21706
  "baspiRequired": [
20699
21707
  "aged17OrOverAgreedToLeave",
20700
21708
  "aged17OrOverWillSignToConfirmWillVacate"
21709
+ ],
21710
+ "ta6Required": [
21711
+ "aged17OrOverAgreedToLeave",
21712
+ "aged17OrOverWillSignToConfirmWillVacate"
20701
21713
  ]
20702
21714
  }
20703
21715
  ]
@@ -20707,15 +21719,22 @@
20707
21719
  "aged17OrOverNames",
20708
21720
  "aged17OrOverTenantsOrLodgers",
20709
21721
  "vacantPossession"
21722
+ ],
21723
+ "ta6Required": [
21724
+ "aged17OrOverNames",
21725
+ "aged17OrOverTenantsOrLodgers",
21726
+ "vacantPossession"
20710
21727
  ]
20711
21728
  }
20712
- ]
21729
+ ],
21730
+ "ta6Required": ["hasOthersAged17OrOver"]
20713
21731
  }
20714
- }
21732
+ },
21733
+ "ta6Required": ["sellerLivesAtProperty", "othersAged17OrOver"]
20715
21734
  },
20716
21735
  "completionAndMoving": {
20717
21736
  "baspiRef": "B7",
20718
- "TA6Ref": "14",
21737
+ "ta6Ref": "14",
20719
21738
  "title": "Completion and Moving",
20720
21739
  "type": "object",
20721
21740
  "baspiRequired": [
@@ -20725,6 +21744,13 @@
20725
21744
  "digitalPropertyLogbook",
20726
21745
  "sufficientToRepayAllMortgages"
20727
21746
  ],
21747
+ "ta6Required": [
21748
+ "willRemoveAllRubbish",
21749
+ "otherPropertyInChain",
21750
+ "moveRestrictionDates",
21751
+ "digitalPropertyLogbook",
21752
+ "sufficientToRepayAllMortgages"
21753
+ ],
20728
21754
  "properties": {
20729
21755
  "willRemoveAllRubbish": {
20730
21756
  "baspiRef": "B7.1",
@@ -20737,18 +21763,20 @@
20737
21763
  "otherPropertyInChain": {
20738
21764
  "baspiRef": "B7.2",
20739
21765
  "rdsRef": "RightsHolders/Flags",
20740
- "TA6Ref": "14.1",
21766
+ "ta6Ref": "14.1",
20741
21767
  "title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
20742
21768
  "type": "object",
20743
21769
  "properties": {
20744
21770
  "yesNo": {
20745
21771
  "baspiRef": "B7.2.1",
21772
+ "ta6Ref": "14.1.1",
20746
21773
  "type": "string",
20747
21774
  "title": "",
20748
21775
  "enum": ["Yes", "No"]
20749
21776
  }
20750
21777
  },
20751
21778
  "baspiRequired": ["yesNo"],
21779
+ "ta6Required": ["yesNo"],
20752
21780
  "discriminator": {
20753
21781
  "propertyName": "yesNo"
20754
21782
  },
@@ -20816,7 +21844,7 @@
20816
21844
  "moveRestrictionDates": {
20817
21845
  "baspiRef": "B7.3",
20818
21846
  "rdsRef": "RightsHolders/Text",
20819
- "TA6Ref": "14.2",
21847
+ "ta6Ref": "14.2",
20820
21848
  "title": "Are there any dates on which you cannot move?",
20821
21849
  "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
21850
  "type": "object",
@@ -20829,6 +21857,7 @@
20829
21857
  }
20830
21858
  },
20831
21859
  "baspiRequired": ["yesNo"],
21860
+ "ta6Required": ["yesNo"],
20832
21861
  "discriminator": {
20833
21862
  "propertyName": "yesNo"
20834
21863
  },
@@ -20845,18 +21874,13 @@
20845
21874
  "yesNo": {
20846
21875
  "enum": ["Yes"]
20847
21876
  },
20848
- "restrictedDates": {
21877
+ "details": {
20849
21878
  "baspiRef": "B7.3.2",
20850
- "type": "array",
20851
- "items": {
20852
- "baspiRef": "B7.3.2.1",
20853
- "type": "string",
20854
- "format": "date"
20855
- },
20856
- "minItems": 1
21879
+ "type": "string"
20857
21880
  }
20858
21881
  },
20859
- "baspiRequired": ["restrictedDates"]
21882
+ "baspiRequired": ["details"],
21883
+ "ta6Required": ["details"]
20860
21884
  }
20861
21885
  ]
20862
21886
  },
@@ -20911,7 +21935,7 @@
20911
21935
  },
20912
21936
  "sufficientToRepayAllMortgages": {
20913
21937
  "baspiRef": "B7.6",
20914
- "TA6Ref": "14.3",
21938
+ "ta6Ref": "14.3",
20915
21939
  "title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
20916
21940
  "type": "object",
20917
21941
  "properties": {
@@ -20919,21 +21943,24 @@
20919
21943
  "baspiRef": "A7.6.1",
20920
21944
  "type": "string",
20921
21945
  "title": "",
20922
- "enum": ["Yes", "No"]
21946
+ "enum": ["Yes", "No", "Not applicable"]
20923
21947
  }
20924
21948
  },
20925
- "baspiRequired": ["yesNo"]
21949
+ "baspiRequired": ["yesNo"],
21950
+ "ta6Required": ["yesNo"]
20926
21951
  }
20927
21952
  }
20928
21953
  },
20929
21954
  "confirmationOfAccuracyByOwners": {
20930
21955
  "baspiRef": "B8",
21956
+ "ta6Ref": "14.5",
20931
21957
  "title": "Confirmation to be supplied by all owners or their representative",
20932
21958
  "type": "object",
20933
21959
  "baspiRequired": [
20934
21960
  "confirmWillProvideAdditionalDocumentation",
20935
21961
  "confirmInformationIsAccurate"
20936
21962
  ],
21963
+ "ta6Required": ["confirmInformationIsAccurate"],
20937
21964
  "properties": {
20938
21965
  "confirmWillProvideAdditionalDocumentation": {
20939
21966
  "baspiRef": "B8.1",
@@ -20942,6 +21969,7 @@
20942
21969
  },
20943
21970
  "confirmInformationIsAccurate": {
20944
21971
  "baspiRef": "B8.2",
21972
+ "ta6Ref": "14.5.1",
20945
21973
  "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
21974
  "type": "boolean"
20947
21975
  }