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

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 +662 -178
  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 +248 -140
  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"],
@@ -13473,6 +13689,7 @@
13473
13689
  "ta6ed6Ref": "5.1c",
13474
13690
  "piqRef": "A3.4",
13475
13691
  "title": "Has a conservatory been added?",
13692
+ "ta6ed6Title": "Conservatory",
13476
13693
  "type": "object",
13477
13694
  "properties": {
13478
13695
  "yesNo": {
@@ -13484,6 +13701,11 @@
13484
13701
  "type": "string",
13485
13702
  "title": "",
13486
13703
  "enum": ["Yes", "No"]
13704
+ },
13705
+ "detailsAnalysis": {
13706
+ "type": "object",
13707
+ "additionalProperties": true,
13708
+ "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
13709
  }
13488
13710
  },
13489
13711
  "baspi4Required": ["yesNo"],
@@ -13543,6 +13765,11 @@
13543
13765
  "type": "string",
13544
13766
  "title": "",
13545
13767
  "enum": ["Yes", "No", "Not required"]
13768
+ },
13769
+ "detailsAnalysis": {
13770
+ "type": "object",
13771
+ "additionalProperties": true,
13772
+ "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
13773
  }
13547
13774
  },
13548
13775
  "baspi4Required": ["yesNo"],
@@ -15000,6 +15227,11 @@
15000
15227
  "type": "string",
15001
15228
  "title": "",
15002
15229
  "enum": ["Yes", "No"]
15230
+ },
15231
+ "detailsAnalysis": {
15232
+ "type": "object",
15233
+ "additionalProperties": true,
15234
+ "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
15235
  }
15004
15236
  },
15005
15237
  "baspi4Required": ["yesNo"],
@@ -15052,6 +15284,7 @@
15052
15284
  "ta6ed6Ref": "5.4",
15053
15285
  "piqRef": "A3.7",
15054
15286
  "title": "Are you aware of any breaches of planning permission conditions or building regulations consent conditions or work not having the necessary consents?",
15287
+ "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
15288
  "type": "object",
15056
15289
  "properties": {
15057
15290
  "yesNo": {
@@ -15063,6 +15296,11 @@
15063
15296
  "type": "string",
15064
15297
  "title": "",
15065
15298
  "enum": ["Yes", "No"]
15299
+ },
15300
+ "detailsAnalysis": {
15301
+ "type": "object",
15302
+ "additionalProperties": true,
15303
+ "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
15304
  }
15067
15305
  },
15068
15306
  "baspi4Required": ["yesNo"],
@@ -15135,6 +15373,7 @@
15135
15373
  "piqRef": "A3.8",
15136
15374
  "rdsRef": "Buildings,BuildingsSections/StructureAuthorised,BuildingsSections/StructureUnauthorised",
15137
15375
  "title": "Are you aware of any unresolved planning or building control issues?",
15376
+ "ta6ed6Title": "Are you aware of any planning or building control issues that need to be resolved?",
15138
15377
  "type": "object",
15139
15378
  "properties": {
15140
15379
  "yesNo": {
@@ -15146,6 +15385,11 @@
15146
15385
  "type": "string",
15147
15386
  "title": "",
15148
15387
  "enum": ["Yes", "No"]
15388
+ },
15389
+ "detailsAnalysis": {
15390
+ "type": "object",
15391
+ "additionalProperties": true,
15392
+ "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
15393
  }
15150
15394
  },
15151
15395
  "baspi4Required": ["yesNo"],
@@ -15223,6 +15467,7 @@
15223
15467
  "ntsl2Ref": "C4",
15224
15468
  "sef25Ref": "N1",
15225
15469
  "title": "Notices which Affect the Property",
15470
+ "ta6ed6Title": "Notices",
15226
15471
  "description": "Are you aware of, or have you received, any of the following notices?",
15227
15472
  "type": "object",
15228
15473
  "baspi4Required": [
@@ -15257,7 +15502,6 @@
15257
15502
  "neighbourDevelopment",
15258
15503
  "planningApplication"
15259
15504
  ],
15260
- "ta6ed6Title": "Notices",
15261
15505
  "properties": {
15262
15506
  "neighbourDevelopment": {
15263
15507
  "baspi4Ref": "A4.1",
@@ -15272,6 +15516,7 @@
15272
15516
  "piqRef": "A4.1",
15273
15517
  "sef25Ref": "N1.1",
15274
15518
  "title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
15519
+ "ta6ed6Title": "Are you aware of any plans or proposals to develop property or land nearby?",
15275
15520
  "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
15521
  "type": "object",
15277
15522
  "properties": {
@@ -15324,6 +15569,7 @@
15324
15569
  "ta6Ref": "3.2.2",
15325
15570
  "ta6ed6Ref": "4.2.2",
15326
15571
  "title": "Details",
15572
+ "ta6ed6Title": "Please give details",
15327
15573
  "type": "string",
15328
15574
  "minLength": 1
15329
15575
  },
@@ -15358,6 +15604,7 @@
15358
15604
  "ta6ed6Ref": "4.3",
15359
15605
  "piqRef": "A4.2",
15360
15606
  "title": "Any planning application that could affect the property, the enjoyment of it or the views from it?",
15607
+ "ta6ed6Title": "Are you aware of any proposals to make alterations to or change the use of buildings nearby?",
15361
15608
  "type": "object",
15362
15609
  "properties": {
15363
15610
  "yesNo": {
@@ -15409,6 +15656,7 @@
15409
15656
  "ta6Ref": "3.1.2",
15410
15657
  "ta6ed6Ref": "4.3.2",
15411
15658
  "title": "Details",
15659
+ "ta6ed6Title": "Please give details",
15412
15660
  "type": "string",
15413
15661
  "minLength": 1
15414
15662
  },
@@ -15618,6 +15866,7 @@
15618
15866
  "ta6Ref": "1.6",
15619
15867
  "ta6ed6Ref": "2.5",
15620
15868
  "title": "Notice under the Party Wall Act 1996 in respect of any shared or party boundaries?",
15869
+ "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
15870
  "type": "object",
15622
15871
  "properties": {
15623
15872
  "yesNo": {
@@ -15628,6 +15877,11 @@
15628
15877
  "type": "string",
15629
15878
  "title": "",
15630
15879
  "enum": ["Yes", "No"]
15880
+ },
15881
+ "detailsAnalysis": {
15882
+ "type": "object",
15883
+ "additionalProperties": true,
15884
+ "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
15885
  }
15632
15886
  },
15633
15887
  "baspi4Required": ["yesNo"],
@@ -15656,6 +15910,7 @@
15656
15910
  "ta6Ref": "1.6.2",
15657
15911
  "ta6ed6Ref": "2.5.2",
15658
15912
  "title": "Details",
15913
+ "ta6ed6Title": "Supply a copy and give details of any works carried out or agreed",
15659
15914
  "type": "string",
15660
15915
  "minLength": 1
15661
15916
  },
@@ -15683,6 +15938,7 @@
15683
15938
  "ta6ed6Ref": "4.1",
15684
15939
  "piqRef": "A4.6",
15685
15940
  "title": "Any other type of notice?",
15941
+ "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
15942
  "type": "object",
15687
15943
  "properties": {
15688
15944
  "yesNo": {
@@ -15722,6 +15978,7 @@
15722
15978
  "ta6Ref": "3.1.2",
15723
15979
  "ta6ed6Ref": "4.1.2",
15724
15980
  "title": "Details",
15981
+ "ta6ed6Title": "Please give details",
15725
15982
  "type": "string",
15726
15983
  "minLength": 1
15727
15984
  },
@@ -15928,6 +16185,7 @@
15928
16185
  "ta6Ref": "7.8",
15929
16186
  "piqRef": "A5.3",
15930
16187
  "title": "Japanese Knotweed",
16188
+ "ta6ed6Title": "Japanese knotweed",
15931
16189
  "type": "object",
15932
16190
  "properties": {
15933
16191
  "knotweedSurveyCarriedOut": {
@@ -15980,6 +16238,7 @@
15980
16238
  "piqRef": "A5.3.1",
15981
16239
  "type": "string",
15982
16240
  "title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
16241
+ "ta6ed6Title": "Is the property affected by Japanese knotweed?",
15983
16242
  "ta6Title": "Is the property affected by Japanese knotweed?",
15984
16243
  "enum": ["Yes", "No", "Not known"],
15985
16244
  "baspi4Enum": ["Yes", "No"],
@@ -16016,6 +16275,7 @@
16016
16275
  "nts2Ref": "A5.3.2",
16017
16276
  "ntsl2Ref": "A5.3.2",
16018
16277
  "title": "Is there a Japanese Knotweed management and treatment plan in place?",
16278
+ "ta6ed6Title": "Is there a Japanese knotweed management and treatment plan in place?",
16019
16279
  "type": "string",
16020
16280
  "enum": ["Yes", "No", "Not known"]
16021
16281
  }
@@ -16048,6 +16308,7 @@
16048
16308
  "ta6ed6Ref": "8.6.3",
16049
16309
  "ta6Ref": "7.8.3",
16050
16310
  "title": "Please supply a copy with any insurance cover linked to the plan.",
16311
+ "ta6ed6Title": "Provide a copy of the plan with any insurance cover linked to the plan.",
16051
16312
  "type": "string",
16052
16313
  "enum": ["Attached", "To follow"]
16053
16314
  }
@@ -16078,6 +16339,11 @@
16078
16339
  "type": "string",
16079
16340
  "title": "",
16080
16341
  "enum": ["Yes", "No"]
16342
+ },
16343
+ "detailsAnalysis": {
16344
+ "type": "object",
16345
+ "additionalProperties": true,
16346
+ "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
16347
  }
16082
16348
  },
16083
16349
  "baspi4Required": ["yesNo"],
@@ -18042,13 +18308,6 @@
18042
18308
  "ta10Required": ["fittedOrFreestanding"]
18043
18309
  }
18044
18310
  }
18045
- },
18046
- {
18047
- "properties": {
18048
- "isIncludedOrExcluded": {
18049
- "enum": ["None"]
18050
- }
18051
- }
18052
18311
  }
18053
18312
  ]
18054
18313
  }
@@ -21480,6 +21739,7 @@
21480
21739
  "ta6ed6Ref": "12.1.2",
21481
21740
  "piqRef": "A7.1.2",
