@pdtf/schemas 3.6.0-dev.1 → 3.6.0-dev.11

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.
Files changed (53) hide show
  1. package/package.json +9 -1
  2. package/src/schemas/v3/combined.json +677 -182
  3. package/src/schemas/v3/compactSkeleton.txt +63 -0
  4. package/src/schemas/v3/overlays/baspi4.json +43 -73
  5. package/src/schemas/v3/overlays/baspi5.json +43 -73
  6. package/src/schemas/v3/overlays/extensions/ac.json +2 -1
  7. package/src/schemas/v3/overlays/extensions/dk.json +3 -2
  8. package/src/schemas/v3/overlays/extensions/ic.json +44 -9
  9. package/src/schemas/v3/overlays/extensions/lc.json +3 -2
  10. package/src/schemas/v3/overlays/extensions/mi.json +2 -1
  11. package/src/schemas/v3/overlays/extensions/nd.json +3 -2
  12. package/src/schemas/v3/overlays/extensions/pc.json +3 -2
  13. package/src/schemas/v3/overlays/extensions/ph.json +2 -1
  14. package/src/schemas/v3/overlays/extensions/rw.json +4 -3
  15. package/src/schemas/v3/overlays/extensions/sc.json +8 -4
  16. package/src/schemas/v3/overlays/extensions/sd.json +3 -2
  17. package/src/schemas/v3/overlays/extensions/ta.json +0 -48
  18. package/src/schemas/v3/overlays/extensions/tr.json +3 -2
  19. package/src/schemas/v3/overlays/extensions/wg.json +2 -1
  20. package/src/schemas/v3/overlays/llc1.json +1 -2
  21. package/src/schemas/v3/overlays/lpe1.json +1 -1
  22. package/src/schemas/v3/overlays/nts.json +3 -1
  23. package/src/schemas/v3/overlays/nts2.json +3 -1
  24. package/src/schemas/v3/overlays/ntsl.json +3 -1
  25. package/src/schemas/v3/overlays/ntsl2.json +3 -1
  26. package/src/schemas/v3/overlays/piq.json +23 -24
  27. package/src/schemas/v3/overlays/rds.json +22 -49
  28. package/src/schemas/v3/overlays/sef25.json +16 -2
  29. package/src/schemas/v3/overlays/ta10.json +0 -9
  30. package/src/schemas/v3/overlays/ta6.json +37 -69
  31. package/src/schemas/v3/overlays/ta6ed6.json +319 -180
  32. package/src/schemas/v3/overlays/ta7ed5.json +66 -20
  33. package/src/schemas/v3/pdtf-transaction.json +397 -95
  34. package/src/schemas/v3/skeleton.json +70 -5
  35. package/src/utils/extractExtensionOverlays.js +11 -2
  36. package/src/utils/extractOverlay.js +20 -0
  37. package/CLAUDE.md +0 -101
  38. package/docs/backend-lms-profile-filtering-spec.md +0 -180
  39. package/src/examples/v1/exampleAddParticipantVouch.json +0 -32
  40. package/src/examples/v1/exampleDocumentedVouch.json +0 -40
  41. package/src/examples/v1/exampleElectronicRecord.json +0 -30
  42. package/src/examples/v1/exampleTransaction.json +0 -878
  43. package/src/examples/v1/exampleVouch.json +0 -25
  44. package/src/examples/v2/exampleTransaction.json +0 -901
  45. package/src/examples/v3/exampleAddParticipantVouch.json +0 -38
  46. package/src/examples/v3/exampleCustomOverlay.json +0 -55
  47. package/src/examples/v3/exampleCustomOverlay2.json +0 -93
  48. package/src/examples/v3/exampleDocumentedVouch.json +0 -47
  49. package/src/examples/v3/exampleElectronicRecord.json +0 -36
  50. package/src/examples/v3/exampleTransaction.json +0 -1038
  51. package/src/examples/v3/exampleVouch.json +0 -32
  52. package/src/mappings/SendPropertyDetailsRequestSchema.json +0 -1588
  53. package/src/mappings/adf.js +0 -198
@@ -206,7 +206,8 @@
206
206
  "Mortgage Broker",
207
207
  "Lender",
208
208
  "Landlord",
209
- "Tenant"
209
+ "Tenant",
210
+ "Platform Support"
210
211
  ]
211
212
  },
212
213
  "externalIds": {
@@ -374,7 +375,8 @@
374
375
  "Mortgage Broker",
375
376
  "Lender",
376
377
  "Landlord",
377
- "Tenant"
378
+ "Tenant",
379
+ "Platform Support"
378
380
  ]
379
381
  }
380
382
  }
@@ -403,6 +405,7 @@
403
405
  "piqRef": "B1.3.1",
404
406
  "ta6ed6Ref": "1.4",
405
407
  "title": "Capacity in which the Seller sells",
408
+ "ta6ed6Title": "What is your role in the sale?",
406
409
  "type": "object",
407
410
  "baspi4Required": ["capacity"],
408
411
  "baspi5Required": ["capacity"],
@@ -424,7 +427,21 @@
424
427
  "Trustee",
425
428
  "Assistant",
426
429
  "Other"
427
- ]
430
+ ],
431
+ "ta6ed6Enum": [
432
+ "Legal Owner",
433
+ "Company Director",
434
+ "Personal Representative for a Deceased Owner",
435
+ "Under Power of Attorney",
436
+ "Trustee"
437
+ ],
438
+ "ta6ed6EnumNames": {
439
+ "Legal Owner": "Seller (Private individual)",
440
+ "Company Director": "Seller (Company)",
441
+ "Personal Representative for a Deceased Owner": "Executor(s)/Administrator(s)",
442
+ "Under Power of Attorney": "Attorney(s)",
443
+ "Trustee": "Trustee(s)"
444
+ }
428
445
  }
429
446
  },
430
447
  "discriminator": {
@@ -525,6 +542,7 @@
525
542
  "dateBecameOwnerOrAuthority": {
526
543
  "ta6ed6Ref": "1.5",
527
544
  "title": "Date the seller became owner or was authorised to sell",
545
+ "ta6ed6Title": "When did you become the owner of, or get authority to sell, the property? (DD/MM/YYYY)",
528
546
  "type": "string",
529
547
  "format": "date"
530
548
  }
@@ -746,6 +764,8 @@
746
764
  "rdsRef": "Property/Address/xal:AddressDetails",
747
765
  "piqRef": "A1.1",
748
766
  "title": "Property Address",
767
+ "ta7ed5Title": "Address of the property",
768
+ "ta6ed6Title": "Address of the property",
749
769
  "type": "object",
750
770
  "properties": {
751
771
  "buildingNumber": {
@@ -853,6 +873,8 @@
853
873
  "ta6ed6Ref": "1.2",
854
874
  "ta6ed6Description": "Unique Property Reference Number (digits)",
855
875
  "title": "Unique Property Reference Number",
876
+ "ta7ed5Title": "UPRN (if known)",
877
+ "ta6ed6Title": "UPRN (if known)",
856
878
  "type": "integer"
857
879
  },
858
880
  "location": {
@@ -886,6 +908,32 @@
886
908
  }
887
909
  }
888
910
  },
911
+ "ruralUrbanClassification": {
912
+ "title": "ONS Rural Urban Classification (2021)",
913
+ "description": "The human-readable Rural Urban Classification for the area containing this property. For England and Wales this is the ONS 2021 RUC21 category (e.g. \"Urban: Nearer to a major town or city\", \"Larger rural: Further from a major town or city\", \"Smaller rural: Nearer to a major town or city\"). For Scotland this is the Scottish Government Urban Rural Classification category (e.g. \"Large Urban Areas\", \"Remote Rural\"), which uses a different scheme and is not represented in ruralUrbanCode.",
914
+ "type": "string"
915
+ },
916
+ "ruralUrbanCode": {
917
+ "title": "ONS Rural Urban Classification code (2021)",
918
+ "description": "The ONS 2021 Rural Urban Classification code for the Output Area containing this property (England and Wales only). UN1 = Urban: Nearer to a major town or city; UF1 = Urban: Further from a major town or city; RLN1 = Larger rural: Nearer; RLF1 = Larger rural: Further; RSN1 = Smaller rural: Nearer; RSF1 = Smaller rural: Further.",
919
+ "type": "string",
920
+ "enum": ["UN1", "UF1", "RLN1", "RLF1", "RSN1", "RSF1"]
921
+ },
922
+ "region": {
923
+ "title": "Government Office Region",
924
+ "description": "The Government Office Region for this property (e.g. East Midlands, London, South East). England and Wales only.",
925
+ "type": "string"
926
+ },
927
+ "parish": {
928
+ "title": "Civil parish",
929
+ "description": "The civil parish or community (Wales) for this property, if applicable.",
930
+ "type": "string"
931
+ },
932
+ "outputArea": {
933
+ "title": "Census Output Area code (2021)",
934
+ "description": "The ONS 2021 Census Output Area code for this property.",
935
+ "type": "string"
936
+ },
889
937
  "googleStreetViewPOV": {
890
938
  "title": "Street View to render street nearby property in Google Street View",
891
939
  "type": "object",
@@ -1233,6 +1281,11 @@
1233
1281
  "type": "string",
1234
1282
  "title": "Is the property located in a building which includes commercial property E.g. shops, offices etc?",
1235
1283
  "enum": ["Yes", "No"]
1284
+ },
1285
+ "detailsAnalysis": {
1286
+ "type": "object",
1287
+ "additionalProperties": true,
1288
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
1236
1289
  }
1237
1290
  },
1238
1291
  "required": ["isLocatedOverCommercialPremises"],
@@ -4722,6 +4775,7 @@
4722
4775
  "lpe1Ref": "1",
4723
4776
  "nts2Ref": "A1.5.4",
4724
4777
  "title": "Contact Details",
4778
+ "ta7ed5Title": "Contact details",
4725
4779
  "type": "object",
4726
4780
  "lpe1Required": [
4727
4781
  "contacts",
@@ -4796,6 +4850,7 @@
4796
4850
  "ta7Ref": "4.1a.1",
4797
4851
  "ta7ed5Ref": "3.1.1.1",
4798
4852
  "title": "Name or organisation",
4853
+ "ta7ed5Title": "Name",
4799
4854
  "type": "string",
4800
4855
  "minLength": 1
4801
4856
  },
@@ -4872,6 +4927,7 @@
4872
4927
  "ta7Ref": "4.1a.8",
4873
4928
  "ta7ed5Ref": "3.1.1.3",
4874
4929
  "title": "Email address",
4930
+ "ta7ed5Title": "Email",
4875
4931
  "type": "string",
4876
4932
  "format": "email"
4877
4933
  }
@@ -5018,6 +5074,7 @@
5018
5074
  "ta7Ref": "4.1b",
5019
5075
  "ta7ed5Ref": "3.1.2",
5020
5076
  "title": "Management Company",
5077
+ "ta7ed5Title": "Management company",
5021
5078
  "type": "object",
5022
5079
  "properties": {
5023
5080
  "contact": {
@@ -5029,6 +5086,7 @@
5029
5086
  "ta7Ref": "4.1b.1",
5030
5087
  "ta7ed5Ref": "3.1.2.1",
5031
5088
  "title": "Name or organisation",
5089
+ "ta7ed5Title": "Name",
5032
5090
  "type": "string",
5033
5091
  "minLength": 1
5034
5092
  },
@@ -5083,6 +5141,7 @@
5083
5141
  "ta7Ref": "4.1b.8",
5084
5142
  "ta7ed5Ref": "3.1.2.3",
5085
5143
  "title": "Email address",
5144
+ "ta7ed5Title": "Email",
5086
5145
  "type": "string",
5087
5146
  "format": "email"
5088
5147
  }
@@ -5142,6 +5201,7 @@
5142
5201
  "nameOrOrganisation": {
5143
5202
  "ta7ed5Ref": "3.1.3.1",
5144
5203
  "title": "Name or organisation",
5204
+ "ta7ed5Title": "Name",
5145
5205
  "type": "string",
5146
5206
  "minLength": 1
5147
5207
  },
@@ -5179,6 +5239,7 @@
5179
5239
  "emailAddress": {
5180
5240
  "ta7ed5Ref": "3.1.3.3",
5181
5241
  "title": "Email address",
5242
+ "ta7ed5Title": "Email",
5182
5243
  "type": "string",
5183
5244
  "format": "email"
5184
5245
  },
@@ -5203,6 +5264,7 @@
5203
5264
  "nameOrOrganisation": {
5204
5265
  "ta7ed5Ref": "3.1.4.1",
5205
5266
  "title": "Name or organisation",
5267
+ "ta7ed5Title": "Name",
5206
5268
  "type": "string",
5207
5269
  "minLength": 1
5208
5270
  },
@@ -5240,6 +5302,7 @@
5240
5302
  "emailAddress": {
5241
5303
  "ta7ed5Ref": "3.1.4.3",
5242
5304
  "title": "Email address",
5305
+ "ta7ed5Title": "Email",
5243
5306
  "type": "string",
5244
5307
  "format": "email"
5245
5308
  },
@@ -5264,6 +5327,7 @@
5264
5327
  "nameOrOrganisation": {
5265
5328
  "ta7ed5Ref": "3.1.5.1",
5266
5329
  "title": "Name or organisation",
5330
+ "ta7ed5Title": "Name",
5267
5331
  "type": "string",
5268
5332
  "minLength": 1
5269
5333
  },
@@ -5301,6 +5365,7 @@
5301
5365
  "emailAddress": {
5302
5366
  "ta7ed5Ref": "3.1.5.3",
5303
5367
  "title": "Email address",
5368
+ "ta7ed5Title": "Email",
5304
5369
  "type": "string",
5305
5370
  "format": "email"
5306
5371
  },
@@ -5367,6 +5432,7 @@
5367
5432
  "ta7ed5Ref": "4.1.2.1",
5368
5433
  "nts2Ref": "A1.5.6.1.1",
5369
5434
  "title": "Name or organisation",
5435
+ "ta7ed5Title": "Name",
5370
5436
  "type": "string",
5371
5437
  "minLength": 1
5372
5438
  },
@@ -5444,6 +5510,7 @@
5444
5510
  "ta7ed5Ref": "4.1.2.3",
5445
5511
  "nts2Ref": "A1.5.6.1.2",
5446
5512
  "title": "Email address",
5513
+ "ta7ed5Title": "Email",
5447
5514
  "type": "string",
5448
5515
  "format": "email"
5449
5516
  }
@@ -6272,6 +6339,7 @@
6272
6339
  "collectsGroundRent": {
6273
6340
  "ta7ed5Ref": "4.3",
6274
6341
  "title": "Who collects the Ground Rent?",
6342
+ "ta7ed5Title": "If ground rent is payable, is it collected by the managing agent?",
6275
6343
  "type": "object",
6276
6344
  "lpe1Required": ["collector"],
6277
6345
  "ta7ed5Required": ["collector"],
@@ -6349,6 +6417,7 @@
6349
6417
  "collectsbuildingInsurancePremiums": {
6350
6418
  "ta7ed5Ref": "4.2",
6351
6419
  "title": "Who collects the building insurance premiums?",
6420
+ "ta7ed5Title": "Does the managing agent arrange or collect charges for the insurance of the building?",
6352
6421
  "type": "object",
6353
6422
  "lpe1Required": ["collector"],
6354
6423
  "ta7ed5Required": ["collector"],
@@ -6375,13 +6444,18 @@
6375
6444
  "Not applicable"
6376
6445
  ],
6377
6446
  "ta7ed5Enum": [
6447
+ "Managing Agent",
6378
6448
  "Freeholder",
6379
6449
  "Landlord",
6380
6450
  "Management Company",
6381
6451
  "Head Leaseholder",
6382
6452
  "Seller",
6453
+ "Not applicable",
6383
6454
  "Other"
6384
- ]
6455
+ ],
6456
+ "ta7ed5EnumNames": {
6457
+ "Managing Agent": "Yes"
6458
+ }
6385
6459
  }
6386
6460
  },
6387
6461
  "discriminator": {
@@ -6574,6 +6648,7 @@
6574
6648
  "ta7Ref": "7.1",
6575
6649
  "ta7ed5Ref": "8.1",
6576
6650
  "title": "Is the seller aware of any changes in the terms of the lease or of the landlord giving any consents under the lease?",
6651
+ "ta7ed5Title": "Are you aware of any changes to the terms of the lease?",
6577
6652
  "type": "object",
6578
6653
  "lpe1Required": ["isSellerAwareOfChanges"],
6579
6654
  "ta7Required": ["isSellerAwareOfChanges"],
@@ -6607,7 +6682,7 @@
6607
6682
  "ta7Ref": "7.1.2",
6608
6683
  "ta7ed5Ref": "8.1.2",
6609
6684
  "title": "Please supply a copy or, if not in writing, please give details:",
6610
- "ta7ed5Title": "Please supply further details and any documents relating to the variation:",
6685
+ "ta7ed5Title": "Please supply further details and any documents relating to the variation",
6611
6686
  "type": "string",
6612
6687
  "minLength": 1
6613
6688
  },
@@ -6938,6 +7013,7 @@
6938
7013
  },
