@pdtf/schemas 2.0.0-26 → 2.0.0-28
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/package.json +1 -1
- package/src/examples/v2/exampleTransaction.json +14 -2
- package/src/schemas/v2/combined.json +214 -83
- package/src/schemas/v2/overlays/baspi.json +162 -33
- package/src/schemas/v2/overlays/rds.json +71 -12
- package/src/schemas/v2/overlays/ta6.json +257 -108
- package/src/schemas/v2/pdtf-transaction.json +153 -26
- package/src/schemas/v2/skeleton.json +17 -3
|
@@ -7253,7 +7253,7 @@
|
|
|
7253
7253
|
"ta6Ref": "9.2.1",
|
|
7254
7254
|
"type": "string",
|
|
7255
7255
|
"title": "",
|
|
7256
|
-
"enum": ["Yes", "No"]
|
|
7256
|
+
"enum": ["Yes", "No", "Not known"]
|
|
7257
7257
|
}
|
|
7258
7258
|
},
|
|
7259
7259
|
"baspiRequired": ["yesNo"],
|
|
@@ -7652,14 +7652,18 @@
|
|
|
7652
7652
|
"title": "Energy Efficiency",
|
|
7653
7653
|
"type": "object",
|
|
7654
7654
|
"baspiRequired": ["certificate", "greenDealLoan"],
|
|
7655
|
-
"ta6Required": ["
|
|
7655
|
+
"ta6Required": ["certificateIsSupplied", "greenDealLoan"],
|
|
7656
7656
|
"properties": {
|
|
7657
|
+
"certificateIsSupplied": {
|
|
7658
|
+
"ta6Ref": "7.6.1",
|
|
7659
|
+
"title": "Please supply a copy of the EPC for the property",
|
|
7660
|
+
"type": "string",
|
|
7661
|
+
"enum": ["Attached", "To follow", "Already supplied"]
|
|
7662
|
+
},
|
|
7657
7663
|
"certificate": {
|
|
7658
7664
|
"baspiRef": "A1.8.3.1",
|
|
7659
|
-
"ta6Ref": "7.6.1",
|
|
7660
7665
|
"type": "object",
|
|
7661
7666
|
"baspiRequired": ["currentEnergyRating"],
|
|
7662
|
-
"ta6Required": ["currentEnergyRating"],
|
|
7663
7667
|
"properties": {
|
|
7664
7668
|
"certificateNumber": {
|
|
7665
7669
|
"type": "string"
|
|
@@ -7708,7 +7712,6 @@
|
|
|
7708
7712
|
},
|
|
7709
7713
|
"currentEnergyRating": {
|
|
7710
7714
|
"baspiRef": "A1.8.3.1.1",
|
|
7711
|
-
"ta6Ref": "7.6",
|
|
7712
7715
|
"title": "Current energy efficiency rating",
|
|
7713
7716
|
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
7714
7717
|
"type": "string",
|
|
@@ -7993,7 +7996,6 @@
|
|
|
7993
7996
|
"greenDealLoan": {
|
|
7994
7997
|
"baspiRef": "A7.3",
|
|
7995
7998
|
"ta6Ref": "7.7",
|
|
7996
|
-
|
|
7997
7999
|
"rdsRef": "RightsHolders/Loans,RightsHolders/OtherDocumentation",
|
|
7998
8000
|
"title": "Green Deal Loan",
|
|
7999
8001
|
"type": "object",
|
|
@@ -8002,13 +8004,13 @@
|
|
|
8002
8004
|
"properties": {
|
|
8003
8005
|
"hasGreenDealLoan": {
|
|
8004
8006
|
"baspiRef": "A7.3",
|
|
8005
|
-
"ta6Ref": "7.7.
|
|
8007
|
+
"ta6Ref": "7.7.0",
|
|
8006
8008
|
"title": "Is this property subject to a Green Deal loan or other financed home improvement scheme?",
|
|
8007
8009
|
"type": "object",
|
|
8008
8010
|
"properties": {
|
|
8009
8011
|
"yesNo": {
|
|
8010
8012
|
"baspiRef": "A7.3.1",
|
|
8011
|
-
"ta6Ref": "7.7.1
|
|
8013
|
+
"ta6Ref": "7.7.1",
|
|
8012
8014
|
"type": "string",
|
|
8013
8015
|
"title": "",
|
|
8014
8016
|
"enum": ["Yes", "No"]
|
|
@@ -8034,14 +8036,14 @@
|
|
|
8034
8036
|
},
|
|
8035
8037
|
"details": {
|
|
8036
8038
|
"baspiRef": "A7.3.2",
|
|
8037
|
-
"ta6Ref": "7.7.
|
|
8039
|
+
"ta6Ref": "7.7.2",
|
|
8038
8040
|
"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",
|
|
8039
8041
|
"type": "string",
|
|
8040
8042
|
"minLength": 1
|
|
8041
8043
|
},
|
|
8042
8044
|
"attachments": {
|
|
8043
8045
|
"baspiRef": "A7.3.3",
|
|
8044
|
-
"ta6Ref": "7.7.
|
|
8046
|
+
"ta6Ref": "7.7.3",
|
|
8045
8047
|
"title": "Attachments",
|
|
8046
8048
|
"type": "string",
|
|
8047
8049
|
"enum": ["Attached", "To follow"]
|
|
@@ -10029,7 +10031,7 @@
|
|
|
10029
10031
|
"ta6Ref": "7.8.1",
|
|
10030
10032
|
"type": "string",
|
|
10031
10033
|
"title": "",
|
|
10032
|
-
"enum": ["Yes", "No"]
|
|
10034
|
+
"enum": ["Yes", "No", "Not known"]
|
|
10033
10035
|
}
|
|
10034
10036
|
},
|
|
10035
10037
|
"baspiRequired": ["yesNo"],
|
|
@@ -10040,7 +10042,7 @@
|
|
|
10040
10042
|
{
|
|
10041
10043
|
"properties": {
|
|
10042
10044
|
"yesNo": {
|
|
10043
|
-
"enum": ["No"]
|
|
10045
|
+
"enum": ["No", "Not known"]
|
|
10044
10046
|
}
|
|
10045
10047
|
}
|
|
10046
10048
|
},
|
|
@@ -10049,23 +10051,23 @@
|
|
|
10049
10051
|
"yesNo": {
|
|
10050
10052
|
"enum": ["Yes"]
|
|
10051
10053
|
},
|
|
10052
|
-
"
|
|
10054
|
+
"managementPlanInPlace": {
|
|
10053
10055
|
"baspiRef": "A5.3.2",
|
|
10054
10056
|
"ta6Ref": "7.8.2",
|
|
10055
|
-
"title": "
|
|
10057
|
+
"title": "Is there a Japanese Knotweed management and treatment plan in place?",
|
|
10056
10058
|
"type": "string",
|
|
10057
|
-
"
|
|
10059
|
+
"enum": ["Yes", "No", "Not known"]
|
|
10058
10060
|
},
|
|
10059
10061
|
"attachments": {
|
|
10060
10062
|
"baspiRef": "A5.3.3",
|
|
10061
10063
|
"ta6Ref": "7.8.3",
|
|
10062
|
-
"title": "
|
|
10064
|
+
"title": "Please supply a copy with any insurance cover linked to the plan",
|
|
10063
10065
|
"type": "string",
|
|
10064
10066
|
"enum": ["Attached", "To follow"]
|
|
10065
10067
|
}
|
|
10066
10068
|
},
|
|
10067
|
-
"baspiRequired": ["
|
|
10068
|
-
"ta6Required": ["
|
|
10069
|
+
"baspiRequired": ["managementPlanInPlace", "attachments"],
|
|
10070
|
+
"ta6Required": ["managementPlanInPlace", "attachments"]
|
|
10069
10071
|
}
|
|
10070
10072
|
],
|
|
10071
10073
|
"ta6Required": ["yesNo"]
|
|
@@ -16445,7 +16447,7 @@
|
|
|
16445
16447
|
},
|
|
16446
16448
|
"supplier": {
|
|
16447
16449
|
"baspiRef": "A7.1.0.1.2",
|
|
16448
|
-
"ta6Ref": "13.2
|
|
16450
|
+
"ta6Ref": "13.1.2",
|
|
16449
16451
|
"title": "Supplier",
|
|
16450
16452
|
"type": "string"
|
|
16451
16453
|
}
|
|
@@ -16510,7 +16512,7 @@
|
|
|
16510
16512
|
},
|
|
16511
16513
|
"supplier": {
|
|
16512
16514
|
"baspiRef": "A7.1.0.2.2",
|
|
16513
|
-
"ta6Ref": "13.2.
|
|
16515
|
+
"ta6Ref": "13.2.2",
|
|
16514
16516
|
"title": "Supplier",
|
|
16515
16517
|
"type": "string"
|
|
16516
16518
|
}
|
|
@@ -16530,6 +16532,7 @@
|
|
|
16530
16532
|
},
|
|
16531
16533
|
"supplier": {
|
|
16532
16534
|
"baspiRef": "A7.1.0.2.2",
|
|
16535
|
+
"ta6Ref": "13.2.2",
|
|
16533
16536
|
"title": "Supplier",
|
|
16534
16537
|
"type": "string"
|
|
16535
16538
|
}
|
|
@@ -16689,7 +16692,7 @@
|
|
|
16689
16692
|
},
|
|
16690
16693
|
"supplier": {
|
|
16691
16694
|
"baspiRef": "A7.1.0.5.2",
|
|
16692
|
-
"ta6Ref": "13.2",
|
|
16695
|
+
"ta6Ref": "13.5.2",
|
|
16693
16696
|
"title": "Supplier",
|
|
16694
16697
|
"type": "string"
|
|
16695
16698
|
}
|
|
@@ -16709,6 +16712,7 @@
|
|
|
16709
16712
|
},
|
|
16710
16713
|
"supplier": {
|
|
16711
16714
|
"baspiRef": "A7.1.0.5.2",
|
|
16715
|
+
"ta6Ref": "13.5.2",
|
|
16712
16716
|
"title": "Supplier",
|
|
16713
16717
|
"type": "string"
|
|
16714
16718
|
}
|
|
@@ -17075,6 +17079,7 @@
|
|
|
17075
17079
|
},
|
|
17076
17080
|
"supplier": {
|
|
17077
17081
|
"baspiRef": "A7.1.0.10.2",
|
|
17082
|
+
"ta6Ref": "13.3.2",
|
|
17078
17083
|
"title": "Supplier",
|
|
17079
17084
|
"type": "string"
|
|
17080
17085
|
}
|
|
@@ -17110,7 +17115,7 @@
|
|
|
17110
17115
|
"ta6Ref": "12.4b1",
|
|
17111
17116
|
"type": "string",
|
|
17112
17117
|
"title": "",
|
|
17113
|
-
"enum": ["Yes", "To be connected", "No"]
|
|
17118
|
+
"enum": ["Yes", "To be connected", "No", "Not known"]
|
|
17114
17119
|
}
|
|
17115
17120
|
},
|
|
17116
17121
|
"baspiRequired": ["yesNo"],
|
|
@@ -17122,7 +17127,7 @@
|
|
|
17122
17127
|
{
|
|
17123
17128
|
"properties": {
|
|
17124
17129
|
"yesNo": {
|
|
17125
|
-
"enum": ["No"]
|
|
17130
|
+
"enum": ["No", "Not known"]
|
|
17126
17131
|
}
|
|
17127
17132
|
}
|
|
17128
17133
|
},
|
|
@@ -17169,9 +17174,10 @@
|
|
|
17169
17174
|
"properties": {
|
|
17170
17175
|
"yesNo": {
|
|
17171
17176
|
"baspiRef": "A7.1.0.11.1",
|
|
17177
|
+
"ta6Ref": "12.4a1",
|
|
17172
17178
|
"type": "string",
|
|
17173
17179
|
"title": "",
|
|
17174
|
-
"enum": ["Yes", "To be connected", "No"]
|
|
17180
|
+
"enum": ["Yes", "To be connected", "No", "Not known"]
|
|
17175
17181
|
}
|
|
17176
17182
|
},
|
|
17177
17183
|
"discriminator": {
|
|
@@ -17185,6 +17191,7 @@
|
|
|
17185
17191
|
},
|
|
17186
17192
|
"supplier": {
|
|
17187
17193
|
"baspiRef": "A7.1.0.11.3",
|
|
17194
|
+
"ta6Ref": "12.4a2",
|
|
17188
17195
|
"title": "Supplier",
|
|
17189
17196
|
"type": "string",
|
|
17190
17197
|
"minLength": 1
|
|
@@ -17204,6 +17211,7 @@
|
|
|
17204
17211
|
},
|
|
17205
17212
|
"supplier": {
|
|
17206
17213
|
"baspiRef": "A7.1.0.11.3",
|
|
17214
|
+
"ta6Ref": "12.4a2",
|
|
17207
17215
|
"title": "Supplier",
|
|
17208
17216
|
"type": "string"
|
|
17209
17217
|
}
|
|
@@ -17213,7 +17221,7 @@
|
|
|
17213
17221
|
{
|
|
17214
17222
|
"properties": {
|
|
17215
17223
|
"yesNo": {
|
|
17216
|
-
"enum": ["No"]
|
|
17224
|
+
"enum": ["No", "Not known"]
|
|
17217
17225
|
},
|
|
17218
17226
|
"sustainableDrainageSystem": {
|
|
17219
17227
|
"baspiRef": "A7.1.0.13",
|
|
@@ -17341,6 +17349,7 @@
|
|
|
17341
17349
|
"properties": {
|
|
17342
17350
|
"yesNo": {
|
|
17343
17351
|
"baspiRef": "A7.1.0.15.1",
|
|
17352
|
+
"ta6Ref": "12.5c1",
|
|
17344
17353
|
"type": "string",
|
|
17345
17354
|
"title": "",
|
|
17346
17355
|
"enum": ["Yes", "No"]
|
|
@@ -17380,13 +17389,13 @@
|
|
|
17380
17389
|
"sewerageTreatmentPlant": {
|
|
17381
17390
|
"baspiRef": "A7.1.0.16",
|
|
17382
17391
|
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
17383
|
-
"ta6Ref": "12.
|
|
17392
|
+
"ta6Ref": "12.5b",
|
|
17384
17393
|
"title": "Sewerage treatment plant",
|
|
17385
17394
|
"type": "object",
|
|
17386
17395
|
"properties": {
|
|
17387
17396
|
"yesNo": {
|
|
17388
17397
|
"baspiRef": "A7.1.0.16.1",
|
|
17389
|
-
"ta6Ref": "12.
|
|
17398
|
+
"ta6Ref": "12.5b1",
|
|
17390
17399
|
"type": "string",
|
|
17391
17400
|
"title": "",
|
|
17392
17401
|
"enum": ["Yes", "No"]
|
|
@@ -17419,7 +17428,7 @@
|
|
|
17419
17428
|
},
|
|
17420
17429
|
"dateLastServiced": {
|
|
17421
17430
|
"baspiRef": "A7.1.0.16.3",
|
|
17422
|
-
"ta6Ref": "12.8
|
|
17431
|
+
"ta6Ref": "12.8",
|
|
17423
17432
|
"title": "Date last serviced",
|
|
17424
17433
|
"type": "string",
|
|
17425
17434
|
"format": "date"
|
|
@@ -17889,7 +17898,7 @@
|
|
|
17889
17898
|
"ta6Ref": "12.3d2",
|
|
17890
17899
|
"title": "Please provide a copy of the service or maintenance works report.",
|
|
17891
17900
|
"type": "string",
|
|
17892
|
-
"enum": ["Attached", "To follow", "Not
|
|
17901
|
+
"enum": ["Attached", "To follow", "Not available"]
|
|
17893
17902
|
},
|
|
17894
17903
|
"heatingInGoodWorkingOrder": {
|
|
17895
17904
|
"baspiRef": "A7.4.3",
|
|
@@ -18020,7 +18029,7 @@
|
|
|
18020
18029
|
"properties": {
|
|
18021
18030
|
"yesNo": {
|
|
18022
18031
|
"baspiRef": "A8.1.2.1.2",
|
|
18023
|
-
"ta6Ref": "6.
|
|
18032
|
+
"ta6Ref": "6.4a1",
|
|
18024
18033
|
"type": "string",
|
|
18025
18034
|
"title": "",
|
|
18026
18035
|
"enum": ["Yes", "No"]
|
|
@@ -18046,7 +18055,7 @@
|
|
|
18046
18055
|
},
|
|
18047
18056
|
"details": {
|
|
18048
18057
|
"baspiRef": "A8.1.2.1.3",
|
|
18049
|
-
"ta6Ref": "6.4.
|
|
18058
|
+
"ta6Ref": "6.4.2",
|
|
18050
18059
|
"title": "Provide details",
|
|
18051
18060
|
"type": "string",
|
|
18052
18061
|
"minLength": 1
|
|
@@ -18065,7 +18074,7 @@
|
|
|
18065
18074
|
"properties": {
|
|
18066
18075
|
"yesNo": {
|
|
18067
18076
|
"baspiRef": "A8.1.1.2.1",
|
|
18068
|
-
"ta6Ref": "6.
|
|
18077
|
+
"ta6Ref": "6.4b1",
|
|
18069
18078
|
"type": "string",
|
|
18070
18079
|
"title": "",
|
|
18071
18080
|
"enum": ["Yes", "No"]
|
|
@@ -18091,7 +18100,7 @@
|
|
|
18091
18100
|
},
|
|
18092
18101
|
"details": {
|
|
18093
18102
|
"baspiRef": "A8.1.2.1.2.2",
|
|
18094
|
-
"ta6Ref": "6.4.
|
|
18103
|
+
"ta6Ref": "6.4.2",
|
|
18095
18104
|
"title": "Provide details",
|
|
18096
18105
|
"type": "string",
|
|
18097
18106
|
"minLength": 1
|
|
@@ -18104,13 +18113,13 @@
|
|
|
18104
18113
|
},
|
|
18105
18114
|
"subjectToUnusualConditions": {
|
|
18106
18115
|
"baspiRef": "A8.1.2.1.3",
|
|
18107
|
-
"ta6Ref": "6.
|
|
18116
|
+
"ta6Ref": "6.4c",
|
|
18108
18117
|
"title": "Subject to unusual conditions?",
|
|
18109
18118
|
"type": "object",
|
|
18110
18119
|
"properties": {
|
|
18111
18120
|
"yesNo": {
|
|
18112
18121
|
"baspiRef": "A8.1.2.1.3.1",
|
|
18113
|
-
"ta6Ref": "6.
|
|
18122
|
+
"ta6Ref": "6.4c1",
|
|
18114
18123
|
"type": "string",
|
|
18115
18124
|
"title": "",
|
|
18116
18125
|
"enum": ["Yes", "No"]
|
|
@@ -18136,7 +18145,7 @@
|
|
|
18136
18145
|
},
|
|
18137
18146
|
"details": {
|
|
18138
18147
|
"baspiRef": "A8.1.2.1.3.2",
|
|
18139
|
-
"ta6Ref": "6.4.
|
|
18148
|
+
"ta6Ref": "6.4.2",
|
|
18140
18149
|
"title": "Provide details",
|
|
18141
18150
|
"type": "string",
|
|
18142
18151
|
"minLength": 1
|
|
@@ -18149,13 +18158,13 @@
|
|
|
18149
18158
|
},
|
|
18150
18159
|
"refused": {
|
|
18151
18160
|
"baspiRef": "A8.1.2.1.4",
|
|
18152
|
-
"ta6Ref": "6.
|
|
18161
|
+
"ta6Ref": "6.4d",
|
|
18153
18162
|
"title": "Refused?",
|
|
18154
18163
|
"type": "object",
|
|
18155
18164
|
"properties": {
|
|
18156
18165
|
"yesNo": {
|
|
18157
18166
|
"baspiRef": "A8.1.2.1.4.1",
|
|
18158
|
-
"ta6Ref": "6.
|
|
18167
|
+
"ta6Ref": "6.4d1",
|
|
18159
18168
|
"type": "string",
|
|
18160
18169
|
"title": "",
|
|
18161
18170
|
"enum": ["Yes", "No"]
|
|
@@ -18181,7 +18190,7 @@
|
|
|
18181
18190
|
},
|
|
18182
18191
|
"details": {
|
|
18183
18192
|
"baspiRef": "A8.1.2.1.4.2",
|
|
18184
|
-
"ta6Ref": "6.4.
|
|
18193
|
+
"ta6Ref": "6.4.2",
|
|
18185
18194
|
"title": "Provide details",
|
|
18186
18195
|
"type": "string",
|
|
18187
18196
|
"minLength": 1
|
|
@@ -18535,7 +18544,7 @@
|
|
|
18535
18544
|
},
|
|
18536
18545
|
"details": {
|
|
18537
18546
|
"baspiRef": "A10.2.2",
|
|
18538
|
-
"ta6Ref": "8.2.
|
|
18547
|
+
"ta6Ref": "8.2.2",
|
|
18539
18548
|
"title": "Please give details and provide a plan showing the route of the access, parking etc",
|
|
18540
18549
|
"type": "string",
|
|
18541
18550
|
"minLength": 1
|
|
@@ -18605,18 +18614,22 @@
|
|
|
18605
18614
|
"type": "object",
|
|
18606
18615
|
"baspiRequired": [
|
|
18607
18616
|
"publicRightOfWay",
|
|
18608
|
-
"
|
|
18617
|
+
"rightsOfLight",
|
|
18618
|
+
"rightsOfSupport",
|
|
18609
18619
|
"rightsCreatedThroughCustom",
|
|
18610
18620
|
"minesAndMinerals",
|
|
18611
18621
|
"churchChancel",
|
|
18622
|
+
"rightsToTakeFromLand",
|
|
18612
18623
|
"otherRights"
|
|
18613
18624
|
],
|
|
18614
18625
|
"ta6Required": [
|
|
18615
18626
|
"publicRightOfWay",
|
|
18616
|
-
"
|
|
18627
|
+
"rightsOfLight",
|
|
18628
|
+
"rightsOfSupport",
|
|
18617
18629
|
"rightsCreatedThroughCustom",
|
|
18618
18630
|
"minesAndMinerals",
|
|
18619
18631
|
"churchChancel",
|
|
18632
|
+
"rightsToTakeFromLand",
|
|
18620
18633
|
"otherRights"
|
|
18621
18634
|
],
|
|
18622
18635
|
"properties": {
|
|
@@ -18672,15 +18685,15 @@
|
|
|
18672
18685
|
}
|
|
18673
18686
|
]
|
|
18674
18687
|
},
|
|
18675
|
-
"
|
|
18676
|
-
"baspiRef": "A10.4.
|
|
18688
|
+
"rightsOfLight": {
|
|
18689
|
+
"baspiRef": "A10.4.2a",
|
|
18677
18690
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
18678
18691
|
"ta6Ref": "8.4a",
|
|
18679
|
-
"title": "Rights of light
|
|
18692
|
+
"title": "Rights of light",
|
|
18680
18693
|
"type": "object",
|
|
18681
18694
|
"properties": {
|
|
18682
18695
|
"yesNo": {
|
|
18683
|
-
"baspiRef": "A10.4.
|
|
18696
|
+
"baspiRef": "A10.4.2a.1",
|
|
18684
18697
|
"ta6Ref": "8.4a1",
|
|
18685
18698
|
"type": "string",
|
|
18686
18699
|
"title": "",
|
|
@@ -18706,27 +18719,69 @@
|
|
|
18706
18719
|
"enum": ["Yes"]
|
|
18707
18720
|
},
|
|
18708
18721
|
"details": {
|
|
18709
|
-
"baspiRef": "A10.4.
|
|
18710
|
-
"ta6Ref": "8.4a2",
|
|
18722
|
+
"baspiRef": "A10.4.2a.2",
|
|
18711
18723
|
"title": "Details",
|
|
18712
18724
|
"type": "string",
|
|
18713
18725
|
"minLength": 1
|
|
18714
18726
|
}
|
|
18715
18727
|
},
|
|
18716
|
-
"baspiRequired": ["details"]
|
|
18717
|
-
|
|
18728
|
+
"baspiRequired": ["details"]
|
|
18729
|
+
}
|
|
18730
|
+
]
|
|
18731
|
+
},
|
|
18732
|
+
"rightsOfSupport": {
|
|
18733
|
+
"baspiRef": "A10.4.2b",
|
|
18734
|
+
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
18735
|
+
"ta6Ref": "8.4a",
|
|
18736
|
+
"title": "Rights of support from ajoining properties",
|
|
18737
|
+
"type": "object",
|
|
18738
|
+
"properties": {
|
|
18739
|
+
"yesNo": {
|
|
18740
|
+
"baspiRef": "A10.4.2b.1",
|
|
18741
|
+
"ta6Ref": "8.4b1",
|
|
18742
|
+
"type": "string",
|
|
18743
|
+
"title": "",
|
|
18744
|
+
"enum": ["Yes", "No"]
|
|
18745
|
+
}
|
|
18746
|
+
},
|
|
18747
|
+
"baspiRequired": ["yesNo"],
|
|
18748
|
+
"ta6Required": ["yesNo"],
|
|
18749
|
+
"discriminator": {
|
|
18750
|
+
"propertyName": "yesNo"
|
|
18751
|
+
},
|
|
18752
|
+
"oneOf": [
|
|
18753
|
+
{
|
|
18754
|
+
"properties": {
|
|
18755
|
+
"yesNo": {
|
|
18756
|
+
"enum": ["No"]
|
|
18757
|
+
}
|
|
18758
|
+
}
|
|
18759
|
+
},
|
|
18760
|
+
{
|
|
18761
|
+
"properties": {
|
|
18762
|
+
"yesNo": {
|
|
18763
|
+
"enum": ["Yes"]
|
|
18764
|
+
},
|
|
18765
|
+
"details": {
|
|
18766
|
+
"baspiRef": "A10.4.2b.2",
|
|
18767
|
+
"title": "Details",
|
|
18768
|
+
"type": "string",
|
|
18769
|
+
"minLength": 1
|
|
18770
|
+
}
|
|
18771
|
+
},
|
|
18772
|
+
"baspiRequired": ["details"]
|
|
18718
18773
|
}
|
|
18719
18774
|
]
|
|
18720
18775
|
},
|
|
18721
18776
|
"rightsCreatedThroughCustom": {
|
|
18722
|
-
"baspiRef": "A10.4.
|
|
18777
|
+
"baspiRef": "A10.4.3a",
|
|
18723
18778
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
18724
18779
|
"ta6Ref": "8.4c",
|
|
18725
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage
|
|
18780
|
+
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
18726
18781
|
"type": "object",
|
|
18727
18782
|
"properties": {
|
|
18728
18783
|
"yesNo": {
|
|
18729
|
-
"baspiRef": "A10.4.
|
|
18784
|
+
"baspiRef": "A10.4.3a1",
|
|
18730
18785
|
"ta6Ref": "8.4c1",
|
|
18731
18786
|
"type": "string",
|
|
18732
18787
|
"title": "",
|
|
@@ -18752,8 +18807,52 @@
|
|
|
18752
18807
|
"enum": ["Yes"]
|
|
18753
18808
|
},
|
|
18754
18809
|
"details": {
|
|
18755
|
-
"baspiRef": "A10.4.
|
|
18756
|
-
"
|
|
18810
|
+
"baspiRef": "A10.4.3a2",
|
|
18811
|
+
"title": "Details",
|
|
18812
|
+
"type": "string",
|
|
18813
|
+
"minLength": 1
|
|
18814
|
+
}
|
|
18815
|
+
},
|
|
18816
|
+
"baspiRequired": ["details"]
|
|
18817
|
+
}
|
|
18818
|
+
]
|
|
18819
|
+
},
|
|
18820
|
+
"rightsToTakeFromLand": {
|
|
18821
|
+
"baspiRef": "A10.4.3b",
|
|
18822
|
+
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
18823
|
+
"ta6Ref": "8.5b",
|
|
18824
|
+
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
18825
|
+
"type": "object",
|
|
18826
|
+
"properties": {
|
|
18827
|
+
"yesNo": {
|
|
18828
|
+
"baspiRef": "A10.4.3b1",
|
|
18829
|
+
"ta6Ref": "8.5c1",
|
|
18830
|
+
"type": "string",
|
|
18831
|
+
"title": "",
|
|
18832
|
+
"enum": ["Yes", "No"]
|
|
18833
|
+
}
|
|
18834
|
+
},
|
|
18835
|
+
"baspiRequired": ["yesNo"],
|
|
18836
|
+
"ta6Required": ["yesNo"],
|
|
18837
|
+
"discriminator": {
|
|
18838
|
+
"propertyName": "yesNo"
|
|
18839
|
+
},
|
|
18840
|
+
"oneOf": [
|
|
18841
|
+
{
|
|
18842
|
+
"properties": {
|
|
18843
|
+
"yesNo": {
|
|
18844
|
+
"enum": ["No"]
|
|
18845
|
+
}
|
|
18846
|
+
}
|
|
18847
|
+
},
|
|
18848
|
+
{
|
|
18849
|
+
"properties": {
|
|
18850
|
+
"yesNo": {
|
|
18851
|
+
"enum": ["Yes"]
|
|
18852
|
+
},
|
|
18853
|
+
"details": {
|
|
18854
|
+
"baspiRef": "A10.4.3b2",
|
|
18855
|
+
"ta6Ref": "8.5c2",
|
|
18757
18856
|
"title": "Details",
|
|
18758
18857
|
"type": "string",
|
|
18759
18858
|
"minLength": 1
|
|
@@ -18799,14 +18898,12 @@
|
|
|
18799
18898
|
},
|
|
18800
18899
|
"details": {
|
|
18801
18900
|
"baspiRef": "A10.4.4.2",
|
|
18802
|
-
"ta6Ref": "8.5a2",
|
|
18803
18901
|
"title": "Details",
|
|
18804
18902
|
"type": "string",
|
|
18805
18903
|
"minLength": 1
|
|
18806
18904
|
}
|
|
18807
18905
|
},
|
|
18808
|
-
"baspiRequired": ["details"]
|
|
18809
|
-
"ta6Required": ["details"]
|
|
18906
|
+
"baspiRequired": ["details"]
|
|
18810
18907
|
}
|
|
18811
18908
|
]
|
|
18812
18909
|
},
|
|
@@ -18845,14 +18942,12 @@
|
|
|
18845
18942
|
},
|
|
18846
18943
|
"details": {
|
|
18847
18944
|
"baspiRef": "A10.4.5.2",
|
|
18848
|
-
"ta6Ref": "8.5b2",
|
|
18849
18945
|
"title": "Details",
|
|
18850
18946
|
"type": "string",
|
|
18851
18947
|
"minLength": 1
|
|
18852
18948
|
}
|
|
18853
18949
|
},
|
|
18854
|
-
"baspiRequired": ["details"]
|
|
18855
|
-
"ta6Required": ["details"]
|
|
18950
|
+
"baspiRequired": ["details"]
|
|
18856
18951
|
}
|
|
18857
18952
|
]
|
|
18858
18953
|
},
|
|
@@ -18908,6 +19003,7 @@
|
|
|
18908
19003
|
},
|
|
18909
19004
|
"environmentalIssues": {
|
|
18910
19005
|
"baspiRef": "A11.1",
|
|
19006
|
+
"ta6Ref": "7",
|
|
18911
19007
|
"title": "Environmental Issues Affecting the Property",
|
|
18912
19008
|
"type": "object",
|
|
18913
19009
|
"baspiRequired": ["flooding", "radon", "otherEnvironmental"],
|
|
@@ -18916,7 +19012,7 @@
|
|
|
18916
19012
|
"flooding": {
|
|
18917
19013
|
"baspiRef": "A11.1.1",
|
|
18918
19014
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
18919
|
-
"ta6Ref": "7.1",
|
|
19015
|
+
"ta6Ref": "7.1.0",
|
|
18920
19016
|
"title": "Flooding",
|
|
18921
19017
|
"type": "object",
|
|
18922
19018
|
"baspiRequired": ["floodRiskReport", "hasBeenFlooded"],
|
|
@@ -18969,7 +19065,7 @@
|
|
|
18969
19065
|
},
|
|
18970
19066
|
"hasBeenFlooded": {
|
|
18971
19067
|
"baspiRef": "A11.1.2",
|
|
18972
|
-
"ta6Ref": "7.
|
|
19068
|
+
"ta6Ref": "7.1",
|
|
18973
19069
|
"title": "Has any part of the property (whether buildings or surrounding garden or land) ever been flooded?",
|
|
18974
19070
|
"type": "string",
|
|
18975
19071
|
"enum": ["Yes", "No"]
|
|
@@ -18993,7 +19089,7 @@
|
|
|
18993
19089
|
},
|
|
18994
19090
|
"details": {
|
|
18995
19091
|
"baspiRef": "A11.1.2.1",
|
|
18996
|
-
"ta6Ref": "7.
|
|
19092
|
+
"ta6Ref": "7.2",
|
|
18997
19093
|
"title": "Please state when the flooding occurred and identify the parts that flooded",
|
|
18998
19094
|
"type": "string",
|
|
18999
19095
|
"minLength": 1
|
|
@@ -19154,14 +19250,14 @@
|
|
|
19154
19250
|
},
|
|
19155
19251
|
"details": {
|
|
19156
19252
|
"baspiRef": "A11.1.3.2",
|
|
19157
|
-
"ta6Ref": "7.
|
|
19253
|
+
"ta6Ref": "7.4b",
|
|
19158
19254
|
"title": "Was the test result was below the recommended level?",
|
|
19159
19255
|
"type": "string",
|
|
19160
19256
|
"enum": ["Yes", "No"]
|
|
19161
19257
|
},
|
|
19162
19258
|
"attachments": {
|
|
19163
19259
|
"baspiRef": "A11.1.3.3",
|
|
19164
|
-
"ta6Ref": "7.
|
|
19260
|
+
"ta6Ref": "7.4a",
|
|
19165
19261
|
"title": "Please supply a copy of the report",
|
|
19166
19262
|
"type": "string",
|
|
19167
19263
|
"enum": ["Attached", "To follow"]
|
|
@@ -19182,9 +19278,10 @@
|
|
|
19182
19278
|
"properties": {
|
|
19183
19279
|
"yesNo": {
|
|
19184
19280
|
"baspiRef": "A11.1.3.4.1",
|
|
19281
|
+
"ta6Ref": "7.5.1",
|
|
19185
19282
|
"type": "string",
|
|
19186
19283
|
"title": "",
|
|
19187
|
-
"enum": ["Yes", "No"]
|
|
19284
|
+
"enum": ["Yes", "No", "Not known"]
|
|
19188
19285
|
}
|
|
19189
19286
|
},
|
|
19190
19287
|
"baspiRequired": ["yesNo"],
|
|
@@ -19214,7 +19311,7 @@
|
|
|
19214
19311
|
{
|
|
19215
19312
|
"properties": {
|
|
19216
19313
|
"yesNo": {
|
|
19217
|
-
"enum": ["No"]
|
|
19314
|
+
"enum": ["No", "Not known"]
|
|
19218
19315
|
}
|
|
19219
19316
|
}
|
|
19220
19317
|
},
|
|
@@ -19552,7 +19649,7 @@
|
|
|
19552
19649
|
"properties": {
|
|
19553
19650
|
"yesNo": {
|
|
19554
19651
|
"baspiRef": "A12.3.1",
|
|
19555
|
-
"ta6Ref": "10.1",
|
|
19652
|
+
"ta6Ref": "10.1.1",
|
|
19556
19653
|
"type": "string",
|
|
19557
19654
|
"title": "",
|
|
19558
19655
|
"enum": ["Yes", "No"]
|
|
@@ -19578,7 +19675,7 @@
|
|
|
19578
19675
|
},
|
|
19579
19676
|
"details": {
|
|
19580
19677
|
"baspiRef": "A12.3.2",
|
|
19581
|
-
"ta6Ref": "10.2",
|
|
19678
|
+
"ta6Ref": "10.1.2",
|
|
19582
19679
|
"title": "Please give details",
|
|
19583
19680
|
"type": "string",
|
|
19584
19681
|
"minLength": 1
|
|
@@ -20088,7 +20185,7 @@
|
|
|
20088
20185
|
"ta6Ref": "8.7.1",
|
|
20089
20186
|
"type": "string",
|
|
20090
20187
|
"title": "",
|
|
20091
|
-
"enum": ["Yes", "No"]
|
|
20188
|
+
"enum": ["Yes", "No", "Not known"]
|
|
20092
20189
|
}
|
|
20093
20190
|
},
|
|
20094
20191
|
"baspiRequired": ["yesNo"],
|
|
@@ -20100,7 +20197,7 @@
|
|
|
20100
20197
|
{
|
|
20101
20198
|
"properties": {
|
|
20102
20199
|
"yesNo": {
|
|
20103
|
-
"enum": ["No"]
|
|
20200
|
+
"enum": ["No", "Not known"]
|
|
20104
20201
|
}
|
|
20105
20202
|
}
|
|
20106
20203
|
},
|
|
@@ -20138,7 +20235,7 @@
|
|
|
20138
20235
|
"ta6Ref": "8.8.1",
|
|
20139
20236
|
"type": "string",
|
|
20140
20237
|
"title": "",
|
|
20141
|
-
"enum": ["Yes", "No"]
|
|
20238
|
+
"enum": ["Yes", "No", "Not known"]
|
|
20142
20239
|
}
|
|
20143
20240
|
},
|
|
20144
20241
|
"baspiRequired": ["yesNo"],
|
|
@@ -20150,7 +20247,7 @@
|
|
|
20150
20247
|
{
|
|
20151
20248
|
"properties": {
|
|
20152
20249
|
"yesNo": {
|
|
20153
|
-
"enum": ["No"]
|
|
20250
|
+
"enum": ["No", "Not known"]
|
|
20154
20251
|
}
|
|
20155
20252
|
}
|
|
20156
20253
|
},
|
|
@@ -20281,13 +20378,13 @@
|
|
|
20281
20378
|
},
|
|
20282
20379
|
"yearTested": {
|
|
20283
20380
|
"baspiRef": "B4.1.2",
|
|
20284
|
-
"ta6Ref": "12.1.
|
|
20381
|
+
"ta6Ref": "12.1.2",
|
|
20285
20382
|
"title": "State the year they were last tested",
|
|
20286
20383
|
"type": "integer"
|
|
20287
20384
|
},
|
|
20288
20385
|
"attachments": {
|
|
20289
20386
|
"baspiRef": "B4.1.3",
|
|
20290
|
-
"ta6Ref": "12.1.
|
|
20387
|
+
"ta6Ref": "12.1.3",
|
|
20291
20388
|
"title": "Please upload the test certificate.",
|
|
20292
20389
|
"type": "string",
|
|
20293
20390
|
"enum": ["Attached", "To follow"]
|
|
@@ -21738,27 +21835,58 @@
|
|
|
21738
21835
|
"title": "Completion and Moving",
|
|
21739
21836
|
"type": "object",
|
|
21740
21837
|
"baspiRequired": [
|
|
21741
|
-
"
|
|
21838
|
+
"sellerWillEnsure",
|
|
21742
21839
|
"otherPropertyInChain",
|
|
21743
21840
|
"moveRestrictionDates",
|
|
21744
21841
|
"digitalPropertyLogbook",
|
|
21745
21842
|
"sufficientToRepayAllMortgages"
|
|
21746
21843
|
],
|
|
21747
21844
|
"ta6Required": [
|
|
21748
|
-
"
|
|
21845
|
+
"sellerWillEnsure",
|
|
21749
21846
|
"otherPropertyInChain",
|
|
21750
21847
|
"moveRestrictionDates",
|
|
21751
21848
|
"digitalPropertyLogbook",
|
|
21752
21849
|
"sufficientToRepayAllMortgages"
|
|
21753
21850
|
],
|
|
21754
21851
|
"properties": {
|
|
21755
|
-
"
|
|
21852
|
+
"sellerWillEnsure": {
|
|
21756
21853
|
"baspiRef": "B7.1",
|
|
21757
21854
|
"rdsRef": "RightsHolders/Flags",
|
|
21758
21855
|
"ta6Ref": "14.4",
|
|
21759
|
-
"title": "Please confirm that on completion you will
|
|
21760
|
-
"
|
|
21761
|
-
"
|
|
21856
|
+
"title": "Please confirm that on completion you will:",
|
|
21857
|
+
"type": "object",
|
|
21858
|
+
"required": [
|
|
21859
|
+
"removeRubbish",
|
|
21860
|
+
"replaceLightFittings",
|
|
21861
|
+
"takeReasonableCare",
|
|
21862
|
+
"leaveKeys"
|
|
21863
|
+
],
|
|
21864
|
+
"properties": {
|
|
21865
|
+
"removeRubbish": {
|
|
21866
|
+
"baspiRef": "B7.1.1",
|
|
21867
|
+
"ta6Ref": "14.4a",
|
|
21868
|
+
"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.",
|
|
21869
|
+
"type": "boolean"
|
|
21870
|
+
},
|
|
21871
|
+
"replaceLightFittings": {
|
|
21872
|
+
"baspiRef": "B7.1.2",
|
|
21873
|
+
"ta6Ref": "14.4b",
|
|
21874
|
+
"title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb.",
|
|
21875
|
+
"type": "boolean"
|
|
21876
|
+
},
|
|
21877
|
+
"takeReasonableCare": {
|
|
21878
|
+
"baspiRef": "B7.1.3",
|
|
21879
|
+
"ta6Ref": "14.4c",
|
|
21880
|
+
"title": "Take reasonable care when removing any other fittings or contents.",
|
|
21881
|
+
"type": "boolean"
|
|
21882
|
+
},
|
|
21883
|
+
"leaveKeys": {
|
|
21884
|
+
"baspiRef": "B7.1.4",
|
|
21885
|
+
"ta6Ref": "14.4d",
|
|
21886
|
+
"title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion.",
|
|
21887
|
+
"type": "boolean"
|
|
21888
|
+
}
|
|
21889
|
+
}
|
|
21762
21890
|
},
|
|
21763
21891
|
"otherPropertyInChain": {
|
|
21764
21892
|
"baspiRef": "B7.2",
|
|
@@ -21851,6 +21979,7 @@
|
|
|
21851
21979
|
"properties": {
|
|
21852
21980
|
"yesNo": {
|
|
21853
21981
|
"baspiRef": "B7.3.1",
|
|
21982
|
+
"ta6Ref": "14.2.1",
|
|
21854
21983
|
"type": "string",
|
|
21855
21984
|
"title": "",
|
|
21856
21985
|
"enum": ["Yes", "No"]
|
|
@@ -21876,6 +22005,7 @@
|
|
|
21876
22005
|
},
|
|
21877
22006
|
"details": {
|
|
21878
22007
|
"baspiRef": "B7.3.2",
|
|
22008
|
+
"ta6Ref": "14.2.2",
|
|
21879
22009
|
"type": "string"
|
|
21880
22010
|
}
|
|
21881
22011
|
},
|
|
@@ -21941,9 +22071,10 @@
|
|
|
21941
22071
|
"properties": {
|
|
21942
22072
|
"yesNo": {
|
|
21943
22073
|
"baspiRef": "A7.6.1",
|
|
22074
|
+
"ta6Ref": "14.3.1",
|
|
21944
22075
|
"type": "string",
|
|
21945
22076
|
"title": "",
|
|
21946
|
-
"enum": ["Yes", "No", "
|
|
22077
|
+
"enum": ["Yes", "No", "No mortgage"]
|
|
21947
22078
|
}
|
|
21948
22079
|
},
|
|
21949
22080
|
"baspiRequired": ["yesNo"],
|