@pdtf/schemas 3.6.0-34 → 3.6.0-36
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 +33 -52
- package/docs/sef25-extensions-ui-spec.md +49 -258
- package/index.js +0 -9
- package/package.json +1 -1
- package/src/examples/v3/exampleTransaction.json +3 -3
- package/src/schemas/v3/combined.json +32 -297
- package/src/schemas/v3/compactSkeleton.txt +0 -17
- package/src/schemas/v3/overlays/extensions/as.json +2 -4
- package/src/schemas/v3/overlays/extensions/dr.json +2 -4
- package/src/schemas/v3/overlays/extensions/er.json +2 -4
- package/src/schemas/v3/overlays/extensions/fd.json +3 -6
- package/src/schemas/v3/overlays/extensions/hi.json +3 -6
- package/src/schemas/v3/overlays/extensions/hs.json +2 -4
- package/src/schemas/v3/overlays/extensions/jk.json +2 -4
- package/src/schemas/v3/overlays/extensions/la.json +2 -4
- package/src/schemas/v3/overlays/extensions/ma.json +3 -6
- package/src/schemas/v3/overlays/extensions/mc.json +2 -4
- package/src/schemas/v3/overlays/extensions/oa.json +2 -4
- package/src/schemas/v3/overlays/extensions/oc.json +2 -4
- package/src/schemas/v3/overlays/extensions/pc.json +1 -2
- package/src/schemas/v3/overlays/extensions/ph.json +14 -11
- package/src/schemas/v3/overlays/extensions/sb.json +2 -4
- package/src/schemas/v3/overlays/extensions/sc.json +14 -82
- package/src/schemas/v3/overlays/extensions/sf.json +2 -4
- package/src/schemas/v3/overlays/extensions/sl.json +2 -4
- package/src/schemas/v3/overlays/extensions/tf.json +3 -6
- package/src/schemas/v3/overlays/sef25.json +12 -738
- package/src/schemas/v3/pdtf-transaction.json +23 -253
- package/src/schemas/v3/skeleton.json +1 -23
- package/src/tests/v3/extensionOverlays.test.js +5 -411
- package/src/utils/extractExtensionOverlays.js +4 -116
- package/src/schemas/v3/overlays/extensions/dk.json +0 -32
- package/src/schemas/v3/overlays/extensions/ic.json +0 -59
- package/src/schemas/v3/overlays/extensions/lc.json +0 -86
- package/src/schemas/v3/overlays/extensions/mi.json +0 -55
- package/src/schemas/v3/overlays/extensions/nd.json +0 -43
- package/src/schemas/v3/overlays/extensions/rw.json +0 -68
- package/src/schemas/v3/overlays/extensions/sd.json +0 -63
- package/src/schemas/v3/overlays/extensions/tr.json +0 -73
- package/src/schemas/v3/overlays/extensions/wg.json +0 -250
|
@@ -1938,7 +1938,6 @@
|
|
|
1938
1938
|
"ta7ed5Ref": "2",
|
|
1939
1939
|
"ntsRef": "A3",
|
|
1940
1940
|
"nts2Ref": "A3",
|
|
1941
|
-
"sef25Ref": "T1",
|
|
1942
1941
|
"title": "Ownership",
|
|
1943
1942
|
"type": "object",
|
|
1944
1943
|
"baspi4Required": ["ownershipsToBeTransferred"],
|
|
@@ -2097,46 +2096,6 @@
|
|
|
2097
2096
|
}
|
|
2098
2097
|
]
|
|
2099
2098
|
},
|
|
2100
|
-
"titleRestrictions": {
|
|
2101
|
-
"sef25Ref": "T1.1",
|
|
2102
|
-
"title": "Are there any known restrictions on the title?",
|
|
2103
|
-
"type": "object",
|
|
2104
|
-
"sef25Required": ["yesNo"],
|
|
2105
|
-
"properties": {
|
|
2106
|
-
"yesNo": {
|
|
2107
|
-
"sef25Ref": "T1.1.1",
|
|
2108
|
-
"type": "string",
|
|
2109
|
-
"title": "",
|
|
2110
|
-
"enum": ["Yes", "No"]
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
|
-
"discriminator": {
|
|
2114
|
-
"propertyName": "yesNo"
|
|
2115
|
-
},
|
|
2116
|
-
"oneOf": [
|
|
2117
|
-
{
|
|
2118
|
-
"properties": {
|
|
2119
|
-
"yesNo": {
|
|
2120
|
-
"enum": ["No"]
|
|
2121
|
-
}
|
|
2122
|
-
}
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
"properties": {
|
|
2126
|
-
"yesNo": {
|
|
2127
|
-
"enum": ["Yes"]
|
|
2128
|
-
},
|
|
2129
|
-
"details": {
|
|
2130
|
-
"sef25Ref": "T1.1.2",
|
|
2131
|
-
"title": "Details",
|
|
2132
|
-
"type": "string",
|
|
2133
|
-
"minLength": 1
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
|
-
"sef25Required": ["details"]
|
|
2137
|
-
}
|
|
2138
|
-
]
|
|
2139
|
-
},
|
|
2140
2099
|
"wholeFreeholdForSale": {
|
|
2141
2100
|
"baspi4Ref": "A1.3.0.2.1",
|
|
2142
2101
|
"baspi5Ref": "A1.3.0.2.1",
|
|
@@ -2185,8 +2144,7 @@
|
|
|
2185
2144
|
},
|
|
2186
2145
|
"baspi4Required": ["wholeFreeholdForSale"],
|
|
2187
2146
|
"baspi5Required": ["wholeFreeholdForSale"],
|
|
2188
|
-
"nts2Required": ["estateRentcharges"]
|
|
2189
|
-
"sef25Required": ["titleRestrictions"]
|
|
2147
|
+
"nts2Required": ["estateRentcharges"]
|
|
2190
2148
|
},
|
|
2191
2149
|
{
|
|
2192
2150
|
"properties": {
|
|
@@ -10248,7 +10206,6 @@
|
|
|
10248
10206
|
"rdsRef": "Services/Parking",
|
|
10249
10207
|
"ta6Ref": "9",
|
|
10250
10208
|
"ta6ed6Ref": "10",
|
|
10251
|
-
"sef25Ref": "K1",
|
|
10252
10209
|
"title": "Parking",
|
|
10253
10210
|
"type": "object",
|
|
10254
10211
|
"baspi4Required": [
|
|
@@ -10291,7 +10248,6 @@
|
|
|
10291
10248
|
"controlledParking",
|
|
10292
10249
|
"electricVehicleChargingPoint"
|
|
10293
10250
|
],
|
|
10294
|
-
"sef25Required": ["droppedKerbAccess"],
|
|
10295
10251
|
"properties": {
|
|
10296
10252
|
"parkingArrangements": {
|
|
10297
10253
|
"ntsRef": "B4.1",
|
|
@@ -10414,7 +10370,7 @@
|
|
|
10414
10370
|
"sef25Ref": "P1.2",
|
|
10415
10371
|
"title": "Payment frequency",
|
|
10416
10372
|
"type": "string",
|
|
10417
|
-
"enum": ["Per month", "Per year"]
|
|
10373
|
+
"enum": ["Per month", "Per year", "Not applicable"]
|
|
10418
10374
|
}
|
|
10419
10375
|
},
|
|
10420
10376
|
"baspi5Required": ["costOfPermit"],
|
|
@@ -10462,20 +10418,6 @@
|
|
|
10462
10418
|
}
|
|
10463
10419
|
]
|
|
10464
10420
|
},
|
|
10465
|
-
"droppedKerbAccess": {
|
|
10466
|
-
"sef25Ref": "K1.1",
|
|
10467
|
-
"title": "Is there a dropped kerb access to parking?",
|
|
10468
|
-
"type": "object",
|
|
10469
|
-
"sef25Required": ["yesNo"],
|
|
10470
|
-
"properties": {
|
|
10471
|
-
"yesNo": {
|
|
10472
|
-
"sef25Ref": "K1.1.1",
|
|
10473
|
-
"type": "string",
|
|
10474
|
-
"title": "",
|
|
10475
|
-
"enum": ["Yes", "No"]
|
|
10476
|
-
}
|
|
10477
|
-
}
|
|
10478
|
-
},
|
|
10479
10421
|
"electricVehicleChargingPoint": {
|
|
10480
10422
|
"ntsRef": "B4.4",
|
|
10481
10423
|
"nts2Ref": "B4.4",
|
|
@@ -15126,7 +15068,6 @@
|
|
|
15126
15068
|
"nts2Ref": "C4",
|
|
15127
15069
|
"ntslRef": "C4",
|
|
15128
15070
|
"ntsl2Ref": "C4",
|
|
15129
|
-
"sef25Ref": "N1",
|
|
15130
15071
|
"title": "Notices which Affect the Property",
|
|
15131
15072
|
"description": "Are you aware of, or have you received, any of the following notices?",
|
|
15132
15073
|
"type": "object",
|
|
@@ -15175,7 +15116,6 @@
|
|
|
15175
15116
|
"ta6ed6Ref": "4.2",
|
|
15176
15117
|
"rdsRef": "Property/Flags,Planning",
|
|
15177
15118
|
"piqRef": "A4.1",
|
|
15178
|
-
"sef25Ref": "N1.1",
|
|
15179
15119
|
"title": "The owner of a neighbouring property is proposing to develop property or land nearby, make alterations to nearby buildings or change the use?",
|
|
15180
15120
|
"ta6Title": "Is the seller aware of any proposals to develop property or land nearby, or of any proposals to make alterations to buildings nearby?",
|
|
15181
15121
|
"type": "object",
|
|
@@ -21288,7 +21228,6 @@
|
|
|
21288
21228
|
"ta6ed6Ref": "12.1",
|
|
21289
21229
|
"rdsRef": "Services/Electricity",
|
|
21290
21230
|
"piqRef": "A7.1.1",
|
|
21291
|
-
"sef25Ref": "S1",
|
|
21292
21231
|
"title": "Electricity supply",
|
|
21293
21232
|
"type": "object",
|
|
21294
21233
|
"ntsRequired": [
|
|
@@ -21467,7 +21406,6 @@
|
|
|
21467
21406
|
"piqRef": "A7.1.17",
|
|
21468
21407
|
"ta6Ref": "4.6",
|
|
21469
21408
|
"ta6ed6Ref": "5.6",
|
|
21470
|
-
"sef25Ref": "S1",
|
|
21471
21409
|
"title": "Solar or photovoltaic panels",
|
|
21472
21410
|
"type": "object",
|
|
21473
21411
|
"properties": {
|
|
@@ -21544,7 +21482,6 @@
|
|
|
21544
21482
|
"ta6ed6Ref": "5.6c",
|
|
21545
21483
|
"nts2Ref": "B3.7.1",
|
|
21546
21484
|
"ntsl2Ref": "B3.7.1",
|
|
21547
|
-
"sef25Ref": "S1.1",
|
|
21548
21485
|
"rdsRef": "Objects/Ownership",
|
|
21549
21486
|
"piqRef": "B4.4.3",
|
|
21550
21487
|
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
@@ -21596,51 +21533,6 @@
|
|
|
21596
21533
|
"title": "Attachments",
|
|
21597
21534
|
"type": "string",
|
|
21598
21535
|
"enum": ["Attached", "To follow"]
|
|
21599
|
-
},
|
|
21600
|
-
"associatedCost": {
|
|
21601
|
-
"sef25Ref": "S1.1",
|
|
21602
|
-
"title": "Associated costs of leased solar panels",
|
|
21603
|
-
"type": "object",
|
|
21604
|
-
"sef25Required": ["hasCost"],
|
|
21605
|
-
"properties": {
|
|
21606
|
-
"hasCost": {
|
|
21607
|
-
"sef25Ref": "S1.1.1",
|
|
21608
|
-
"title": "Are there any associated costs?",
|
|
21609
|
-
"type": "string",
|
|
21610
|
-
"enum": ["Yes", "No"]
|
|
21611
|
-
}
|
|
21612
|
-
},
|
|
21613
|
-
"discriminator": {
|
|
21614
|
-
"propertyName": "hasCost"
|
|
21615
|
-
},
|
|
21616
|
-
"oneOf": [
|
|
21617
|
-
{
|
|
21618
|
-
"properties": {
|
|
21619
|
-
"hasCost": {
|
|
21620
|
-
"enum": ["No"]
|
|
21621
|
-
}
|
|
21622
|
-
}
|
|
21623
|
-
},
|
|
21624
|
-
{
|
|
21625
|
-
"properties": {
|
|
21626
|
-
"hasCost": {
|
|
21627
|
-
"enum": ["Yes"]
|
|
21628
|
-
},
|
|
21629
|
-
"amount": {
|
|
21630
|
-
"sef25Ref": "S1.1.2",
|
|
21631
|
-
"title": "Amount (£)",
|
|
21632
|
-
"type": "number"
|
|
21633
|
-
},
|
|
21634
|
-
"frequency": {
|
|
21635
|
-
"sef25Ref": "S1.1.3",
|
|
21636
|
-
"title": "Payment frequency",
|
|
21637
|
-
"type": "string",
|
|
21638
|
-
"enum": ["Per month", "Per year"]
|
|
21639
|
-
}
|
|
21640
|
-
},
|
|
21641
|
-
"sef25Required": ["amount", "frequency"]
|
|
21642
|
-
}
|
|
21643
|
-
]
|
|
21644
21536
|
}
|
|
21645
21537
|
},
|
|
21646
21538
|
"baspi4Required": ["details", "attachments"],
|
|
@@ -22437,48 +22329,26 @@
|
|
|
22437
22329
|
},
|
|
22438
22330
|
"associatedCost": {
|
|
22439
22331
|
"sef25Ref": "U1.1",
|
|
22440
|
-
"title": "
|
|
22332
|
+
"title": "Please provide the associated costs for water supply",
|
|
22441
22333
|
"type": "object",
|
|
22442
|
-
"sef25Required": ["
|
|
22334
|
+
"sef25Required": ["amount", "frequency"],
|
|
22443
22335
|
"properties": {
|
|
22444
|
-
"
|
|
22336
|
+
"amount": {
|
|
22445
22337
|
"sef25Ref": "U1.1.1",
|
|
22446
|
-
"title": "
|
|
22447
|
-
"type": "
|
|
22448
|
-
"enum": ["Yes", "No"]
|
|
22449
|
-
}
|
|
22450
|
-
},
|
|
22451
|
-
"discriminator": {
|
|
22452
|
-
"propertyName": "hasCost"
|
|
22453
|
-
},
|
|
22454
|
-
"oneOf": [
|
|
22455
|
-
{
|
|
22456
|
-
"properties": {
|
|
22457
|
-
"hasCost": {
|
|
22458
|
-
"enum": ["No"]
|
|
22459
|
-
}
|
|
22460
|
-
}
|
|
22338
|
+
"title": "Associated costs of supply if any (£)",
|
|
22339
|
+
"type": "number"
|
|
22461
22340
|
},
|
|
22462
|
-
{
|
|
22463
|
-
"
|
|
22464
|
-
|
|
22465
|
-
|
|
22466
|
-
|
|
22467
|
-
"
|
|
22468
|
-
|
|
22469
|
-
|
|
22470
|
-
|
|
22471
|
-
},
|
|
22472
|
-
"frequency": {
|
|
22473
|
-
"sef25Ref": "U1.1.3",
|
|
22474
|
-
"title": "Payment frequency",
|
|
22475
|
-
"type": "string",
|
|
22476
|
-
"enum": ["Per month", "Per year"]
|
|
22477
|
-
}
|
|
22478
|
-
},
|
|
22479
|
-
"sef25Required": ["amount", "frequency"]
|
|
22341
|
+
"frequency": {
|
|
22342
|
+
"sef25Ref": "U1.1.2",
|
|
22343
|
+
"title": "Payment frequency if costs are associated",
|
|
22344
|
+
"type": "string",
|
|
22345
|
+
"enum": [
|
|
22346
|
+
"Per month",
|
|
22347
|
+
"Per year",
|
|
22348
|
+
"Not applicable"
|
|
22349
|
+
]
|
|
22480
22350
|
}
|
|
22481
|
-
|
|
22351
|
+
}
|
|
22482
22352
|
}
|
|
22483
22353
|
},
|
|
22484
22354
|
"ntsRequired": ["details"],
|
|
@@ -23574,46 +23444,24 @@
|
|
|
23574
23444
|
"sef25Ref": "U1.2",
|
|
23575
23445
|
"title": "Associated costs for sewerage",
|
|
23576
23446
|
"type": "object",
|
|
23577
|
-
"sef25Required": ["
|
|
23447
|
+
"sef25Required": ["amount", "frequency"],
|
|
23578
23448
|
"properties": {
|
|
23579
|
-
"
|
|
23449
|
+
"amount": {
|
|
23580
23450
|
"sef25Ref": "U1.2.1",
|
|
23581
|
-
"title": "
|
|
23582
|
-
"type": "
|
|
23583
|
-
"enum": ["Yes", "No"]
|
|
23584
|
-
}
|
|
23585
|
-
},
|
|
23586
|
-
"discriminator": {
|
|
23587
|
-
"propertyName": "hasCost"
|
|
23588
|
-
},
|
|
23589
|
-
"oneOf": [
|
|
23590
|
-
{
|
|
23591
|
-
"properties": {
|
|
23592
|
-
"hasCost": {
|
|
23593
|
-
"enum": ["No"]
|
|
23594
|
-
}
|
|
23595
|
-
}
|
|
23451
|
+
"title": "Associated costs for sewerage if any (£)",
|
|
23452
|
+
"type": "number"
|
|
23596
23453
|
},
|
|
23597
|
-
{
|
|
23598
|
-
"
|
|
23599
|
-
|
|
23600
|
-
|
|
23601
|
-
|
|
23602
|
-
"
|
|
23603
|
-
|
|
23604
|
-
|
|
23605
|
-
|
|
23606
|
-
},
|
|
23607
|
-
"frequency": {
|
|
23608
|
-
"sef25Ref": "U1.2.3",
|
|
23609
|
-
"title": "Payment frequency",
|
|
23610
|
-
"type": "string",
|
|
23611
|
-
"enum": ["Per month", "Per year"]
|
|
23612
|
-
}
|
|
23613
|
-
},
|
|
23614
|
-
"sef25Required": ["amount", "frequency"]
|
|
23454
|
+
"frequency": {
|
|
23455
|
+
"sef25Ref": "U1.2.2",
|
|
23456
|
+
"title": "Payment frequency if costs are associated",
|
|
23457
|
+
"type": "string",
|
|
23458
|
+
"enum": [
|
|
23459
|
+
"Per month",
|
|
23460
|
+
"Per year",
|
|
23461
|
+
"Not applicable"
|
|
23462
|
+
]
|
|
23615
23463
|
}
|
|
23616
|
-
|
|
23464
|
+
}
|
|
23617
23465
|
}
|
|
23618
23466
|
},
|
|
23619
23467
|
"ntsRequired": ["offMainsDrainageSystem"],
|
|
@@ -25186,7 +25034,6 @@
|
|
|
25186
25034
|
"baspi5Ref": "A8",
|
|
25187
25035
|
"ta6Ref": "6",
|
|
25188
25036
|
"ta6ed6Ref": "7",
|
|
25189
|
-
"sef25Ref": "I1",
|
|
25190
25037
|
"title": "Insurance",
|
|
25191
25038
|
"type": "object",
|
|
25192
25039
|
"baspi4Required": ["difficultiesObtainingInsurance", "isInsured"],
|
|
@@ -25530,7 +25377,6 @@
|
|
|
25530
25377
|
"rdsRef": "Insurance/Claims",
|
|
25531
25378
|
"ta6Ref": "6.5",
|
|
25532
25379
|
"ta6ed6Ref": "7.3",
|
|
25533
|
-
"sef25Ref": "I1.1",
|
|
25534
25380
|
"title": "Have you ever made a claim against your building insurance in relation to the property?",
|
|
25535
25381
|
"Title": "Has the seller made any buildings insurance claims?",
|
|
25536
25382
|
"ta6ed6Title": "Have you made any buildings insurance claims?",
|
|
@@ -25541,7 +25387,6 @@
|
|
|
25541
25387
|
"baspi5Ref": "A8.2.1",
|
|
25542
25388
|
"ta6Ref": "6.5.1",
|
|
25543
25389
|
"ta6ed6Ref": "7.3.1",
|
|
25544
|
-
"sef25Ref": "I1.1.1",
|
|
25545
25390
|
"type": "string",
|
|
25546
25391
|
"title": "",
|
|
25547
25392
|
"enum": ["Yes", "No"]
|
|
@@ -25551,7 +25396,6 @@
|
|
|
25551
25396
|
"baspi5Required": ["yesNo"],
|
|
25552
25397
|
"ta6Required": ["yesNo"],
|
|
25553
25398
|
"ta6ed6Required": ["yesNo"],
|
|
25554
|
-
"sef25Required": ["yesNo"],
|
|
25555
25399
|
"discriminator": {
|
|
25556
25400
|
"propertyName": "yesNo"
|
|
25557
25401
|
},
|
|
@@ -25590,8 +25434,7 @@
|
|
|
25590
25434
|
"baspi4Required": ["insuranceClaims"],
|
|
25591
25435
|
"baspi5Required": ["insuranceClaims"],
|
|
25592
25436
|
"ta6Required": ["insuranceClaims"],
|
|
25593
|
-
"ta6ed6Required": ["insuranceClaims"]
|
|
25594
|
-
"sef25Required": ["insuranceClaims"]
|
|
25437
|
+
"ta6ed6Required": ["insuranceClaims"]
|
|
25595
25438
|
}
|
|
25596
25439
|
]
|
|
25597
25440
|
},
|
|
@@ -25604,7 +25447,6 @@
|
|
|
25604
25447
|
"baspi5Ref": "A10",
|
|
25605
25448
|
"ta6Ref": "8",
|
|
25606
25449
|
"ta6ed6Ref": "9",
|
|
25607
|
-
"sef25Ref": "R1",
|
|
25608
25450
|
"title": "Rights and Informal Arrangements",
|
|
25609
25451
|
"type": "object",
|
|
25610
25452
|
"baspi4Required": [
|
|
@@ -25910,7 +25752,6 @@
|
|
|
25910
25752
|
"baspi5Ref": "A10.4",
|
|
25911
25753
|
"ta6Ref": "8.4",
|
|
25912
25754
|
"ta6ed6Ref": "9.4",
|
|
25913
|
-
"sef25Ref": "R1",
|
|
25914
25755
|
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
25915
25756
|
"type": "object",
|
|
25916
25757
|
"ntsRequired": ["publicRightOfWay"],
|
|
@@ -25957,7 +25798,6 @@
|
|
|
25957
25798
|
"otherRights",
|
|
25958
25799
|
"disagreementOrComplaint"
|
|
25959
25800
|
],
|
|
25960
|
-
"sef25Required": ["privateRightOfWay"],
|
|
25961
25801
|
"properties": {
|
|
25962
25802
|
"publicRightOfWay": {
|
|
25963
25803
|
"ntsRef": "C2.2.1",
|
|
@@ -26046,46 +25886,6 @@
|
|
|
26046
25886
|
}
|
|
26047
25887
|
]
|
|
26048
25888
|
},
|
|
26049
|
-
"privateRightOfWay": {
|
|
26050
|
-
"sef25Ref": "R1.1",
|
|
26051
|
-
"title": "A private right of way through and/or across your house, buildings or land",
|
|
26052
|
-
"type": "object",
|
|
26053
|
-
"sef25Required": ["yesNo"],
|
|
26054
|
-
"properties": {
|
|
26055
|
-
"yesNo": {
|
|
26056
|
-
"sef25Ref": "R1.1.1",
|
|
26057
|
-
"type": "string",
|
|
26058
|
-
"title": "",
|
|
26059
|
-
"enum": ["Yes", "No"]
|
|
26060
|
-
}
|
|
26061
|
-
},
|
|
26062
|
-
"discriminator": {
|
|
26063
|
-
"propertyName": "yesNo"
|
|
26064
|
-
},
|
|
26065
|
-
"oneOf": [
|
|
26066
|
-
{
|
|
26067
|
-
"properties": {
|
|
26068
|
-
"yesNo": {
|
|
26069
|
-
"enum": ["No"]
|
|
26070
|
-
}
|
|
26071
|
-
}
|
|
26072
|
-
},
|
|
26073
|
-
{
|
|
26074
|
-
"properties": {
|
|
26075
|
-
"yesNo": {
|
|
26076
|
-
"enum": ["Yes"]
|
|
26077
|
-
},
|
|
26078
|
-
"details": {
|
|
26079
|
-
"sef25Ref": "R1.1.2",
|
|
26080
|
-
"title": "Please provide details",
|
|
26081
|
-
"type": "string",
|
|
26082
|
-
"minLength": 1
|
|
26083
|
-
}
|
|
26084
|
-
},
|
|
26085
|
-
"sef25Required": ["details"]
|
|
26086
|
-
}
|
|
26087
|
-
]
|
|
26088
|
-
},
|
|
26089
25889
|
"rightsOfLight": {
|
|
26090
25890
|
"baspi4Ref": "A10.4.2a",
|
|
26091
25891
|
"baspi5Ref": "A10.4.2a",
|
|
@@ -26612,7 +26412,6 @@
|
|
|
26612
26412
|
"ta6Ref": "7",
|
|
26613
26413
|
"ta6ed6Ref": "8",
|
|
26614
26414
|
"piqRef": "A11.1",
|
|
26615
|
-
"sef25Ref": "E1",
|
|
26616
26415
|
"title": "Environmental Issues Affecting the Property",
|
|
26617
26416
|
"type": "object",
|
|
26618
26417
|
"baspi4Required": ["flooding", "radon", "otherEnvironmental"],
|
|
@@ -26648,7 +26447,6 @@
|
|
|
26648
26447
|
],
|
|
26649
26448
|
"ta6Required": ["flooding", "radon"],
|
|
26650
26449
|
"ta6ed6Required": ["flooding", "radon"],
|
|
26651
|
-
"sef25Required": ["stormFireFloodDamage"],
|
|
26652
26450
|
"properties": {
|
|
26653
26451
|
"flooding": {
|
|
26654
26452
|
"ntsRef": "C3.1.1",
|
|
@@ -26878,7 +26676,6 @@
|
|
|
26878
26676
|
"baspi5Ref": "A11.1.2.1",
|
|
26879
26677
|
"ta6Ref": "7.1.1",
|
|
26880
26678
|
"ta6ed6Ref": "8.1.1",
|
|
26881
|
-
"sef25Ref": "E1.2",
|
|
26882
26679
|
"title": "Has the property been flooded in the last 5 years?",
|
|
26883
26680
|
"ta6Title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
26884
26681
|
"type": "string",
|
|
@@ -27007,46 +26804,6 @@
|
|
|
27007
26804
|
}
|
|
27008
26805
|
}
|
|
27009
26806
|
},
|
|
27010
|
-
"stormFireFloodDamage": {
|
|
27011
|
-
"sef25Ref": "E1.1",
|
|
27012
|
-
"title": "Has the property ever suffered storm, fire or flood damage?",
|
|
27013
|
-
"type": "object",
|
|
27014
|
-
"sef25Required": ["yesNo"],
|
|
27015
|
-
"properties": {
|
|
27016
|
-
"yesNo": {
|
|
27017
|
-
"sef25Ref": "E1.1.1",
|
|
27018
|
-
"type": "string",
|
|
27019
|
-
"title": "",
|
|
27020
|
-
"enum": ["Yes", "No"]
|
|
27021
|
-
}
|
|
27022
|
-
},
|
|
27023
|
-
"discriminator": {
|
|
27024
|
-
"propertyName": "yesNo"
|
|
27025
|
-
},
|
|
27026
|
-
"oneOf": [
|
|
27027
|
-
{
|
|
27028
|
-
"properties": {
|
|
27029
|
-
"yesNo": {
|
|
27030
|
-
"enum": ["No"]
|
|
27031
|
-
}
|
|
27032
|
-
}
|
|
27033
|
-
},
|
|
27034
|
-
{
|
|
27035
|
-
"properties": {
|
|
27036
|
-
"yesNo": {
|
|
27037
|
-
"enum": ["Yes"]
|
|
27038
|
-
},
|
|
27039
|
-
"details": {
|
|
27040
|
-
"sef25Ref": "E1.1.2",
|
|
27041
|
-
"title": "Please provide details",
|
|
27042
|
-
"type": "string",
|
|
27043
|
-
"minLength": 1
|
|
27044
|
-
}
|
|
27045
|
-
},
|
|
27046
|
-
"sef25Required": ["details"]
|
|
27047
|
-
}
|
|
27048
|
-
]
|
|
27049
|
-
},
|
|
27050
26807
|
"radon": {
|
|
27051
26808
|
"baspi4Ref": "A11.1.3",
|
|
27052
26809
|
"baspi5Ref": "A11.1.3",
|
|
@@ -28507,7 +28264,6 @@
|
|
|
28507
28264
|
"baspi5Ref": "A12",
|
|
28508
28265
|
"ta6Ref": "10",
|
|
28509
28266
|
"ta6ed6Ref": "15",
|
|
28510
|
-
"sef25Ref": "M1",
|
|
28511
28267
|
"title": "Additional Information",
|
|
28512
28268
|
"type": "object",
|
|
28513
28269
|
"baspi4Required": [
|
|
@@ -28522,7 +28278,6 @@
|
|
|
28522
28278
|
],
|
|
28523
28279
|
"ta6Required": ["otherCharges"],
|
|
28524
28280
|
"ta6ed6Required": ["consents", "furtherInformation"],
|
|
28525
|
-
"sef25Required": ["otherMaterialIssue"],
|
|
28526
28281
|
"properties": {
|
|
28527
28282
|
"consents": {
|
|
28528
28283
|
"ta6ed6Ref": "15.1",
|
|
@@ -28635,7 +28390,6 @@
|
|
|
28635
28390
|
"baspi5Ref": "A12.2",
|
|
28636
28391
|
"rdsRef": "Tenure/OtherMaterialIssues",
|
|
28637
28392
|
"piqRef": "A12.2",
|
|
28638
|
-
"sef25Ref": "M1.1",
|
|
28639
28393
|
"title": "Are you aware of any other material issue or information which relates to the property or has anything occurred which may affect the average person's decision to proceed?",
|
|
28640
28394
|
"description": "This disclosure is required under the Consumer Protection from Unfair Trading Regulations 2008",
|
|
28641
28395
|
"type": "object",
|
|
@@ -28644,7 +28398,6 @@
|
|
|
28644
28398
|
"baspi4Ref": "A12.2.1",
|
|
28645
28399
|
"baspi5Ref": "A12.2.1",
|
|
28646
28400
|
"piqRef": "A12.2.1",
|
|
28647
|
-
"sef25Ref": "M1.1.1",
|
|
28648
28401
|
"type": "string",
|
|
28649
28402
|
"title": "",
|
|
28650
28403
|
"enum": ["Yes", "No"]
|
|
@@ -28652,7 +28405,6 @@
|
|
|
28652
28405
|
},
|
|
28653
28406
|
"baspi4Required": ["yesNo"],
|
|
28654
28407
|
"baspi5Required": ["yesNo"],
|
|
28655
|
-
"sef25Required": ["yesNo"],
|
|
28656
28408
|
"discriminator": {
|
|
28657
28409
|
"propertyName": "yesNo"
|
|
28658
28410
|
},
|
|
@@ -30053,14 +29805,12 @@
|
|
|
30053
29805
|
"baspi5Ref": "B5",
|
|
30054
29806
|
"ta6Ref": "5",
|
|
30055
29807
|
"ta6ed6Ref": "6",
|
|
30056
|
-
"sef25Ref": "W1",
|
|
30057
29808
|
"title": "Guarantees, Warranties and Indemnity Insurances",
|
|
30058
29809
|
"type": "object",
|
|
30059
29810
|
"baspi4Required": ["hasValidGuaranteesOrWarranties"],
|
|
30060
29811
|
"baspi5Required": ["hasValidGuaranteesOrWarranties"],
|
|
30061
29812
|
"ta6Required": ["hasValidGuaranteesOrWarranties"],
|
|
30062
29813
|
"ta6ed6Required": ["hasValidGuaranteesOrWarranties"],
|
|
30063
|
-
"sef25Required": ["hasValidGuaranteesOrWarranties"],
|
|
30064
29814
|
"properties": {
|
|
30065
29815
|
"hasValidGuaranteesOrWarranties": {
|
|
30066
29816
|
"baspi4Ref": "B5.1",
|
|
@@ -30069,7 +29819,6 @@
|
|
|
30069
29819
|
"ta6ed6Ref": "6.1",
|
|
30070
29820
|
"rdsRef": "Certificates",
|
|
30071
29821
|
"piqRef": "B5.1",
|
|
30072
|
-
"sef25Ref": "W1.0",
|
|
30073
29822
|
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|
|
30074
29823
|
"type": "string",
|
|
30075
29824
|
"enum": ["Yes", "No"]
|
|
@@ -30098,7 +29847,6 @@
|
|
|
30098
29847
|
"ta6ed6Ref": "6.1a",
|
|
30099
29848
|
"ta6Ref": "5.1a",
|
|
30100
29849
|
"piqRef": "B5.1.1",
|
|
30101
|
-
"sef25Ref": "W1.1",
|
|
30102
29850
|
"title": "New Home Warranty (NHBC or similar)",
|
|
30103
29851
|
"type": "object",
|
|
30104
29852
|
"properties": {
|
|
@@ -30116,7 +29864,6 @@
|
|
|
30116
29864
|
"baspi5Required": ["yesNo"],
|
|
30117
29865
|
"ta6Required": ["yesNo"],
|
|
30118
29866
|
"ta6ed6Required": ["yesNo"],
|
|
30119
|
-
"sef25Required": ["yesNo"],
|
|
30120
29867
|
"discriminator": {
|
|
30121
29868
|
"propertyName": "yesNo"
|
|
30122
29869
|
},
|
|
@@ -30164,7 +29911,6 @@
|
|
|
30164
29911
|
"rdsRef": "Certificates",
|
|
30165
29912
|
"ta6ed6Ref": "6.1e",
|
|
30166
29913
|
"ta6Ref": "5.1f",
|
|
30167
|
-
"sef25Ref": "W1.2",
|
|
30168
29914
|
"title": "Roofing work",
|
|
30169
29915
|
"type": "object",
|
|
30170
29916
|
"properties": {
|
|
@@ -30183,7 +29929,6 @@
|
|
|
30183
29929
|
"baspi5Required": ["yesNo"],
|
|
30184
29930
|
"ta6Required": ["yesNo"],
|
|
30185
29931
|
"ta6ed6Required": ["yesNo"],
|
|
30186
|
-
"sef25Required": ["yesNo"],
|
|
30187
29932
|
"discriminator": {
|
|
30188
29933
|
"propertyName": "yesNo"
|
|
30189
29934
|
},
|
|
@@ -30224,7 +29969,6 @@
|
|
|
30224
29969
|
"ta6ed6Ref": "6.1b",
|
|
30225
29970
|
"ta6Ref": "5.1b",
|
|
30226
29971
|
"piqRef": "B5.1.3",
|
|
30227
|
-
"sef25Ref": "W1.3",
|
|
30228
29972
|
"title": "Damp proofing treatment",
|
|
30229
29973
|
"type": "object",
|
|
30230
29974
|
"properties": {
|
|
@@ -30241,7 +29985,6 @@
|
|
|
30241
29985
|
"baspi4Required": ["yesNo"],
|
|
30242
29986
|
"baspi5Required": ["yesNo"],
|
|
30243
29987
|
"ta6Required": ["yesNo"],
|
|
30244
|
-
"sef25Required": ["yesNo"],
|
|
30245
29988
|
"ta6ed6Required": ["yesNo"],
|
|
30246
29989
|
"discriminator": {
|
|
30247
29990
|
"propertyName": "yesNo"
|
|
@@ -30340,7 +30083,6 @@
|
|
|
30340
30083
|
"ta6ed6Ref": "6.1f",
|
|
30341
30084
|
"ta6Ref": "5.1g",
|
|
30342
30085
|
"piqRef": "B5.1.5",
|
|
30343
|
-
"sef25Ref": "W1.4",
|
|
30344
30086
|
"title": "Central heating and/or plumbing",
|
|
30345
30087
|
"ta6ed6Title": "Boiler or heating systems",
|
|
30346
30088
|
"type": "object",
|
|
@@ -30359,7 +30101,6 @@
|
|
|
30359
30101
|
"baspi5Required": ["yesNo"],
|
|
30360
30102
|
"ta6Required": ["yesNo"],
|
|
30361
30103
|
"ta6ed6Required": ["yesNo"],
|
|
30362
|
-
"sef25Required": ["yesNo"],
|
|
30363
30104
|
"discriminator": {
|
|
30364
30105
|
"propertyName": "yesNo"
|
|
30365
30106
|
},
|
|
@@ -30489,7 +30230,6 @@
|
|
|
30489
30230
|
"rdsRef": "Certificates",
|
|
30490
30231
|
"ta6Ref": "5.1e",
|
|
30491
30232
|
"piqRef": "B5.1.7",
|
|
30492
|
-
"sef25Ref": "W1.5",
|
|
30493
30233
|
"title": "Electrical repair or installation",
|
|
30494
30234
|
"type": "object",
|
|
30495
30235
|
"properties": {
|
|
@@ -30504,7 +30244,6 @@
|
|
|
30504
30244
|
},
|
|
30505
30245
|
"baspi4Required": ["yesNo"],
|
|
30506
30246
|
"baspi5Required": ["yesNo"],
|
|
30507
|
-
"sef25Required": ["yesNo"],
|
|
30508
30247
|
"ta6Required": ["yesNo"],
|
|
30509
30248
|
"discriminator": {
|
|
30510
30249
|
"propertyName": "yesNo"
|
|
@@ -30544,7 +30283,6 @@
|
|
|
30544
30283
|
"ta6ed6Ref": "6.1g",
|
|
30545
30284
|
"ta6Ref": "5.1h",
|
|
30546
30285
|
"piqRef": "B5.1.8",
|
|
30547
|
-
"sef25Ref": "W1.6",
|
|
30548
30286
|
"title": "Underpinning or other preventative work and/or remedial action relating to subsidence",
|
|
30549
30287
|
"type": "object",
|
|
30550
30288
|
"properties": {
|
|
@@ -30562,7 +30300,6 @@
|
|
|
30562
30300
|
"baspi5Required": ["yesNo"],
|
|
30563
30301
|
"ta6Required": ["yesNo"],
|
|
30564
30302
|
"ta6ed6Required": ["yesNo"],
|
|
30565
|
-
"sef25Required": ["yesNo"],
|
|
30566
30303
|
"discriminator": {
|
|
30567
30304
|
"propertyName": "yesNo"
|
|
30568
30305
|
},
|
|
@@ -30691,7 +30428,6 @@
|
|
|
30691
30428
|
"ta6Ref": "5.1i",
|
|
30692
30429
|
"ta6ed6Ref": "6.1i",
|
|
30693
30430
|
"piqRef": "B5.1.10",
|
|
30694
|
-
"sef25Ref": "W1.7",
|
|
30695
30431
|
"title": "Other Guarantees or warranties",
|
|
30696
30432
|
"type": "object",
|
|
30697
30433
|
"properties": {
|
|
@@ -30709,7 +30445,6 @@
|
|
|
30709
30445
|
"baspi5Required": ["yesNo"],
|
|
30710
30446
|
"ta6Required": ["yesNo"],
|
|
30711
30447
|
"ta6ed6Required": ["yesNo"],
|
|
30712
|
-
"sef25Required": ["yesNo"],
|
|
30713
30448
|
"discriminator": {
|
|
30714
30449
|
"propertyName": "yesNo"
|
|
30715
30450
|
},
|