6939
7014
  "mostRecentGroundRentDemandStatus": {
6940
7015
  "title": "Please provide the most recent payment demands payable under the lease for ground rent",
7016
+ "ta7ed5Title": "Ground rent",
6941
7017
  "ta7ed5Ref": "2.2a",
6942
7018
  "type": "string",
6943
7019
  "enum": [
@@ -7284,6 +7360,7 @@
7284
7360
  "attachments": {
7285
7361
  "ta7ed5Ref": "4.4.2",
7286
7362
  "title": "If yes, supply evidence of your ownership or share certificate for membership of the organisation that is responsible for the management of the building.",
7363
+ "ta7ed5Title": "Supply evidence of your ownership or share certificate for membership of the organisation that is responsible for the management of the building.",
7287
7364
  "type": "string",
7288
7365
  "enum": [
7289
7366
  "Attached",
@@ -7370,6 +7447,7 @@
7370
7447
  "ntsRef": "A3.5.1",
7371
7448
  "nts2Ref": "A3.5.1",
7372
7449
  "title": "Does the seller contribute to the cost of maintaining the building (a service charge)?",
7450
+ "ta7ed5Title": "Do you contribute to the cost of maintaining the building?",
7373
7451
  "type": "string",
7374
7452
  "enum": ["Yes", "No"]
7375
7453
  }
@@ -7402,6 +7480,7 @@
7402
7480
  "mostRecentServiceChargeDemandStatus": {
7403
7481
  "ta7ed5Ref": "2.2b",
7404
7482
  "title": "Please provide the most recent payment demands payable under the lease for service charge",
7483
+ "ta7ed5Title": "Service charge",
7405
7484
  "type": "string",
7406
7485
  "enum": [
7407
7486
  "Attached",
@@ -7415,6 +7494,7 @@
7415
7494
  "ta7Ref": "5.5",
7416
7495
  "ta7ed5Ref": "5.4",
7417
7496
  "title": "Does the seller know of any expense (e.g. the cost of redecoration of outside or communal areas not usually incurred annually) likely to be shown in the service charge accounts within the next three years?",
7497
+ "ta7ed5Title": "Do you know of any expense (e.g. the cost of redecoration of outside or communal areas that is not usually incurred annually) that is likely to be shown in the service charge accounts within the next three years?",
7418
7498
  "type": "object",
7419
7499
  "properties": {
7420
7500
  "yesNo": {
@@ -7454,6 +7534,7 @@
7454
7534
  "ta7Ref": "5.5.2",
7455
7535
  "ta7ed5Ref": "5.4.2",
7456
7536
  "title": "Details",
7537
+ "ta7ed5Title": "Please give details",
7457
7538
  "type": "string"
7458
7539
  }
7459
7540
  },
@@ -7469,6 +7550,7 @@
7469
7550
  "ta7Ref": "5.6",
7470
7551
  "ta7ed5Ref": "5.6",
7471
7552
  "title": "Does the seller know of any problems in the last three years regarding the level of service charges or with the management?",
7553
+ "ta7ed5Title": "Do you know of any issues in the last three years regarding the level of service charges or with the management?",
7472
7554
  "type": "object",
7473
7555
  "properties": {
7474
7556
  "yesNo": {
@@ -7513,6 +7595,7 @@
7513
7595
  "ta7Ref": "5.7",
7514
7596
  "ta7ed5Ref": "5.5",
7515
7597
  "title": "Has the seller challenged the service charge or any expense in the last three years?",
7598
+ "ta7ed5Title": "Have you challenged the service charge or any expense in the last three years?",
7516
7599
  "type": "object",
7517
7600
  "properties": {
7518
7601
  "yesNo": {
@@ -7734,6 +7817,11 @@
7734
7817
  "type": "string",
7735
7818
  "title": "",
7736
7819
  "enum": ["Yes", "No"]
7820
+ },
7821
+ "detailsAnalysis": {
7822
+ "type": "object",
7823
+ "additionalProperties": true,
7824
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
7737
7825
  }
7738
7826
  },
7739
7827
  "lpe1Required": ["yesNo"],
@@ -7835,6 +7923,11 @@
7835
7923
  "type": "string",
7836
7924
  "title": "",
7837
7925
  "enum": ["Yes", "No"]
7926
+ },
7927
+ "detailsAnalysis": {
7928
+ "type": "object",
7929
+ "additionalProperties": true,
7930
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
7838
7931
  }
7839
7932
  },
7840
7933
  "lpe1Required": ["yesNo"],
@@ -7924,6 +8017,7 @@
7924
8017
  "ta7Ref": "5.2",
7925
8018
  "ta7ed5Ref": "5.1",
7926
8019
  "title": "The outside of the building (if known)",
8020
+ "ta7ed5Title": "In what year was the outside of the building last decorated?",
7927
8021
  "type": "object",
7928
8022
  "properties": {
7929
8023
  "year": {
@@ -7948,6 +8042,7 @@
7948
8042
  "ta7Ref": "5.3",
7949
8043
  "ta7ed5Ref": "5.2",
7950
8044
  "title": "Internally",
8045
+ "ta7ed5Title": "In what year were any internal communal parts last decorated?",
7951
8046
  "ta7Title": "The internal communal parts (if known)",
7952
8047
  "type": "object",
7953
8048
  "properties": {
@@ -7985,6 +8080,11 @@
7985
8080
  "Anticipated",
7986
8081
  "Not applicable"
7987
8082
  ]
8083
+ },
8084
+ "detailsAnalysis": {
8085
+ "type": "object",
8086
+ "additionalProperties": true,
8087
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
7988
8088
  }
7989
8089
  },
7990
8090
  "lpe1Required": ["yesNo"],
@@ -8028,6 +8128,11 @@
8028
8128
  "type": "string",
8029
8129
  "title": "",
8030
8130
  "enum": ["Yes", "No"]
8131
+ },
8132
+ "detailsAnalysis": {
8133
+ "type": "object",
8134
+ "additionalProperties": true,
8135
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8031
8136
  }
8032
8137
  },
8033
8138
  "lpe1Required": ["yesNo"],
@@ -8393,6 +8498,7 @@
8393
8498
  "mostRecentBuildingsInsuranceDemandStatus": {
8394
8499
  "ta7ed5Ref": "2.2c",
8395
8500
  "title": "Most recent buildings insurance payment demand",
8501
+ "ta7ed5Title": "Buildings insurance",
8396
8502
  "type": "string",
8397
8503
  "enum": [
8398
8504
  "Attached",
@@ -8594,7 +8700,7 @@
8594
8700
  "assessmentsCarriedOut": {
8595
8701
  "enum": [
8596
8702
  "Fire risk assessment",
8597
- "External Wall fire risk assessment",
8703
+ "External wall fire risk assessment",
8598
8704
  "Both"
8599
8705
  ]
8600
8706
  },
@@ -8809,6 +8915,7 @@
8809
8915
  "ta7Ref": "8",
8810
8916
  "ta7ed5Ref": "10",
8811
8917
  "title": "Disputes",
8918
+ "ta7ed5Title": "Complaints",
8812
8919
  "ta7Ttle": "Complaints",
8813
8920
  "type": "object",
8814
8921
  "lpe1Required": [
@@ -8948,6 +9055,11 @@
8948
9055
  "type": "string",
8949
9056
  "title": "",
8950
9057
  "enum": ["Yes", "No"]
9058
+ },
9059
+ "detailsAnalysis": {
9060
+ "type": "object",
9061
+ "additionalProperties": true,
9062
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8951
9063
  }
8952
9064
  },
8953
9065
  "lpe1Required": ["yesNo"],
@@ -8987,6 +9099,11 @@
8987
9099
  "type": "string",
8988
9100
  "title": "",
8989
9101
  "enum": ["Yes", "No"]
9102
+ },
9103
+ "detailsAnalysis": {
9104
+ "type": "object",
9105
+ "additionalProperties": true,
9106
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
8990
9107
  }
8991
9108
  },
8992
9109
  "lpe1Required": ["yesNo"],
@@ -9023,6 +9140,7 @@
9023
9140
  "ta7Ref": "11",
9024
9141
  "ta7ed5Ref": "11",
9025
9142
  "title": "Building safety",
9143
+ "ta7ed5Title": "Building safety for blocks of flats",
9026
9144
  "type": "object",
9027
9145
  "ta7Required": [
9028
9146
  "isLeaseQualifying",
@@ -9051,8 +9169,8 @@
9051
9169
  "ta7Ref": "11.3",
9052
9170
  "ta7ed5Ref": "11.4",
9053
9171
  "title": "Has a Leaseholder Deed of Certificate been served on the Landlord in relation to the property or remedial works required to the property?",
9054
- "ta7Title": "Is there a Leaseholder Deed of Certificate for the property?",
9055
9172
  "ta7ed5Title": "Is there a leaseholder deed of certificate for the property?",
9173
+ "ta7Title": "Is there a Leaseholder Deed of Certificate for the property?",
9056
9174
  "type": "object",
9057
9175
  "properties": {
9058
9176
  "yesNoNotApplicable": {
@@ -9094,8 +9212,8 @@
9094
9212
  "ta7Ref": "11.3b",
9095
9213
  "ta7ed5Ref": "11.4.2",
9096
9214
  "title": "Leaseholder Deed of Certificate.",
9097
- "ta7Title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence",
9098
9215
  "ta7ed5Title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence.",
9216
+ "ta7Title": "Please supply a copy of the leaseholder deed of certificate and the accompanying evidence",
9099
9217
  "type": "string",
9100
9218
  "enum": ["Attached", "To follow"]
9101
9219
  }
@@ -9129,8 +9247,8 @@
9129
9247
  "ta7Ref": "11.5",
9130
9248
  "ta7ed5Ref": "11.6",
9131
9249
  "title": "Has a Landlord's Certificate been served?",
9132
- "ta7Title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
9133
9250
  "ta7ed5Title": "Have you received a landlord’s certificate and the accompanying evidence?",
9251
+ "ta7Title": "Has the seller received a Landlord’s Certificate and the accompanying evidence?",
9134
9252
  "type": "object",
9135
9253
  "lpe1Required": ["yesNoNotApplicable"],
9136
9254
  "ta7Required": ["yesNoNotApplicable"],
@@ -9167,8 +9285,8 @@
9167
9285
  "ta7Ref": "11.5.2",
9168
9286
  "ta7ed5Ref": "11.6.2",
9169
9287
  "title": "Landlord's Certificate.",
9170
- "ta7Title": "Please supply a copy and the accompanying evidence.",
9171
9288
  "ta7ed5Title": "Please supply a copy of the landlord’s certificate and the accompanying evidence.",
9289
+ "ta7Title": "Please supply a copy and the accompanying evidence.",
9172
9290
  "type": "string",
9173
9291
  "enum": ["Attached", "To follow"]
9174
9292
  }
@@ -9193,6 +9311,7 @@
9193
9311
  "ta7Ref": "9.1",
9194
9312
  "ta7ed5Ref": "9.1",
9195
9313
  "title": "Is the seller aware of any alterations having been made to the property since the lease was originally granted?",
9314
+ "ta7ed5Title": "Are you aware of any alterations having been made to the property since the lease was originally granted?",
9196
9315
  "type": "object",
9197
9316
  "properties": {
9198
9317
  "yesNo": {
@@ -9201,6 +9320,11 @@
9201
9320
  "type": "string",
9202
9321
  "title": "",
9203
9322
  "enum": ["Yes", "No"]
9323
+ },
9324
+ "detailsAnalysis": {
9325
+ "type": "object",
9326
+ "additionalProperties": true,
9327
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
9204
9328
  }
9205
9329
  },
9206
9330
  "lpe1Required": ["yesNo"],
@@ -9440,6 +9564,7 @@
9440
9564
  "ta7Ref": "10.4",
9441
9565
  "ta7ed5Ref": "7.3",
9442
9566
  "title": "Is the seller aware of any response to a notice disclosed in replies above?",
9567
+ "ta7ed5Title": "Are you aware of any response to a notice disclosed in replies to 7.1 and 7.2 above?",
9443
9568
  "type": "object",
9444
9569
  "properties": {
9445
9570
  "yesNo": {
@@ -10307,6 +10432,7 @@
10307
10432
  "piqRef": "A1.5",
10308
10433
  "type": "array",
10309
10434
  "title": "Parking arrangements",
10435
+ "ta6ed6Title": "What are the parking arrangements at the property?",
10310
10436
  "items": {
10311
10437
  "ntsRef": "B4.1.1",
10312
10438
  "nts2Ref": "B4.1.1",
@@ -10493,6 +10619,7 @@
10493
10619
  "baspi5Ref": "A1.6.1",
10494
10620
  "ta6ed6Ref": "10.3",
10495
10621
  "title": "Is there an electric vehicle charging point belonging to the property?",
10622
+ "ta6ed6Title": "Does the property have an electric vehicle (EV) charging point?",
10496
10623
  "type": "object",
10497
10624
  "properties": {
10498
10625
  "yesNo": {
@@ -10616,6 +10743,7 @@
10616
10743
  "ta6Ref": "4.7",
10617
10744
  "ta6ed6Ref": "5.7",
10618
10745
  "title": "Listing and Conservation",
10746
+ "ta6ed6Title": "Listed buildings and conservation area",
10619
10747
  "type": "object",
10620
10748
  "ntsRequired": [
10621
10749
  "isListed",
@@ -10657,7 +10785,6 @@
10657
10785
  "isConservationArea",
10658
10786
  "hasTreePreservationOrder"
10659
10787
  ],
10660
- "ta6ed6Title": "Listed buildings and conservation area",
10661
10788
  "properties": {
10662
10789
  "isListed": {
10663
10790
  "ntsRef": "C2.1.1",
@@ -10671,6 +10798,7 @@
10671
10798
  "ta6ed6Ref": "5.7",
10672
10799
  "piqRef": "A1.6.1",
10673
10800
  "title": "Is the property a listed building in England or Wales?",
10801
+ "ta6ed6Title": "Is the property (or any part of it) listed?",
10674
10802
  "type": "object",
10675
10803
  "properties": {
10676
10804
  "yesNo": {
@@ -10690,6 +10818,11 @@
10690
10818
  "nts2Enum": ["Yes", "No"],
10691
10819
  "ntslEnum": ["Yes", "No"],
10692
10820
  "ntsl2Enum": ["Yes", "No"]
10821
+ },
10822
+ "detailsAnalysis": {
10823
+ "type": "object",
10824
+ "additionalProperties": true,
10825
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10693
10826
  }
10694
10827
  },
10695
10828
  "baspi4Required": ["yesNo"],
@@ -10699,8 +10832,9 @@
10699
10832
  "ntslRequired": ["yesNo"],
10700
10833
  "ntsl2Required": ["yesNo"],
10701
10834
  "ta6Required": ["yesNo"],
10702
- "ta6ed6Required": ["yesNo"],
10703
- "ta6ed6Title": "Is the property (or any part of it) listed?",
10835
+ "ta6ed6Required": [
10836
+ "yesNo"
10837
+ ],
10704
10838
  "discriminator": {
10705
10839
  "propertyName": "yesNo"
10706
10840
  },
@@ -10759,6 +10893,7 @@
10759
10893
  "ta6ed6Ref": "5.8",
10760
10894
  "piqRef": "A1.6.2",
10761
10895
  "title": "Is the property in a designated conservation area?",
10896
+ "ta6ed6Title": "Is the property (or any part of it) in a conservation area?",
10762
10897
  "type": "object",
10763
10898
  "properties": {
10764
10899
  "yesNo": {
@@ -10787,8 +10922,9 @@
10787
10922
  "ntslRequired": ["yesNo"],
10788
10923
  "ntsl2Required": ["yesNo"],
10789
10924
  "ta6Required": ["yesNo"],
10790
- "ta6ed6Required": ["yesNo"],
10791
- "ta6ed6Title": "Is the property (or any part of it) in a conservation area?",
10925
+ "ta6ed6Required": [
10926
+ "yesNo"
10927
+ ],
10792
10928
  "discriminator": {
10793
10929
  "propertyName": "yesNo"
10794
10930
  },
@@ -10917,6 +11053,11 @@
10917
11053
  "type": "string",
10918
11054
  "title": "",
10919
11055
  "enum": ["Yes", "No"]
11056
+ },
11057
+ "detailsAnalysis": {
11058
+ "type": "object",
11059
+ "additionalProperties": true,
11060
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
10920
11061
  }
10921
11062
  },
10922
11063
  "baspi4Required": ["yesNo"],
@@ -11054,6 +11195,11 @@
11054
11195
  "type": "string",
11055
11196
  "title": "",
11056
11197
  "enum": ["Yes", "No"]
11198
+ },
11199
+ "detailsAnalysis": {
11200
+ "type": "object",
11201
+ "additionalProperties": true,
11202
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
11057
11203
  }
11058
11204
  },
11059
11205
  "baspi4Required": ["yesNo"],
@@ -11124,8 +11270,8 @@
11124
11270
  "ta7Ref": "11.1",
11125
11271
  "ta7ed5Ref": "11.2",
11126
11272
  "title": "Are you aware of any remediation required to the property due to building safety?",
11127
- "ta7Title": "Have any remediation works on the building been proposed or carried out?",
11128
11273
  "ta7ed5Title": "Have any remediation works on the building been proposed or carried out?",
11274
+ "ta7Title": "Have any remediation works on the building been proposed or carried out?",
11129
11275
  "description": "For example issues related to unsafe cladding, integrity of building materials used in construction (e.g. asbestos), risk of collapse (e.g. damaged roofs or structural failures), at-risk wooden decking for external structures (including balconies), lack of emergency lighting where required or insufficient fire/smoke alarm systems",
11130
11276
  "type": "object",
11131
11277
  "properties": {
@@ -11149,6 +11295,11 @@
11149
11295
  "nts2Enum": ["Yes", "No"],
11150
11296
  "ntslEnum": ["Yes", "No"],
11151
11297
  "ntsl2Enum": ["Yes", "No"]
11298
+ },
11299
+ "detailsAnalysis": {
11300
+ "type": "object",
11301
+ "additionalProperties": true,
11302
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
11152
11303
  }
11153
11304
  },
11154
11305
  "ntsRequired": ["yesNo"],
@@ -11166,7 +11317,7 @@
11166
11317
  {
11167
11318
  "properties": {
11168
11319
  "yesNo": {
11169
- "enum": ["No"],
11320
+ "enum": ["No", "Not applicable", "Not known"],
11170
11321
  "ta7Enum": ["No", "Not applicable"],
11171
11322
  "ta7ed5Enum": ["No", "Not known"]
11172
11323
  }
@@ -11238,8 +11389,8 @@
11238
11389
  "ta7Ref": "11.1.3",
11239
11390
  "ta7ed5Ref": "11.2.2",
11240
11391
  "title": "Attachments",
11241
- "ta7Title": "Please attach details of the remediation works proposed and evidence of any carried out.",
11242
11392
  "ta7ed5Title": "Please provide details of the remediation works proposed and evidence of any carried out.",
11393
+ "ta7Title": "Please attach details of the remediation works proposed and evidence of any carried out.",
11243
11394
  "type": "string",
11244
11395
  "enum": ["Attached", "To follow"]
11245
11396
  }
@@ -11286,6 +11437,11 @@
11286
11437
  "type": "string",
11287
11438
  "title": "",
11288
11439
  "enum": ["Yes", "No"]
11440
+ },
11441
+ "detailsAnalysis": {
11442
+ "type": "object",
11443
+ "additionalProperties": true,
11444
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
11289
11445
  }
11290
11446
  },
11291
11447
  "discriminator": {
@@ -11347,6 +11503,11 @@
11347
11503
  "type": "string",
11348
11504
  "title": "",
11349
11505
  "enum": ["Yes", "No"]
11506
+ },
11507
+ "detailsAnalysis": {
11508
+ "type": "object",
11509
+ "additionalProperties": true,
11510
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
11350
11511
  }
11351
11512
  },
11352
11513
  "baspi4Required": ["hasSprayFoamInstalled"],
@@ -11803,6 +11964,7 @@
11803
11964
  "piqRef": "A11.4",
11804
11965
  "rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation",
11805
11966
  "title": "Green Deal Loan",
11967
+ "ta6ed6Title": "Green Deal",
11806
11968
  "type": "object",
11807
11969
  "baspi4Required": ["hasGreenDealLoan"],
11808
11970
  "baspi5Required": ["hasGreenDealLoan"],
@@ -11815,6 +11977,7 @@
11815
11977
  "ta6ed6Ref": "8.5.1",
11816
11978
  "ta6Ref": "7.7.0",
11817
11979
  "title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
11980
+ "ta6ed6Title": "Have any installations in the property been financed under the Green Deal scheme?",
11818
11981
  "type": "object",
11819
11982
  "properties": {
11820
11983
  "yesNo": {
@@ -11854,6 +12017,7 @@
11854
12017
  "ta6ed6Ref": "8.5.1b",
11855
12018
  "ta6Ref": "7.7.2",
11856
12019
  "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",
12020
+ "ta6ed6Title": "Give details of all installations and supply a copy of your last electricity bill",
11857
12021
  "type": "string",
11858
12022
  "minLength": 1
11859
12023
  },
@@ -12015,6 +12179,7 @@
12015
12179
  "ta6Ref": "2",
12016
12180
  "ta6ed6Ref": "3",
12017
12181
  "title": "Disputes and Complaints",
12182
+ "ta6ed6Title": "Disputes",
12018
12183
  "type": "object",
12019
12184
  "baspi4Required": [
12020
12185
  "hasDisputesAndComplaints",
@@ -12041,8 +12206,8 @@
12041
12206
  "ta6ed6Ref": "3.1",
12042
12207
  "piqRef": "A2.1",
12043
12208
  "title": "Have any disputes or complaints occurred, regarding this property, a property nearby, or their use?",
12044
- "ta6Title": "Have there been any disputes or complaints regarding this property or a property nearby?",
12045
12209
  "ta6ed6Title": "Are you aware of any disputes or complaints about the property or a property nearby?",
12210
+ "ta6Title": "Have there been any disputes or complaints regarding this property or a property nearby?",
12046
12211
  "description": "E.g boundary disagreement, noise, trespass etc",
12047
12212
  "ta6Description": "",
12048
12213
  "ta6ed6Description": "If yes, give details such as when this took place and who was involved:",
@@ -12057,6 +12222,11 @@
12057
12222
  "type": "string",
12058
12223
  "title": "",
12059
12224
  "enum": ["Yes", "No"]
12225
+ },
12226
+ "detailsAnalysis": {
12227
+ "type": "object",
12228
+ "additionalProperties": true,
12229
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12060
12230
  }
12061
12231
  },
12062
12232
  "baspi4Required": ["yesNo"],
@@ -12086,6 +12256,7 @@
12086
12256
  "ta6ed6Ref": "3.1.2",
12087
12257
  "piqRef": "A2.1.1.2",
12088
12258
  "title": "Please give details",
12259
+ "ta6ed6Title": "Give details such as when this took place and who was involved",
12089
12260
  "type": "string",
12090
12261
  "minLength": 1
12091
12262
  }
@@ -12104,6 +12275,7 @@
12104
12275
  "ta6Ref": "2.2",
12105
12276
  "ta6ed6Ref": "3.2",
12106
12277
  "title": "Is the seller aware of anything which might lead to a dispute about the property or a property nearby?",
12278
+ "ta6ed6Title": "Are you aware of anything that might lead to a dispute about the property or a property nearby?",
12107
12279
  "type": "object",
12108
12280
  "properties": {
12109
12281
  "yesNo": {
@@ -12114,13 +12286,19 @@
12114
12286
  "type": "string",
12115
12287
  "title": "",
12116
12288
  "enum": ["Yes", "No"]
12289
+ },
12290
+ "detailsAnalysis": {
12291
+ "type": "object",
12292
+ "additionalProperties": true,
12293
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12117
12294
  }
12118
12295
  },
12119
12296
  "baspi4Required": ["yesNo"],
12120
12297
  "baspi5Required": ["yesNo"],
12121
12298
  "ta6Required": ["yesNo"],
12122
- "ta6ed6Required": ["yesNo"],
12123
- "ta6ed6Title": "Are you aware of anything that might lead to a dispute about the property or a property nearby?",
12299
+ "ta6ed6Required": [
12300
+ "yesNo"
12301
+ ],
12124
12302
  "ta6ed6Description": "If yes, please give details:",
12125
12303
  "discriminator": {
12126
12304
  "propertyName": "yesNo"
@@ -12164,6 +12342,7 @@
12164
12342
  "ta6ed6Ref": "5",
12165
12343
  "sef25Ref": "A1",
12166
12344
  "title": "Alterations and Changes to the Property",
12345
+ "ta6ed6Title": "Alterations",
12167
12346
  "description": "Have any of the following changes been made to the whole or any part of the property (including the garden)?",
12168
12347
  "type": "object",
12169
12348
  "baspi4Required": [
@@ -12232,6 +12411,11 @@
12232
12411
  "type": "string",
12233
12412
  "title": "",
12234
12413
  "enum": ["Yes", "No"]
12414
+ },
12415
+ "detailsAnalysis": {
12416
+ "type": "object",
12417
+ "additionalProperties": true,
12418
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12235
12419
  }
12236
12420
  },
12237
12421
  "baspi4Required": ["yesNo"],
@@ -12277,6 +12461,11 @@
12277
12461
  "type": "string",
12278
12462
  "title": "",
12279
12463
  "enum": ["Yes", "No", "Not required"]
12464
+ },
12465
+ "detailsAnalysis": {
12466
+ "type": "object",
12467
+ "additionalProperties": true,
12468
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12280
12469
  }
12281
12470
  },
12282
12471
  "baspi4Required": ["yesNo"],
@@ -12340,6 +12529,11 @@
12340
12529
  "type": "string",
12341
12530
  "title": "",
12342
12531
  "enum": ["Yes", "No", "Not required"]
12532
+ },
12533
+ "detailsAnalysis": {
12534
+ "type": "object",
12535
+ "additionalProperties": true,
12536
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12343
12537
  }
12344
12538
  },
