@pdtf/schemas 3.6.0-40 → 3.6.0-43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.js +4 -0
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +159 -21
- package/src/schemas/v3/overlays/extensions/ac.json +288 -0
- package/src/schemas/v3/overlays/extensions/lc.json +12 -1
- package/src/schemas/v3/overlays/extensions/sc.json +24 -2
- package/src/schemas/v3/overlays/extensions/ta.json +240 -0
- package/src/schemas/v3/overlays/sef25.json +650 -27
- package/src/schemas/v3/overlays/ta6ed6.json +55 -20
- package/src/schemas/v3/overlays/ta7ed5.json +17 -5
- package/src/tests/v3/extensionOverlays.test.js +135 -1
- package/src/tests/v3/ta6ed6.test.js +58 -1
- package/src/tests/v3/ta7ed5.test.js +34 -1
- package/src/utils/extractExtensionOverlays.js +43 -0
- package/src/utils/extractOverlay.js +22 -20
- package/.claude/settings.local.json +0 -61
|
@@ -191,6 +191,7 @@
|
|
|
191
191
|
"type": "string"
|
|
192
192
|
},
|
|
193
193
|
"role": {
|
|
194
|
+
"ta6ed6Ref": "1",
|
|
194
195
|
"title": "Role",
|
|
195
196
|
"type": "string",
|
|
196
197
|
"enum": [
|
|
@@ -2027,6 +2028,7 @@
|
|
|
2027
2028
|
"nts2Ref": "A3.1",
|
|
2028
2029
|
"baspi4Ref": "A1.3.0.2",
|
|
2029
2030
|
"baspi5Ref": "A1.3.0.2",
|
|
2031
|
+
"ta7ed5Ref": "2",
|
|
2030
2032
|
"rdsRef": "Tenure/Tenure",
|
|
2031
2033
|
"piqRef": "A1.2",
|
|
2032
2034
|
"title": "What type of ownership is the property?",
|
|
@@ -4497,8 +4499,6 @@
|
|
|
4497
4499
|
],
|
|
4498
4500
|
"ta7ed5Required": [
|
|
4499
4501
|
"typeOfLeasehold",
|
|
4500
|
-
"sharedOwnership",
|
|
4501
|
-
"leaseTerm",
|
|
4502
4502
|
"contactDetails",
|
|
4503
4503
|
"consents",
|
|
4504
4504
|
"groundRent",
|
|
@@ -4507,8 +4507,6 @@
|
|
|
4507
4507
|
"disputes",
|
|
4508
4508
|
"buildingSafetyAct",
|
|
4509
4509
|
"enfranchisement",
|
|
4510
|
-
"buildingSafety",
|
|
4511
|
-
"general",
|
|
4512
4510
|
"requiredDocuments",
|
|
4513
4511
|
"additionalInformation",
|
|
4514
4512
|
"confirmationOfAccuracy"
|
|
@@ -10177,14 +10175,17 @@
|
|
|
10177
10175
|
},
|
|
10178
10176
|
"confirmationOfAccuracy": {
|
|
10179
10177
|
"ta7Ref": "12",
|
|
10178
|
+
"ta7ed5Ref": "13",
|
|
10180
10179
|
"lpe1Ref": "9",
|
|
10181
10180
|
"title": "Confirmation of accuracy",
|
|
10182
10181
|
"type": "object",
|
|
10183
10182
|
"lpe1Required": ["confirmation", "capacity"],
|
|
10184
10183
|
"ta7Required": ["confirmation"],
|
|
10184
|
+
"ta7ed5Required": ["confirmation"],
|
|
10185
10185
|
"properties": {
|
|
10186
10186
|
"confirmation": {
|
|
10187
10187
|
"ta7Ref": "12.1",
|
|
10188
|
+
"ta7ed5Ref": "13.1",
|
|
10188
10189
|
"title": "Declaration",
|
|
10189
10190
|
"description": "I/we confirm that I am the person authorised to provide the information which I have completed in it on behalf of those parties which I have selected from the list, and that a buyer may rely on the information which I have supplied without applying to any other party except where I have left a section blank because I do not have the authority to provide the information",
|
|
10190
10191
|
"ta7Title": "I/we confirm that all information provided is accurate to the best of our knowledge and if we become aware of any change to/changes which alter the information supplied/provided prior to exchange of contracts for the sale of the property, I/we will update immediately notify the person marketing the property as well as my/our property lawyer",
|
|
@@ -10248,6 +10249,7 @@
|
|
|
10248
10249
|
"rdsRef": "Services/Parking",
|
|
10249
10250
|
"ta6Ref": "9",
|
|
10250
10251
|
"ta6ed6Ref": "10",
|
|
10252
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.10",
|
|
10251
10253
|
"sef25Ref": "K1",
|
|
10252
10254
|
"title": "Parking",
|
|
10253
10255
|
"type": "object",
|
|
@@ -10359,6 +10361,7 @@
|
|
|
10359
10361
|
"baspi5Ref": "A1.6.0.2",
|
|
10360
10362
|
"ta6Ref": "9.2",
|
|
10361
10363
|
"ta6ed6Ref": "10.2",
|
|
10364
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.10.2",
|
|
10362
10365
|
"title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
|
|
10363
10366
|
"ta6ed6Title": "Is a permit required for on-road parking?",
|
|
10364
10367
|
"type": "object",
|
|
@@ -10372,7 +10375,9 @@
|
|
|
10372
10375
|
"baspi5Ref": "A1.6.0.2.1",
|
|
10373
10376
|
"ta6Ref": "9.2.1",
|
|
10374
10377
|
"ta6ed6Ref": "10.2.1",
|
|
10378
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.10.2.1",
|
|
10375
10379
|
"ta6ed6Enum": ["Yes", "No"],
|
|
10380
|
+
"ta6ed6CompatEnum": ["Yes", "No"],
|
|
10376
10381
|
"type": "string",
|
|
10377
10382
|
"title": "",
|
|
10378
10383
|
"enum": ["Yes", "No", "Not known"]
|
|
@@ -10394,8 +10399,10 @@
|
|
|
10394
10399
|
{
|
|
10395
10400
|
"properties": {
|
|
10396
10401
|
"yesNo": {
|
|
10402
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.10.2.1.no",
|
|
10397
10403
|
"enum": ["No", "Not known"],
|
|
10398
|
-
"ta6ed6Enum": ["No"]
|
|
10404
|
+
"ta6ed6Enum": ["No"],
|
|
10405
|
+
"ta6ed6CompatEnum": ["No"]
|
|
10399
10406
|
}
|
|
10400
10407
|
}
|
|
10401
10408
|
},
|
|
@@ -12154,6 +12161,7 @@
|
|
|
12154
12161
|
"baspi5Ref": "A3",
|
|
12155
12162
|
"ta6Ref": "4.1",
|
|
12156
12163
|
"ta6ed6Ref": "5",
|
|
12164
|
+
"sef25Ref": "A1",
|
|
12157
12165
|
"title": "Alterations and Changes to the Property",
|
|
12158
12166
|
"description": "Have any of the following changes been made to the whole or any part of the property (including the garden)?",
|
|
12159
12167
|
"type": "object",
|
|
@@ -12198,6 +12206,13 @@
|
|
|
12198
12206
|
"planningPermissionBreaches",
|
|
12199
12207
|
"unresolvedPlanningIssues"
|
|
12200
12208
|
],
|
|
12209
|
+
"sef25Required": [
|
|
12210
|
+
"extension",
|
|
12211
|
+
"loftConversion",
|
|
12212
|
+
"garageConversion",
|
|
12213
|
+
"removalOfInternalWalls",
|
|
12214
|
+
"changeOfUse"
|
|
12215
|
+
],
|
|
12201
12216
|
"properties": {
|
|
12202
12217
|
"hasStructuralAlterations": {
|
|
12203
12218
|
"baspi4Ref": "A3.1",
|
|
@@ -12507,6 +12522,7 @@
|
|
|
12507
12522
|
"baspi5Ref": "A3.2",
|
|
12508
12523
|
"rdsRef": "WorksAlterationsChanges",
|
|
12509
12524
|
"ta6Ref": "4.1b",
|
|
12525
|
+
"sef25Ref": "A1.5",
|
|
12510
12526
|
"title": "Has there been any change of use (e.g. from an office to a residence)?",
|
|
12511
12527
|
"type": "object",
|
|
12512
12528
|
"properties": {
|
|
@@ -12514,6 +12530,7 @@
|
|
|
12514
12530
|
"baspi4Ref": "A3.2.1",
|
|
12515
12531
|
"baspi5Ref": "A3.2.1",
|
|
12516
12532
|
"ta6Ref": "4.1b1",
|
|
12533
|
+
"sef25Ref": "A1.5.1",
|
|
12517
12534
|
"type": "string",
|
|
12518
12535
|
"title": "",
|
|
12519
12536
|
"enum": ["Yes", "No"]
|
|
@@ -12522,6 +12539,7 @@
|
|
|
12522
12539
|
"baspi4Required": ["yesNo"],
|
|
12523
12540
|
"baspi5Required": ["yesNo"],
|
|
12524
12541
|
"ta6Required": ["yesNo"],
|
|
12542
|
+
"sef25Required": ["yesNo"],
|
|
12525
12543
|
"discriminator": {
|
|
12526
12544
|
"propertyName": "yesNo"
|
|
12527
12545
|
},
|
|
@@ -12541,6 +12559,7 @@
|
|
|
12541
12559
|
"details": {
|
|
12542
12560
|
"baspi4Ref": "A3.2.2",
|
|
12543
12561
|
"baspi5Ref": "A3.2.2",
|
|
12562
|
+
"sef25Ref": "A1.5.2",
|
|
12544
12563
|
"title": "Please outline the nature of the work",
|
|
12545
12564
|
"type": "string",
|
|
12546
12565
|
"minLength": 1
|
|
@@ -12557,6 +12576,7 @@
|
|
|
12557
12576
|
"baspi5Ref": "A3.5.1",
|
|
12558
12577
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
12559
12578
|
"ta6Ref": "4.2",
|
|
12579
|
+
"sef25Ref": "A1.5.4",
|
|
12560
12580
|
"title": "Was building regulation approval and a completion certificate obtained or an equivalent Competent Person Scheme Certificate?",
|
|
12561
12581
|
"type": "object",
|
|
12562
12582
|
"properties": {
|
|
@@ -12564,6 +12584,7 @@
|
|
|
12564
12584
|
"baspi4Ref": "A3.5.1.1",
|
|
12565
12585
|
"baspi5Ref": "A3.5.1.1",
|
|
12566
12586
|
"ta6Ref": "4.2.1",
|
|
12587
|
+
"sef25Ref": "A1.5.4.1",
|
|
12567
12588
|
"type": "string",
|
|
12568
12589
|
"title": "",
|
|
12569
12590
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -12572,6 +12593,7 @@
|
|
|
12572
12593
|
"baspi4Required": ["yesNo"],
|
|
12573
12594
|
"baspi5Required": ["yesNo"],
|
|
12574
12595
|
"ta6Required": ["yesNo"],
|
|
12596
|
+
"sef25Required": ["yesNo"],
|
|
12575
12597
|
"discriminator": {
|
|
12576
12598
|
"propertyName": "yesNo"
|
|
12577
12599
|
},
|
|
@@ -12620,6 +12642,7 @@
|
|
|
12620
12642
|
"baspi5Ref": "A3.5.2",
|
|
12621
12643
|
"rdsRef": "WorksAlterationsChanges/ConsentApproval",
|
|
12622
12644
|
"ta6Ref": "4.2",
|
|
12645
|
+
"sef25Ref": "A1.5.3",
|
|
12623
12646
|
"title": "Was planning permission obtained?",
|
|
12624
12647
|
"type": "object",
|
|
12625
12648
|
"properties": {
|
|
@@ -12627,6 +12650,7 @@
|
|
|
12627
12650
|
"baspi4Ref": "A3.5.2.1",
|
|
12628
12651
|
"baspi5Ref": "A3.5.2.1",
|
|
12629
12652
|
"ta6Ref": "4.2.1",
|
|
12653
|
+
"sef25Ref": "A1.5.3.1",
|
|
12630
12654
|
"type": "string",
|
|
12631
12655
|
"title": "",
|
|
12632
12656
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -12635,6 +12659,7 @@
|
|
|
12635
12659
|
"baspi4Required": ["yesNo"],
|
|
12636
12660
|
"baspi5Required": ["yesNo"],
|
|
12637
12661
|
"ta6Required": ["yesNo"],
|
|
12662
|
+
"sef25Required": ["yesNo"],
|
|
12638
12663
|
"discriminator": {
|
|
12639
12664
|
"propertyName": "yesNo"
|
|
12640
12665
|
},
|
|
@@ -12805,7 +12830,12 @@
|
|
|
12805
12830
|
"listedBuildingConsent",
|
|
12806
12831
|
"deedRestrictionConsent"
|
|
12807
12832
|
],
|
|
12808
|
-
"ta6Required": ["yearCompleted"]
|
|
12833
|
+
"ta6Required": ["yearCompleted"],
|
|
12834
|
+
"sef25Required": [
|
|
12835
|
+
"details",
|
|
12836
|
+
"planningPermission",
|
|
12837
|
+
"buildingRegApproval"
|
|
12838
|
+
]
|
|
12809
12839
|
}
|
|
12810
12840
|
]
|
|
12811
12841
|
},
|
|
@@ -13066,6 +13096,7 @@
|
|
|
13066
13096
|
"yesNo": {
|
|
13067
13097
|
"baspi4Ref": "A3.5.3.1",
|
|
13068
13098
|
"baspi5Ref": "A3.5.3.1",
|
|
13099
|
+
"ta6ed6Ref": "5.1a(f)",
|
|
13069
13100
|
"type": "string",
|
|
13070
13101
|
"title": "",
|
|
13071
13102
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -13123,6 +13154,7 @@
|
|
|
13123
13154
|
"yesNo": {
|
|
13124
13155
|
"baspi4Ref": "A3.5.4.1",
|
|
13125
13156
|
"baspi5Ref": "A3.5.4.1",
|
|
13157
|
+
"ta6ed6Ref": "5.1a(g)",
|
|
13126
13158
|
"type": "string",
|
|
13127
13159
|
"title": "",
|
|
13128
13160
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -13239,12 +13271,15 @@
|
|
|
13239
13271
|
},
|
|
13240
13272
|
"extension": {
|
|
13241
13273
|
"ta6ed6Ref": "5.1b",
|
|
13274
|
+
"sef25Ref": "A1.1",
|
|
13242
13275
|
"title": "Extension",
|
|
13243
13276
|
"type": "object",
|
|
13244
13277
|
"ta6ed6Required": ["yesNo"],
|
|
13278
|
+
"sef25Required": ["yesNo"],
|
|
13245
13279
|
"properties": {
|
|
13246
13280
|
"yesNo": {
|
|
13247
13281
|
"ta6ed6Ref": "5.1b",
|
|
13282
|
+
"sef25Ref": "A1.1.1",
|
|
13248
13283
|
"type": "string",
|
|
13249
13284
|
"title": "",
|
|
13250
13285
|
"enum": ["Yes", "No"]
|
|
@@ -13268,6 +13303,7 @@
|
|
|
13268
13303
|
},
|
|
13269
13304
|
"details": {
|
|
13270
13305
|
"ta6ed6Ref": "5.1b(a)",
|
|
13306
|
+
"sef25Ref": "A1.1.2",
|
|
13271
13307
|
"title": "Give details of the work and the date it was carried out, or state not known",
|
|
13272
13308
|
"type": "string",
|
|
13273
13309
|
"minLength": 1
|
|
@@ -13320,12 +13356,15 @@
|
|
|
13320
13356
|
},
|
|
13321
13357
|
"planningPermission": {
|
|
13322
13358
|
"ta6ed6Ref": "5.1b(d)",
|
|
13359
|
+
"sef25Ref": "A1.1.3",
|
|
13323
13360
|
"title": "Was planning permission obtained?",
|
|
13324
13361
|
"type": "object",
|
|
13325
13362
|
"ta6ed6Required": ["yesNo"],
|
|
13363
|
+
"sef25Required": ["yesNo"],
|
|
13326
13364
|
"properties": {
|
|
13327
13365
|
"yesNo": {
|
|
13328
13366
|
"ta6ed6Ref": "5.1b(d)",
|
|
13367
|
+
"sef25Ref": "A1.1.3.1",
|
|
13329
13368
|
"type": "string",
|
|
13330
13369
|
"title": "",
|
|
13331
13370
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -13367,12 +13406,15 @@
|
|
|
13367
13406
|
},
|
|
13368
13407
|
"buildingRegApproval": {
|
|
13369
13408
|
"ta6ed6Ref": "5.1b(e)",
|
|
13409
|
+
"sef25Ref": "A1.1.4",
|
|
13370
13410
|
"title": "Was building regulation approval and a completion certificate obtained?",
|
|
13371
13411
|
"type": "object",
|
|
13372
13412
|
"ta6ed6Required": ["yesNo"],
|
|
13413
|
+
"sef25Required": ["yesNo"],
|
|
13373
13414
|
"properties": {
|
|
13374
13415
|
"yesNo": {
|
|
13375
13416
|
"ta6ed6Ref": "5.1b(e)",
|
|
13417
|
+
"sef25Ref": "A1.1.4.1",
|
|
13376
13418
|
"type": "string",
|
|
13377
13419
|
"title": "",
|
|
13378
13420
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -13413,7 +13455,12 @@
|
|
|
13413
13455
|
]
|
|
13414
13456
|
}
|
|
13415
13457
|
},
|
|
13416
|
-
"ta6ed6Required": ["details"]
|
|
13458
|
+
"ta6ed6Required": ["details"],
|
|
13459
|
+
"sef25Required": [
|
|
13460
|
+
"details",
|
|
13461
|
+
"planningPermission",
|
|
13462
|
+
"buildingRegApproval"
|
|
13463
|
+
]
|
|
13417
13464
|
}
|
|
13418
13465
|
]
|
|
13419
13466
|
},
|
|
@@ -13634,6 +13681,7 @@
|
|
|
13634
13681
|
"baspi4Ref": "A3.5.3.1",
|
|
13635
13682
|
"baspi5Ref": "A3.5.3.1",
|
|
13636
13683
|
"piqRef": "A3.5.3.1",
|
|
13684
|
+
"ta6ed6Ref": "5.1c(f)",
|
|
13637
13685
|
"type": "string",
|
|
13638
13686
|
"title": "",
|
|
13639
13687
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -13693,6 +13741,7 @@
|
|
|
13693
13741
|
"baspi4Ref": "A3.5.4.1",
|
|
13694
13742
|
"baspi5Ref": "A3.5.4.1",
|
|
13695
13743
|
"piqRef": "A3.5.4.1",
|
|
13744
|
+
"ta6ed6Ref": "5.1c(g)",
|
|
13696
13745
|
"type": "string",
|
|
13697
13746
|
"title": "",
|
|
13698
13747
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -13810,12 +13859,15 @@
|
|
|
13810
13859
|
},
|
|
13811
13860
|
"loftConversion": {
|
|
13812
13861
|
"ta6ed6Ref": "5.1d",
|
|
13862
|
+
"sef25Ref": "A1.2",
|
|
13813
13863
|
"title": "Loft conversion",
|
|
13814
13864
|
"type": "object",
|
|
13815
13865
|
"ta6ed6Required": ["yesNo"],
|
|
13866
|
+
"sef25Required": ["yesNo"],
|
|
13816
13867
|
"properties": {
|
|
13817
13868
|
"yesNo": {
|
|
13818
13869
|
"ta6ed6Ref": "5.1d",
|
|
13870
|
+
"sef25Ref": "A1.2.1",
|
|
13819
13871
|
"type": "string",
|
|
13820
13872
|
"title": "",
|
|
13821
13873
|
"enum": ["Yes", "No"]
|
|
@@ -13839,6 +13891,7 @@
|
|
|
13839
13891
|
},
|
|
13840
13892
|
"details": {
|
|
13841
13893
|
"ta6ed6Ref": "5.1d(a)",
|
|
13894
|
+
"sef25Ref": "A1.2.2",
|
|
13842
13895
|
"title": "Give details of the work and the date it was carried out, or state not known",
|
|
13843
13896
|
"type": "string",
|
|
13844
13897
|
"minLength": 1
|
|
@@ -13891,12 +13944,15 @@
|
|
|
13891
13944
|
},
|
|
13892
13945
|
"planningPermission": {
|
|
13893
13946
|
"ta6ed6Ref": "5.1d(d)",
|
|
13947
|
+
"sef25Ref": "A1.2.3",
|
|
13894
13948
|
"title": "Was planning permission obtained?",
|
|
13895
13949
|
"type": "object",
|
|
13896
13950
|
"ta6ed6Required": ["yesNo"],
|
|
13951
|
+
"sef25Required": ["yesNo"],
|
|
13897
13952
|
"properties": {
|
|
13898
13953
|
"yesNo": {
|
|
13899
13954
|
"ta6ed6Ref": "5.1d(d)",
|
|
13955
|
+
"sef25Ref": "A1.2.3.1",
|
|
13900
13956
|
"type": "string",
|
|
13901
13957
|
"title": "",
|
|
13902
13958
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -13938,12 +13994,15 @@
|
|
|
13938
13994
|
},
|
|
13939
13995
|
"buildingRegApproval": {
|
|
13940
13996
|
"ta6ed6Ref": "5.1d(e)",
|
|
13997
|
+
"sef25Ref": "A1.2.4",
|
|
13941
13998
|
"title": "Was building regulation approval and a completion certificate obtained?",
|
|
13942
13999
|
"type": "object",
|
|
13943
14000
|
"ta6ed6Required": ["yesNo"],
|
|
14001
|
+
"sef25Required": ["yesNo"],
|
|
13944
14002
|
"properties": {
|
|
13945
14003
|
"yesNo": {
|
|
13946
14004
|
"ta6ed6Ref": "5.1d(e)",
|
|
14005
|
+
"sef25Ref": "A1.2.4.1",
|
|
13947
14006
|
"type": "string",
|
|
13948
14007
|
"title": "",
|
|
13949
14008
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -13984,18 +14043,26 @@
|
|
|
13984
14043
|
]
|
|
13985
14044
|
}
|
|
13986
14045
|
},
|
|
13987
|
-
"ta6ed6Required": ["details"]
|
|
14046
|
+
"ta6ed6Required": ["details"],
|
|
14047
|
+
"sef25Required": [
|
|
14048
|
+
"details",
|
|
14049
|
+
"planningPermission",
|
|
14050
|
+
"buildingRegApproval"
|
|
14051
|
+
]
|
|
13988
14052
|
}
|
|
13989
14053
|
]
|
|
13990
14054
|
},
|
|
13991
14055
|
"garageConversion": {
|
|
13992
14056
|
"ta6ed6Ref": "5.1e",
|
|
14057
|
+
"sef25Ref": "A1.3",
|
|
13993
14058
|
"title": "Garage conversion",
|
|
13994
14059
|
"type": "object",
|
|
13995
14060
|
"ta6ed6Required": ["yesNo"],
|
|
14061
|
+
"sef25Required": ["yesNo"],
|
|
13996
14062
|
"properties": {
|
|
13997
14063
|
"yesNo": {
|
|
13998
14064
|
"ta6ed6Ref": "5.1e",
|
|
14065
|
+
"sef25Ref": "A1.3.1",
|
|
13999
14066
|
"type": "string",
|
|
14000
14067
|
"title": "",
|
|
14001
14068
|
"enum": ["Yes", "No"]
|
|
@@ -14019,6 +14086,7 @@
|
|
|
14019
14086
|
},
|
|
14020
14087
|
"details": {
|
|
14021
14088
|
"ta6ed6Ref": "5.1e(a)",
|
|
14089
|
+
"sef25Ref": "A1.3.2",
|
|
14022
14090
|
"title": "Give details of the work and the date it was carried out, or state not known",
|
|
14023
14091
|
"type": "string",
|
|
14024
14092
|
"minLength": 1
|
|
@@ -14071,12 +14139,15 @@
|
|
|
14071
14139
|
},
|
|
14072
14140
|
"planningPermission": {
|
|
14073
14141
|
"ta6ed6Ref": "5.1e(d)",
|
|
14142
|
+
"sef25Ref": "A1.3.3",
|
|
14074
14143
|
"title": "Was planning permission obtained?",
|
|
14075
14144
|
"type": "object",
|
|
14076
14145
|
"ta6ed6Required": ["yesNo"],
|
|
14146
|
+
"sef25Required": ["yesNo"],
|
|
14077
14147
|
"properties": {
|
|
14078
14148
|
"yesNo": {
|
|
14079
14149
|
"ta6ed6Ref": "5.1e(d)",
|
|
14150
|
+
"sef25Ref": "A1.3.3.1",
|
|
14080
14151
|
"type": "string",
|
|
14081
14152
|
"title": "",
|
|
14082
14153
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -14118,12 +14189,15 @@
|
|
|
14118
14189
|
},
|
|
14119
14190
|
"buildingRegApproval": {
|
|
14120
14191
|
"ta6ed6Ref": "5.1e(e)",
|
|
14192
|
+
"sef25Ref": "A1.3.4",
|
|
14121
14193
|
"title": "Was building regulation approval and a completion certificate obtained?",
|
|
14122
14194
|
"type": "object",
|
|
14123
14195
|
"ta6ed6Required": ["yesNo"],
|
|
14196
|
+
"sef25Required": ["yesNo"],
|
|
14124
14197
|
"properties": {
|
|
14125
14198
|
"yesNo": {
|
|
14126
14199
|
"ta6ed6Ref": "5.1e(e)",
|
|
14200
|
+
"sef25Ref": "A1.3.4.1",
|
|
14127
14201
|
"type": "string",
|
|
14128
14202
|
"title": "",
|
|
14129
14203
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -14164,18 +14238,26 @@
|
|
|
14164
14238
|
]
|
|
14165
14239
|
}
|
|
14166
14240
|
},
|
|
14167
|
-
"ta6ed6Required": ["details"]
|
|
14241
|
+
"ta6ed6Required": ["details"],
|
|
14242
|
+
"sef25Required": [
|
|
14243
|
+
"details",
|
|
14244
|
+
"planningPermission",
|
|
14245
|
+
"buildingRegApproval"
|
|
14246
|
+
]
|
|
14168
14247
|
}
|
|
14169
14248
|
]
|
|
14170
14249
|
},
|
|
14171
14250
|
"removalOfInternalWalls": {
|
|
14172
14251
|
"ta6ed6Ref": "5.1f",
|
|
14252
|
+
"sef25Ref": "A1.4",
|
|
14173
14253
|
"title": "Removal of internal walls",
|
|
14174
14254
|
"type": "object",
|
|
14175
14255
|
"ta6ed6Required": ["yesNo"],
|
|
14256
|
+
"sef25Required": ["yesNo"],
|
|
14176
14257
|
"properties": {
|
|
14177
14258
|
"yesNo": {
|
|
14178
14259
|
"ta6ed6Ref": "5.1f",
|
|
14260
|
+
"sef25Ref": "A1.4.1",
|
|
14179
14261
|
"type": "string",
|
|
14180
14262
|
"title": "",
|
|
14181
14263
|
"enum": ["Yes", "No"]
|
|
@@ -14199,6 +14281,7 @@
|
|
|
14199
14281
|
},
|
|
14200
14282
|
"details": {
|
|
14201
14283
|
"ta6ed6Ref": "5.1f(a)",
|
|
14284
|
+
"sef25Ref": "A1.4.2",
|
|
14202
14285
|
"title": "Give details of the work and the date it was carried out, or state not known",
|
|
14203
14286
|
"type": "string",
|
|
14204
14287
|
"minLength": 1
|
|
@@ -14251,12 +14334,15 @@
|
|
|
14251
14334
|
},
|
|
14252
14335
|
"planningPermission": {
|
|
14253
14336
|
"ta6ed6Ref": "5.1f(d)",
|
|
14337
|
+
"sef25Ref": "A1.4.3",
|
|
14254
14338
|
"title": "Was planning permission obtained?",
|
|
14255
14339
|
"type": "object",
|
|
14256
14340
|
"ta6ed6Required": ["yesNo"],
|
|
14341
|
+
"sef25Required": ["yesNo"],
|
|
14257
14342
|
"properties": {
|
|
14258
14343
|
"yesNo": {
|
|
14259
14344
|
"ta6ed6Ref": "5.1f(d)",
|
|
14345
|
+
"sef25Ref": "A1.4.3.1",
|
|
14260
14346
|
"type": "string",
|
|
14261
14347
|
"title": "",
|
|
14262
14348
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -14298,12 +14384,15 @@
|
|
|
14298
14384
|
},
|
|
14299
14385
|
"buildingRegApproval": {
|
|
14300
14386
|
"ta6ed6Ref": "5.1f(e)",
|
|
14387
|
+
"sef25Ref": "A1.4.4",
|
|
14301
14388
|
"title": "Was building regulation approval and a completion certificate obtained?",
|
|
14302
14389
|
"type": "object",
|
|
14303
14390
|
"ta6ed6Required": ["yesNo"],
|
|
14391
|
+
"sef25Required": ["yesNo"],
|
|
14304
14392
|
"properties": {
|
|
14305
14393
|
"yesNo": {
|
|
14306
14394
|
"ta6ed6Ref": "5.1f(e)",
|
|
14395
|
+
"sef25Ref": "A1.4.4.1",
|
|
14307
14396
|
"type": "string",
|
|
14308
14397
|
"title": "",
|
|
14309
14398
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -14344,7 +14433,12 @@
|
|
|
14344
14433
|
]
|
|
14345
14434
|
}
|
|
14346
14435
|
},
|
|
14347
|
-
"ta6ed6Required": ["details"]
|
|
14436
|
+
"ta6ed6Required": ["details"],
|
|
14437
|
+
"sef25Required": [
|
|
14438
|
+
"details",
|
|
14439
|
+
"planningPermission",
|
|
14440
|
+
"buildingRegApproval"
|
|
14441
|
+
]
|
|
14348
14442
|
}
|
|
14349
14443
|
]
|
|
14350
14444
|
},
|
|
@@ -21556,6 +21650,7 @@
|
|
|
21556
21650
|
"nts2Ref": "B3.7.1.1",
|
|
21557
21651
|
"ntsl2Ref": "B3.7.1.1",
|
|
21558
21652
|
"ta6Ref": "4.6b1",
|
|
21653
|
+
"ta6ed6Ref": "5.6c",
|
|
21559
21654
|
"type": "string",
|
|
21560
21655
|
"title": "",
|
|
21561
21656
|
"enum": ["Yes", "No"]
|
|
@@ -21610,6 +21705,7 @@
|
|
|
21610
21705
|
"enum": ["Per month", "Per year", "Not applicable"]
|
|
21611
21706
|
}
|
|
21612
21707
|
},
|
|
21708
|
+
"discriminator": { "propertyName": "frequency" },
|
|
21613
21709
|
"oneOf": [
|
|
21614
21710
|
{
|
|
21615
21711
|
"properties": {
|
|
@@ -22435,6 +22531,7 @@
|
|
|
22435
22531
|
"enum": ["Per month", "Per year", "Not applicable"]
|
|
22436
22532
|
}
|
|
22437
22533
|
},
|
|
22534
|
+
"discriminator": { "propertyName": "frequency" },
|
|
22438
22535
|
"oneOf": [
|
|
22439
22536
|
{
|
|
22440
22537
|
"properties": {
|
|
@@ -22827,6 +22924,7 @@
|
|
|
22827
22924
|
"ntslRef": "B3.3.1.1",
|
|
22828
22925
|
"ntsl2Ref": "B3.3.1.1",
|
|
22829
22926
|
"ta6Ref": "12.4b1",
|
|
22927
|
+
"ta6ed6Ref": "11.5b",
|
|
22830
22928
|
"con29DWRef": "2.2.1",
|
|
22831
22929
|
"type": "string",
|
|
22832
22930
|
"title": "",
|
|
@@ -23198,6 +23296,7 @@
|
|
|
23198
23296
|
"yesNo": {
|
|
23199
23297
|
"baspi4Ref": "A7.1.3.1",
|
|
23200
23298
|
"baspi5Ref": "A7.1.3.1",
|
|
23299
|
+
"ta6ed6Ref": "11.7j",
|
|
23201
23300
|
"type": "string",
|
|
23202
23301
|
"title": "",
|
|
23203
23302
|
"enum": ["Yes", "No"]
|
|
@@ -23557,6 +23656,7 @@
|
|
|
23557
23656
|
"enum": ["Per month", "Per year", "Not applicable"]
|
|
23558
23657
|
}
|
|
23559
23658
|
},
|
|
23659
|
+
"discriminator": { "propertyName": "frequency" },
|
|
23560
23660
|
"oneOf": [
|
|
23561
23661
|
{
|
|
23562
23662
|
"properties": {
|
|
@@ -24033,6 +24133,7 @@
|
|
|
24033
24133
|
"baspi5Ref": "A7.4",
|
|
24034
24134
|
"ta6Ref": "12.3",
|
|
24035
24135
|
"ta6ed6Ref": "11.4",
|
|
24136
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.11.4",
|
|
24036
24137
|
"rdsRef": "Buildings|BuildingSections/isUnheated=no|yes|true|false",
|
|
24037
24138
|
"piqRef": "A7.3",
|
|
24038
24139
|
"title": "Heating",
|
|
@@ -24467,7 +24568,9 @@
|
|
|
24467
24568
|
"title": "Please provide a copy of the service or maintenance works report.",
|
|
24468
24569
|
"type": "string",
|
|
24469
24570
|
"enum": ["Attached", "To follow", "Not available"],
|
|
24470
|
-
"ta6ed6Enum": ["Attached", "To follow"]
|
|
24571
|
+
"ta6ed6Enum": ["Attached", "To follow"],
|
|
24572
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.11.4.g2",
|
|
24573
|
+
"ta6ed6CompatEnum": ["Attached", "To follow"]
|
|
24471
24574
|
},
|
|
24472
24575
|
"heatingInGoodWorkingOrder": {
|
|
24473
24576
|
"baspi4Ref": "A7.4.3",
|
|
@@ -24565,10 +24668,12 @@
|
|
|
24565
24668
|
"ntslRef": "B3.4.2",
|
|
24566
24669
|
"ntsl2Ref": "B3.4.2",
|
|
24567
24670
|
"ta6ed6Ref": "11.4",
|
|
24671
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.11.4.other",
|
|
24568
24672
|
"title": "What other heating features does the property have?",
|
|
24569
24673
|
"ta6ed6Title": "Other heating types",
|
|
24570
24674
|
"type": "array",
|
|
24571
24675
|
"items": {
|
|
24676
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.11.4.other.item",
|
|
24572
24677
|
"type": "string",
|
|
24573
24678
|
"enum": [
|
|
24574
24679
|
"None",
|
|
@@ -24654,6 +24759,27 @@
|
|
|
24654
24759
|
"Air source heat pump",
|
|
24655
24760
|
"Solar thermal",
|
|
24656
24761
|
"Passive House design"
|
|
24762
|
+
],
|
|
24763
|
+
"ta6ed6CompatEnum": [
|
|
24764
|
+
"None",
|
|
24765
|
+
"Air conditioning",
|
|
24766
|
+
"Double glazing",
|
|
24767
|
+
"Triple glazing",
|
|
24768
|
+
"Night storage",
|
|
24769
|
+
"Solar water",
|
|
24770
|
+
"Underfloor heating",
|
|
24771
|
+
"Wood burner",
|
|
24772
|
+
"Aga/Rayburn",
|
|
24773
|
+
"Open fire",
|
|
24774
|
+
"Ground source heat pump",
|
|
24775
|
+
"Air source heat pump",
|
|
24776
|
+
"Solar thermal",
|
|
24777
|
+
"Passive House design",
|
|
24778
|
+
"Mains gas",
|
|
24779
|
+
"Electricity",
|
|
24780
|
+
"Oil",
|
|
24781
|
+
"LPG",
|
|
24782
|
+
"Biomass"
|
|
24657
24783
|
]
|
|
24658
24784
|
}
|
|
24659
24785
|
},
|
|
@@ -25155,8 +25281,7 @@
|
|
|
25155
25281
|
"ta6Required": ["difficultiesObtainingInsurance", "isInsured"],
|
|
25156
25282
|
"ta6ed6Required": [
|
|
25157
25283
|
"isInsured",
|
|
25158
|
-
"difficultiesObtainingInsurance"
|
|
25159
|
-
"insuranceClaims"
|
|
25284
|
+
"difficultiesObtainingInsurance"
|
|
25160
25285
|
],
|
|
25161
25286
|
"properties": {
|
|
25162
25287
|
"difficultiesObtainingInsurance": {
|
|
@@ -25565,6 +25690,7 @@
|
|
|
25565
25690
|
"baspi5Ref": "A10",
|
|
25566
25691
|
"ta6Ref": "8",
|
|
25567
25692
|
"ta6ed6Ref": "9",
|
|
25693
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.9",
|
|
25568
25694
|
"sef25Ref": "R1",
|
|
25569
25695
|
"title": "Rights and Informal Arrangements",
|
|
25570
25696
|
"type": "object",
|
|
@@ -25603,6 +25729,7 @@
|
|
|
25603
25729
|
"rdsRef": "Services/SharedCosts",
|
|
25604
25730
|
"ta6Ref": "8.1",
|
|
25605
25731
|
"ta6ed6Ref": "9.2",
|
|
25732
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.9.2",
|
|
25606
25733
|
"piqRef": "A10.1",
|
|
25607
25734
|
"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?",
|
|
25608
25735
|
"type": "object",
|
|
@@ -25613,7 +25740,6 @@
|
|
|
25613
25740
|
"ta6Ref": "8.1.1",
|
|
25614
25741
|
"ta6ed6Ref": "9.2.1",
|
|
25615
25742
|
"piqRef": "A10.1.1",
|
|
25616
|
-
"ta6ed6Enum": ["Yes", "No", "Not applicable"],
|
|
25617
25743
|
"type": "string",
|
|
25618
25744
|
"title": "",
|
|
25619
25745
|
"enum": ["Yes", "No", "Not applicable"]
|
|
@@ -25632,8 +25758,10 @@
|
|
|
25632
25758
|
{
|
|
25633
25759
|
"properties": {
|
|
25634
25760
|
"yesNo": {
|
|
25761
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.9.2.1.no",
|
|
25635
25762
|
"enum": ["No"],
|
|
25636
|
-
"ta6ed6Enum": ["No", "Not applicable"]
|
|
25763
|
+
"ta6ed6Enum": ["No", "Not applicable"],
|
|
25764
|
+
"ta6ed6CompatEnum": ["No", "Not applicable"]
|
|
25637
25765
|
}
|
|
25638
25766
|
}
|
|
25639
25767
|
},
|
|
@@ -25811,6 +25939,7 @@
|
|
|
25811
25939
|
"baspi5Ref": "A10.3",
|
|
25812
25940
|
"rdsRef": "Tenure/Restrictions",
|
|
25813
25941
|
"ta6Ref": "8.3",
|
|
25942
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.9.3",
|
|
25814
25943
|
"piqRef": "A10.3",
|
|
25815
25944
|
"title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
|
|
25816
25945
|
"type": "object",
|
|
@@ -25836,8 +25965,10 @@
|
|
|
25836
25965
|
{
|
|
25837
25966
|
"properties": {
|
|
25838
25967
|
"yesNo": {
|
|
25968
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.9.3.1.no",
|
|
25839
25969
|
"enum": ["No"],
|
|
25840
|
-
"ta6ed6Enum": ["No", "Not known"]
|
|
25970
|
+
"ta6ed6Enum": ["No", "Not known"],
|
|
25971
|
+
"ta6ed6CompatEnum": ["No", "Not known"]
|
|
25841
25972
|
}
|
|
25842
25973
|
}
|
|
25843
25974
|
},
|
|
@@ -28824,6 +28955,7 @@
|
|
|
28824
28955
|
"baspi5Ref": "B2.1",
|
|
28825
28956
|
"ta6Ref": "1",
|
|
28826
28957
|
"ta6ed6Ref": "2",
|
|
28958
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.2",
|
|
28827
28959
|
"piqRef": "B3.1",
|
|
28828
28960
|
"title": "Legal Boundaries",
|
|
28829
28961
|
"description": "",
|
|
@@ -29312,6 +29444,7 @@
|
|
|
29312
29444
|
"rdsRef": "Tenure/tenure=?",
|
|
29313
29445
|
"ta6Ref": "1.5",
|
|
29314
29446
|
"ta6ed6Ref": "2.4",
|
|
29447
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.2.4",
|
|
29315
29448
|
"title": "Is there a flying freehold?",
|
|
29316
29449
|
"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?",
|
|
29317
29450
|
"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.",
|
|
@@ -29325,7 +29458,9 @@
|
|
|
29325
29458
|
"baspi5Ref": "B2.5.1",
|
|
29326
29459
|
"ta6Ref": "1.5.1",
|
|
29327
29460
|
"ta6ed6Ref": "2.4.1",
|
|
29461
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.2.4.1",
|
|
29328
29462
|
"ta6ed6Enum": ["Yes", "No", "Not known"],
|
|
29463
|
+
"ta6ed6CompatEnum": ["Yes", "No", "Not known"],
|
|
29329
29464
|
"type": "string",
|
|
29330
29465
|
"title": "",
|
|
29331
29466
|
"enum": ["Yes", "No", "Not applicable", "Not known"]
|
|
@@ -29342,8 +29477,10 @@
|
|
|
29342
29477
|
{
|
|
29343
29478
|
"properties": {
|
|
29344
29479
|
"yesNo": {
|
|
29480
|
+
"ta6ed6CompatRef": "TA6ED6-COMPAT.2.4.1.no",
|
|
29345
29481
|
"enum": ["No", "Not applicable"],
|
|
29346
|
-
"ta6ed6Enum": ["No", "Not known"]
|
|
29482
|
+
"ta6ed6Enum": ["No", "Not known"],
|
|
29483
|
+
"ta6ed6CompatEnum": ["No", "Not known"]
|
|
29347
29484
|
}
|
|
29348
29485
|
}
|
|
29349
29486
|
},
|
|
@@ -31134,6 +31271,7 @@
|
|
|
31134
31271
|
"baspi4Ref": "B6.3.1.1",
|
|
31135
31272
|
"baspi5Ref": "B6.3.1.1",
|
|
31136
31273
|
"ta6Ref": "11.5a1",
|
|
31274
|
+
"ta6ed6Ref": "13.6a",
|
|
31137
31275
|
"type": "string",
|
|
31138
31276
|
"title": "",
|
|
31139
31277
|
"enum": ["Yes", "No"]
|
|
@@ -31314,7 +31452,7 @@
|
|
|
31314
31452
|
"ta6Ref": "14.4a",
|
|
31315
31453
|
"ta6ed6Ref": "14.2a",
|
|
31316
31454
|
"piqRef": "B9.3",
|
|
31317
|
-
"ta6ed6Title": "
|
|
31455
|
+
"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?",
|
|
31318
31456
|
"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.",
|
|
31319
31457
|
"type": "boolean"
|
|
31320
31458
|
},
|
|
@@ -31324,7 +31462,7 @@
|
|
|
31324
31462
|
"ta6Ref": "14.4b",
|
|
31325
31463
|
"ta6ed6Ref": "14.2b",
|
|
31326
31464
|
"piqRef": "B9.4",
|
|
31327
|
-
"ta6ed6Title": "
|
|
31465
|
+
"ta6ed6Title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb?",
|
|
31328
31466
|
"title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb.",
|
|
31329
31467
|
"type": "boolean"
|
|
31330
31468
|
},
|
|
@@ -31334,7 +31472,7 @@
|
|
|
31334
31472
|
"ta6Ref": "14.4c",
|
|
31335
31473
|
"ta6ed6Ref": "14.2c",
|
|
31336
31474
|
"piqRef": "B9.6",
|
|
31337
|
-
"ta6ed6Title": "
|
|
31475
|
+
"ta6ed6Title": "Reasonable care will be taken when removing any other fittings or contents?",
|
|
31338
31476
|
"title": "Take reasonable care when removing any other fittings or contents.",
|
|
31339
31477
|
"type": "boolean"
|
|
31340
31478
|
},
|
|
@@ -31344,7 +31482,7 @@
|
|
|
31344
31482
|
"ta6Ref": "14.4d",
|
|
31345
31483
|
"ta6ed6Ref": "14.2d",
|
|
31346
31484
|
"piqRef": "B9.5",
|
|
31347
|
-
"ta6ed6Title": "
|
|
31485
|
+
"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?",
|
|
31348
31486
|
"title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion.",
|
|
31349
31487
|
"type": "boolean"
|
|
31350
31488
|
}
|