21482
21741
  "title": "Supplier",
21742
+ "ta6ed6Title": "Provider's name",
21483
21743
  "type": "string"
21484
21744
  },
21485
21745
  "electricityMeter": {
@@ -21501,6 +21761,7 @@
21501
21761
  "ta6Ref": "13.1b1",
21502
21762
  "ta6ed6Ref": "12.1.3",
21503
21763
  "title": "Describe the location of the meter",
21764
+ "ta6ed6Title": "Location of meter",
21504
21765
  "type": "string",
21505
21766
  "minLength": 1
21506
21767
  },
@@ -21514,6 +21775,7 @@
21514
21775
  "mpan": {
21515
21776
  "ta6ed6Ref": "12.1.4",
21516
21777
  "title": "Meter Point Administration Number (MPAN)",
21778
+ "ta6ed6Title": "MPAN number",
21517
21779
  "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
21780
  "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
21781
  "type": "string"
@@ -21564,6 +21826,7 @@
21564
21826
  "ta6ed6Ref": "5.6",
21565
21827
  "sef25Ref": "S1",
21566
21828
  "title": "Solar or photovoltaic panels",
21829
+ "ta6ed6Title": "Has a solar power system for generating electricity, hot water or heating been installed at the property?",
21567
21830
  "type": "object",
21568
21831
  "properties": {
21569
21832
  "yesNo": {
@@ -21630,6 +21893,7 @@
21630
21893
  "rdsRef": "Objects/Installation",
21631
21894
  "piqRef": "B4.4.2",
21632
21895
  "title": "What year were they installed?",
21896
+ "ta6ed6Title": "Which year was the system installed? (YYYY)",
21633
21897
  "type": "integer"
21634
21898
  },
21635
21899
  "panelsOwnedOutright": {
@@ -21643,6 +21907,7 @@
21643
21907
  "rdsRef": "Objects/Ownership",
21644
21908
  "piqRef": "B4.4.3",
21645
21909
  "title": "Do you own the panels, and all equipment related to them, outright?",
21910
+ "ta6ed6Title": "Do you own the system outright?",
21646
21911
  "type": "object",
21647
21912
  "properties": {
21648
21913
  "yesNo": {
@@ -21655,6 +21920,11 @@
21655
21920
  "type": "string",
21656
21921
  "title": "",
21657
21922
  "enum": ["Yes", "No"]
21923
+ },
21924
+ "detailsAnalysis": {
21925
+ "type": "object",
21926
+ "additionalProperties": true,
21927
+ "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
21928
  }
21659
21929
  },
21660
21930
  "baspi4Required": ["yesNo"],
@@ -21740,6 +22010,7 @@
21740
22010
  "rdsRef": "Objects/Ownership",
21741
22011
  "piqRef": "B4.4.4",
21742
22012
  "title": "Is there an existing long lease of the roof/air space granted to a panel provider?",
22013
+ "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
22014
  "type": "object",
21744
22015
  "properties": {
21745
22016
  "yesNo": {
@@ -21750,6 +22021,11 @@
21750
22021
  "type": "string",
21751
22022
  "title": "",
21752
22023
  "enum": ["Yes", "No"]
22024
+ },
22025
+ "detailsAnalysis": {
22026
+ "type": "object",
22027
+ "additionalProperties": true,
22028
+ "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
22029
  }
21754
22030
  },
21755
22031
  "baspi4Required": ["yesNo"],
@@ -21919,6 +22195,7 @@
21919
22195
  "ta6ed6Ref": "5.6f",
21920
22196
  "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
21921
22197
  "title": "Photovoltaic batteries",
22198
+ "ta6ed6Title": "Is there a battery for storing solar power?",
21922
22199
  "type": "object",
21923
22200
  "properties": {
21924
22201
  "yesNo": {
@@ -21980,6 +22257,7 @@
21980
22257
  "ta6ed6Ref": "5.6g",
21981
22258
  "rdsRef": "Objects/isExternallyConnected=yes|no|true|false,Connection,Objects/ExternalConnection",
21982
22259
  "title": "Is the system connected to the National Grid?",
22260
+ "ta6ed6Title": "Does the system feed into the National Grid?",
21983
22261
  "type": "object",
21984
22262
  "properties": {
21985
22263
  "yesNo": {
@@ -22222,6 +22500,7 @@
22222
22500
  "serviceProviderName": {
22223
22501
  "ta6ed6Ref": "12.6.4",
22224
22502
  "title": "Service provider name",
22503
+ "ta6ed6Title": "Service provider's name",
22225
22504
  "type": "string"
22226
22505
  }
22227
22506
  },
@@ -22571,6 +22850,7 @@
22571
22850
  "ta6ed6Ref": "12.3.2",
22572
22851
  "piqRef": "A7.1.8",
22573
22852
  "title": "Supplier",
22853
+ "ta6ed6Title": "Provider's name",
22574
22854
  "type": "string",
22575
22855
  "minLength": 1
22576
22856
  },
@@ -22597,6 +22877,7 @@
22597
22877
  "ta6Ref": "13.3b1",
22598
22878
  "ta6ed6Ref": "12.3.3",
22599
22879
  "title": "Describe the location of the stopcock",
22880
+ "ta6ed6Title": "Location of stopcock",
22600
22881
  "type": "string",
22601
22882
  "minLength": 1
22602
22883
  },
@@ -22666,6 +22947,7 @@
22666
22947
  "ta6ed6Ref": "12.3.4",
22667
22948
  "con29DWRef": "3.6",
22668
22949
  "title": "Describe the location of the meter",
22950
+ "ta6ed6Title": "Location of meter (if any)",
22669
22951
  "type": "string",
22670
22952
  "minLength": 1
22671
22953
  },
@@ -22915,6 +23197,7 @@
22915
23197
  "ta6ed6Ref": "11.5b",
22916
23198
  "con29DWRef": "2.2",
22917
23199
  "title": "Mains surface water drainage",
23200
+ "ta6ed6Title": "Surface water drainage?",
22918
23201
  "type": "object",
22919
23202
  "properties": {
22920
23203
  "yesNo": {
@@ -23002,6 +23285,7 @@
23002
23285
  "ta6ed6Ref": "11.5a",
23003
23286
  "con29DWRef": "2.1",
23004
23287
  "title": "Mains foul drainage / sewerage",
23288
+ "ta6ed6Title": "Foul water drainage?",
23005
23289
  "type": "object",
23006
23290
  "baspi4Required": ["yesNo"],
23007
23291
  "baspi5Required": ["yesNo"],
@@ -23165,6 +23449,7 @@
23165
23449
  "ta6ed6Ref": "11.7h",
23166
23450
  "piqRef": "A7.1.29",
23167
23451
  "title": "Do other properties connect to the septic tank, cesspit or sewerage treatment plant?",
23452
+ "ta6ed6Title": "Is the use of the sewerage system shared with other properties?",
23168
23453
  "type": "object",
23169
23454
  "properties": {
23170
23455
  "yesNo": {
@@ -23235,6 +23520,7 @@
23235
23520
  "ta6ed6Ref": "11.7i",
23236
23521
  "piqRef": "A7.1.30",
23237
23522
  "title": "Is any part of the septic tank, cesspit or sewerage treatment plant located on someone else's land?",
23523
+ "ta6ed6Title": "Is any part of the sewerage system, or the access to it, outside the boundary of the property?",
23238
23524
  "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
23525
  "type": "object",
23240
23526
  "properties": {
@@ -23272,6 +23558,7 @@
23272
23558
  "ta6Ref": "12.10.2",
23273
23559
  "ta6ed6Ref": "11.7i",
23274
23560
  "title": "Please supply a plan showing the location of the system and how access is obtained.",
23561
+ "ta6ed6Title": "Supply a plan showing the location of the system and how access is obtained.",
23275
23562
  "type": "string",
23276
23563
  "enum": ["Attached", "To follow"]
23277
23564
  }
@@ -23353,7 +23640,11 @@
23353
23640
  "enum": [
23354
23641
  "Yes",
23355
23642
  "No, the effluent is discharged through a soakaway system."
23356
- ]
23643
+ ],
23644
+ "ta6ed6EnumNames": {
23645
+ "Yes": "Surface water",
23646
+ "No, the effluent is discharged through a soakaway system.": "Ground"
23647
+ }
23357
23648
  }
23358
23649
  },
23359
23650
  "baspi4Required": ["yesNo"],
@@ -23373,6 +23664,7 @@
23373
23664
  "hasInfiltrationSystem": {
23374
23665
  "ta6ed6Ref": "11.7g",
23375
23666
  "title": "Does the sewerage system have an infiltration system?",
23667
+ "ta6ed6Title": "If the sewerage system discharges to the ground, does it have an infiltration system?",
23376
23668
  "type": "object",
23377
23669
  "ta6ed6Required": ["yesNo"],
23378
23670
  "properties": {
@@ -23427,6 +23719,7 @@
23427
23719
  "dateDischargeCommenced": {
23428
23720
  "ta6ed6Ref": "11.7a",
23429
23721
  "title": "When did the discharge commence?",
23722
+ "ta6ed6Title": "When did the discharge commence? (MM/YYYY)",
23430
23723
  "type": "string",
23431
23724
  "oneOf": [
23432
23725
  {
@@ -23440,6 +23733,7 @@
23440
23733
  "dateInstalled": {
23441
23734
  "ta6ed6Ref": "11.7b",
23442
23735
  "title": "When was the system installed?",
23736
+ "ta6ed6Title": "When was the system installed? (MM/YYYY)",
23443
23737
  "type": "string",
23444
23738
  "format": "date"
23445
23739
  },
@@ -23449,6 +23743,7 @@
23449
23743
  "ta6Ref": "12.5.1",
23450
23744
  "ta6ed6Ref": "11.7c",
23451
23745
  "title": "When was the system last replaced or upgraded?",
23746
+ "ta6ed6Title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)",
23452
23747
  "type": "string",
23453
23748
  "format": "date"
23454
23749
  },
@@ -23459,6 +23754,7 @@
23459
23754
  "ta6ed6Ref": "11.7d",
23460
23755
  "piqRef": "A7.1.24",
23461
23756
  "title": "Date last emptied",
23757
+ "ta6ed6Title": "If a cesspool, when was the container last emptied? (MM/YYYY)",
23462
23758
  "type": "string",
23463
23759
  "format": "date"
23464
23760
  }
@@ -23489,6 +23785,7 @@
23489
23785
  "dateDischargeCommenced": {
23490
23786
  "ta6ed6Ref": "11.7a",
23491
23787
  "title": "When did the discharge commence?",
23788
+ "ta6ed6Title": "When did the discharge commence? (MM/YYYY)",
23492
23789
  "type": "string",
23493
23790
  "oneOf": [
23494
23791
  {
@@ -23502,12 +23799,14 @@
23502
23799
  "dateInstalled": {
23503
23800
  "ta6ed6Ref": "11.7b",
23504
23801
  "title": "Date installed",
23802
+ "ta6ed6Title": "When was the system installed? (MM/YYYY)",
23505
23803
  "type": "string",
23506
23804
  "format": "date"
23507
23805
  },
23508
23806
  "dateReplaced": {
23509
23807
  "ta6ed6Ref": "11.7c",
23510
23808
  "title": "When was the system last replaced or upgraded?",
23809
+ "ta6ed6Title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)",
23511
23810
  "type": "string",
23512
23811
  "format": "date"
23513
23812
  },
@@ -23518,6 +23817,7 @@
23518
23817
  "ta6ed6Ref": "11.7d",
23519
23818
  "piqRef": "A7.1.26",
23520
23819
  "title": "Date last emptied",
23820
+ "ta6ed6Title": "If a cesspool, when was the container last emptied? (MM/YYYY)",
23521
23821
  "type": "string",
23522
23822
  "format": "date"
23523
23823
  }
@@ -23539,6 +23839,7 @@
23539
23839
  "dateDischargeCommenced": {
23540
23840
  "ta6ed6Ref": "11.7a",
23541
23841
  "title": "When did the discharge commence?",
23842
+ "ta6ed6Title": "When did the discharge commence? (MM/YYYY)",
23542
23843
  "type": "string",
23543
23844
  "oneOf": [
23544
23845
  {
@@ -23552,6 +23853,7 @@
23552
23853
  "supplier": {
23553
23854
  "ta6ed6Ref": "12.5.2",
23554
23855
  "title": "Provider name",
23856
+ "ta6ed6Title": "Provider's name",
23555
23857
  "type": "string"
23556
23858
  },
23557
23859
  "makeModel": {
@@ -23562,6 +23864,7 @@
23562
23864
  "serviceProviderName": {
23563
23865
  "ta6ed6Ref": "12.5.4",
23564
23866
  "title": "Service provider name",
23867
+ "ta6ed6Title": "Service provider's name",
23565
23868
  "type": "string"
23566
23869
  },
23567
23870
  "dateInstalled": {
@@ -23570,12 +23873,14 @@
23570
23873
  "ta6Ref": "12.9",
23571
23874
  "ta6ed6Ref": "11.7b",
23572
23875
  "title": "When was the system installed",
23876
+ "ta6ed6Title": "When was the system installed? (MM/YYYY)",
23573
23877
  "type": "string",
23574
23878
  "format": "date"
23575
23879
  },
23576
23880
  "dateReplaced": {
23577
23881
  "ta6ed6Ref": "11.7c",
23578
23882
  "title": "When was the system last replaced or upgraded?",
23883
+ "ta6ed6Title": "When was the sewerage system last replaced or upgraded? (MM/YYYY)",
23579
23884
  "type": "string",
23580
23885
  "format": "date"
23581
23886
  },
@@ -23585,6 +23890,7 @@
23585
23890
  "ta6Ref": "12.8",
23586
23891
  "ta6ed6Ref": "11.7e",
23587
23892
  "title": "When was the treatment plant last serviced",
23893
+ "ta6ed6Title": "If the property is served by a sewage treatment plant, when was the treatment plant last serviced? (MM/YYYY)",
23588
23894
  "type": "string",
23589
23895
  "format": "date"
23590
23896
  },
@@ -24138,6 +24444,7 @@
24138
24444
  "rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
24139
24445
  "piqRef": "A7.3",
24140
24446
  "title": "Heating",
24447
+ "ta6ed6Title": "Heating systems",
24141
24448
  "type": "object",
24142
24449
  "baspi4Required": ["heatingSystem"],
24143
24450
  "baspi5Required": ["heatingSystem"],
@@ -24184,6 +24491,7 @@
24184
24491
  "ta6ed6Ref": "11.4.1",
24185
24492
  "piqRef": "A7.3.1",
24186
24493
  "title": "What type of heating system does the property have?",
24494
+ "ta6ed6Title": "How is the property heated? Tick all that apply",
24187
24495
  "type": "string",
24188
24496
  "enum": [
24189
24497
  "Central heating",
@@ -24191,6 +24499,11 @@
24191
24499
  "Room heaters only",
24192
24500
  "None"
24193
24501
  ]
24502
+ },
24503
+ "detailsAnalysis": {
24504
+ "type": "object",
24505
+ "additionalProperties": true,
24506
+ "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
24507
  }
24195
24508
  },
24196
24509
  "discriminator": {
@@ -24321,8 +24634,8 @@
24321
24634
  "baspi5Ref": "A7.1.0",
24322
24635
  "ta6Ref": "13.2b",
24323
24636
  "ta6ed6Ref": "12.2.2",
24324
- "ta6ed6Title": "Provider",
24325
24637
  "title": "Supplier",
24638
+ "ta6ed6Title": "Provider",
24326
24639
  "type": "string"
24327
24640
  },
24328
24641
  "gasMeter": {
@@ -24340,6 +24653,7 @@
24340
24653
  "ta6Ref": "13.2c1",
24341
24654
  "ta6ed6Ref": "12.2.3",
24342
24655
  "title": "Describe the location of the meter",
24656
+ "ta6ed6Title": "Location of meter",
24343
24657
  "type": "string",
24344
24658
  "minLength": 1
24345
24659
  },
@@ -24353,6 +24667,7 @@
24353
24667
  "mprn": {
24354
24668
  "ta6ed6Ref": "12.2.4",
24355
24669
  "title": "Meter Point Reference Number (MPRN)",
24670
+ "ta6ed6Title": "MPRN number",
24356
24671
  "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
24672
  "type": "string"
24358
24673
  }
@@ -24420,6 +24735,7 @@
24420
24735
  "ta6ed6Ref": "11.4a",
24421
24736
  "piqRef": "A7.4.1",
24422
24737
  "title": "When was the heating system installed?",
24738
+ "ta6ed6Title": "When was the heating system installed? (DD/MM/YYYY)",
24423
24739
  "type": "string",
24424
24740
  "oneOf": [
24425
24741
  {
@@ -24473,6 +24789,7 @@
24473
24789
  "boilerInstallationDate": {
24474
24790
  "ta6ed6Ref": "11.4b2",
24475
24791
  "title": "When was the boiler installed?",
24792
+ "ta6ed6Title": "If there is a boiler (of any kind) when was it installed? (DD/MM/YYYY)",
24476
24793
  "type": "string",
24477
24794
  "oneOf": [
24478
24795
  {
@@ -24523,7 +24840,7 @@
24523
24840
  {
24524
24841
  "properties": {
24525
24842
  "yesNo": {
24526
- "enum": ["No"]
24843
+ "enum": ["No", "Not known"]
24527
24844
  }
24528
24845
  }
24529
24846
  },
@@ -24551,6 +24868,7 @@
24551
24868
  "ta6ed6Ref": "11.4g1",
24552
24869
  "piqRef": "A7.5.1",
24553
24870
  "title": "When was the heating system last serviced or maintained?",
24871
+ "ta6ed6Title": "In what year was the boiler and heating system last serviced or maintained?",
24554
24872
  "type": "string",
24555
24873
  "oneOf": [
24556
24874
  {
@@ -24567,11 +24885,10 @@
24567
24885
  "ta6Ref": "12.3d2",
24568
24886
  "ta6ed6Ref": "11.4g2",
24569
24887
  "title": "Please provide a copy of the service or maintenance works report.",
24888
+ "ta6ed6Title": "Please supply a copy of any service report.",
24570
24889
  "type": "string",
24571
24890
  "enum": ["Attached", "To follow", "Not available"],
24572
- "ta6ed6Enum": ["Attached", "To follow"],
24573
- "ta6ed6CompatRef": "TA6ED6-COMPAT.11.4.g2",
24574
- "ta6ed6CompatEnum": ["Attached", "To follow"]
24891
+ "ta6ed6Enum": ["Attached", "To follow"]
24575
24892
  },
24576
24893
  "heatingInGoodWorkingOrder": {
24577
24894
  "baspi4Ref": "A7.4.3",
@@ -24606,7 +24923,7 @@
24606
24923
  {
24607
24924
  "properties": {
24608
24925
  "yesNo": {
24609
- "enum": ["Yes"]
24926
+ "enum": ["Yes", "Not known"]
24610
24927
  }
24611
24928
  }
24612
24929
  },
@@ -24803,6 +25120,7 @@
24803
25120
  "ta6Ref": "13",
24804
25121
  "ta6ed6Ref": "12",
24805
25122
  "title": "Connectivity",
25123
+ "ta6ed6Title": "Connection to services",
24806
25124
  "type": "object",
24807
25125
  "baspi4Required": [
24808
25126
  "telephone",
@@ -24876,6 +25194,7 @@
24876
25194
  "ta6ed6Ref": "12.7.2",
24877
25195
  "piqRef": "A7.1.12",
24878
25196
  "title": "Supplier",
25197
+ "ta6ed6Title": "Provider's name",
24879
25198
  "type": "string"
24880
25199
  }
24881
25200
  },
@@ -25073,6 +25392,7 @@
25073
25392
  "providerName": {
25074
25393
  "ta6ed6Ref": "12.8.2",
25075
25394
  "title": "Provider name",
25395
+ "ta6ed6Title": "Provider's name",
25076
25396
  "type": "string"
25077
25397
  }
25078
25398
  },
@@ -25265,6 +25585,7 @@
25265
25585
  "otherServices": {
25266
25586
  "ta6ed6Ref": "12.9.1",
25267
25587
  "title": "Details of any other services",
25588
+ "ta6ed6Title": "If there are any other services, please give details",
25268
25589
  "type": "string"
25269
25590
  }
25270
25591
  }
@@ -25284,6 +25605,7 @@
25284
25605
  "isInsured",
25285
25606
  "difficultiesObtainingInsurance"
25286
25607
  ],
25608
+ "sef25Required": ["isInsured"],
25287
25609
  "properties": {
25288
25610
  "difficultiesObtainingInsurance": {
25289
25611
  "baspi4Ref": "A8.1.2.1",
@@ -25293,8 +25615,8 @@
25293
25615
  "ta6ed6Ref": "7.2",
25294
25616
  "piqRef": "A8.1",
25295
25617
  "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
25618
  "ta6ed6Title": "Are you aware of the property insurance ever being difficult to obtain or subject to special conditions?",
25619
+ "ta6Title": "Has any buildings insurance taken out by the seller ever been:",
25298
25620
  "type": "object",
25299
25621
  "baspi4Required": [
25300
25622
  "abnormalRiseInPremiums",
@@ -25339,6 +25661,11 @@
25339
25661
  "type": "string",
25340
25662
  "title": "",
25341
25663
  "enum": ["Yes", "No"]
25664
+ },
25665
+ "detailsAnalysis": {
25666
+ "type": "object",
25667
+ "additionalProperties": true,
25668
+ "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
25669
  }
25343
25670
  },
25344
25671
  "baspi4Required": ["yesNo"],
@@ -25397,6 +25724,11 @@
25397
25724
  "type": "string",
25398
25725
  "title": "",
25399
25726
  "enum": ["Yes", "No"]
25727
+ },
25728
+ "detailsAnalysis": {
25729
+ "type": "object",
25730
+ "additionalProperties": true,
25731
+ "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
25732
  }
25401
25733
  },
25402
25734
  "baspi4Required": ["yesNo"],
@@ -25455,6 +25787,11 @@
25455
25787
  "type": "string",
25456
25788
  "title": "",
25457
25789
  "enum": ["Yes", "No"]
25790
+ },
25791
+ "detailsAnalysis": {
25792
+ "type": "object",
25793
+ "additionalProperties": true,
25794
+ "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
25795
  }
25459
25796
  },
25460
25797
  "baspi4Required": ["yesNo"],
@@ -25513,6 +25850,11 @@
25513
25850
  "type": "string",
25514
25851
  "title": "",
25515
25852
  "enum": ["Yes", "No"]
25853
+ },
25854
+ "detailsAnalysis": {
25855
+ "type": "object",
25856
+ "additionalProperties": true,
25857
+ "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
25858
  }
25517
25859
  },
25518
25860
  "baspi4Required": ["yesNo"],
@@ -25561,10 +25903,11 @@
25561
25903
  "rdsRef": "Insurance/isInsured=no|yes|true|false",
25562
25904
  "ta6Ref": "6.1",
25563
25905
  "ta6ed6Ref": "7.1",
25906
+ "sef25Ref": "I1.2",
25564
25907
  "piqRef": "A8.2",
25565
25908
  "title": "Do you currently insure the property?",
25566
- "ta6Title": "Does the seller insure the property?",
25567
25909
  "ta6ed6Title": "Do you insure the property?",
25910
+ "ta6Title": "Does the seller insure the property?",
25568
25911
  "type": "string",
25569
25912
  "enum": ["Yes", "No"]
25570
25913
  }
@@ -25619,8 +25962,8 @@
25619
25962
  "ta6ed6Ref": "7.3",
25620
25963
  "sef25Ref": "I1.1",
25621
25964
  "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
25965
  "ta6ed6Title": "Have you made any buildings insurance claims?",
25966
+ "Title": "Has the seller made any buildings insurance claims?",
25624
25967
  "type": "object",
25625
25968
  "properties": {
25626
25969
  "yesNo": {
@@ -25632,6 +25975,11 @@
25632
25975
  "type": "string",
25633
25976
  "title": "",
25634
25977
  "enum": ["Yes", "No"]
25978
+ },
25979
+ "detailsAnalysis": {
25980
+ "type": "object",
25981
+ "additionalProperties": true,
25982
+ "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
25983
  }
25636
25984
  },
25637
25985
  "baspi4Required": ["yesNo"],
@@ -25660,6 +26008,7 @@
25660
26008
  "baspi5Ref": "A8.2.1",
25661
26009
  "ta6Ref": "6.5.2",
25662
26010
  "ta6ed6Ref": "7.3.2",
26011
+ "sef25Ref": "I1.1.2",
25663
26012
  "title": "Provide details",
25664
26013
  "ta6ed6Title": "Give details, including the date(s) of any claim(s) and how they were resolved",
25665
26014
  "type": "string",
@@ -25669,7 +26018,8 @@
25669
26018
  "baspi4Required": ["details"],
25670
26019
  "baspi5Required": ["details"],
25671
26020
  "ta6Required": ["details"],
25672
- "ta6ed6Required": ["details"]
26021
+ "ta6ed6Required": ["details"],
26022
+ "sef25Required": ["details"]
25673
26023
  }
25674
26024
  ]
25675
26025
  }
@@ -25694,6 +26044,7 @@
25694
26044
  "ta6ed6CompatRef": "TA6ED6-COMPAT.9",
25695
26045
  "sef25Ref": "R1",
25696
26046
  "title": "Rights and Informal Arrangements",
26047
+ "ta6ed6Title": "Rights and informal arrangements",
25697
26048
  "type": "object",
25698
26049
  "baspi4Required": [
25699
26050
  "sharedContributions",
@@ -25733,6 +26084,7 @@
25733
26084
  "ta6ed6CompatRef": "TA6ED6-COMPAT.9.2",
25734
26085
  "piqRef": "A10.1",
25735
26086
  "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?",
26087
+ "ta6ed6Title": "Have you been asked to contribute towards the cost of the jointly used facilities?",
25736
26088
  "type": "object",
25737
26089
  "properties": {
25738
26090
  "yesNo": {
@@ -25750,8 +26102,9 @@
25750
26102
  "baspi5Required": ["yesNo"],
25751
26103
  "ta6Required": ["yesNo"],
25752
26104
  "ta6ed6Required": ["yesNo"],
25753
- "ta6ed6CompatRequired": ["yesNo"],
25754
- "ta6ed6Title": "Have you been asked to contribute towards the cost of the jointly used facilities?",
26105
+ "ta6ed6CompatRequired": [
26106
+ "yesNo"
26107
+ ],
25755
26108
  "ta6ed6Description": "If yes, give details of how much, how often and who you pay:",
25756
26109
  "discriminator": {
25757
26110
  "propertyName": "yesNo"
@@ -25761,7 +26114,7 @@
25761
26114
  "properties": {
25762
26115
  "yesNo": {
25763
26116
  "ta6ed6CompatRef": "TA6ED6-COMPAT.9.2.1.no",
25764
- "enum": ["No"],
26117
+ "enum": ["No", "Not applicable"],
25765
26118
  "ta6ed6Enum": ["No", "Not applicable"],
25766
26119
  "ta6ed6CompatEnum": ["No", "Not applicable"]
25767
26120
  }
@@ -25778,8 +26131,8 @@
25778
26131
  "ta6Ref": "8.1.2",
25779
26132
  "ta6ed6Ref": "9.2.2",
25780
26133
  "piqRef": "A10.1.2",
25781
- "ta6ed6Title": "Please give details of how much, how often and who you pay:",
25782
26134
  "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",
26135
+ "ta6ed6Title": "Please give details of how much, how often and who you pay",
25783
26136
  "type": "string",
25784
26137
  "minLength": 1
25785
26138
  },
@@ -25878,8 +26231,8 @@
25878
26231
  "ta6Ref": "8.2.2",
25879
26232
  "ta6ed6Ref": "9.1.2",
25880
26233
  "piqRef": "A10.2.2",
25881
- "ta6ed6Title": "Please give details",
25882
26234
  "title": "Please give details and provide a plan showing the route of the access, parking etc",
26235
+ "ta6ed6Title": "Please give details",
25883
26236
  "type": "string",
25884
26237
  "minLength": 1
25885
26238
  },
@@ -25969,7 +26322,7 @@
25969
26322
  "properties": {
25970
26323
  "yesNo": {
25971
26324
  "ta6ed6CompatRef": "TA6ED6-COMPAT.9.3.1.no",
25972
- "enum": ["No"],
26325
+ "enum": ["No", "Not known"],
25973
26326
  "ta6ed6Enum": ["No", "Not known"],
25974
26327
  "ta6ed6CompatEnum": ["No", "Not known"]
25975
26328
  }
@@ -26007,6 +26360,7 @@
26007
26360
  "ta6ed6Ref": "9.4",
26008
26361
  "sef25Ref": "R1",
26009
26362
  "title": "Do you know if any of the following rights or arrangements affect the property?",
26363
+ "ta6ed6Title": "Do the owners of any other properties exercise any rights or arrangements over the property?",
26010
26364
  "type": "object",
26011
26365
  "ntsRequired": ["publicRightOfWay"],
26012
26366
  "nts2Required": ["publicRightOfWay"],
@@ -26580,6 +26934,7 @@
26580
26934
  "disagreementOrComplaint": {
26581
26935
  "ta6ed6Ref": "9.6",
26582
26936
  "title": "Are you aware of any disagreement or complaint about any such rights?",
26937
+ "ta6ed6Title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
26583
26938
  "type": "object",
26584
26939
  "properties": {
26585
26940
  "yesNo": {
@@ -26608,6 +26963,7 @@
26608
26963
  "details": {
26609
26964
  "ta6ed6Ref": "9.6.2",
26610
26965
  "title": "Details",
26966
+ "ta6ed6Title": "Please give details",
26611
26967
  "type": "string",
26612
26968
  "minLength": 1
26613
26969
  }
@@ -26655,6 +27011,7 @@
26655
27011
  "disagreementOrComplaint": {
26656
27012
  "ta6ed6Ref": "9.6",
26657
27013
  "title": "Are you aware of any disagreement or complaint about any such arrangements?",
27014
+ "ta6ed6Title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
26658
27015
  "type": "object",
26659
27016
  "properties": {
26660
27017
  "yesNo": {
@@ -26682,6 +27039,7 @@
26682
27039
  },
26683
27040
  "details": {
26684
27041
  "ta6ed6Ref": "9.6.2",
27042
+ "ta6ed6Title": "Please give details",
26685
27043
  "type": "string",
26686
27044
  "minLength": 1
26687
27045
  }
@@ -26709,6 +27067,7 @@
26709
27067
  "piqRef": "A11.1",
26710
27068
  "sef25Ref": "E1",
26711
27069
  "title": "Environmental Issues Affecting the Property",
27070
+ "ta6ed6Title": "Environmental matters",
26712
27071
  "type": "object",
26713
27072
  "baspi4Required": ["flooding", "radon", "otherEnvironmental"],
26714
27073
  "baspi5Required": [
@@ -26952,6 +27311,7 @@
26952
27311
  "ta6Ref": "7.1",
26953
27312
  "ta6ed6Ref": "8.1",
26954
27313
  "title": "Historical flooding",
27314
+ "ta6ed6Title": "Are you aware of the property or any part of it ever being flooded?",
26955
27315
  "type": "object",
26956
27316
  "baspi4Required": ["hasBeenFlooded"],
26957
27317
  "baspi5Required": ["hasBeenFlooded"],
@@ -26960,8 +27320,9 @@
26960
27320
  "ntslRequired": ["hasBeenFlooded"],
26961
27321
  "ntsl2Required": ["hasBeenFlooded"],
26962
27322
  "ta6Required": ["hasBeenFlooded"],
26963
- "ta6ed6Required": ["hasBeenFlooded"],
26964
- "ta6ed6Title": "Are you aware of the property or any part of it ever being flooded?",
27323
+ "ta6ed6Required": [
27324
+ "hasBeenFlooded"
27325
+ ],
26965
27326
  "ta6ed6Description": "If yes, what type of flooding took place?",
26966
27327
  "properties": {
26967
27328
  "hasBeenFlooded": {
@@ -26975,6 +27336,7 @@
26975
27336
  "ta6ed6Ref": "8.1.1",
26976
27337
  "sef25Ref": "E1.2",
26977
27338
  "title": "Has the property been flooded in the last 5 years?",
27339
+ "ta6ed6Title": "Are you aware of the property or any part of it ever being flooded?",
26978
27340
  "ta6Title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
26979
27341
  "type": "string",
26980
27342
  "enum": ["Yes", "No"]
@@ -27006,8 +27368,8 @@
27006
27368
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
27007
27369
  "ta6Ref": "7.2",
27008
27370
  "ta6ed6Ref": "8.1",
27009
- "ta6ed6Title": "If yes, what type of flooding took place?",
27010
27371
  "title": "What type of flooding occurred?",
27372
+ "ta6ed6Title": "What type of flooding took place?",
27011
27373
  "type": "array",
27012
27374
  "items": {
27013
27375
  "type": "string",
@@ -27030,8 +27392,8 @@
27030
27392
  "baspi5Ref": "A11.1.2.1",
27031
27393
  "ta6Ref": "7.1.2",
27032
27394
  "ta6ed6Ref": "8.1.2",
27033
- "ta6ed6Title": "Give details about the date(s) any flooding occurred and which parts flooded:",
27034
27395
  "title": "Please state when the flooding occurred and identify the parts that flooded",
27396
+ "ta6ed6Title": "Give details about the date(s) any flooding occurred and which parts flooded",
27035
27397
  "type": "string",
27036
27398
  "minLength": 1
27037
27399
  }
@@ -27052,11 +27414,13 @@
27052
27414
  "ntsl2Ref": "C3.1.1.3",
27053
27415
  "ta6ed6Ref": "8.2",
27054
27416
  "title": "Flood defences",
27417
+ "ta6ed6Title": "Are you aware of any defences installed at the property to prevent flooding?",
27055
27418
  "type": "object",
27056
27419
  "nts2Required": ["hasFloodDefences"],
27057
27420
  "ntsl2Required": ["hasFloodDefences"],
27058
- "ta6ed6Required": ["hasFloodDefences"],
27059
- "ta6ed6Title": "Are you aware of any defences installed at the property to prevent flooding?",
27421
+ "ta6ed6Required": [
27422
+ "hasFloodDefences"
27423
+ ],
27060
27424
  "ta6ed6Description": "If yes, please give details:",
27061
27425
  "properties": {
27062
27426
  "hasFloodDefences": {
@@ -27064,6 +27428,7 @@
27064
27428
  "ntsl2Ref": "C3.1.1.3.1",
27065
27429
  "ta6ed6Ref": "8.2.1",
27066
27430
  "title": "Are there any defences to prevent flooding installed at the property?",
27431
+ "ta6ed6Title": "Are you aware of any defences installed at the property to prevent flooding?",
27067
27432
  "type": "string",
27068
27433
  "enum": ["Yes", "No"]
27069
27434
  }
@@ -27088,8 +27453,8 @@
27088
27453
  "nts2Ref": "C3.1.1.3.2",
27089
27454
  "ntsl2Ref": "C3.1.1.3.2",
27090
27455
  "ta6ed6Ref": "8.2.2",
27091
- "ta6ed6Title": "Please give details:",
27092
27456
  "title": "Please provide details",
27457
+ "ta6ed6Title": "Please give details",
27093
27458
  "type": "string",
27094
27459
  "minLength": 1
27095
27460
  }
@@ -27242,6 +27607,7 @@
27242
27607
  "ta6Ref": "7.4",
27243
27608
  "ta6ed6Ref": "8.3",
27244
27609
  "title": "Has a Radon test been carried out on the property?",
27610
+ "ta6ed6Title": "Are you aware of any radon tests that have been carried out on the property?",
27245
27611
  "type": "object",
27246
27612
  "properties": {
27247
27613
  "yesNo": {
@@ -27283,6 +27649,7 @@
27283
27649
  "ta6ed6Ref": "8.3.1a",
27284
27650
  "ta6Ref": "7.4b",
27285
27651
  "title": "Was the test result was below the recommended action level?",
27652
+ "ta6ed6Title": "Was the test result below the 'recommended action level'?",
27286
27653
  "type": "string",
27287
27654
  "enum": ["Yes", "No"]
27288
27655
  },
@@ -27292,6 +27659,7 @@
27292
27659
  "ta6ed6Ref": "8.3.1b",
27293
27660
  "ta6Ref": "7.4a",
27294
27661
  "title": "Please supply a copy of the report",
27662
+ "ta6ed6Title": "Supply a copy of the report",
27295
27663
  "type": "string",
27296
27664
  "enum": ["Attached", "To follow"]
27297
27665
  }
@@ -27310,6 +27678,7 @@
27310
27678
  "ta6ed6Ref": "8.4",
27311
27679
  "ta6Ref": "7.5",
27312
27680
  "title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
27681
+ "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
27682
  "ta6ed6Description": "Measures could have been undertaken during construction or while adding an extension.",
27314
27683
  "type": "object",
27315
27684
  "properties": {
@@ -28340,7 +28709,7 @@
28340
28709
  {
28341
28710
  "properties": {
28342
28711
  "riskIndicator": {
28343
- "enum": ["No", "Not known"]
28712
+ "enum": ["No"]
28344
28713
  }
28345
28714
  }
28346
28715
  },
@@ -28604,6 +28973,7 @@
28604
28973
  "ta6ed6Ref": "15",
28605
28974
  "sef25Ref": "M1",
28606
28975
  "title": "Additional Information",
28976
+ "ta6ed6Title": "Additional information about your answers",
28607
28977
  "type": "object",
28608
28978
  "baspi4Required": [
28609
28979
  "restrictionsOnUseNotCompliedWith",
@@ -28636,12 +29006,14 @@
28636
29006
  "consentsAttached": {
28637
29007
  "ta6ed6Ref": "15.1.2",
28638
29008
  "title": "List the consents that are attached",
29009
+ "ta6ed6Title": "Consents attached",
28639
29010
  "type": "string",
28640
29011
  "minLength": 1
28641
29012
  },
28642
29013
  "consentsToFollow": {
28643
29014
  "ta6ed6Ref": "15.1.3",
28644
29015
  "title": "List the consents to follow",
29016
+ "ta6ed6Title": "Consents to follow",
28645
29017
  "type": "string",
28646
29018
  "minLength": 1
28647
29019
  },
@@ -28656,6 +29028,7 @@
28656
29028
  "furtherInformation": {
28657
29029
  "ta6ed6Ref": "15.2",
28658
29030
  "title": "If there is any further information about any of your answers supplied, provide details below and/or supply additional documents.",
29031
+ "ta6ed6Title": "If there is any further information about any of your answers on this form, provide details below and/or supply additional documents.",
28659
29032
  "type": "object",
28660
29033
  "properties": {
28661
29034
  "details": {
@@ -28961,6 +29334,7 @@
28961
29334
  "ta6ed6CompatRef": "TA6ED6-COMPAT.2",
28962
29335
  "piqRef": "B3.1",
28963
29336
  "title": "Legal Boundaries",
29337
+ "ta6ed6Title": "Boundaries",
28964
29338
  "description": "",
28965
29339
  "type": "object",
28966
29340
  "baspi4Required": [
@@ -29010,6 +29384,11 @@
29010
29384
  "type": "string",
29011
29385
  "title": "",
29012
29386
  "enum": ["Yes", "No"]
29387
+ },
29388
+ "detailsAnalysis": {
29389
+ "type": "object",
29390
+ "additionalProperties": true,
29391
+ "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
29392
  }
29014
29393
  },
29015
29394
  "baspi4Required": ["yesNo"],
@@ -29057,6 +29436,11 @@
29057
29436
  "type": "string",
29058
29437
  "title": "",
29059
29438
  "enum": ["Yes", "No"]
29439
+ },
29440
+ "detailsAnalysis": {
29441
+ "type": "object",
29442
+ "additionalProperties": true,
29443
+ "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
29444
  }
29061
29445
  },
29062
29446
  "baspi4Required": ["yesNo"],
@@ -29103,6 +29487,11 @@
29103
29487
  "type": "string",
29104
29488
  "title": "",
29105
29489
  "enum": ["Yes", "No"]
29490
+ },
29491
+ "detailsAnalysis": {
29492
+ "type": "object",
29493
+ "additionalProperties": true,
29494
+ "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
29495
  }
29107
29496
  },
29108
29497
  "baspi4Required": ["yesNo"],
@@ -29158,6 +29547,11 @@
29158
29547
  "type": "string",
29159
29548
  "title": "",
29160
29549
  "enum": ["Yes", "No"]
29550
+ },
29551
+ "detailsAnalysis": {
29552
+ "type": "object",
29553
+ "additionalProperties": true,
29554
+ "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
29555
  }
29162
29556
  },
29163
29557
  "baspi4Required": ["yesNo"],
@@ -29204,125 +29598,104 @@
29204
29598
  "baspi4Required": ["areBoundariesUniform"],
29205
29599
  "baspi5Required": ["areBoundariesUniform"],
29206
29600
  "ta6Required": ["areBoundariesUniform"],
29207
- "ta6ed6Required": ["areBoundariesUniform"],
29208
29601
  "properties": {
29209
29602
  "areBoundariesUniform": {
29210
29603
  "baspi4Ref": "B2.1.0.1",
29211
29604
  "baspi5Ref": "B2.1.0.1",
29212
29605
  "ta6Ref": "1.2",
29213
- "ta6ed6Ref": "2.1",
29214
29606
  "title": "Are the boundaries uniform?",
29215
29607
  "type": "string",
29216
29608
  "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
29609
  },
29289
- {
29610
+ "uniformBoundaries": {
29611
+ "baspi4Ref": "B2.1.0.2",
29612
+ "baspi5Ref": "B2.1.0.2",
29613
+ "ta6Ref": "1.1",
29614
+ "ta6ed6Ref": "2.1",
29615
+ "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.",
29616
+ "ta6ed6Title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features",
29617
+ "ta6title": "Looking towards the property from the road, who owns or accepts responsibility to maintain or repair the boundary features:",
29618
+ "type": "object",
29290
29619
  "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"]
29620
+ "left": {
29621
+ "baspi4Ref": "B2.1.1",
29622
+ "baspi5Ref": "B2.1.1",
29623
+ "rdsRef": "Tenure/Boundaries",
29624
+ "ta6Ref": "1.1a",
29625
+ "ta6ed6Ref": "2.1a",
29626
+ "piqRef": "B3.1.1",
29627
+ "title": "On the left",
29628
+ "ta6ed6Title": "On the left?",
29629
+ "type": "string",
29630
+ "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29631
+ },
29632
+ "right": {
29633
+ "baspi4Ref": "B2.1.2",
29634
+ "baspi5Ref": "B2.1.2",
29635
+ "rdsRef": "Tenure/Boundaries",
29636
+ "ta6Ref": "1.1b",
29637
+ "ta6ed6Ref": "2.1b",
29638
+ "piqRef": "B3.1.2",
29639
+ "title": "On the right",
29640
+ "ta6ed6Title": "On the right?",
29641
+ "type": "string",
29642
+ "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29643
+ },
29644
+ "rear": {
29645
+ "baspi4Ref": "B2.1.3",
29646
+ "baspi5Ref": "B2.1.3",
29647
+ "rdsRef": "Tenure/Boundaries",
29648
+ "ta6Ref": "1.1c",
29649
+ "ta6ed6Ref": "2.1c",
29650
+ "piqRef": "B3.1.3",
29651
+ "title": "At the rear",
29652
+ "ta6ed6Title": "At the rear?",
29653
+ "type": "string",
29654
+ "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29655
+ },
29656
+ "front": {
29657
+ "baspi4Ref": "B2.1.4",
29658
+ "baspi5Ref": "B2.1.4",
29659
+ "rdsRef": "Tenure/Boundaries",
29660
+ "ta6Ref": "1.1d",
29661
+ "ta6ed6Ref": "2.1d",
29662
+ "piqRef": "B3.1.4",
29663
+ "title": "At the front",
29664
+ "ta6ed6Title": "At the front?",
29665
+ "type": "string",
29666
+ "enum": ["Seller", "Shared", "Neighbour", "Not known"]
29667
+ }
29668
+ },
29669
+ "baspi4Required": ["left", "right", "rear", "front"],
29670
+ "baspi5Required": ["left", "right", "rear", "front"],
29671
+ "ta6Required": ["left", "right", "rear", "front"],
29672
+ "ta6ed6Required": ["left", "right", "rear", "front"]
29317
29673
  },
29318
- {
29319
- "properties": {
29320
- "areBoundariesUniform": {
29321
- "enum": ["Not applicable"]
29322
- }
29323
- }
29674
+ "details": {
29675
+ "baspi4Ref": "B2.1.5",
29676
+ "baspi5Ref": "B2.1.5",
29677
+ "ta6Ref": "1.2.1",
29678
+ "ta6ed6Ref": "2.2.1",
29679
+ "title": "Please indicate ownership or those you have repaired by written description or marking them on a plan of the property",
29680
+ "ta6ed6Title": "If the boundaries of the property are irregular, indicate ownership by written description or by reference to a plan",
29681
+ "type": "string",
29682
+ "minLength": 1
29683
+ },
29684
+ "attachments": {
29685
+ "baspi4Ref": "B2.1.6",
29686
+ "baspi5Ref": "B2.1.6",
29687
+ "ta6Ref": "1.2.2",
29688
+ "ta6ed6Ref": "2.2",
29689
+ "title": "Attachments",
29690
+ "type": "string",
29691
+ "enum": ["Attached", "To follow"]
29692
+ },
29693
+ "detailsAnalysis": {
29694
+ "type": "object",
29695
+ "additionalProperties": true,
29696
+ "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
29697
  }
29325
- ]
29698
+ }
29326
29699
  },
29327
29700
  "haveBoundaryFeaturesMoved": {
29328
29701
  "baspi4Ref": "B2.2",
@@ -29332,8 +29705,8 @@
29332
29705
  "ta6ed6Ref": "2.3",
29333
29706
  "piqRef": "B3.3",
29334
29707
  "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
29708
  "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?",
29709
+ "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
29710
  "type": "object",
29338
29711
  "properties": {
29339
29712
  "yesNo": {
@@ -29346,6 +29719,11 @@
29346
29719
  "type": "string",
29347
29720
  "title": "",
29348
29721
  "enum": ["Yes", "No", "Not applicable"]
29722
+ },
29723
+ "detailsAnalysis": {
29724
+ "type": "object",
29725
+ "additionalProperties": true,
29726
+ "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
29727
  }
29350
29728
  },
29351
29729
  "baspi4Required": ["yesNo"],
@@ -29377,6 +29755,7 @@
29377
29755
  "ta6ed6Ref": "2.3.2",
29378
29756
  "piqRef": "B3.3.2",
29379
29757
  "title": "Details",
29758
+ "ta6ed6Title": "Please give details",
29380
29759
  "type": "string",
29381
29760
  "minLength": 1
29382
29761
  }
@@ -29405,6 +29784,11 @@
29405
29784
  "type": "string",
29406
29785
  "title": "",
29407
29786
  "enum": ["Yes", "No", "Not applicable"]
29787
+ },
29788
+ "detailsAnalysis": {
29789
+ "type": "object",
29790
+ "additionalProperties": true,
29791
+ "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
29792
  }
29409
29793
  },
29410
29794
  "baspi4Required": ["yesNo"],
@@ -29449,8 +29833,8 @@
29449
29833
  "ta6ed6Ref": "2.4",
29450
29834
  "ta6ed6CompatRef": "TA6ED6-COMPAT.2.4",
29451
29835
  "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
29836
  "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.",
29837
+ "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
29838
  "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
29839
  "ta6Description": "",
29456
29840
  "ta6ed6Description": "If yes, please give details:",
@@ -29467,6 +29851,11 @@
29467
29851
  "type": "string",
29468
29852
  "title": "",
29469
29853
  "enum": ["Yes", "No", "Not applicable", "Not known"]
29854
+ },
29855
+ "detailsAnalysis": {
29856
+ "type": "object",
29857
+ "additionalProperties": true,
29858
+ "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
29859
  }
29471
29860
  },
29472
29861
  "baspi4Required": ["yesNo"],
@@ -29482,7 +29871,7 @@
29482
29871
  "properties": {
29483
29872
  "yesNo": {
29484
29873
  "ta6ed6CompatRef": "TA6ED6-COMPAT.2.4.1.no",
29485
- "enum": ["No", "Not applicable"],
29874
+ "enum": ["No", "Not applicable", "Not known"],
29486
29875
  "ta6ed6Enum": ["No", "Not known"],
29487
29876
  "ta6ed6CompatEnum": ["No", "Not known"]
29488
29877
  }
@@ -29499,6 +29888,7 @@
29499
29888
  "ta6Ref": "1.5.2",
29500
29889
  "ta6ed6Ref": "2.4.2",
29501
29890
  "title": "Details",
29891
+ "ta6ed6Title": "Please give details",
29502
29892
  "type": "string",
29503
29893
  "minLength": 1
29504
29894
  }
@@ -29518,6 +29908,7 @@
29518
29908
  "ta6Ref": "8",
29519
29909
  "ta6ed6Ref": "9",
29520
29910
  "title": "Services Crossing Other Property",
29911
+ "ta6ed6Title": "Facilities crossing the property or any other property",
29521
29912
  "type": "object",
29522
29913
  "baspi4Required": [
29523
29914
  "pipesWiresCablesDrainsToProperty",
@@ -29548,8 +29939,8 @@
29548
29939
  "ta6ed6Ref": "9.7",
29549
29940
  "piqRef": "B4.1",
29550
29941
  "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
29942
  "ta6ed6Title": "Are you aware of any drains, pipes or wires serving the property that cross any other property?",
29943
+ "ta6Title": "Do any drains, pipes or wires serving the property cross any neighbour's property?",
29553
29944
  "type": "object",
29554
29945
  "properties": {
29555
29946
  "yesNo": {
@@ -29590,6 +29981,7 @@
29590
29981
  "ta6Ref": "8.7.2",
29591
29982
  "ta6ed6Ref": "9.7.2",
29592
29983
  "title": "Please provide details",
29984
+ "ta6ed6Title": "Please give details",
29593
29985
  "type": "string",
29594
29986
  "minLength": 1
29595
29987
  },
@@ -29616,6 +30008,7 @@
29616
30008
  "ta6ed6Ref": "9.8",
29617
30009
  "piqRef": "B4.2",
29618
30010
  "title": "Are you aware of any pipes, wires, cables or drains taking services to neighbouring property cross this property?",
30011
+ "ta6ed6Title": "Are you aware of any drains, pipes or wires leading to any other property that cross the property?",
29619
30012
  "ta6Ttle": "Do any drains, pipes or wires leading to any neighbour's property cross the property?",
29620
30013
  "type": "object",
29621
30014
  "properties": {
@@ -29633,8 +30026,9 @@
29633
30026
  "baspi4Required": ["yesNo"],
29634
30027
  "baspi5Required": ["yesNo"],
29635
30028
  "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?",
30029
+ "ta6ed6Required": [
30030
+ "yesNo"
30031
+ ],
29638
30032
  "discriminator": {
29639
30033
  "propertyName": "yesNo"
29640
30034
  },
@@ -29658,6 +30052,7 @@
29658
30052
  "ta6ed6Ref": "9.8.2",
29659
30053
  "piqRef": "B4.2.2",
29660
30054
  "title": "Please provide details",
30055
+ "ta6ed6Title": "Please give details",
29661
30056
  "type": "string",
29662
30057
  "minLength": 1
29663
30058
  },
@@ -29684,8 +30079,8 @@
29684
30079
  "ta6ed6Ref": "9.9",
29685
30080
  "piqRef": "B4.3",
29686
30081
  "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
30082
  "ta6ed6Title": "Is there any agreement or arrangement about drains, pipes or wires?",
30083
+ "ta6Title": "Is there any agreement or arrangement about drains, pipes or wires?",
29689
30084
  "type": "object",
29690
30085
  "properties": {
29691
30086
  "yesNo": {
@@ -29726,6 +30121,7 @@
29726
30121
  "ta6ed6Ref": "9.9.2",
29727
30122
  "piqRef": "B4.3.2",
29728
30123
  "title": "Please provide details",
30124
+ "ta6ed6Title": "Supply a copy or give details",
29729
30125
  "type": "string",
29730
30126
  "minLength": 1
29731
30127
  },
@@ -29754,6 +30150,7 @@
29754
30150
  "ta6Ref": "12",
29755
30151
  "ta6ed6Ref": "11",
29756
30152
  "title": "Electrical Works",
30153
+ "ta6ed6Title": "Electrical systems",
29757
30154
  "type": "object",
29758
30155
  "baspi4Required": [
29759
30156
  "testedByQualifiedElectrician",
@@ -29780,6 +30177,7 @@
29780
30177
  "ta6ed6Ref": "11.3",
29781
30178
  "piqRef": "B7.1",
29782
30179
  "title": "Have the electrics at the property been tested by a qualified electrician?",
30180
+ "ta6ed6Title": "Does the property have an Electrical Installation Condition Report (EICR)?",
29783
30181
  "type": "object",
29784
30182
  "properties": {
29785
30183
  "yesNo": {
@@ -29851,6 +30249,7 @@
29851
30249
  "ta6ed6Ref": "11.1",
29852
30250
  "piqRef": "B7.2",
29853
30251
  "title": "Since 1st January 2005, has any electrical work been carried out to the property?",
30252
+ "ta6ed6Title": "Are you aware of any electrical installation works carried out at the property?",
29854
30253
  "type": "object",
29855
30254
  "properties": {
29856
30255
  "yesNo": {
@@ -29864,6 +30263,11 @@
29864
30263
  "enum": ["Yes", "No", "Not known"],
29865
30264
  "baspi4Enum": ["Yes", "No"],
29866
30265
  "baspi5Enum": ["Yes", "No"]
30266
+ },
30267
+ "detailsAnalysis": {
30268
+ "type": "object",
30269
+ "additionalProperties": true,
30270
+ "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
30271
  }
29868
30272
  },
29869
30273
  "baspi4Required": ["yesNo"],
@@ -29899,6 +30303,7 @@
29899
30303
  "baspi5Ref": "B4.2.3",
29900
30304
  "ta6ed6Ref": "11.1",
29901
30305
  "title": "Provide details",
30306
+ "ta6ed6Title": "Give details including when this work took place",
29902
30307
  "type": "string",
29903
30308
  "minLength": 1
29904
30309
  },
@@ -30159,6 +30564,7 @@
30159
30564
  "ta6ed6Ref": "6",
30160
30565
  "sef25Ref": "W1",
30161
30566
  "title": "Guarantees, Warranties and Indemnity Insurances",
30567
+ "ta6ed6Title": "Guarantees and warranties",
30162
30568
  "type": "object",
30163
30569
  "baspi4Required": ["hasValidGuaranteesOrWarranties"],
30164
30570
  "baspi5Required": ["hasValidGuaranteesOrWarranties"],
@@ -30175,6 +30581,7 @@
30175
30581
  "piqRef": "B5.1",
30176
30582
  "sef25Ref": "W1.0",
30177
30583
  "title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
30584
+ "ta6ed6Title": "Does the property have any of the following unexpired guarantees or warranties?",
30178
30585
  "type": "string",
30179
30586
  "enum": ["Yes", "No"]
30180
30587
  }
@@ -30204,6 +30611,7 @@
30204
30611
  "piqRef": "B5.1.1",
30205
30612
  "sef25Ref": "W1.1",
30206
30613
  "title": "New Home Warranty (NHBC or similar)",
30614
+ "ta6ed6Title": "New home warranty (e.g. NHBC or similar)",
30207
30615
  "type": "object",
30208
30616
  "properties": {
30209
30617
  "yesNo": {
@@ -30215,6 +30623,11 @@
30215
30623
  "type": "string",
30216
30624
  "title": "",
30217
30625
  "enum": ["Yes", "No"]
30626
+ },
30627
+ "detailsAnalysis": {
30628
+ "type": "object",
30629
+ "additionalProperties": true,
30630
+ "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
30631
  }
30219
30632
  },
30220
30633
  "baspi4Required": ["yesNo"],
@@ -30271,6 +30684,7 @@
30271
30684
  "ta6Ref": "5.1f",
30272
30685
  "sef25Ref": "W1.2",
30273
30686
  "title": "Roofing work",
30687
+ "ta6ed6Title": "Roofing",
30274
30688
  "type": "object",
30275
30689
  "properties": {
30276
30690
  "yesNo": {
@@ -30332,6 +30746,7 @@
30332
30746
  "piqRef": "B5.1.3",
30333
30747
  "sef25Ref": "W1.3",
30334
30748
  "title": "Damp proofing treatment",
30749
+ "ta6ed6Title": "Damp proofing",
30335
30750
  "type": "object",
30336
30751
  "properties": {
30337
30752
  "yesNo": {
@@ -30391,6 +30806,7 @@
30391
30806
  "ta6Ref": "5.1c",
30392
30807
  "piqRef": "B5.1.4",
30393
30808
  "title": "Timber rot or infestation treatment",
30809
+ "ta6ed6Title": "Timber treatment",
30394
30810
  "type": "object",
30395
30811
  "properties": {
30396
30812
  "yesNo": {
@@ -30510,6 +30926,7 @@
30510
30926
  "piqRef": "B5.1.6",
30511
30927
  "sef25Ref": "W1.8",
30512
30928
  "title": "Double glazing (windows, doors, roof lights, conservatory etc)",
30929
+ "ta6ed6Title": "Windows, roof lights, roof windows or glazed doors",
30513
30930
  "type": "object",
30514
30931
  "properties": {
30515
30932
  "yesNo": {
@@ -30658,6 +31075,7 @@
30658
31075
  "piqRef": "B5.1.8",
30659
31076
  "sef25Ref": "W1.6",
30660
31077
  "title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
31078
+ "ta6ed6Title": "Underpinning",
30661
31079
  "type": "object",
30662
31080
  "properties": {
30663
31081
  "yesNo": {
@@ -30806,6 +31224,7 @@
30806
31224
  "piqRef": "B5.1.10",
30807
31225
  "sef25Ref": "W1.7",
30808
31226
  "title": "Other Guarantees or warranties",
31227
+ "ta6ed6Title": "Other (please state)",
30809
31228
  "type": "object",
30810
31229
  "properties": {
30811
31230
  "yesNo": {
@@ -30847,6 +31266,7 @@
30847
31266
  "ta6Ref": "5.1i2",
30848
31267
  "sef25Ref": "W1.7.2",
30849
31268
  "title": "Please provide details",
31269
+ "ta6ed6Title": "Please give details",
30850
31270
  "type": "string",
30851
31271
  "minLength": 1
30852
31272
  },
@@ -30874,6 +31294,7 @@
30874
31294
  "ta6Ref": "5.2",
30875
31295
  "piqRef": "B5.2",
30876
31296
  "title": "Are there any outstanding claims or current applications relating to any of the above?",
31297
+ "ta6ed6Title": "Are you aware of any claims under any of these guarantees or warranties?",
30877
31298
  "ta6Title": "Have any claims been made under any of these guarantees or warranties?",
30878
31299
  "type": "object",
30879
31300
  "properties": {
@@ -30886,6 +31307,11 @@
30886
31307
  "type": "string",
30887
31308
  "title": "",
30888
31309
  "enum": ["Yes", "No"]
31310
+ },
31311
+ "detailsAnalysis": {
31312
+ "type": "object",
31313
+ "additionalProperties": true,
31314
+ "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
31315
  }
30890
31316
  },
30891
31317
  "baspi4Required": ["yesNo"],
@@ -30914,6 +31340,7 @@
30914
31340
  "ta6ed6Ref": "6.2.2",
30915
31341
  "ta6Ref": "5.2.2",
30916
31342
  "title": "Please provide details",
31343
+ "ta6ed6Title": "Please give details",
30917
31344
  "type": "string",
30918
31345
  "minLength": 1
30919
31346
  },
@@ -30986,6 +31413,11 @@
30986
31413
  "type": "string",
30987
31414
  "title": "",
30988
31415
  "enum": ["Yes", "No"]
31416
+ },
31417
+ "detailsAnalysis": {
31418
+ "type": "object",
31419
+ "additionalProperties": true,
31420
+ "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
31421
  }
30990
31422
  },
30991
31423
  "baspi4Required": ["yesNo"],
@@ -31149,6 +31581,7 @@
31149
31581
  "ta6ed6Ref": "13.4",
31150
31582
  "piqRef": "B8.1",
31151
31583
  "title": "Other than the sellers, does anyone else aged 17 or over live at the property?",
31584
+ "ta6ed6Title": "Does anyone else, aged 17 or over, live at the property?",
31152
31585
  "type": "string",
31153
31586
  "enum": ["Yes", "No"]
31154
31587
  }
@@ -31175,8 +31608,8 @@
31175
31608
  "ta6Ref": "11.3",
31176
31609
  "ta6ed6Ref": "13.4a",
31177
31610
  "piqRef": "B8.1.1",
31178
- "ta6ed6Title": "(a) state the full names of any occupiers (other than the sellers) aged 17 or over:",
31179
31611
  "title": "Please provide their full names and ages.",
31612
+ "ta6ed6Title": "State the full names of any occupiers (other than the sellers) aged 17 or over",
31180
31613
  "type": "string",
31181
31614
  "minLength": 1
31182
31615
  },
@@ -31187,6 +31620,7 @@
31187
31620
  "ta6Ref": "11.4",
31188
31621
  "ta6ed6Ref": "13.4b",
31189
31622
  "title": "Are any of them tenants or lodgers?",
31623
+ "ta6ed6Title": "Are any of those occupiers who are aged 17 or over your tenants or lodgers?",
31190
31624
  "type": "object",
31191
31625
  "properties": {
31192
31626
  "yesNo": {
@@ -31222,6 +31656,7 @@
31222
31656
  "ta6Ref": "11.5.1",
31223
31657
  "type": "string",
31224
31658
  "title": "Is the property being sold with vacant possession?",
31659
+ "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
31660
  "description": "(empty of all occupiers, rubbish and any contents or fittings not included in the sale)",
31226
31661
  "enum": ["Yes", "No"]
31227
31662
  }
@@ -31249,6 +31684,7 @@
31249
31684
  "ta6ed6Ref": "13.7b",
31250
31685
  "baspi5Ref": "B6.2.4.3",
31251
31686
  "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.",
31687
+ "ta6ed6Title": "If the property is not being sold with vacant possession, provide details of all occupiers and copies of their tenancy agreements.",
31252
31688
  "type": "string",
31253
31689
  "enum": ["Attached", "To follow"]
31254
31690
  }
@@ -31294,6 +31730,7 @@
31294
31730
  "ta6Ref": "11.5b",
31295
31731
  "piqRef": "B8.2",
31296
31732
  "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?",
31733
+ "ta6ed6Title": "Have all occupiers aged 17 or over agreed to sign the sale contract and to vacate the property on or before completion?",
31297
31734
  "type": "object",
31298
31735
  "properties": {
31299
31736
  "yesNo": {
@@ -31401,6 +31838,7 @@
31401
31838
  "ta6ed6Ref": "14",
31402
31839
  "nts2Ref": "A1.5.7",
31403
31840
  "title": "Completion and Moving",
31841
+ "ta6ed6Title": "Completion",
31404
31842
  "type": "object",
31405
31843
  "baspi4Required": [
31406
31844
  "sellerWillEnsure",
@@ -31434,7 +31872,6 @@
31434
31872
  "rdsRef": "RightsHolders/Flags",
31435
31873
  "ta6Ref": "14.4",
31436
31874
  "ta6ed6Ref": "14.2",
31437
- "ta6ed6Title": "Will you ensure that before or on completion:",
31438
31875
  "ta6ed6Required": [
31439
31876
  "removeRubbish",
31440
31877
  "replaceLightFittings",
@@ -31442,6 +31879,7 @@
31442
31879
  "leaveKeys"
31443
31880
  ],
31444
31881
  "title": "Please confirm that on completion you will:",
31882
+ "ta6ed6Title": "Will you ensure that before or on completion",
31445
31883
  "type": "object",
31446
31884
  "required": [
31447
31885
  "removeRubbish",
@@ -31456,8 +31894,8 @@
31456
31894
  "ta6Ref": "14.4a",
31457
31895
  "ta6ed6Ref": "14.2a",
31458
31896
  "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
31897
  "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.",
31898
+ "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
31899
  "type": "boolean"
31462
31900
  },
31463
31901
  "replaceLightFittings": {
@@ -31466,8 +31904,8 @@
31466
31904
  "ta6Ref": "14.4b",
31467
31905
  "ta6ed6Ref": "14.2b",
31468
31906
  "piqRef": "B9.4",
31469
- "ta6ed6Title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb?",
31470
31907
  "title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb.",
31908
+ "ta6ed6Title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb?",
31471
31909
  "type": "boolean"
31472
31910
  },
31473
31911
  "takeReasonableCare": {
@@ -31476,8 +31914,8 @@
31476
31914
  "ta6Ref": "14.4c",
31477
31915
  "ta6ed6Ref": "14.2c",
31478
31916
  "piqRef": "B9.6",
31479
- "ta6ed6Title": "Reasonable care will be taken when removing any other fittings or contents?",
31480
31917
  "title": "Take reasonable care when removing any other fittings or contents.",
31918
+ "ta6ed6Title": "Reasonable care will be taken when removing any other fittings or contents?",
31481
31919
  "type": "boolean"
31482
31920
  },
31483
31921
  "leaveKeys": {
@@ -31486,8 +31924,8 @@
31486
31924
  "ta6Ref": "14.4d",
31487
31925
  "ta6ed6Ref": "14.2d",
31488
31926
  "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
31927
  "title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion.",
31928
+ "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
31929
  "type": "boolean"
31492
31930
  }
31493
31931
  }
@@ -31501,6 +31939,7 @@
31501
31939
  "piqRef": "B9.1",
31502
31940
  "nts2Ref": "A1.5.7.1",
31503
31941
  "title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
31942
+ "ta6ed6Title": "Does this sale depend on you completing the purchase of another property on the same day?",
31504
31943
  "ta6Title": "Is this sale dependent on the seller completing the purchase of another property on the same day?",
31505
31944
  "nts2Title": "Is this sale dependent on completion of the purchase of another property on the same day?",
31506
31945
  "type": "object",
@@ -31606,6 +32045,7 @@
31606
32045
  "ta6ed6Ref": "13.2",
31607
32046
  "piqRef": "B9.2",
31608
32047
  "title": "Are there any dates on which you cannot move?",
32048
+ "ta6ed6Title": "Do you have any special requirements about a moving date?",
31609
32049
  "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
32050
  "type": "object",
31611
32051
  "properties": {
@@ -31642,6 +32082,7 @@
31642
32082
  },
31643
32083
  "details": {
31644
32084
  "title": "Please provide details",
32085
+ "ta6ed6Title": "Please give details",
31645
32086
  "baspi4Ref": "B7.3.2",
31646
32087
  "baspi5Ref": "B7.3.2",
31647
32088
  "ta6Ref": "14.2.2",
@@ -31714,6 +32155,7 @@
31714
32155
  "ta6Ref": "14.3",
31715
32156
  "ta6ed6Ref": "14.1",
31716
32157
  "title": "Will the sale price be sufficient to repay all mortgages and charges secured on the property?",
32158
+ "ta6ed6Title": "Will the sale price be sufficient to pay off on completion all mortgages and charges secured on the property?",
31717
32159
  "type": "object",
31718
32160
  "properties": {
31719
32161
  "yesNo": {
@@ -31729,8 +32171,9 @@
31729
32171
  "baspi4Required": ["yesNo"],
31730
32172
  "baspi5Required": ["yesNo"],
31731
32173
  "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?"
32174
+ "ta6ed6Required": [
32175
+ "yesNo"
32176
+ ]
31734
32177
  }
31735
32178
  }
31736
32179
  },
@@ -31850,8 +32293,7 @@
31850
32293
  "hmlrReference",
31851
32294
  "registrationDate",
31852
32295
  "category",
31853
- "location",
31854
- "locationDominantBuilding"
32296
+ "location"
31855
32297
  ],
31856
32298
  "properties": {
31857
32299
  "hmlrReference": {
@@ -44416,9 +44858,46 @@
44416
44858
  "filedUnder": {
44417
44859
  "title": "Related title number",
44418
44860
  "type": "string"
44861
+ },
44862
+ "summary": {
44863
+ "type": "object",
44864
+ "description": "Structured extraction output from the filed document. Shape varies by documentType.",
44865
+ "additionalProperties": true
44866
+ },
44867
+ "availability": {
44868
+ "title": "Human-readable HMLR availability description",
44869
+ "description": "From HMLR's official-copies/availability response, e.g. \"available for immediate download\". Optional; typically populated before the document is retrieved.",
44870
+ "type": "string"
44871
+ },
44872
+ "availabilityCode": {
44873
+ "title": "HMLR availability code",
44874
+ "description": "From HMLR's official-copies/availability response. Optional; typically populated before the document is retrieved.",
44875
+ "type": "string",
44876
+ "enum": ["IMMEDIATE", "MANUAL", "UNAVAILABLE"]
44877
+ },
44878
+ "entryNumbers": {
44879
+ "title": "Register entry numbers referencing this document",
44880
+ "description": "Register entries (e.g. \"A5\", \"C1\") that refer to this document, from HMLR's official-copies/availability response. Optional.",
44881
+ "type": "array",
44882
+ "items": { "type": "string", "minLength": 1 }
44883
+ },
44884
+ "backdated": {
44885
+ "title": "Whether HMLR considers this document backdated",
44886
+ "description": "From HMLR's official-copies/availability response, typically present on register and title-plan entries. Optional.",
44887
+ "type": "boolean"
44419
44888
  }
44420
44889
  }
44421
44890
  }
44891
+ },
44892
+ "keyFacts": {
44893
+ "type": "object",
44894
+ "description": "Generated summary of owners, charges, restrictions, rights and easements from the title register.",
44895
+ "additionalProperties": true
44896
+ },
44897
+ "covenantAnalysis": {
44898
+ "type": "object",
44899
+ "description": "Categorised covenant analysis from register entries and filed documents, including enforceability assessment and breach consequences.",
44900
+ "additionalProperties": true
44422
44901
  }
44423
44902
  }
44424
44903
  }
@@ -48081,6 +48560,11 @@
48081
48560
  },
48082
48561
  "messageText": {
48083
48562
  "type": "string"
48563
+ },
48564
+ "pdtfPath": {
48565
+ "description": "PDTF schema path indicating where response data should be stored, enabling structured data resolution alongside the enquiry message",
48566
+ "type": "string",
48567
+ "pattern": "^/"
48084
48568
  }
48085
48569
  },
48086
48570
  "required": [