12345
12539
  "baspi4Required": ["yesNo"],
@@ -12535,6 +12729,11 @@
12535
12729
  "type": "string",
12536
12730
  "title": "",
12537
12731
  "enum": ["Yes", "No"]
12732
+ },
12733
+ "detailsAnalysis": {
12734
+ "type": "object",
12735
+ "additionalProperties": true,
12736
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12538
12737
  }
12539
12738
  },
12540
12739
  "baspi4Required": ["yesNo"],
@@ -12589,6 +12788,11 @@
12589
12788
  "type": "string",
12590
12789
  "title": "",
12591
12790
  "enum": ["Yes", "No", "Not required"]
12791
+ },
12792
+ "detailsAnalysis": {
12793
+ "type": "object",
12794
+ "additionalProperties": true,
12795
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12592
12796
  }
12593
12797
  },
12594
12798
  "baspi4Required": ["yesNo"],
@@ -12873,6 +13077,7 @@
12873
13077
  "details": {
12874
13078
  "ta6ed6Ref": "5.3.2",
12875
13079
  "title": "Please give details",
13080
+ "ta6ed6Title": "Give details and supply a copy of any relevant planning permission",
12876
13081
  "type": "string",
12877
13082
  "minLength": 1
12878
13083
  },
@@ -12895,6 +13100,7 @@
12895
13100
  "ta6ed6Ref": "5.1a",
12896
13101
  "piqRef": "A3.2",
12897
13102
  "title": "Since 1st April 2002 has replacement of any windows, roof windows, roof lights, glazed doors taken place?",
13103
+ "ta6ed6Title": "Replacement windows, roof windows, roof lights, glazed doors since 1 April 2002",
12898
13104
  "type": "object",
12899
13105
  "properties": {
12900
13106
  "yesNo": {
@@ -12906,6 +13112,11 @@
12906
13112
  "type": "string",
12907
13113
  "title": "",
12908
13114
  "enum": ["Yes", "No"]
13115
+ },
13116
+ "detailsAnalysis": {
13117
+ "type": "object",
13118
+ "additionalProperties": true,
13119
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12909
13120
  }
12910
13121
  },
12911
13122
  "baspi4Required": ["yesNo"],
@@ -12963,6 +13174,11 @@
12963
13174
  "type": "string",
12964
13175
  "title": "",
12965
13176
  "enum": ["Yes", "No", "Not required"]
13177
+ },
13178
+ "detailsAnalysis": {
13179
+ "type": "object",
13180
+ "additionalProperties": true,
13181
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
12966
13182
  }
12967
13183
  },
12968
13184
  "baspi4Required": ["yesNo"],
@@ -13246,6 +13462,7 @@
13246
13462
  "ta6ed6Ref": "5.1a(c)",
13247
13463
  "title": "Supply copies of documents",
13248
13464
  "type": "string",
13465
+ "ta6ed6Enum": ["Attached", "To follow"],
13249
13466
  "enum": ["Attached", "To follow", "Not available"]
13250
13467
  }
13251
13468
  },
@@ -13353,6 +13570,7 @@
13353
13570
  "ta6ed6Ref": "5.1b(c)",
13354
13571
  "title": "Supply copies of the planning permissions, building regulations approvals, completion certificates or competent person certificates for the work if you have them",
13355
13572
  "type": "string",
13573
+ "ta6ed6Enum": ["Attached", "To follow"],
13356
13574
  "enum": ["Attached", "To follow", "Not available"]
13357
13575
  },
13358
13576
  "planningPermission": {
@@ -13473,6 +13691,7 @@
13473
13691
  "ta6ed6Ref": "5.1c",
13474
13692
  "piqRef": "A3.4",
13475
13693
  "title": "Has a conservatory been added?",
13694
+ "ta6ed6Title": "Conservatory",
13476
13695
  "type": "object",
13477
13696
  "properties": {
13478
13697
  "yesNo": {
@@ -13484,6 +13703,11 @@
13484
13703
  "type": "string",
13485
13704
  "title": "",
13486
13705
  "enum": ["Yes", "No"]
13706
+ },
13707
+ "detailsAnalysis": {
13708
+ "type": "object",
13709
+ "additionalProperties": true,
13710
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
13487
13711
  }
13488
13712
  },
13489
13713
  "baspi4Required": ["yesNo"],
@@ -13543,6 +13767,11 @@
13543
13767
  "type": "string",
13544
13768
  "title": "",
13545
13769
  "enum": ["Yes", "No", "Not required"]
13770
+ },
13771
+ "detailsAnalysis": {
13772
+ "type": "object",
13773
+ "additionalProperties": true,
13774
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
13546
13775
  }
13547
13776
  },
13548
13777
  "baspi4Required": ["yesNo"],
@@ -13834,6 +14063,7 @@
13834
14063
  "ta6ed6Ref": "5.1c(c)",
13835
14064
  "title": "Supply copies of documents",
13836
14065
  "type": "string",
14066
+ "ta6ed6Enum": ["Attached", "To follow"],
13837
14067
  "enum": ["Attached", "To follow", "Not available"]
13838
14068
  }
13839
14069
  },
@@ -13941,6 +14171,7 @@
13941
14171
  "ta6ed6Ref": "5.1d(c)",
13942
14172
  "title": "Supply copies of the planning permissions, building regulations approvals, completion certificates or competent person certificates for the work if you have them",
13943
14173
  "type": "string",
14174
+ "ta6ed6Enum": ["Attached", "To follow"],
13944
14175
  "enum": ["Attached", "To follow", "Not available"]
13945
14176
  },
13946
14177
  "planningPermission": {
@@ -14136,6 +14367,7 @@
14136
14367
  "ta6ed6Ref": "5.1e(c)",
14137
14368
  "title": "Supply copies of the planning permissions, building regulations approvals, completion certificates or competent person certificates for the work if you have them",
14138
14369
  "type": "string",
14370
+ "ta6ed6Enum": ["Attached", "To follow"],
14139
14371
  "enum": ["Attached", "To follow", "Not available"]
14140
14372
  },
14141
14373
  "planningPermission": {
@@ -14331,6 +14563,7 @@
14331
14563
  "ta6ed6Ref": "5.1f(c)",
14332
14564
  "title": "Supply copies of the planning permissions, building regulations approvals, completion certificates or competent person certificates for the work if you have them",
14333
14565
  "type": "string",
14566
+ "ta6ed6Enum": ["Attached", "To follow"],
14334
14567
  "enum": ["Attached", "To follow", "Not available"]
14335
14568
  },
14336
14569
  "planningPermission": {
@@ -14522,6 +14755,7 @@
14522
14755
  "ta6ed6Ref": "5.1g(c)",
14523
14756
  "title": "Supply copies of the planning permissions, building regulations approvals, completion certificates or competent person certificates for the work if you have them",
14524
14757
  "type": "string",
14758
+ "ta6ed6Enum": ["Attached", "To follow"],
14525
14759
  "enum": ["Attached", "To follow", "Not available"]
14526
14760
  },
14527
14761
  "planningPermission": {
@@ -14702,6 +14936,7 @@
14702
14936
  "ta6ed6Ref": "5.1h(c)",
14703
14937
  "title": "Supply copies of the planning permissions, building regulations approvals, completion certificates or competent person certificates for the work if you have them",
14704
14938
  "type": "string",
14939
+ "ta6ed6Enum": ["Attached", "To follow"],
14705
14940
  "enum": ["Attached", "To follow", "Not available"]
14706
14941
  },
14707
14942
  "planningPermission": {
@@ -14882,6 +15117,7 @@
14882
15117
  "ta6ed6Ref": "5.1i(c)",
14883
15118
  "title": "Supply copies of the planning permissions, building regulations approvals, completion certificates or competent person certificates for the work if you have them",
14884
15119
  "type": "string",
15120
+ "ta6ed6Enum": ["Attached", "To follow"],
14885
15121
  "enum": ["Attached", "To follow", "Not available"]
14886
15122
  },
14887
15123
  "planningPermission": {
@@ -15000,6 +15236,11 @@
15000
15236
  "type": "string",
15001
15237
  "title": "",
15002
15238
  "enum": ["Yes", "No"]
15239
+ },
15240
+ "detailsAnalysis": {
15241
+ "type": "object",
15242
+ "additionalProperties": true,
15243
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
15003
15244
  }
15004
15245
  },
15005
15246
  "baspi4Required": ["yesNo"],
@@ -15052,6 +15293,7 @@
15052
15293
  "ta6ed6Ref": "5.4",
15053
15294
  "piqRef": "A3.7",
15054
15295
  "title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions or work not having the necessary consents?",
15296
+ "ta6ed6Title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions, unfinished work or work that does not have all necessary consents?",
15055
15297
  "type": "object",
15056
15298
  "properties": {
15057
15299
  "yesNo": {
@@ -15063,6 +15305,11 @@
15063
15305
  "type": "string",
15064
15306
  "title": "",
15065
15307
  "enum": ["Yes", "No"]
15308
+ },
15309
+ "detailsAnalysis": {
15310
+ "type": "object",
15311
+ "additionalProperties": true,
15312
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
15066
15313
  }
15067
15314
  },
15068
15315
  "baspi4Required": ["yesNo"],
@@ -15135,6 +15382,7 @@
15135
15382
  "piqRef": "A3.8",
15136
15383
  "rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
15137
15384
  "title": "Are you aware of any unresolved planning or building control issues?",
15385
+ "ta6ed6Title": "Are you aware of any planning or building control issues that need to be resolved?",
15138
15386
  "type": "object",
15139
15387
  "properties": {
15140
15388
  "yesNo": {
@@ -15146,6 +15394,11 @@
15146
15394
  "type": "string",
15147
15395
  "title": "",
15148
15396
  "enum": ["Yes", "No"]
15397
+ },
15398
+ "detailsAnalysis": {
15399
+ "type": "object",
15400
+ "additionalProperties": true,
15401
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
15149
15402
  }
15150
15403
  },
15151
15404
  "baspi4Required": ["yesNo"],
@@ -15223,6 +15476,7 @@
15223
15476
  "ntsl2Ref": "C4",
15224
15477
  "sef25Ref": "N1",
15225
15478
  "title": "Notices which Affect the Property",
15479
+ "ta6ed6Title": "Notices",
15226
15480
  "description": "Are you aware of, or have you received, any of the following notices?",
15227
15481
  "type": "object",
15228
15482
  "baspi4Required": [
@@ -15257,7 +15511,6 @@
15257
15511
  "neighbourDevelopment",
15258
15512
  "planningApplication"
15259
15513
  ],
15260
- "ta6ed6Title": "Notices",
15261
15514
  "properties": {
15262
15515
  "neighbourDevelopment": {
15263
15516
  "baspi4Ref": "A4.1",
@@ -15272,6 +15525,7 @@
15272
15525
  "piqRef": "A4.1",
15273
15526
  "sef25Ref": "N1.1",
15274
15527
  "title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
15528
+ "ta6ed6Title": "Are you aware of any plans or proposals to develop property or land nearby?",
15275
15529
  "ta6Title": "Is the seller aware of any proposals to develop property or land nearby, or of any proposals to make alterations to buildings nearby?",
15276
15530
  "type": "object",
15277
15531
  "properties": {
@@ -15324,6 +15578,7 @@
15324
15578
  "ta6Ref": "3.2.2",
15325
15579
  "ta6ed6Ref": "4.2.2",
15326
15580
  "title": "Details",
15581
+ "ta6ed6Title": "Please give details",
15327
15582
  "type": "string",
15328
15583
  "minLength": 1
15329
15584
  },
@@ -15358,6 +15613,7 @@
15358
15613
  "ta6ed6Ref": "4.3",
15359
15614
  "piqRef": "A4.2",
15360
15615
  "title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
15616
+ "ta6ed6Title": "Are you aware of any proposals to make alterations to or change the use of buildings nearby?",
15361
15617
  "type": "object",
15362
15618
  "properties": {
15363
15619
  "yesNo": {
@@ -15409,6 +15665,7 @@
15409
15665
  "ta6Ref": "3.1.2",
15410
15666
  "ta6ed6Ref": "4.3.2",
15411
15667
  "title": "Details",
15668
+ "ta6ed6Title": "Please give details",
15412
15669
  "type": "string",
15413
15670
  "minLength": 1
15414
15671
  },
@@ -15618,6 +15875,7 @@
15618
15875
  "ta6Ref": "1.6",
15619
15876
  "ta6ed6Ref": "2.5",
15620
15877
  "title": "Notice under the Party Wall Act 1996 in respect of any shared or party boundaries?",
15878
+ "ta6ed6Title": "Are you aware of any notice being served or received under the Party Wall etc. Act 1996 in respect of any shared/party walls or boundaries?",
15621
15879
  "type": "object",
15622
15880
  "properties": {
15623
15881
  "yesNo": {
@@ -15628,6 +15886,11 @@
15628
15886
  "type": "string",
15629
15887
  "title": "",
15630
15888
  "enum": ["Yes", "No"]
15889
+ },
15890
+ "detailsAnalysis": {
15891
+ "type": "object",
15892
+ "additionalProperties": true,
15893
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
15631
15894
  }
15632
15895
  },
15633
15896
  "baspi4Required": ["yesNo"],
@@ -15656,6 +15919,7 @@
15656
15919
  "ta6Ref": "1.6.2",
15657
15920
  "ta6ed6Ref": "2.5.2",
15658
15921
  "title": "Details",
15922
+ "ta6ed6Title": "Supply a copy and give details of any works carried out or agreed",
15659
15923
  "type": "string",
15660
15924
  "minLength": 1
15661
15925
  },
@@ -15683,6 +15947,7 @@
15683
15947
  "ta6ed6Ref": "4.1",
15684
15948
  "piqRef": "A4.6",
15685
15949
  "title": "Any other type of notice?",
15950
+ "ta6ed6Title": "Are you aware of any notices, communications, negotiations or discussions which affect the property or a property nearby? For example, from or to a neighbour, council or government department.",
15686
15951
  "type": "object",
15687
15952
  "properties": {
15688
15953
  "yesNo": {
@@ -15722,6 +15987,7 @@
15722
15987
  "ta6Ref": "3.1.2",
15723
15988
  "ta6ed6Ref": "4.1.2",
15724
15989
  "title": "Details",
15990
+ "ta6ed6Title": "Please give details",
15725
15991
  "type": "string",
15726
15992
  "minLength": 1
15727
15993
  },
@@ -15928,6 +16194,7 @@
15928
16194
  "ta6Ref": "7.8",
15929
16195
  "piqRef": "A5.3",
15930
16196
  "title": "Japanese Knotweed",
16197
+ "ta6ed6Title": "Japanese knotweed",
15931
16198
  "type": "object",
15932
16199
  "properties": {
15933
16200
  "knotweedSurveyCarriedOut": {
@@ -15980,6 +16247,7 @@
15980
16247
  "piqRef": "A5.3.1",
15981
16248
  "type": "string",
15982
16249
  "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
16250
+ "ta6ed6Title": "Is the property affected by Japanese knotweed?",
15983
16251
  "ta6Title": "Is the property affected by Japanese knotweed?",
15984
16252
  "enum": ["Yes", "No", "Not known"],
15985
16253
  "baspi4Enum": ["Yes", "No"],
@@ -16016,6 +16284,7 @@
16016
16284
  "nts2Ref": "A5.3.2",
16017
16285
  "ntsl2Ref": "A5.3.2",
16018
16286
  "title": "Is there a Japanese Knotweed management and treatment plan in place?",
16287
+ "ta6ed6Title": "Is there a Japanese knotweed management and treatment plan in place?",
16019
16288
  "type": "string",
16020
16289
  "enum": ["Yes", "No", "Not known"]
16021
16290
  }
@@ -16048,6 +16317,7 @@
16048
16317
  "ta6ed6Ref": "8.6.3",
16049
16318
  "ta6Ref": "7.8.3",
16050
16319
  "title": "Please supply a copy with any insurance cover linked to the plan.",
16320
+ "ta6ed6Title": "Provide a copy of the plan with any insurance cover linked to the plan.",
16051
16321
  "type": "string",
16052
16322
  "enum": ["Attached", "To follow"]
16053
16323
  }
@@ -16078,6 +16348,11 @@
16078
16348
  "type": "string",
16079
16349
  "title": "",
16080
16350
  "enum": ["Yes", "No"]
16351
+ },
16352
+ "detailsAnalysis": {
16353
+ "type": "object",
16354
+ "additionalProperties": true,
16355
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
16081
16356
  }
16082
16357
  },
16083
16358
  "baspi4Required": ["yesNo"],
@@ -18042,13 +18317,6 @@
18042
18317
  "ta10Required": ["fittedOrFreestanding"]
18043
18318
  }
18044
18319
  }
18045
- },
18046
- {
18047
- "properties": {
18048
- "isIncludedOrExcluded": {
18049
- "enum": ["None"]
18050
- }
18051
- }
18052
18320
  }
18053
18321
  ]
18054
18322
  }
@@ -21480,6 +21748,7 @@
21480
21748
  "ta6ed6Ref": "12.1.2",
21481
21749
  "piqRef": "A7.1.2",
21482
21750
  "title": "Supplier",
21751
+ "ta6ed6Title": "Provider's name",
21483
21752
  "type": "string"
21484
21753
  },
21485
21754
  "electricityMeter": {
@@ -21501,6 +21770,7 @@
21501
21770
  "ta6Ref": "13.1b1",
21502
21771
  "ta6ed6Ref": "12.1.3",
21503
21772
  "title": "Describe the location of the meter",
21773
+ "ta6ed6Title": "Location of meter",
21504
21774
  "type": "string",
21505
21775
  "minLength": 1
21506
21776
  },
@@ -21514,6 +21784,7 @@
21514
21784
  "mpan": {
21515
21785
  "ta6ed6Ref": "12.1.4",
21516
21786
  "title": "Meter Point Administration Number (MPAN)",
21787
+ "ta6ed6Title": "MPAN number",
21517
21788
  "description": "Your MPAN is on your electricity or dual fuel bill, usually in a box marked 'Supply Number'. It's 21 digits long and begins with 'S'. You'll only need the last 12 or 13 digits.",
21518
21789
  "ta6ed6Description": "Your MPAN is on your electricity or dual fuel bill, usually in a box marked 'Supply Number'. It's 21 digits long and begins with 'S'. You'll only need the last 12 or 13 digits.",
21519
21790
  "type": "string"
@@ -21564,6 +21835,7 @@
21564
21835
  "ta6ed6Ref": "5.6",
21565
21836
  "sef25Ref": "S1",
21566
21837
  "title": "Solar or photovoltaic panels",
21838
+ "ta6ed6Title": "Has a solar power system for generating electricity, hot water or heating been installed at the property?",
21567
21839
  "type": "object",
21568
21840
  "properties": {
21569
21841
  "yesNo": {
@@ -21630,6 +21902,7 @@
21630
21902
  "rdsRef": "Objects/Installation",
21631
21903
  "piqRef": "B4.4.2",
21632
21904
  "title": "What year were they installed?",
21905
+ "ta6ed6Title": "Which year was the system installed? (YYYY)",
21633
21906
  "type": "integer"
21634
21907
  },
21635
21908
  "panelsOwnedOutright": {
@@ -21643,6 +21916,7 @@
21643
21916
  "rdsRef": "Objects/Ownership",
21644
21917
  "piqRef": "B4.4.3",
21645
21918
  "title": "Do you own the panels, and all equipment related to them, outright?",
21919
+ "ta6ed6Title": "Do you own the system outright?",
21646
21920
  "type": "object",
21647
21921
  "properties": {
21648
21922
  "yesNo": {
@@ -21655,6 +21929,11 @@
21655
21929
  "type": "string",
21656
21930
  "title": "",
21657
21931
  "enum": ["Yes", "No"]
21932
+ },
21933
+ "detailsAnalysis": {
21934
+ "type": "object",
21935
+ "additionalProperties": true,
21936
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
21658
21937
  }
21659
21938
  },
21660
21939
  "baspi4Required": ["yesNo"],
@@ -21740,6 +22019,7 @@
21740
22019
  "rdsRef": "Objects/Ownership",
21741
22020
  "piqRef": "B4.4.4",
21742
22021
  "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
22022
+ "ta6ed6Title": "Has a long lease of the roof or air space been granted to a solar power system provider? A typical long lease may last 20 to 25 years.",
21743
22023
  "type": "object",
21744
22024
  "properties": {
21745
22025
  "yesNo": {
@@ -21750,6 +22030,11 @@
21750
22030
  "type": "string",
21751
22031
  "title": "",
21752
22032
  "enum": ["Yes", "No"]
22033
+ },
22034
+ "detailsAnalysis": {
22035
+ "type": "object",
22036
+ "additionalProperties": true,
22037
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
21753
22038
  }
21754
22039
  },
21755
22040
  "baspi4Required": ["yesNo"],
@@ -21919,6 +22204,7 @@
21919
22204
  "ta6ed6Ref": "5.6f",
21920
22205
  "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
21921
22206
  "title": "Photovoltaic batteries",
22207
+ "ta6ed6Title": "Is there a battery for storing solar power?",
21922
22208
  "type": "object",
21923
22209
  "properties": {
21924
22210
  "yesNo": {
@@ -21980,6 +22266,7 @@
21980
22266
  "ta6ed6Ref": "5.6g",
21981
22267
  "rdsRef": "Objects/isExternallyConnected=yes|no|true|false,Connection,Objects/ExternalConnection",
21982
22268
  "title": "Is the system connected to the National Grid?",
22269
+ "ta6ed6Title": "Does the system feed into the National Grid?",
21983
22270
  "type": "object",
21984
22271
  "properties": {
21985
22272
  "yesNo": {
@@ -22070,6 +22357,7 @@
22070
22357
  "ta6ed6Ref": "5.6h",
22071
22358
  "title": "Provide a copy of the building regulations completion certificate or compliance certificate (e.g. MCS) for the installation of the system.",
22072
22359
  "type": "string",
22360
+ "ta6ed6Enum": ["Attached", "To follow"],
22073
22361
  "enum": ["Attached", "To follow", "Not available"]
22074
22362
  }
22075
22363
  },
@@ -22222,6 +22510,7 @@
22222
22510
  "serviceProviderName": {
22223
22511
  "ta6ed6Ref": "12.6.4",
22224
22512
  "title": "Service provider name",
22513
+ "ta6ed6Title": "Service provider's name",
22225
22514
  "type": "string"
22226
22515
  }
22227
22516
  },
@@ -22571,6 +22860,7 @@
22571
22860
  "ta6ed6Ref": "12.3.2",
22572
22861
  "piqRef": "A7.1.8",
22573
22862
  "title": "Supplier",
22863
+ "ta6ed6Title": "Provider's name",
22574
22864
  "type": "string",
22575
22865
  "minLength": 1
22576
22866
  },
@@ -22597,6 +22887,7 @@
22597
22887
  "ta6Ref": "13.3b1",
22598
22888
  "ta6ed6Ref": "12.3.3",
22599
22889
  "title": "Describe the location of the stopcock",
22890
+ "ta6ed6Title": "Location of stopcock",
22600
22891
  "type": "string",
22601
22892
  "minLength": 1
22602
22893
  },
@@ -22666,6 +22957,7 @@
22666
22957
  "ta6ed6Ref": "12.3.4",
22667
22958
  "con29DWRef": "3.6",
22668
22959
  "title": "Describe the location of the meter",
22960
+ "ta6ed6Title": "Location of meter (if any)",
22669
22961
  "type": "string",
22670
22962
  "minLength": 1
22671
22963
  },
@@ -22915,6 +23207,7 @@
22915
23207
  "ta6ed6Ref": "11.5b",
22916
23208
  "con29DWRef": "2.2",
22917
23209
  "title": "Mains surface water drainage",
23210
+ "ta6ed6Title": "Surface water drainage?",
22918
23211
  "type": "object",
22919
23212
  "properties": {
22920
23213
  "yesNo": {
@@ -23002,6 +23295,7 @@
23002
23295
  "ta6ed6Ref": "11.5a",
23003
23296
  "con29DWRef": "2.1",
23004
23297
  "title": "Mains foul drainage / sewerage",
23298
+ "ta6ed6Title": "Foul water drainage?",
23005
23299
  "type": "object",
23006
23300
  "baspi4Required": ["yesNo"],
23007
23301
  "baspi5Required": ["yesNo"],
@@ -23128,7 +23422,6 @@
23128
23422
  "offMainsDrainageSystemType",
23129
23423
  "otherConnectedProperties",
23130
23424
  "plantOnOtherLand",
23131
- "plantRegistered",
23132
23425
  "plantDrainsIntoWaterway"
23133
23426
  ],
23134
23427
  "properties": {
@@ -23165,6 +23458,7 @@
23165
23458
  "ta6ed6Ref": "11.7h",
23166
23459
  "piqRef": "A7.1.29",
23167
23460
  "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
23461
+ "ta6ed6Title": "Is the use of the sewerage system shared with other properties?",
23168
23462
  "type": "object",
23169
23463
  "properties": {
23170
23464
  "yesNo": {
@@ -23235,6 +23529,7 @@
23235
23529
  "ta6ed6Ref": "11.7i",
23236
23530
  "piqRef": "A7.1.30",
23237
23531
  "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else's land?",
23532
+ "ta6ed6Title": "Is any part of the sewerage system, or the access to it, outside the boundary of the property?",
23238
23533
  "ta6Title": "Is any part of the septic tank, sewage treatment plant (including any soakaway or outfall) or cesspool, or the access to it, outside the boundary of the property?",
23239
23534
  "type": "object",
23240
23535
  "properties": {
@@ -23272,6 +23567,7 @@
23272
23567
  "ta6Ref": "12.10.2",
23273
23568
  "ta6ed6Ref": "11.7i",
23274
23569
  "title": "Please supply a plan showing the location of the system and how access is obtained.",
23570
+ "ta6ed6Title": "Supply a plan showing the location of the system and how access is obtained.",
23275
23571
  "type": "string",
23276
23572
  "enum": ["Attached", "To follow"]
23277
23573
  }
@@ -23290,14 +23586,12 @@
23290
23586
  "baspi5Ref": "A7.1.3",
23291
23587
  "rdsRef": "Services/OtherServices/Certificates",
23292
23588
  "piqRef": "A7.1.31",
23293
- "ta6ed6Ref": "11.7j",
23294
23589
  "title": "Is the septic tank, cesspit or sewerage treatment plant registered with the Environment Agency or exempted?",
23295
23590
  "type": "object",
23296
23591
  "properties": {
23297
23592
  "yesNo": {
23298
23593
  "baspi4Ref": "A7.1.3.1",
23299
23594
  "baspi5Ref": "A7.1.3.1",
23300
- "ta6ed6Ref": "11.7j",
23301
23595
  "type": "string",
23302
23596
  "title": "",
23303
23597
  "enum": ["Yes", "No"]
@@ -23305,7 +23599,6 @@
23305
23599
  },
23306
23600
  "baspi4Required": ["yesNo"],
23307
23601
  "baspi5Required": ["yesNo"],
23308
- "ta6ed6Required": ["yesNo"],
23309
23602
  "discriminator": {
23310
23603
  "propertyName": "yesNo"
23311
23604
  },
@@ -23325,7 +23618,9 @@
23325
23618
  "attachments": {
23326
23619
  "baspi4Ref": "A7.1.3.2",
23327
23620
  "baspi5Ref": "A7.1.3.2",
23621
+ "ta6ed6Ref": "11.7j",
23328
23622
  "title": "Please supply the appropriate permit to discharge or exemption certificate",
23623
+ "ta6ed6Title": "If you have a permit or documents relating to any of your answers to questions 11.7(a)-(i), supply a copy",
23329
23624
  "type": "string",
23330
23625
  "enum": ["Attached", "To follow"]
23331
23626
  }
@@ -23353,7 +23648,11 @@
23353
23648
  "enum": [
23354
23649
  "Yes",
23355
23650
  "No, the effluent is discharged through a soakaway system."
23356
- ]
23651
+ ],
23652
+ "ta6ed6EnumNames": {
23653
+ "Yes": "Surface water",
23654
+ "No, the effluent is discharged through a soakaway system.": "Ground"
23655
+ }
23357
23656
  }
23358
23657
  },
23359
23658
  "baspi4Required": ["yesNo"],
@@ -23373,6 +23672,7 @@
23373
23672
  "hasInfiltrationSystem": {
23374
23673
  "ta6ed6Ref": "11.7g",
23375
23674
  "title": "Does the sewerage system have an infiltration system?",
23675
+ "ta6ed6Title": "If the sewerage system discharges to the ground, does it have an infiltration system?",
23376
23676
  "type": "object",
23377
23677
  "ta6ed6Required": ["yesNo"],
23378
23678
  "properties": {
@@ -23427,6 +23727,7 @@
23427
23727
  "dateDischargeCommenced": {
23428
23728
  "ta6ed6Ref": "11.7a",
23429
23729
  "title": "When did the discharge commence?",
23730
+ "ta6ed6Title": "When did the discharge commence? (MM/YYYY)",
23430
23731
  "type": "string",
23431
23732
  "oneOf": [
23432
23733
  {
@@ -23440,6 +23741,7 @@
23440
23741
  "dateInstalled": {
23441
23742
  "ta6ed6Ref": "11.7b",
23442
23743
  "title": "When was the system installed?",
23744
+ "ta6ed6Title": "When was the system installed? (MM/YYYY)",
23443
23745
  "type": "string",
23444
23746
  "format": "date"
23445
23747
  },
@@ -23449,6 +23751,7 @@
23449
23751
  "ta6Ref": "12.5.1",
23450
23752
  "ta6ed6Ref": "11.7c",
23451
23753
  "title": "When was the system last replaced or upgraded?",
23754
+ "ta6ed6Title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)",
23452
23755
  "type": "string",
23453
23756
  "format": "date"
23454
23757
  },
@@ -23459,6 +23762,7 @@
23459
23762
  "ta6ed6Ref": "11.7d",
23460
23763
  "piqRef": "A7.1.24",
23461
23764
  "title": "Date last emptied",
23765
+ "ta6ed6Title": "If a cesspool, when was the container last emptied? (MM/YYYY)",
23462
23766
  "type": "string",
23463
23767
  "format": "date"
23464
23768
  }
@@ -23489,6 +23793,7 @@
23489
23793
  "dateDischargeCommenced": {
23490
23794
  "ta6ed6Ref": "11.7a",
23491
23795
  "title": "When did the discharge commence?",
23796
+ "ta6ed6Title": "When did the discharge commence? (MM/YYYY)",
23492
23797
  "type": "string",
23493
23798
  "oneOf": [
23494
23799
  {
@@ -23502,12 +23807,14 @@
23502
23807
  "dateInstalled": {
23503
23808
  "ta6ed6Ref": "11.7b",
23504
23809
  "title": "Date installed",
23810
+ "ta6ed6Title": "When was the system installed? (MM/YYYY)",
23505
23811
  "type": "string",
23506
23812
  "format": "date"
23507
23813
  },
23508
23814
  "dateReplaced": {
23509
23815
  "ta6ed6Ref": "11.7c",
23510
23816
  "title": "When was the system last replaced or upgraded?",
23817
+ "ta6ed6Title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)",
23511
23818
  "type": "string",
23512
23819
  "format": "date"
23513
23820
  },
@@ -23518,6 +23825,7 @@
23518
23825
  "ta6ed6Ref": "11.7d",
23519
23826
  "piqRef": "A7.1.26",
23520
23827
  "title": "Date last emptied",
23828
+ "ta6ed6Title": "If a cesspool, when was the container last emptied? (MM/YYYY)",
23521
23829
  "type": "string",
23522
23830
  "format": "date"
23523
23831
  }
@@ -23539,6 +23847,7 @@
23539
23847
  "dateDischargeCommenced": {
23540
23848
  "ta6ed6Ref": "11.7a",
23541
23849
  "title": "When did the discharge commence?",
23850
+ "ta6ed6Title": "When did the discharge commence? (MM/YYYY)",
23542
23851
  "type": "string",
23543
23852
  "oneOf": [
23544
23853
  {
@@ -23552,6 +23861,7 @@
23552
23861
  "supplier": {
23553
23862
  "ta6ed6Ref": "12.5.2",
23554
23863
  "title": "Provider name",
23864
+ "ta6ed6Title": "Provider's name",
23555
23865
  "type": "string"
23556
23866
  },
23557
23867
  "makeModel": {
@@ -23562,6 +23872,7 @@
23562
23872
  "serviceProviderName": {
23563
23873
  "ta6ed6Ref": "12.5.4",
23564
23874
  "title": "Service provider name",
23875
+ "ta6ed6Title": "Service provider's name",
23565
23876
  "type": "string"
23566
23877
  },
23567
23878
  "dateInstalled": {
@@ -23570,12 +23881,14 @@
23570
23881
  "ta6Ref": "12.9",
23571
23882
  "ta6ed6Ref": "11.7b",
23572
23883
  "title": "When was the system installed",
23884
+ "ta6ed6Title": "When was the system installed? (MM/YYYY)",
23573
23885
  "type": "string",
23574
23886
  "format": "date"
23575
23887
  },
23576
23888
  "dateReplaced": {
23577
23889
  "ta6ed6Ref": "11.7c",
23578
23890
  "title": "When was the system last replaced or upgraded?",
23891
+ "ta6ed6Title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)",
23579
23892
  "type": "string",
23580
23893
  "format": "date"
23581
23894
  },
@@ -23585,6 +23898,7 @@
23585
23898
  "ta6Ref": "12.8",
23586
23899
  "ta6ed6Ref": "11.7e",
23587
23900
  "title": "When was the treatment plant last serviced",
23901
+ "ta6ed6Title": "If the property is served by a sewage treatment plant, when was the treatment plant last serviced? (MM/YYYY)",
23588
23902
  "type": "string",
23589
23903
  "format": "date"
23590
23904
  },
@@ -24138,6 +24452,7 @@
24138
24452
  "rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
24139
24453
  "piqRef": "A7.3",
24140
24454
  "title": "Heating",
24455
+ "ta6ed6Title": "Heating systems",
24141
24456
  "type": "object",
24142
24457
  "baspi4Required": ["heatingSystem"],
24143
24458
  "baspi5Required": ["heatingSystem"],
@@ -24184,6 +24499,7 @@
24184
24499
  "ta6ed6Ref": "11.4.1",
24185
24500
  "piqRef": "A7.3.1",
24186
24501
  "title": "What type of heating system does the property have?",
24502
+ "ta6ed6Title": "How is the property heated? Tick all that apply",
24187
24503
  "type": "string",
24188
24504
  "enum": [
24189
24505
  "Central heating",
@@ -24191,6 +24507,11 @@
24191
24507
  "Room heaters only",
24192
24508
  "None"
24193
24509
  ]
24510
+ },
24511
+ "detailsAnalysis": {
24512
+ "type": "object",
24513
+ "additionalProperties": true,
24514
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
24194
24515
  }
24195
24516
  },
24196
24517
  "discriminator": {
@@ -24321,8 +24642,8 @@
24321
24642
  "baspi5Ref": "A7.1.0",
24322
24643
  "ta6Ref": "13.2b",
24323
24644
  "ta6ed6Ref": "12.2.2",
24324
- "ta6ed6Title": "Provider",
24325
24645
  "title": "Supplier",
24646
+ "ta6ed6Title": "Provider",
24326
24647
  "type": "string"
24327
24648
  },
24328
24649
  "gasMeter": {
@@ -24340,6 +24661,7 @@
24340
24661
  "ta6Ref": "13.2c1",
24341
24662
  "ta6ed6Ref": "12.2.3",
24342
24663
  "title": "Describe the location of the meter",
24664
+ "ta6ed6Title": "Location of meter",
24343
24665
  "type": "string",
24344
24666
  "minLength": 1
24345
24667
  },
@@ -24353,6 +24675,7 @@
24353
24675
  "mprn": {
24354
24676
  "ta6ed6Ref": "12.2.4",
24355
24677
  "title": "Meter Point Reference Number (MPRN)",
24678
+ "ta6ed6Title": "MPRN number",
24356
24679
  "description": "You can find your property's MPRN on your gas or dual fuel bill. It's usually marked 'Meter Point Reference Number' and is between six and 10 digits long.",
24357
24680
  "type": "string"
24358
24681
  }
@@ -24420,6 +24743,7 @@
24420
24743
  "ta6ed6Ref": "11.4a",
24421
24744
  "piqRef": "A7.4.1",
24422
24745
  "title": "When was the heating system installed?",
24746
+ "ta6ed6Title": "When was the heating system installed? (DD/MM/YYYY)",
24423
24747
  "type": "string",
24424
24748
  "oneOf": [
24425
24749
  {
@@ -24473,6 +24797,7 @@
24473
24797
  "boilerInstallationDate": {
24474
24798
  "ta6ed6Ref": "11.4b2",
24475
24799
  "title": "When was the boiler installed?",
24800
+ "ta6ed6Title": "If there is a boiler (of any kind) when was it installed? (DD/MM/YYYY)",
24476
24801
  "type": "string",
24477
24802
  "oneOf": [
24478
24803
  {
@@ -24523,7 +24848,7 @@
24523
24848
  {
24524
24849
  "properties": {
24525
24850
  "yesNo": {
24526
- "enum": ["No"]
24851
+ "enum": ["No", "Not known"]
24527
24852
  }
24528
24853
  }
24529
24854
  },
@@ -24551,6 +24876,7 @@
24551
24876
  "ta6ed6Ref": "11.4g1",
24552
24877
  "piqRef": "A7.5.1",
24553
24878
  "title": "When was the heating system last serviced or maintained?",
24879
+ "ta6ed6Title": "In what year was the boiler and heating system last serviced or maintained?",
24554
24880
  "type": "string",
24555
24881
  "oneOf": [
24556
24882
  {
@@ -24567,11 +24893,10 @@
24567
24893
  "ta6Ref": "12.3d2",
24568
24894
  "ta6ed6Ref": "11.4g2",
24569
24895
  "title": "Please provide a copy of the service or maintenance works report.",
24896
+ "ta6ed6Title": "Please supply a copy of any service report.",
24570
24897
  "type": "string",
24571
24898
  "enum": ["Attached", "To follow", "Not available"],
24572
- "ta6ed6Enum": ["Attached", "To follow"],
24573
- "ta6ed6CompatRef": "TA6ED6-COMPAT.11.4.g2",
24574
- "ta6ed6CompatEnum": ["Attached", "To follow"]
24899
+ "ta6ed6Enum": ["Attached", "To follow"]
24575
24900
  },
24576
24901
  "heatingInGoodWorkingOrder": {
24577
24902
  "baspi4Ref": "A7.4.3",
@@ -24606,7 +24931,7 @@
24606
24931
  {
24607
24932
  "properties": {
24608
24933
  "yesNo": {
24609
- "enum": ["Yes"]
24934
+ "enum": ["Yes", "Not known"]
24610
24935
  }
24611
24936
  }
24612
24937
  },
@@ -24803,6 +25128,7 @@
24803
25128
  "ta6Ref": "13",
24804
25129
  "ta6ed6Ref": "12",
24805
25130
  "title": "Connectivity",
25131
+ "ta6ed6Title": "Connection to services",
24806
25132
  "type": "object",
24807
25133
  "baspi4Required": [
24808
25134
  "telephone",
@@ -24876,6 +25202,7 @@
24876
25202
  "ta6ed6Ref": "12.7.2",
24877
25203
  "piqRef": "A7.1.12",
24878
25204
  "title": "Supplier",
25205
+ "ta6ed6Title": "Provider's name",
24879
25206
  "type": "string"
24880
25207
  }
24881
25208
  },
@@ -25073,6 +25400,7 @@
25073
25400
  "providerName": {
25074
25401
  "ta6ed6Ref": "12.8.2",
25075
25402
  "title": "Provider name",
25403
+ "ta6ed6Title": "Provider's name",
25076
25404
  "type": "string"
25077
25405
  }
25078
25406
  },
@@ -25265,6 +25593,7 @@
25265
25593
  "otherServices": {
25266
25594
  "ta6ed6Ref": "12.9.1",
25267
25595
  "title": "Details of any other services",
25596
+ "ta6ed6Title": "If there are any other services, please give details",
25268
25597
  "type": "string"
25269
25598
  }
25270
25599
  }
@@ -25284,6 +25613,7 @@
25284
25613
  "isInsured",
25285
25614
  "difficultiesObtainingInsurance"
25286
25615
  ],
25616
+ "sef25Required": ["isInsured"],
25287
25617
  "properties": {
25288
25618
  "difficultiesObtainingInsurance": {
25289
25619
  "baspi4Ref": "A8.1.2.1",
@@ -25293,8 +25623,8 @@
25293
25623
  "ta6ed6Ref": "7.2",
25294
25624
  "piqRef": "A8.1",
25295
25625
  "title": "Have you had any difficulty obtaining competitively priced building insurance due to the structure or location of the property or had insurance refused?",
25296
- "ta6Title": "Has any buildings insurance taken out by the seller ever been:",
25297
25626
  "ta6ed6Title": "Are you aware of the property insurance ever being difficult to obtain or subject to special conditions?",
25627
+ "ta6Title": "Has any buildings insurance taken out by the seller ever been:",
25298
25628
  "type": "object",
25299
25629
  "baspi4Required": [
25300
25630
  "abnormalRiseInPremiums",
@@ -25339,6 +25669,11 @@
25339
25669
  "type": "string",
25340
25670
  "title": "",
25341
25671
  "enum": ["Yes", "No"]
25672
+ },
25673
+ "detailsAnalysis": {
25674
+ "type": "object",
25675
+ "additionalProperties": true,
25676
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
25342
25677
  }
25343
25678
  },
25344
25679
  "baspi4Required": ["yesNo"],
@@ -25397,6 +25732,11 @@
25397
25732
  "type": "string",
25398
25733
  "title": "",
25399
25734
  "enum": ["Yes", "No"]
25735
+ },
25736
+ "detailsAnalysis": {
25737
+ "type": "object",
25738
+ "additionalProperties": true,
25739
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
25400
25740
  }
25401
25741
  },
25402
25742
  "baspi4Required": ["yesNo"],
@@ -25455,6 +25795,11 @@
25455
25795
  "type": "string",
25456
25796
  "title": "",
25457
25797
  "enum": ["Yes", "No"]
25798
+ },
25799
+ "detailsAnalysis": {
25800
+ "type": "object",
25801
+ "additionalProperties": true,
25802
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
25458
25803
  }
25459
25804
  },
25460
25805
  "baspi4Required": ["yesNo"],
@@ -25513,6 +25858,11 @@
25513
25858
  "type": "string",
25514
25859
  "title": "",
25515
25860
  "enum": ["Yes", "No"]
25861
+ },
25862
+ "detailsAnalysis": {
25863
+ "type": "object",
25864
+ "additionalProperties": true,
25865
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
25516
25866
  }
25517
25867
  },
25518
25868
  "baspi4Required": ["yesNo"],
@@ -25561,10 +25911,11 @@
25561
25911
  "rdsRef": "Insurance/isInsured=no|yes|true|false",
25562
25912
  "ta6Ref": "6.1",
25563
25913
  "ta6ed6Ref": "7.1",
25914
+ "sef25Ref": "I1.2",
25564
25915
  "piqRef": "A8.2",
25565
25916
  "title": "Do you currently insure the property?",
25566
- "ta6Title": "Does the seller insure the property?",
25567
25917
  "ta6ed6Title": "Do you insure the property?",
25918
+ "ta6Title": "Does the seller insure the property?",
25568
25919
  "type": "string",
25569
25920
  "enum": ["Yes", "No"]
25570
25921
  }
@@ -25619,8 +25970,8 @@
25619
25970
  "ta6ed6Ref": "7.3",
25620
25971
  "sef25Ref": "I1.1",
25621
25972
  "title": "Have you ever made a claim against your building insurance in relation to the property?",
25622
- "Title": "Has the seller made any buildings insurance claims?",
25623
25973
  "ta6ed6Title": "Have you made any buildings insurance claims?",
25974
+ "Title": "Has the seller made any buildings insurance claims?",
25624
25975
  "type": "object",
25625
25976
  "properties": {
25626
25977
  "yesNo": {
@@ -25632,6 +25983,11 @@
25632
25983
  "type": "string",
25633
25984
  "title": "",
25634
25985
  "enum": ["Yes", "No"]
25986
+ },
25987
+ "detailsAnalysis": {
25988
+ "type": "object",
25989
+ "additionalProperties": true,
25990
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
25635
25991
  }
25636
25992
  },
25637
25993
  "baspi4Required": ["yesNo"],
@@ -25660,6 +26016,7 @@
25660
26016
  "baspi5Ref": "A8.2.1",
25661
26017
  "ta6Ref": "6.5.2",
25662
26018
  "ta6ed6Ref": "7.3.2",
26019
+ "sef25Ref": "I1.1.2",
25663
26020
  "title": "Provide details",
25664
26021
  "ta6ed6Title": "Give details, including the date(s) of any claim(s) and how they were resolved",
25665
26022
  "type": "string",
@@ -25669,7 +26026,8 @@
25669
26026
  "baspi4Required": ["details"],
25670
26027
  "baspi5Required": ["details"],
25671
26028
  "ta6Required": ["details"],
25672
- "ta6ed6Required": ["details"]
26029
+ "ta6ed6Required": ["details"],
26030
+ "sef25Required": ["details"]
25673
26031
  }
25674
26032
  ]
25675
26033
  }
@@ -25694,6 +26052,7 @@
25694
26052
  "ta6ed6CompatRef": "TA6ED6-COMPAT.9",
25695
26053
  "sef25Ref": "R1",
25696
26054
  "title": "Rights and Informal Arrangements",
26055
+ "ta6ed6Title": "Rights and informal arrangements",
25697
26056
  "type": "object",
25698
26057
  "baspi4Required": [
25699
26058
  "sharedContributions",
@@ -25733,6 +26092,7 @@
25733
26092
  "ta6ed6CompatRef": "TA6ED6-COMPAT.9.2",
25734
26093
  "piqRef": "A10.1",
25735
26094
  "title": "Other than service charges and estate rentcharges, do you have to contribute towards the shared cost of a jointly-used service such as a shared driveway, road, parking area, garden or drain?",
26095
+ "ta6ed6Title": "Have you been asked to contribute towards the cost of the jointly used facilities?",
25736
26096
  "type": "object",
25737
26097
  "properties": {
25738
26098
  "yesNo": {
@@ -25750,8 +26110,9 @@
25750
26110
  "baspi5Required": ["yesNo"],
25751
26111
  "ta6Required": ["yesNo"],
25752
26112
  "ta6ed6Required": ["yesNo"],
25753
- "ta6ed6CompatRequired": ["yesNo"],
25754
- "ta6ed6Title": "Have you been asked to contribute towards the cost of the jointly used facilities?",
26113
+ "ta6ed6CompatRequired": [
26114
+ "yesNo"
26115
+ ],
25755
26116
  "ta6ed6Description": "If yes, give details of how much, how often and who you pay:",
25756
26117
  "discriminator": {
25757
26118
  "propertyName": "yesNo"
@@ -25761,7 +26122,7 @@
25761
26122
  "properties": {
25762
26123
  "yesNo": {
25763
26124
  "ta6ed6CompatRef": "TA6ED6-COMPAT.9.2.1.no",
25764
- "enum": ["No"],
26125
+ "enum": ["No", "Not applicable"],
25765
26126
  "ta6ed6Enum": ["No", "Not applicable"],
25766
26127
  "ta6ed6CompatEnum": ["No", "Not applicable"]
25767
26128
  }
@@ -25778,8 +26139,8 @@
25778
26139
  "ta6Ref": "8.1.2",
25779
26140
  "ta6ed6Ref": "9.2.2",
25780
26141
  "piqRef": "A10.1.2",
25781
- "ta6ed6Title": "Please give details of how much, how often and who you pay:",
25782
26142
  "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",
26143
+ "ta6ed6Title": "Please give details of how much, how often and who you pay",
25783
26144
  "type": "string",
25784
26145
  "minLength": 1
25785
26146
  },
@@ -25878,8 +26239,8 @@
25878
26239
  "ta6Ref": "8.2.2",
25879
26240
  "ta6ed6Ref": "9.1.2",
25880
26241
  "piqRef": "A10.2.2",
25881
- "ta6ed6Title": "Please give details",
25882
26242
  "title": "Please give details and provide a plan showing the route of the access, parking etc",
26243
+ "ta6ed6Title": "Please give details",
25883
26244
  "type": "string",
25884
26245
  "minLength": 1
25885
26246
  },
@@ -25969,7 +26330,7 @@
25969
26330
  "properties": {
25970
26331
  "yesNo": {
25971
26332
  "ta6ed6CompatRef": "TA6ED6-COMPAT.9.3.1.no",
25972
- "enum": ["No"],
26333
+ "enum": ["No", "Not known"],
25973
26334
  "ta6ed6Enum": ["No", "Not known"],
25974
26335
  "ta6ed6CompatEnum": ["No", "Not known"]
25975
26336
  }
@@ -26007,6 +26368,7 @@
26007
26368
  "ta6ed6Ref": "9.4",
26008
26369
  "sef25Ref": "R1",
26009
26370
  "title": "Do you know if any of the following rights or arrangements affect the property?",
26371
+ "ta6ed6Title": "Do the owners of any other properties exercise any rights or arrangements over the property?",
26010
26372
  "type": "object",
26011
26373
  "ntsRequired": ["publicRightOfWay"],
26012
26374
  "nts2Required": ["publicRightOfWay"],
@@ -26580,6 +26942,7 @@
26580
26942
  "disagreementOrComplaint": {
26581
26943
  "ta6ed6Ref": "9.6",
26582
26944
  "title": "Are you aware of any disagreement or complaint about any such rights?",
26945
+ "ta6ed6Title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
26583
26946
  "type": "object",
26584
26947
  "properties": {
26585
26948
  "yesNo": {
@@ -26608,6 +26971,7 @@
26608
26971
  "details": {
26609
26972
  "ta6ed6Ref": "9.6.2",
26610
26973
  "title": "Details",
26974
+ "ta6ed6Title": "Please give details",
26611
26975
  "type": "string",
26612
26976
  "minLength": 1
26613
26977
  }
@@ -26655,6 +27019,7 @@
26655
27019
  "disagreementOrComplaint": {
26656
27020
  "ta6ed6Ref": "9.6",
26657
27021
  "title": "Are you aware of any disagreement or complaint about any such arrangements?",
27022
+ "ta6ed6Title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
26658
27023
  "type": "object",
26659
27024
  "properties": {
26660
27025
  "yesNo": {
@@ -26682,6 +27047,7 @@
26682
27047
  },
26683
27048
  "details": {
26684
27049
  "ta6ed6Ref": "9.6.2",
27050
+ "ta6ed6Title": "Please give details",
26685
27051
  "type": "string",
26686
27052
  "minLength": 1
26687
27053
  }
@@ -26709,6 +27075,7 @@
26709
27075
  "piqRef": "A11.1",
26710
27076
  "sef25Ref": "E1",
26711
27077
  "title": "Environmental Issues Affecting the Property",
27078
+ "ta6ed6Title": "Environmental matters",
26712
27079
  "type": "object",
26713
27080
  "baspi4Required": ["flooding", "radon", "otherEnvironmental"],
26714
27081
  "baspi5Required": [
@@ -26952,6 +27319,7 @@
26952
27319
  "ta6Ref": "7.1",
26953
27320
  "ta6ed6Ref": "8.1",
26954
27321
  "title": "Historical flooding",
27322
+ "ta6ed6Title": "Are you aware of the property or any part of it ever being flooded?",
26955
27323
  "type": "object",
26956
27324
  "baspi4Required": ["hasBeenFlooded"],
26957
27325
  "baspi5Required": ["hasBeenFlooded"],
@@ -26960,8 +27328,9 @@
26960
27328
  "ntslRequired": ["hasBeenFlooded"],
26961
27329
  "ntsl2Required": ["hasBeenFlooded"],
26962
27330
  "ta6Required": ["hasBeenFlooded"],
26963
- "ta6ed6Required": ["hasBeenFlooded"],
26964
- "ta6ed6Title": "Are you aware of the property or any part of it ever being flooded?",
27331
+ "ta6ed6Required": [
27332
+ "hasBeenFlooded"
27333
+ ],
26965
27334
  "ta6ed6Description": "If yes, what type of flooding took place?",
26966
27335
  "properties": {
26967
27336
  "hasBeenFlooded": {
@@ -26975,6 +27344,7 @@
26975
27344
  "ta6ed6Ref": "8.1.1",
26976
27345
  "sef25Ref": "E1.2",
26977
27346
  "title": "Has the property been flooded in the last 5 years?",
27347
+ "ta6ed6Title": "Are you aware of the property or any part of it ever being flooded?",
26978
27348
  "ta6Title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
26979
27349
  "type": "string",
26980
27350
  "enum": ["Yes", "No"]
@@ -27006,8 +27376,8 @@
27006
27376
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
27007
27377
  "ta6Ref": "7.2",
27008
27378
  "ta6ed6Ref": "8.1",
27009
- "ta6ed6Title": "If yes, what type of flooding took place?",
27010
27379
  "title": "What type of flooding occurred?",
27380
+ "ta6ed6Title": "What type of flooding took place?",
27011
27381
  "type": "array",
27012
27382
  "items": {
27013
27383
  "type": "string",
@@ -27030,8 +27400,8 @@
27030
27400
  "baspi5Ref": "A11.1.2.1",
27031
27401
  "ta6Ref": "7.1.2",
27032
27402
  "ta6ed6Ref": "8.1.2",
27033
- "ta6ed6Title": "Give details about the date(s) any flooding occurred and which parts flooded:",
27034
27403
  "title": "Please state when the flooding occurred and identify the parts that flooded",
27404
+ "ta6ed6Title": "Give details about the date(s) any flooding occurred and which parts flooded",
27035
27405
  "type": "string",
27036
27406
  "minLength": 1
27037
27407
  }
@@ -27052,11 +27422,13 @@
27052
27422
  "ntsl2Ref": "C3.1.1.3",
27053
27423
  "ta6ed6Ref": "8.2",
27054
27424
  "title": "Flood defences",
27425
+ "ta6ed6Title": "Are you aware of any defences installed at the property to prevent flooding?",
27055
27426
  "type": "object",
27056
27427
  "nts2Required": ["hasFloodDefences"],
27057
27428
  "ntsl2Required": ["hasFloodDefences"],
27058
- "ta6ed6Required": ["hasFloodDefences"],
27059
- "ta6ed6Title": "Are you aware of any defences installed at the property to prevent flooding?",
27429
+ "ta6ed6Required": [
27430
+ "hasFloodDefences"
27431
+ ],
27060
27432
  "ta6ed6Description": "If yes, please give details:",
27061
27433
  "properties": {
27062
27434
  "hasFloodDefences": {
@@ -27064,6 +27436,7 @@
27064
27436
  "ntsl2Ref": "C3.1.1.3.1",
27065
27437
  "ta6ed6Ref": "8.2.1",
27066
27438
  "title": "Are there any defences to prevent flooding installed at the property?",
27439
+ "ta6ed6Title": "Are you aware of any defences installed at the property to prevent flooding?",
27067
27440
  "type": "string",
27068
27441
  "enum": ["Yes", "No"]
27069
27442
  }
@@ -27088,8 +27461,8 @@
27088
27461
  "nts2Ref": "C3.1.1.3.2",
27089
27462
  "ntsl2Ref": "C3.1.1.3.2",
27090
27463
  "ta6ed6Ref": "8.2.2",
27091
- "ta6ed6Title": "Please give details:",
27092
27464
  "title": "Please provide details",
27465
+ "ta6ed6Title": "Please give details",
27093
27466
  "type": "string",
27094
27467
  "minLength": 1
27095
27468
  }
@@ -27242,6 +27615,7 @@
27242
27615
  "ta6Ref": "7.4",
27243
27616
  "ta6ed6Ref": "8.3",
27244
27617
  "title": "Has a Radon test been carried out on the property?",
27618
+ "ta6ed6Title": "Are you aware of any radon tests that have been carried out on the property?",
27245
27619
  "type": "object",
27246
27620
  "properties": {
27247
27621
  "yesNo": {
@@ -27283,6 +27657,7 @@
27283
27657
  "ta6ed6Ref": "8.3.1a",
27284
27658
  "ta6Ref": "7.4b",
27285
27659
  "title": "Was the test result was below the recommended action level?",
27660
+ "ta6ed6Title": "Was the test result below the 'recommended action level'?",
27286
27661
  "type": "string",
27287
27662
  "enum": ["Yes", "No"]
27288
27663
  },
@@ -27292,6 +27667,7 @@
27292
27667
  "ta6ed6Ref": "8.3.1b",
27293
27668
  "ta6Ref": "7.4a",
27294
27669
  "title": "Please supply a copy of the report",
27670
+ "ta6ed6Title": "Supply a copy of the report",
27295
27671
  "type": "string",
27296
27672
  "enum": ["Attached", "To follow"]
27297
27673
  }
@@ -27310,6 +27686,7 @@
27310
27686
  "ta6ed6Ref": "8.4",
27311
27687
  "ta6Ref": "7.5",
27312
27688
  "title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
27689
+ "ta6ed6Title": "Were any remedial measures undertaken to reduce radon gas levels in the property? Measures could have been undertaken during construction or while adding an extension.",
27313
27690
  "ta6ed6Description": "Measures could have been undertaken during construction or while adding an extension.",
27314
27691
  "type": "object",
27315
27692
  "properties": {
@@ -28340,7 +28717,7 @@
28340
28717
  {
28341
28718
  "properties": {
28342
28719
  "riskIndicator": {
28343
- "enum": ["No", "Not known"]
28720
+ "enum": ["No"]
28344
28721
  }
28345
28722
  }
28346
28723
  },
@@ -28604,6 +28981,7 @@
28604
28981
  "ta6ed6Ref": "15",
28605
28982
  "sef25Ref": "M1",
28606
28983
  "title": "Additional Information",
28984
+ "ta6ed6Title": "Additional information about your answers",
28607
28985
  "type": "object",
28608
28986
  "baspi4Required": [
28609
28987
  "restrictionsOnUseNotCompliedWith",
@@ -28626,6 +29004,7 @@
28626
29004
  "properties": {
28627
29005
  "attachments": {
28628
29006
  "ta6ed6Ref": "15.1.1",
29007
+ "ta6ed6Enum": ["Attached", "To follow", "Not applicable"],
28629
29008
  "enum": [
28630
29009
  "Attached",
28631
29010
  "To follow",
@@ -28636,12 +29015,14 @@
28636
29015
  "consentsAttached": {
28637
29016
  "ta6ed6Ref": "15.1.2",
28638
29017
  "title": "List the consents that are attached",
29018
+ "ta6ed6Title": "Consents attached",
28639
29019
  "type": "string",
28640
29020
  "minLength": 1
28641
29021
  },
28642
29022
  "consentsToFollow": {
28643
29023
  "ta6ed6Ref": "15.1.3",
28644
29024
  "title": "List the consents to follow",
29025
+ "ta6ed6Title": "Consents to follow",
28645
29026
  "type": "string",
28646
29027
  "minLength": 1
28647
29028
  },
@@ -28656,6 +29037,7 @@
28656
29037
  "furtherInformation": {
28657
29038
  "ta6ed6Ref": "15.2",
28658
29039
  "title": "If there is any further information about any of your answers supplied, provide details below and/or supply additional documents.",
29040
+ "ta6ed6Title": "If there is any further information about any of your answers on this form, provide details below and/or supply additional documents.",
28659
29041
  "type": "object",
28660
29042
  "properties": {
28661
29043
  "details": {
@@ -28961,6 +29343,7 @@
28961
29343
  "ta6ed6CompatRef": "TA6ED6-COMPAT.2",
28962
29344
  "piqRef": "B3.1",
28963
29345
  "title": "Legal Boundaries",
29346
+ "ta6ed6Title": "Boundaries",
28964
29347
  "description": "",
28965
29348
  "type": "object",
28966
29349
  "baspi4Required": [
@@ -29010,6 +29393,11 @@
29010
29393
  "type": "string",
29011
29394
  "title": "",
29012
29395
  "enum": ["Yes", "No"]
29396
+ },
29397
+ "detailsAnalysis": {
29398
+ "type": "object",
29399
+ "additionalProperties": true,
29400
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
29013
29401
  }
29014
29402
  },
29015
29403
  "baspi4Required": ["yesNo"],
@@ -29057,6 +29445,11 @@
29057
29445
  "type": "string",
29058
29446
  "title": "",
29059
29447
  "enum": ["Yes", "No"]
29448
+ },
29449
+ "detailsAnalysis": {
29450
+ "type": "object",
29451
+ "additionalProperties": true,
29452
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
29060
29453
  }
29061
29454
  },
29062
29455
  "baspi4Required": ["yesNo"],
@@ -29103,6 +29496,11 @@
29103
29496
  "type": "string",
29104
29497
  "title": "",
29105
29498
  "enum": ["Yes", "No"]
29499
+ },
29500
+ "detailsAnalysis": {
29501
+ "type": "object",
29502
+ "additionalProperties": true,
29503
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
29106
29504
  }
29107
29505
  },
29108
29506
  "baspi4Required": ["yesNo"],
@@ -29158,6 +29556,11 @@
29158
29556
  "type": "string",
29159
29557
  "title": "",
29160
29558
  "enum": ["Yes", "No"]
29559
+ },
29560
+ "detailsAnalysis": {
29561
+ "type": "object",
29562
+ "additionalProperties": true,
29563
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
29161
29564
  }
29162
29565
  },
29163
29566
  "baspi4Required": ["yesNo"],
@@ -29204,125 +29607,104 @@
29204
29607
  "baspi4Required": ["areBoundariesUniform"],
29205
29608
  "baspi5Required": ["areBoundariesUniform"],
29206
29609
  "ta6Required": ["areBoundariesUniform"],
29207
- "ta6ed6Required": ["areBoundariesUniform"],
29208
29610
  "properties": {
29209
29611
  "areBoundariesUniform": {
29210
29612
  "baspi4Ref": "B2.1.0.1",
29211
29613
  "baspi5Ref": "B2.1.0.1",
29212
29614
  "ta6Ref": "1.2",
29213
- "ta6ed6Ref": "2.1",
29214
29615
  "title": "Are the boundaries uniform?",
29215
29616
  "type": "string",
29216
29617
  "enum": ["Yes", "No", "Not applicable"]
29217
- }
29218
- },
29219
- "discriminator": {
29220
- "propertyName": "areBoundariesUniform"
29221
- },
29222
- "oneOf": [
29223
- {
29224
- "properties": {
29225
- "areBoundariesUniform": {
29226
- "enum": ["Yes"]
29227
- },
29228
- "uniformBoundaries": {
29229
- "baspi4Ref": "B2.1.0.2",
29230
- "baspi5Ref": "B2.1.0.2",
29231
- "ta6Ref": "1.1",
29232
- "ta6ed6Ref": "2.1",
29233
- "title": "Please indicate who has repaired, or treated as belonging to them, each of the boundaries. Identify each boundary as if you were looking at the property from the road.",
29234
- "ta6title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features:",
29235
- "type": "object",
29236
- "properties": {
29237
- "left": {
29238
- "baspi4Ref": "B2.1.1",
29239
- "baspi5Ref": "B2.1.1",
29240
- "rdsRef": "Tenure/Boundaries",
29241
- "ta6Ref": "1.1a",
29242
- "ta6ed6Ref": "2.1a",
29243
- "piqRef": "B3.1.1",
29244
- "title": "On the left",
29245
- "type": "string",
29246
- "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29247
- },
29248
- "right": {
29249
- "baspi4Ref": "B2.1.2",
29250
- "baspi5Ref": "B2.1.2",
29251
- "rdsRef": "Tenure/Boundaries",
29252
- "ta6Ref": "1.1b",
29253
- "ta6ed6Ref": "2.1b",
29254
- "piqRef": "B3.1.2",
29255
- "title": "On the right",
29256
- "type": "string",
29257
- "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29258
- },
29259
- "rear": {
29260
- "baspi4Ref": "B2.1.3",
29261
- "baspi5Ref": "B2.1.3",
29262
- "rdsRef": "Tenure/Boundaries",
29263
- "ta6Ref": "1.1c",
29264
- "ta6ed6Ref": "2.1c",
29265
- "piqRef": "B3.1.3",
29266
- "title": "At the rear",
29267
- "type": "string",
29268
- "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29269
- },
29270
- "front": {
29271
- "baspi4Ref": "B2.1.4",
29272
- "baspi5Ref": "B2.1.4",
29273
- "rdsRef": "Tenure/Boundaries",
29274
- "ta6Ref": "1.1d",
29275
- "ta6ed6Ref": "2.1d",
29276
- "piqRef": "B3.1.4",
29277
- "title": "At the front",
29278
- "type": "string",
29279
- "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29280
- }
29281
- },
29282
- "baspi4Required": ["left", "right", "rear", "front"],
29283
- "baspi5Required": ["left", "right", "rear", "front"],
29284
- "ta6Required": ["left", "right", "rear", "front"],
29285
- "ta6ed6Required": ["left", "right", "rear", "front"]
29286
- }
29287
- }
29288
29618
  },
29289
- {
29619
+ "uniformBoundaries": {
29620
+ "baspi4Ref": "B2.1.0.2",
29621
+ "baspi5Ref": "B2.1.0.2",
29622
+ "ta6Ref": "1.1",
29623
+ "ta6ed6Ref": "2.1",
29624
+ "title": "Please indicate who has repaired, or treated as belonging to them, each of the boundaries. Identify each boundary as if you were looking at the property from the road.",
29625
+ "ta6ed6Title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features",
29626
+ "ta6title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features:",
29627
+ "type": "object",
29290
29628
  "properties": {
29291
- "areBoundariesUniform": {
29292
- "enum": ["No"]
29293
- },
29294
- "details": {
29295
- "baspi4Ref": "B2.1.5",
29296
- "baspi5Ref": "B2.1.5",
29297
- "ta6Ref": "1.2.1",
29298
- "ta6ed6Ref": "2.2.1",
29299
- "title": "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property",
29300
- "type": "string",
29301
- "minLength": 1
29302
- },
29303
- "attachments": {
29304
- "baspi4Ref": "B2.1.6",
29305
- "baspi5Ref": "B2.1.6",
29306
- "ta6Ref": "1.2.2",
29307
- "ta6ed6Ref": "2.2",
29308
- "title": "Attachments",
29309
- "type": "string",
29310
- "enum": ["Attached", "To follow"]
29311
- }
29312
- },
29313
- "baspi4Required": ["details", "attachments"],
29314
- "baspi5Required": ["details", "attachments"],
29315
- "ta6Required": ["details", "attachments"],
29316
- "ta6ed6Required": ["details", "attachments"]
29629
+ "left": {
29630
+ "baspi4Ref": "B2.1.1",
29631
+ "baspi5Ref": "B2.1.1",
29632
+ "rdsRef": "Tenure/Boundaries",
29633
+ "ta6Ref": "1.1a",
29634
+ "ta6ed6Ref": "2.1a",
29635
+ "piqRef": "B3.1.1",
29636
+ "title": "On the left",
29637
+ "ta6ed6Title": "On the left?",
29638
+ "type": "string",
29639
+ "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29640
+ },
29641
+ "right": {
29642
+ "baspi4Ref": "B2.1.2",
29643
+ "baspi5Ref": "B2.1.2",
29644
+ "rdsRef": "Tenure/Boundaries",
29645
+ "ta6Ref": "1.1b",
29646
+ "ta6ed6Ref": "2.1b",
29647
+ "piqRef": "B3.1.2",
29648
+ "title": "On the right",
29649
+ "ta6ed6Title": "On the right?",
29650
+ "type": "string",
29651
+ "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29652
+ },
29653
+ "rear": {
29654
+ "baspi4Ref": "B2.1.3",
29655
+ "baspi5Ref": "B2.1.3",
29656
+ "rdsRef": "Tenure/Boundaries",
29657
+ "ta6Ref": "1.1c",
29658
+ "ta6ed6Ref": "2.1c",
29659
+ "piqRef": "B3.1.3",
29660
+ "title": "At the rear",
29661
+ "ta6ed6Title": "At the rear?",
29662
+ "type": "string",
29663
+ "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29664
+ },
29665
+ "front": {
29666
+ "baspi4Ref": "B2.1.4",
29667
+ "baspi5Ref": "B2.1.4",
29668
+ "rdsRef": "Tenure/Boundaries",
29669
+ "ta6Ref": "1.1d",
29670
+ "ta6ed6Ref": "2.1d",
29671
+ "piqRef": "B3.1.4",
29672
+ "title": "At the front",
29673
+ "ta6ed6Title": "At the front?",
29674
+ "type": "string",
29675
+ "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29676
+ }
29677
+ },
29678
+ "baspi4Required": ["left", "right", "rear", "front"],
29679
+ "baspi5Required": ["left", "right", "rear", "front"],
29680
+ "ta6Required": ["left", "right", "rear", "front"],
29681
+ "ta6ed6Required": ["left", "right", "rear", "front"]
29317
29682
  },
29318
- {
29319
- "properties": {
29320
- "areBoundariesUniform": {
29321
- "enum": ["Not applicable"]
29322
- }
29323
- }
29683
+ "details": {
29684
+ "baspi4Ref": "B2.1.5",
29685
+ "baspi5Ref": "B2.1.5",
29686
+ "ta6Ref": "1.2.1",
29687
+ "ta6ed6Ref": "2.2.1",
29688
+ "title": "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property",
29689
+ "ta6ed6Title": "If the boundaries of the property are irregular, indicate ownership by written description or by reference to a plan",
29690
+ "type": "string",
29691
+ "minLength": 1
29692
+ },
29693
+ "attachments": {
29694
+ "baspi4Ref": "B2.1.6",
29695
+ "baspi5Ref": "B2.1.6",
29696
+ "ta6Ref": "1.2.2",
29697
+ "ta6ed6Ref": "2.2",
29698
+ "title": "Attachments",
29699
+ "type": "string",
29700
+ "enum": ["Attached", "To follow"]
29701
+ },
29702
+ "detailsAnalysis": {
29703
+ "type": "object",
29704
+ "additionalProperties": true,
29705
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
29324
29706
  }
29325
- ]
29707
+ }
29326
29708
  },
29327
29709
  "haveBoundaryFeaturesMoved": {
29328
29710
  "baspi4Ref": "B2.2",
@@ -29332,8 +29714,8 @@
29332
29714
  "ta6ed6Ref": "2.3",
29333
29715
  "piqRef": "B3.3",
29334
29716
  "title": "Has any boundary features been moved during your ownership or in the last 10 years, to your knowledge?",
29335
- "ta6Title": "Is the seller aware of any boundary feature having been moved in the last 10 years or during the seller's period of ownership if longer?",
29336
29717
  "ta6ed6Title": "Are you aware of any boundary feature being moved, any adjacent land being added to the property, or any neighbour taking over or building on any part of your property?",
29718
+ "ta6Title": "Is the seller aware of any boundary feature having been moved in the last 10 years or during the seller's period of ownership if longer?",
29337
29719
  "type": "object",
29338
29720
  "properties": {
29339
29721
  "yesNo": {
@@ -29346,6 +29728,11 @@
29346
29728
  "type": "string",
29347
29729
  "title": "",
29348
29730
  "enum": ["Yes", "No", "Not applicable"]
29731
+ },
29732
+ "detailsAnalysis": {
29733
+ "type": "object",
29734
+ "additionalProperties": true,
29735
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
29349
29736
  }
29350
29737
  },
29351
29738
  "baspi4Required": ["yesNo"],
@@ -29377,6 +29764,7 @@
29377
29764
  "ta6ed6Ref": "2.3.2",
29378
29765
  "piqRef": "B3.3.2",
29379
29766
  "title": "Details",
29767
+ "ta6ed6Title": "Please give details",
29380
29768
  "type": "string",
29381
29769
  "minLength": 1
29382
29770
  }
@@ -29405,6 +29793,11 @@
29405
29793
  "type": "string",
29406
29794
  "title": "",
29407
29795
  "enum": ["Yes", "No", "Not applicable"]
29796
+ },
29797
+ "detailsAnalysis": {
29798
+ "type": "object",
29799
+ "additionalProperties": true,
29800
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
29408
29801
  }
29409
29802
  },
29410
29803
  "baspi4Required": ["yesNo"],
@@ -29449,8 +29842,8 @@
29449
29842
  "ta6ed6Ref": "2.4",
29450
29843
  "ta6ed6CompatRef": "TA6ED6-COMPAT.2.4",
29451
29844
  "title": "Is there a flying freehold?",
29452
- "ta6Title": "Does any part of the property or any building on the property overhang, or project under, the boundary of the neighbouring property or road, for example cellars under the pavement, overhanging eaves or covered walkways?",
29453
29845
  "ta6ed6Title": "Does any part of the property or any building on the property overhang or project under the boundary of the neighbouring property or road? For example, cellars under the pavement, overhanging eaves or covered walkways.",
29846
+ "ta6Title": "Does any part of the property or any building on the property overhang, or project under, the boundary of the neighbouring property or road, for example cellars under the pavement, overhanging eaves or covered walkways?",
29454
29847
  "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.",
29455
29848
  "ta6Description": "",
29456
29849
  "ta6ed6Description": "If yes, please give details:",
@@ -29467,6 +29860,11 @@
29467
29860
  "type": "string",
29468
29861
  "title": "",
29469
29862
  "enum": ["Yes", "No", "Not applicable", "Not known"]
29863
+ },
29864
+ "detailsAnalysis": {
29865
+ "type": "object",
29866
+ "additionalProperties": true,
29867
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
29470
29868
  }
29471
29869
  },
29472
29870
  "baspi4Required": ["yesNo"],
@@ -29482,7 +29880,7 @@
29482
29880
  "properties": {
29483
29881
  "yesNo": {
29484
29882
  "ta6ed6CompatRef": "TA6ED6-COMPAT.2.4.1.no",
29485
- "enum": ["No", "Not applicable"],
29883
+ "enum": ["No", "Not applicable", "Not known"],
29486
29884
  "ta6ed6Enum": ["No", "Not known"],
29487
29885
  "ta6ed6CompatEnum": ["No", "Not known"]
29488
29886
  }
@@ -29499,6 +29897,7 @@
29499
29897
  "ta6Ref": "1.5.2",
29500
29898
  "ta6ed6Ref": "2.4.2",
29501
29899
  "title": "Details",
29900
+ "ta6ed6Title": "Please give details",
29502
29901
  "type": "string",
29503
29902
  "minLength": 1
29504
29903
  }
@@ -29518,6 +29917,7 @@
29518
29917
  "ta6Ref": "8",
29519
29918
  "ta6ed6Ref": "9",
29520
29919
  "title": "Services Crossing Other Property",
29920
+ "ta6ed6Title": "Facilities crossing the property or any other property",
29521
29921
  "type": "object",
29522
29922
  "baspi4Required": [
29523
29923
  "pipesWiresCablesDrainsToProperty",
@@ -29548,8 +29948,8 @@
29548
29948
  "ta6ed6Ref": "9.7",
29549
29949
  "piqRef": "B4.1",
29550
29950
  "title": "Are you aware of any pipes, wires, cables or drains bringing services to the property which cross any neighbouring land or property?",
29551
- "ta6Title": "Do any drains, pipes or wires serving the property cross any neighbour's property?",
29552
29951
  "ta6ed6Title": "Are you aware of any drains, pipes or wires serving the property that cross any other property?",
29952
+ "ta6Title": "Do any drains, pipes or wires serving the property cross any neighbour's property?",
29553
29953
  "type": "object",
29554
29954
  "properties": {
29555
29955
  "yesNo": {
@@ -29590,6 +29990,7 @@
29590
29990
  "ta6Ref": "8.7.2",
29591
29991
  "ta6ed6Ref": "9.7.2",
29592
29992
  "title": "Please provide details",
29993
+ "ta6ed6Title": "Please give details",
29593
29994
  "type": "string",
29594
29995
  "minLength": 1
29595
29996
  },
@@ -29616,6 +30017,7 @@
29616
30017
  "ta6ed6Ref": "9.8",
29617
30018
  "piqRef": "B4.2",
29618
30019
  "title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
30020
+ "ta6ed6Title": "Are you aware of any drains, pipes or wires leading to any other property that cross the property?",
29619
30021
  "ta6Ttle": "Do any drains, pipes or wires leading to any neighbour's property cross the property?",
29620
30022
  "type": "object",
29621
30023
  "properties": {
@@ -29633,8 +30035,9 @@
29633
30035
  "baspi4Required": ["yesNo"],
29634
30036
  "baspi5Required": ["yesNo"],
29635
30037
  "ta6Required": ["yesNo"],
29636
- "ta6ed6Required": ["yesNo"],
29637
- "ta6ed6Title": "Are you aware of any drains, pipes or wires leading to any other property that cross the property?",
30038
+ "ta6ed6Required": [
30039
+ "yesNo"
30040
+ ],
29638
30041
  "discriminator": {
29639
30042
  "propertyName": "yesNo"
29640
30043
  },
@@ -29658,6 +30061,7 @@
29658
30061
  "ta6ed6Ref": "9.8.2",
29659
30062
  "piqRef": "B4.2.2",
29660
30063
  "title": "Please provide details",
30064
+ "ta6ed6Title": "Please give details",
29661
30065
  "type": "string",
29662
30066
  "minLength": 1
29663
30067
  },
@@ -29684,8 +30088,8 @@
29684
30088
  "ta6ed6Ref": "9.9",
29685
30089
  "piqRef": "B4.3",
29686
30090
  "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?",
29687
- "ta6Title": "Is there any agreement or arrangement about drains, pipes or wires?",
29688
30091
  "ta6ed6Title": "Is there any agreement or arrangement about drains, pipes or wires?",
30092
+ "ta6Title": "Is there any agreement or arrangement about drains, pipes or wires?",
29689
30093
  "type": "object",
29690
30094
  "properties": {
29691
30095
  "yesNo": {
@@ -29726,6 +30130,7 @@
29726
30130
  "ta6ed6Ref": "9.9.2",
29727
30131
  "piqRef": "B4.3.2",
29728
30132
  "title": "Please provide details",
30133
+ "ta6ed6Title": "Supply a copy or give details",
29729
30134
  "type": "string",
29730
30135
  "minLength": 1
29731
30136
  },
@@ -29754,6 +30159,7 @@
29754
30159
  "ta6Ref": "12",
29755
30160
  "ta6ed6Ref": "11",
29756
30161
  "title": "Electrical Works",
30162
+ "ta6ed6Title": "Electrical systems",
29757
30163
  "type": "object",
29758
30164
  "baspi4Required": [
29759
30165
  "testedByQualifiedElectrician",
@@ -29780,6 +30186,7 @@
29780
30186
  "ta6ed6Ref": "11.3",
29781
30187
  "piqRef": "B7.1",
29782
30188
  "title": "Have the electrics at the property been tested by a qualified electrician?",
30189
+ "ta6ed6Title": "Does the property have an Electrical Installation Condition Report (EICR)?",
29783
30190
  "type": "object",
29784
30191
  "properties": {
29785
30192
  "yesNo": {
@@ -29832,6 +30239,7 @@
29832
30239
  "type": "string",
29833
30240
  "enum": ["Attached", "To follow", "Not available"],
29834
30241
  "ta6Enum": ["Attached", "To follow"],
30242
+ "ta6ed6Enum": ["Attached", "To follow"],
29835
30243
  "baspi4Enum": ["Attached", "To follow"],
29836
30244
  "baspi5Enum": ["Attached", "To follow"]
29837
30245
  }
@@ -29851,6 +30259,7 @@
29851
30259
  "ta6ed6Ref": "11.1",
29852
30260
  "piqRef": "B7.2",
29853
30261
  "title": "Since 1st January 2005, has any electrical work been carried out to the property?",
30262
+ "ta6ed6Title": "Are you aware of any electrical installation works carried out at the property?",
29854
30263
  "type": "object",
29855
30264
  "properties": {
29856
30265
  "yesNo": {
@@ -29864,6 +30273,11 @@
29864
30273
  "enum": ["Yes", "No", "Not known"],
29865
30274
  "baspi4Enum": ["Yes", "No"],
29866
30275
  "baspi5Enum": ["Yes", "No"]
30276
+ },
30277
+ "detailsAnalysis": {
30278
+ "type": "object",
30279
+ "additionalProperties": true,
30280
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
29867
30281
  }
29868
30282
  },
29869
30283
  "baspi4Required": ["yesNo"],
@@ -29899,6 +30313,7 @@
29899
30313
  "baspi5Ref": "B4.2.3",
29900
30314
  "ta6ed6Ref": "11.1",
29901
30315
  "title": "Provide details",
30316
+ "ta6ed6Title": "Give details including when this work took place",
29902
30317
  "type": "string",
29903
30318
  "minLength": 1
29904
30319
  },
@@ -29935,6 +30350,7 @@
29935
30350
  "type": "string",
29936
30351
  "enum": ["Attached", "To follow", "Not available"],
29937
30352
  "ta6Enum": ["Attached", "To follow"],
30353
+ "ta6ed6Enum": ["Attached", "To follow"],
29938
30354
  "baspi4Enum": ["Attached", "To follow"],
29939
30355
  "baspi5Enum": ["Attached", "To follow"]
29940
30356
  }
@@ -30159,6 +30575,7 @@
30159
30575
  "ta6ed6Ref": "6",
30160
30576
  "sef25Ref": "W1",
30161
30577
  "title": "Guarantees, Warranties and Indemnity Insurances",
30578
+ "ta6ed6Title": "Guarantees and warranties",
30162
30579
  "type": "object",
30163
30580
  "baspi4Required": ["hasValidGuaranteesOrWarranties"],
30164
30581
  "baspi5Required": ["hasValidGuaranteesOrWarranties"],
@@ -30175,6 +30592,7 @@
30175
30592
  "piqRef": "B5.1",
30176
30593
  "sef25Ref": "W1.0",
30177
30594
  "title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
30595
+ "ta6ed6Title": "Does the property have any of the following unexpired guarantees or warranties?",
30178
30596
  "type": "string",
30179
30597
  "enum": ["Yes", "No"]
30180
30598
  }
@@ -30204,6 +30622,7 @@
30204
30622
  "piqRef": "B5.1.1",
30205
30623
  "sef25Ref": "W1.1",
30206
30624
  "title": "New Home Warranty (NHBC or similar)",
30625
+ "ta6ed6Title": "New home warranty (e.g. NHBC or similar)",
30207
30626
  "type": "object",
30208
30627
  "properties": {
30209
30628
  "yesNo": {
@@ -30215,6 +30634,11 @@
30215
30634
  "type": "string",
30216
30635
  "title": "",
30217
30636
  "enum": ["Yes", "No"]
30637
+ },
30638
+ "detailsAnalysis": {
30639
+ "type": "object",
30640
+ "additionalProperties": true,
30641
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
30218
30642
  }
30219
30643
  },
30220
30644
  "baspi4Required": ["yesNo"],
@@ -30271,6 +30695,7 @@
30271
30695
  "ta6Ref": "5.1f",
30272
30696
  "sef25Ref": "W1.2",
30273
30697
  "title": "Roofing work",
30698
+ "ta6ed6Title": "Roofing",
30274
30699
  "type": "object",
30275
30700
  "properties": {
30276
30701
  "yesNo": {
@@ -30332,6 +30757,7 @@
30332
30757
  "piqRef": "B5.1.3",
30333
30758
  "sef25Ref": "W1.3",
30334
30759
  "title": "Damp proofing treatment",
30760
+ "ta6ed6Title": "Damp proofing",
30335
30761
  "type": "object",
30336
30762
  "properties": {
30337
30763
  "yesNo": {
@@ -30391,6 +30817,7 @@
30391
30817
  "ta6Ref": "5.1c",
30392
30818
  "piqRef": "B5.1.4",
30393
30819
  "title": "Timber rot or infestation treatment",
30820
+ "ta6ed6Title": "Timber treatment",
30394
30821
  "type": "object",
30395
30822
  "properties": {
30396
30823
  "yesNo": {
@@ -30510,6 +30937,7 @@
30510
30937
  "piqRef": "B5.1.6",
30511
30938
  "sef25Ref": "W1.8",
30512
30939
  "title": "Double glazing (windows, doors, roof lights, conservatory etc)",
30940
+ "ta6ed6Title": "Windows, roof lights, roof windows or glazed doors",
30513
30941
  "type": "object",
30514
30942
  "properties": {
30515
30943
  "yesNo": {
@@ -30658,6 +31086,7 @@
30658
31086
  "piqRef": "B5.1.8",
30659
31087
  "sef25Ref": "W1.6",
30660
31088
  "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
31089
+ "ta6ed6Title": "Underpinning",
30661
31090
  "type": "object",
30662
31091
  "properties": {
30663
31092
  "yesNo": {
@@ -30806,6 +31235,7 @@
30806
31235
  "piqRef": "B5.1.10",
30807
31236
  "sef25Ref": "W1.7",
30808
31237
  "title": "Other Guarantees or warranties",
31238
+ "ta6ed6Title": "Other (please state)",
30809
31239
  "type": "object",
30810
31240
  "properties": {
30811
31241
  "yesNo": {
@@ -30847,6 +31277,7 @@
30847
31277
  "ta6Ref": "5.1i2",
30848
31278
  "sef25Ref": "W1.7.2",
30849
31279
  "title": "Please provide details",
31280
+ "ta6ed6Title": "Please give details",
30850
31281
  "type": "string",
30851
31282
  "minLength": 1
30852
31283
  },
@@ -30874,6 +31305,7 @@
30874
31305
  "ta6Ref": "5.2",
30875
31306
  "piqRef": "B5.2",
30876
31307
  "title": "Are there any outstanding claims or current applications relating to any of the above?",
31308
+ "ta6ed6Title": "Are you aware of any claims under any of these guarantees or warranties?",
30877
31309
  "ta6Title": "Have any claims been made under any of these guarantees or warranties?",
30878
31310
  "type": "object",
30879
31311
  "properties": {
@@ -30886,6 +31318,11 @@
30886
31318
  "type": "string",
30887
31319
  "title": "",
30888
31320
  "enum": ["Yes", "No"]
31321
+ },
31322
+ "detailsAnalysis": {
31323
+ "type": "object",
31324
+ "additionalProperties": true,
31325
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
30889
31326
  }
30890
31327
  },
30891
31328
  "baspi4Required": ["yesNo"],
@@ -30914,6 +31351,7 @@
30914
31351
  "ta6ed6Ref": "6.2.2",
30915
31352
  "ta6Ref": "5.2.2",
30916
31353
  "title": "Please provide details",
31354
+ "ta6ed6Title": "Please give details",
30917
31355
  "type": "string",
30918
31356
  "minLength": 1
30919
31357
  },
@@ -30986,6 +31424,11 @@
30986
31424
  "type": "string",
30987
31425
  "title": "",
30988
31426
  "enum": ["Yes", "No"]
31427
+ },
31428
+ "detailsAnalysis": {
31429
+ "type": "object",
31430
+ "additionalProperties": true,
31431
+ "description": "Optional sibling object carrying vendor-emitted analysis of the parent's `details` free-text disclosure. Payload shape is vendor-specific; consumers that don't recognise the shape should ignore the object."
30989
31432
  }
30990
31433
  },
30991
31434
  "baspi4Required": ["yesNo"],
@@ -31149,6 +31592,7 @@
31149
31592
  "ta6ed6Ref": "13.4",
31150
31593
  "piqRef": "B8.1",
31151
31594
  "title": "Other than the sellers, does anyone else aged 17 or over live at the property?",
31595
+ "ta6ed6Title": "Does anyone else, aged 17 or over, live at the property?",
31152
31596
  "type": "string",
31153
31597
  "enum": ["Yes", "No"]
31154
31598
  }
@@ -31175,8 +31619,8 @@
31175
31619
  "ta6Ref": "11.3",
31176
31620
  "ta6ed6Ref": "13.4a",
31177
31621
  "piqRef": "B8.1.1",
31178
- "ta6ed6Title": "(a) state the full names of any occupiers (other than the sellers) aged 17 or over:",
31179
31622
  "title": "Please provide their full names and ages.",
31623
+ "ta6ed6Title": "State the full names of any occupiers (other than the sellers) aged 17 or over",
31180
31624
  "type": "string",
31181
31625
  "minLength": 1
31182
31626
  },
@@ -31187,6 +31631,7 @@
31187
31631
  "ta6Ref": "11.4",
31188
31632
  "ta6ed6Ref": "13.4b",
31189
31633
  "title": "Are any of them tenants or lodgers?",
31634
+ "ta6ed6Title": "Are any of those occupiers who are aged 17 or over your tenants or lodgers?",
31190
31635
  "type": "object",
31191
31636
  "properties": {
31192
31637
  "yesNo": {
@@ -31222,6 +31667,7 @@
31222
31667
  "ta6Ref": "11.5.1",
31223
31668
  "type": "string",
31224
31669
  "title": "Is the property being sold with vacant possession?",
31670
+ "ta6ed6Title": "Is the property being sold with vacant possession (empty of all occupiers, rubbish and any contents or fittings not included in the sale)?",
31225
31671
  "description": "(empty of all occupiers, rubbish and any contents or fittings not included in the sale)",
31226
31672
  "enum": ["Yes", "No"]
31227
31673
  }
@@ -31249,6 +31695,7 @@
31249
31695
  "ta6ed6Ref": "13.7b",
31250
31696
  "baspi5Ref": "B6.2.4.3",
31251
31697
  "title": "If applicable please supply a copy of the tenancy agreement together with a copy of any notice to quit which has been served upon them.",
31698
+ "ta6ed6Title": "If the property is not being sold with vacant possession, provide details of all occupiers and copies of their tenancy agreements.",
31252
31699
  "type": "string",
31253
31700
  "enum": ["Attached", "To follow"]
31254
31701
  }
@@ -31294,6 +31741,7 @@
31294
31741
  "ta6Ref": "11.5b",
31295
31742
  "piqRef": "B8.2",
31296
31743
  "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?",
31744
+ "ta6ed6Title": "Have all occupiers aged 17 or over agreed to sign the sale contract and to vacate the property on or before completion?",
31297
31745
  "type": "object",
31298
31746
  "properties": {
31299
31747
  "yesNo": {
@@ -31401,6 +31849,7 @@
31401
31849
  "ta6ed6Ref": "14",
31402
31850
  "nts2Ref": "A1.5.7",
31403
31851
  "title": "Completion and Moving",
31852
+ "ta6ed6Title": "Completion",
31404
31853
  "type": "object",
31405
31854
  "baspi4Required": [
31406
31855
  "sellerWillEnsure",
@@ -31434,7 +31883,6 @@
31434
31883
  "rdsRef": "RightsHolders/Flags",
31435
31884
  "ta6Ref": "14.4",
31436
31885
  "ta6ed6Ref": "14.2",
31437
- "ta6ed6Title": "Will you ensure that before or on completion:",
31438
31886
  "ta6ed6Required": [
31439
31887
  "removeRubbish",
31440
31888
  "replaceLightFittings",
@@ -31442,6 +31890,7 @@
31442
31890
  "leaveKeys"
31443
31891
  ],
31444
31892
  "title": "Please confirm that on completion you will:",
31893
+ "ta6ed6Title": "Will you ensure that before or on completion",
31445
31894
  "type": "object",
31446
31895
  "required": [
31447
31896
  "removeRubbish",
@@ -31456,8 +31905,8 @@
31456
31905
  "ta6Ref": "14.4a",
31457
31906
  "ta6ed6Ref": "14.2a",
31458
31907
  "piqRef": "B9.3",
31459
- "ta6ed6Title": "All rubbish is removed from the property (including from the loft, garden, outbuildings, garages and sheds) and that the property will be left in a clean and tidy condition?",
31460
31908
  "title": "Remove all rubbish and items not included in the sale from the property (including its garden, loft and any sheds or outbuildings) and leave the property in a clean and tidy condition.",
31909
+ "ta6ed6Title": "All rubbish is removed from the property (including from the loft, garden, outbuildings, garages and sheds) and that the property will be left in a clean and tidy condition?",
31461
31910
  "type": "boolean"
31462
31911
  },
31463
31912
  "replaceLightFittings": {
@@ -31466,8 +31915,8 @@
31466
31915
  "ta6Ref": "14.4b",
31467
31916
  "ta6ed6Ref": "14.2b",
31468
31917
  "piqRef": "B9.4",
31469
- "ta6ed6Title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb?",
31470
31918
  "title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb.",
31919
+ "ta6ed6Title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb?",
31471
31920
  "type": "boolean"
31472
31921
  },
31473
31922
  "takeReasonableCare": {
@@ -31476,8 +31925,8 @@
31476
31925
  "ta6Ref": "14.4c",
31477
31926
  "ta6ed6Ref": "14.2c",
31478
31927
  "piqRef": "B9.6",
31479
- "ta6ed6Title": "Reasonable care will be taken when removing any other fittings or contents?",
31480
31928
  "title": "Take reasonable care when removing any other fittings or contents.",
31929
+ "ta6ed6Title": "Reasonable care will be taken when removing any other fittings or contents?",
31481
31930
  "type": "boolean"
31482
31931
  },
31483
31932
  "leaveKeys": {
@@ -31486,8 +31935,8 @@
31486
31935
  "ta6Ref": "14.4d",
31487
31936
  "ta6ed6Ref": "14.2d",
31488
31937
  "piqRef": "B9.5",
31489
- "ta6ed6Title": "Keys to all windows and doors and details of codes for alarms and any other equipment will be left at the property or with the estate agent?",
31490
31938
  "title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion.",
31939
+ "ta6ed6Title": "Keys to all windows and doors and details of codes for alarms and any other equipment will be left at the property or with the estate agent?",
31491
31940
  "type": "boolean"
31492
31941
  }
31493
31942
  }
@@ -31501,6 +31950,7 @@
31501
31950
  "piqRef": "B9.1",
31502
31951
  "nts2Ref": "A1.5.7.1",
31503
31952
  "title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
31953
+ "ta6ed6Title": "Does this sale depend on you completing the purchase of another property on the same day?",
31504
31954
  "ta6Title": "Is this sale dependent on the seller completing the purchase of another property on the same day?",
31505
31955
  "nts2Title": "Is this sale dependent on completion of the purchase of another property on the same day?",
31506
31956
  "type": "object",
@@ -31606,6 +32056,7 @@
31606
32056
  "ta6ed6Ref": "13.2",
31607
32057
  "piqRef": "B9.2",
31608
32058
  "title": "Are there any dates on which you cannot move?",
32059
+ "ta6ed6Title": "Do you have any special requirements about a moving date?",
31609
32060
  "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.",
31610
32061
  "type": "object",
31611
32062
  "properties": {
@@ -31642,6 +32093,7 @@
31642
32093
  },
31643
32094
  "details": {
31644
32095
  "title": "Please provide details",
32096
+ "ta6ed6Title": "Please give details",
31645
32097
  "baspi4Ref": "B7.3.2",
31646
32098
  "baspi5Ref": "B7.3.2",
31647
32099
  "ta6Ref": "14.2.2",
@@ -31714,6 +32166,7 @@
31714
32166
  "ta6Ref": "14.3",
31715
32167
  "ta6ed6Ref": "14.1",
31716
32168
  "title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
32169
+ "ta6ed6Title": "Will the sale price be sufficient to pay off on completion all mortgages and charges secured on the property?",
31717
32170
  "type": "object",
31718
32171
  "properties": {
31719
32172
  "yesNo": {
@@ -31729,8 +32182,9 @@
31729
32182
  "baspi4Required": ["yesNo"],
31730
32183
  "baspi5Required": ["yesNo"],
31731
32184
  "ta6Required": ["yesNo"],
31732
- "ta6ed6Required": ["yesNo"],
31733
- "ta6ed6Title": "Will the sale price be sufficient to pay off on completion all mortgages and charges secured on the property?"
32185
+ "ta6ed6Required": [
32186
+ "yesNo"
32187
+ ]
31734
32188
  }
31735
32189
  }
31736
32190
  },
@@ -31850,8 +32304,7 @@
31850
32304
  "hmlrReference",
31851
32305
  "registrationDate",
31852
32306
  "category",
31853
- "location",
31854
- "locationDominantBuilding"
32307
+ "location"
31855
32308
  ],
31856
32309
  "properties": {
31857
32310
  "hmlrReference": {
@@ -44416,9 +44869,46 @@
44416
44869
  "filedUnder": {
44417
44870
  "title": "Related title number",
44418
44871
  "type": "string"
44872
+ },
44873
+ "summary": {
44874
+ "type": "object",
44875
+ "description": "Structured extraction output from the filed document. Shape varies by documentType.",
44876
+ "additionalProperties": true
44877
+ },
44878
+ "availability": {
44879
+ "title": "Human-readable HMLR availability description",
44880
+ "description": "From HMLR's official-copies/availability response, e.g. \"available for immediate download\". Optional; typically populated before the document is retrieved.",
44881
+ "type": "string"
44882
+ },
44883
+ "availabilityCode": {
44884
+ "title": "HMLR availability code",
44885
+ "description": "From HMLR's official-copies/availability response. Optional; typically populated before the document is retrieved.",
44886
+ "type": "string",
44887
+ "enum": ["IMMEDIATE", "MANUAL", "UNAVAILABLE"]
44888
+ },
44889
+ "entryNumbers": {
44890
+ "title": "Register entry numbers referencing this document",
44891
+ "description": "Register entries (e.g. \"A5\", \"C1\") that refer to this document, from HMLR's official-copies/availability response. Optional.",
44892
+ "type": "array",
44893
+ "items": { "type": "string", "minLength": 1 }
44894
+ },
44895
+ "backdated": {
44896
+ "title": "Whether HMLR considers this document backdated",
44897
+ "description": "From HMLR's official-copies/availability response, typically present on register and title-plan entries. Optional.",
44898
+ "type": "boolean"
44419
44899
  }
44420
44900
  }
44421
44901
  }
44902
+ },
44903
+ "keyFacts": {
44904
+ "type": "object",
44905
+ "description": "Generated summary of owners, charges, restrictions, rights and easements from the title register.",
44906
+ "additionalProperties": true
44907
+ },
44908
+ "covenantAnalysis": {
44909
+ "type": "object",
44910
+ "description": "Categorised covenant analysis from register entries and filed documents, including enforceability assessment and breach consequences.",
44911
+ "additionalProperties": true
44422
44912
  }
44423
44913
  }
44424
44914
  }
@@ -48081,6 +48571,11 @@
48081
48571
  },
48082
48572
  "messageText": {
48083
48573
  "type": "string"
48574
+ },
48575
+ "pdtfPath": {
48576
+ "description": "PDTF schema path indicating where response data should be stored, enabling structured data resolution alongside the enquiry message",
48577
+ "type": "string",
48578
+ "pattern": "^/"
48084
48579
  }
48085
48580
  },
48086
48581
  "required": [