@pdtf/schemas 2.0.0-27 → 2.0.0-29
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 +16 -2
- package/src/schemas/v2/combined.json +197 -69
- package/src/schemas/v2/overlays/baspi.json +167 -36
- package/src/schemas/v2/overlays/rds.json +74 -14
- package/src/schemas/v2/overlays/ta6.json +229 -73
- package/src/schemas/v2/pdtf-transaction.json +147 -28
- package/src/schemas/v2/skeleton.json +17 -4
|
@@ -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"],
|
|
@@ -7451,7 +7451,7 @@
|
|
|
7451
7451
|
"ta6Ref": "4.8a1",
|
|
7452
7452
|
"type": "string",
|
|
7453
7453
|
"title": "",
|
|
7454
|
-
"enum": ["Yes", "No"]
|
|
7454
|
+
"enum": ["Yes", "No", "Not known"]
|
|
7455
7455
|
}
|
|
7456
7456
|
},
|
|
7457
7457
|
"baspiRequired": ["yesNo"],
|
|
@@ -7463,7 +7463,7 @@
|
|
|
7463
7463
|
{
|
|
7464
7464
|
"properties": {
|
|
7465
7465
|
"yesNo": {
|
|
7466
|
-
"enum": ["No"]
|
|
7466
|
+
"enum": ["No", "Not known"]
|
|
7467
7467
|
}
|
|
7468
7468
|
}
|
|
7469
7469
|
},
|
|
@@ -7472,13 +7472,13 @@
|
|
|
7472
7472
|
"yesNo": {
|
|
7473
7473
|
"enum": ["Yes"]
|
|
7474
7474
|
},
|
|
7475
|
-
"
|
|
7475
|
+
"consentsObtained": {
|
|
7476
7476
|
"baspiRef": "A1.7.3.2.2",
|
|
7477
7477
|
"ta6Ref": "4.8a2",
|
|
7478
7478
|
"title": "Were the relevant consents obtained? Provide any relevant documentation",
|
|
7479
7479
|
"rdsRef": "Protections",
|
|
7480
7480
|
"type": "string",
|
|
7481
|
-
"enum": ["Yes", "No"]
|
|
7481
|
+
"enum": ["Yes", "No", "Not known"]
|
|
7482
7482
|
},
|
|
7483
7483
|
"attachments": {
|
|
7484
7484
|
"baspiRef": "A1.7.3.4",
|
|
@@ -10031,7 +10031,7 @@
|
|
|
10031
10031
|
"ta6Ref": "7.8.1",
|
|
10032
10032
|
"type": "string",
|
|
10033
10033
|
"title": "",
|
|
10034
|
-
"enum": ["Yes", "No"]
|
|
10034
|
+
"enum": ["Yes", "No", "Not known"]
|
|
10035
10035
|
}
|
|
10036
10036
|
},
|
|
10037
10037
|
"baspiRequired": ["yesNo"],
|
|
@@ -10042,7 +10042,7 @@
|
|
|
10042
10042
|
{
|
|
10043
10043
|
"properties": {
|
|
10044
10044
|
"yesNo": {
|
|
10045
|
-
"enum": ["No"]
|
|
10045
|
+
"enum": ["No", "Not known"]
|
|
10046
10046
|
}
|
|
10047
10047
|
}
|
|
10048
10048
|
},
|
|
@@ -10051,23 +10051,23 @@
|
|
|
10051
10051
|
"yesNo": {
|
|
10052
10052
|
"enum": ["Yes"]
|
|
10053
10053
|
},
|
|
10054
|
-
"
|
|
10054
|
+
"managementPlanInPlace": {
|
|
10055
10055
|
"baspiRef": "A5.3.2",
|
|
10056
10056
|
"ta6Ref": "7.8.2",
|
|
10057
|
-
"title": "
|
|
10057
|
+
"title": "Is there a Japanese Knotweed management and treatment plan in place?",
|
|
10058
10058
|
"type": "string",
|
|
10059
|
-
"
|
|
10059
|
+
"enum": ["Yes", "No", "Not known"]
|
|
10060
10060
|
},
|
|
10061
10061
|
"attachments": {
|
|
10062
10062
|
"baspiRef": "A5.3.3",
|
|
10063
10063
|
"ta6Ref": "7.8.3",
|
|
10064
|
-
"title": "
|
|
10064
|
+
"title": "Please supply a copy with any insurance cover linked to the plan",
|
|
10065
10065
|
"type": "string",
|
|
10066
10066
|
"enum": ["Attached", "To follow"]
|
|
10067
10067
|
}
|
|
10068
10068
|
},
|
|
10069
|
-
"baspiRequired": ["
|
|
10070
|
-
"ta6Required": ["
|
|
10069
|
+
"baspiRequired": ["managementPlanInPlace", "attachments"],
|
|
10070
|
+
"ta6Required": ["managementPlanInPlace", "attachments"]
|
|
10071
10071
|
}
|
|
10072
10072
|
],
|
|
10073
10073
|
"ta6Required": ["yesNo"]
|
|
@@ -16404,7 +16404,8 @@
|
|
|
16404
16404
|
"cableSatelliteTV",
|
|
16405
16405
|
"broadband",
|
|
16406
16406
|
"solarPanels",
|
|
16407
|
-
"otherServices"
|
|
16407
|
+
"otherServices",
|
|
16408
|
+
"maintenanceAgreements"
|
|
16408
16409
|
],
|
|
16409
16410
|
"ta6Required": [
|
|
16410
16411
|
"mainsElectricity",
|
|
@@ -16447,7 +16448,7 @@
|
|
|
16447
16448
|
},
|
|
16448
16449
|
"supplier": {
|
|
16449
16450
|
"baspiRef": "A7.1.0.1.2",
|
|
16450
|
-
"ta6Ref": "13.2
|
|
16451
|
+
"ta6Ref": "13.1.2",
|
|
16451
16452
|
"title": "Supplier",
|
|
16452
16453
|
"type": "string"
|
|
16453
16454
|
}
|
|
@@ -16512,7 +16513,7 @@
|
|
|
16512
16513
|
},
|
|
16513
16514
|
"supplier": {
|
|
16514
16515
|
"baspiRef": "A7.1.0.2.2",
|
|
16515
|
-
"ta6Ref": "13.2.
|
|
16516
|
+
"ta6Ref": "13.2.2",
|
|
16516
16517
|
"title": "Supplier",
|
|
16517
16518
|
"type": "string"
|
|
16518
16519
|
}
|
|
@@ -16532,6 +16533,7 @@
|
|
|
16532
16533
|
},
|
|
16533
16534
|
"supplier": {
|
|
16534
16535
|
"baspiRef": "A7.1.0.2.2",
|
|
16536
|
+
"ta6Ref": "13.2.2",
|
|
16535
16537
|
"title": "Supplier",
|
|
16536
16538
|
"type": "string"
|
|
16537
16539
|
}
|
|
@@ -16691,7 +16693,7 @@
|
|
|
16691
16693
|
},
|
|
16692
16694
|
"supplier": {
|
|
16693
16695
|
"baspiRef": "A7.1.0.5.2",
|
|
16694
|
-
"ta6Ref": "13.2",
|
|
16696
|
+
"ta6Ref": "13.5.2",
|
|
16695
16697
|
"title": "Supplier",
|
|
16696
16698
|
"type": "string"
|
|
16697
16699
|
}
|
|
@@ -16711,6 +16713,7 @@
|
|
|
16711
16713
|
},
|
|
16712
16714
|
"supplier": {
|
|
16713
16715
|
"baspiRef": "A7.1.0.5.2",
|
|
16716
|
+
"ta6Ref": "13.5.2",
|
|
16714
16717
|
"title": "Supplier",
|
|
16715
16718
|
"type": "string"
|
|
16716
16719
|
}
|
|
@@ -17077,6 +17080,7 @@
|
|
|
17077
17080
|
},
|
|
17078
17081
|
"supplier": {
|
|
17079
17082
|
"baspiRef": "A7.1.0.10.2",
|
|
17083
|
+
"ta6Ref": "13.3.2",
|
|
17080
17084
|
"title": "Supplier",
|
|
17081
17085
|
"type": "string"
|
|
17082
17086
|
}
|
|
@@ -17112,7 +17116,7 @@
|
|
|
17112
17116
|
"ta6Ref": "12.4b1",
|
|
17113
17117
|
"type": "string",
|
|
17114
17118
|
"title": "",
|
|
17115
|
-
"enum": ["Yes", "To be connected", "No"]
|
|
17119
|
+
"enum": ["Yes", "To be connected", "No", "Not known"]
|
|
17116
17120
|
}
|
|
17117
17121
|
},
|
|
17118
17122
|
"baspiRequired": ["yesNo"],
|
|
@@ -17124,7 +17128,7 @@
|
|
|
17124
17128
|
{
|
|
17125
17129
|
"properties": {
|
|
17126
17130
|
"yesNo": {
|
|
17127
|
-
"enum": ["No"]
|
|
17131
|
+
"enum": ["No", "Not known"]
|
|
17128
17132
|
}
|
|
17129
17133
|
}
|
|
17130
17134
|
},
|
|
@@ -17171,9 +17175,10 @@
|
|
|
17171
17175
|
"properties": {
|
|
17172
17176
|
"yesNo": {
|
|
17173
17177
|
"baspiRef": "A7.1.0.11.1",
|
|
17178
|
+
"ta6Ref": "12.4a1",
|
|
17174
17179
|
"type": "string",
|
|
17175
17180
|
"title": "",
|
|
17176
|
-
"enum": ["Yes", "To be connected", "No"]
|
|
17181
|
+
"enum": ["Yes", "To be connected", "No", "Not known"]
|
|
17177
17182
|
}
|
|
17178
17183
|
},
|
|
17179
17184
|
"discriminator": {
|
|
@@ -17187,6 +17192,7 @@
|
|
|
17187
17192
|
},
|
|
17188
17193
|
"supplier": {
|
|
17189
17194
|
"baspiRef": "A7.1.0.11.3",
|
|
17195
|
+
"ta6Ref": "12.4a2",
|
|
17190
17196
|
"title": "Supplier",
|
|
17191
17197
|
"type": "string",
|
|
17192
17198
|
"minLength": 1
|
|
@@ -17206,6 +17212,7 @@
|
|
|
17206
17212
|
},
|
|
17207
17213
|
"supplier": {
|
|
17208
17214
|
"baspiRef": "A7.1.0.11.3",
|
|
17215
|
+
"ta6Ref": "12.4a2",
|
|
17209
17216
|
"title": "Supplier",
|
|
17210
17217
|
"type": "string"
|
|
17211
17218
|
}
|
|
@@ -17215,7 +17222,7 @@
|
|
|
17215
17222
|
{
|
|
17216
17223
|
"properties": {
|
|
17217
17224
|
"yesNo": {
|
|
17218
|
-
"enum": ["No"]
|
|
17225
|
+
"enum": ["No", "Not known"]
|
|
17219
17226
|
},
|
|
17220
17227
|
"sustainableDrainageSystem": {
|
|
17221
17228
|
"baspiRef": "A7.1.0.13",
|
|
@@ -17343,6 +17350,7 @@
|
|
|
17343
17350
|
"properties": {
|
|
17344
17351
|
"yesNo": {
|
|
17345
17352
|
"baspiRef": "A7.1.0.15.1",
|
|
17353
|
+
"ta6Ref": "12.5c1",
|
|
17346
17354
|
"type": "string",
|
|
17347
17355
|
"title": "",
|
|
17348
17356
|
"enum": ["Yes", "No"]
|
|
@@ -17382,13 +17390,13 @@
|
|
|
17382
17390
|
"sewerageTreatmentPlant": {
|
|
17383
17391
|
"baspiRef": "A7.1.0.16",
|
|
17384
17392
|
"rdsRef": "Services/OtherServices/{description=?,type=?},Services/OtherServices/Installed|Upgraded|Replaced|Serviced|Certificates",
|
|
17385
|
-
"ta6Ref": "12.
|
|
17393
|
+
"ta6Ref": "12.5b",
|
|
17386
17394
|
"title": "Sewerage treatment plant",
|
|
17387
17395
|
"type": "object",
|
|
17388
17396
|
"properties": {
|
|
17389
17397
|
"yesNo": {
|
|
17390
17398
|
"baspiRef": "A7.1.0.16.1",
|
|
17391
|
-
"ta6Ref": "12.
|
|
17399
|
+
"ta6Ref": "12.5b1",
|
|
17392
17400
|
"type": "string",
|
|
17393
17401
|
"title": "",
|
|
17394
17402
|
"enum": ["Yes", "No"]
|
|
@@ -17421,7 +17429,7 @@
|
|
|
17421
17429
|
},
|
|
17422
17430
|
"dateLastServiced": {
|
|
17423
17431
|
"baspiRef": "A7.1.0.16.3",
|
|
17424
|
-
"ta6Ref": "12.8
|
|
17432
|
+
"ta6Ref": "12.8",
|
|
17425
17433
|
"title": "Date last serviced",
|
|
17426
17434
|
"type": "string",
|
|
17427
17435
|
"format": "date"
|
|
@@ -17891,7 +17899,7 @@
|
|
|
17891
17899
|
"ta6Ref": "12.3d2",
|
|
17892
17900
|
"title": "Please provide a copy of the service or maintenance works report.",
|
|
17893
17901
|
"type": "string",
|
|
17894
|
-
"enum": ["Attached", "To follow", "Not
|
|
17902
|
+
"enum": ["Attached", "To follow", "Not available"]
|
|
17895
17903
|
},
|
|
17896
17904
|
"heatingInGoodWorkingOrder": {
|
|
17897
17905
|
"baspiRef": "A7.4.3",
|
|
@@ -18022,7 +18030,7 @@
|
|
|
18022
18030
|
"properties": {
|
|
18023
18031
|
"yesNo": {
|
|
18024
18032
|
"baspiRef": "A8.1.2.1.2",
|
|
18025
|
-
"ta6Ref": "6.
|
|
18033
|
+
"ta6Ref": "6.4a1",
|
|
18026
18034
|
"type": "string",
|
|
18027
18035
|
"title": "",
|
|
18028
18036
|
"enum": ["Yes", "No"]
|
|
@@ -18067,7 +18075,7 @@
|
|
|
18067
18075
|
"properties": {
|
|
18068
18076
|
"yesNo": {
|
|
18069
18077
|
"baspiRef": "A8.1.1.2.1",
|
|
18070
|
-
"ta6Ref": "6.
|
|
18078
|
+
"ta6Ref": "6.4b1",
|
|
18071
18079
|
"type": "string",
|
|
18072
18080
|
"title": "",
|
|
18073
18081
|
"enum": ["Yes", "No"]
|
|
@@ -18112,7 +18120,7 @@
|
|
|
18112
18120
|
"properties": {
|
|
18113
18121
|
"yesNo": {
|
|
18114
18122
|
"baspiRef": "A8.1.2.1.3.1",
|
|
18115
|
-
"ta6Ref": "6.
|
|
18123
|
+
"ta6Ref": "6.4c1",
|
|
18116
18124
|
"type": "string",
|
|
18117
18125
|
"title": "",
|
|
18118
18126
|
"enum": ["Yes", "No"]
|
|
@@ -18157,7 +18165,7 @@
|
|
|
18157
18165
|
"properties": {
|
|
18158
18166
|
"yesNo": {
|
|
18159
18167
|
"baspiRef": "A8.1.2.1.4.1",
|
|
18160
|
-
"ta6Ref": "6.
|
|
18168
|
+
"ta6Ref": "6.4d1",
|
|
18161
18169
|
"type": "string",
|
|
18162
18170
|
"title": "",
|
|
18163
18171
|
"enum": ["Yes", "No"]
|
|
@@ -18537,7 +18545,7 @@
|
|
|
18537
18545
|
},
|
|
18538
18546
|
"details": {
|
|
18539
18547
|
"baspiRef": "A10.2.2",
|
|
18540
|
-
"ta6Ref": "8.2.
|
|
18548
|
+
"ta6Ref": "8.2.2",
|
|
18541
18549
|
"title": "Please give details and provide a plan showing the route of the access, parking etc",
|
|
18542
18550
|
"type": "string",
|
|
18543
18551
|
"minLength": 1
|
|
@@ -18607,18 +18615,22 @@
|
|
|
18607
18615
|
"type": "object",
|
|
18608
18616
|
"baspiRequired": [
|
|
18609
18617
|
"publicRightOfWay",
|
|
18610
|
-
"
|
|
18618
|
+
"rightsOfLight",
|
|
18619
|
+
"rightsOfSupport",
|
|
18611
18620
|
"rightsCreatedThroughCustom",
|
|
18612
18621
|
"minesAndMinerals",
|
|
18613
18622
|
"churchChancel",
|
|
18623
|
+
"rightsToTakeFromLand",
|
|
18614
18624
|
"otherRights"
|
|
18615
18625
|
],
|
|
18616
18626
|
"ta6Required": [
|
|
18617
18627
|
"publicRightOfWay",
|
|
18618
|
-
"
|
|
18628
|
+
"rightsOfLight",
|
|
18629
|
+
"rightsOfSupport",
|
|
18619
18630
|
"rightsCreatedThroughCustom",
|
|
18620
18631
|
"minesAndMinerals",
|
|
18621
18632
|
"churchChancel",
|
|
18633
|
+
"rightsToTakeFromLand",
|
|
18622
18634
|
"otherRights"
|
|
18623
18635
|
],
|
|
18624
18636
|
"properties": {
|
|
@@ -18674,15 +18686,15 @@
|
|
|
18674
18686
|
}
|
|
18675
18687
|
]
|
|
18676
18688
|
},
|
|
18677
|
-
"
|
|
18678
|
-
"baspiRef": "A10.4.
|
|
18689
|
+
"rightsOfLight": {
|
|
18690
|
+
"baspiRef": "A10.4.2a",
|
|
18679
18691
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
18680
18692
|
"ta6Ref": "8.4a",
|
|
18681
|
-
"title": "Rights of light
|
|
18693
|
+
"title": "Rights of light",
|
|
18682
18694
|
"type": "object",
|
|
18683
18695
|
"properties": {
|
|
18684
18696
|
"yesNo": {
|
|
18685
|
-
"baspiRef": "A10.4.
|
|
18697
|
+
"baspiRef": "A10.4.2a.1",
|
|
18686
18698
|
"ta6Ref": "8.4a1",
|
|
18687
18699
|
"type": "string",
|
|
18688
18700
|
"title": "",
|
|
@@ -18708,27 +18720,69 @@
|
|
|
18708
18720
|
"enum": ["Yes"]
|
|
18709
18721
|
},
|
|
18710
18722
|
"details": {
|
|
18711
|
-
"baspiRef": "A10.4.
|
|
18712
|
-
"ta6Ref": "8.4a2",
|
|
18723
|
+
"baspiRef": "A10.4.2a.2",
|
|
18713
18724
|
"title": "Details",
|
|
18714
18725
|
"type": "string",
|
|
18715
18726
|
"minLength": 1
|
|
18716
18727
|
}
|
|
18717
18728
|
},
|
|
18718
|
-
"baspiRequired": ["details"]
|
|
18719
|
-
|
|
18729
|
+
"baspiRequired": ["details"]
|
|
18730
|
+
}
|
|
18731
|
+
]
|
|
18732
|
+
},
|
|
18733
|
+
"rightsOfSupport": {
|
|
18734
|
+
"baspiRef": "A10.4.2b",
|
|
18735
|
+
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
18736
|
+
"ta6Ref": "8.4a",
|
|
18737
|
+
"title": "Rights of support from ajoining properties",
|
|
18738
|
+
"type": "object",
|
|
18739
|
+
"properties": {
|
|
18740
|
+
"yesNo": {
|
|
18741
|
+
"baspiRef": "A10.4.2b.1",
|
|
18742
|
+
"ta6Ref": "8.4b1",
|
|
18743
|
+
"type": "string",
|
|
18744
|
+
"title": "",
|
|
18745
|
+
"enum": ["Yes", "No"]
|
|
18746
|
+
}
|
|
18747
|
+
},
|
|
18748
|
+
"baspiRequired": ["yesNo"],
|
|
18749
|
+
"ta6Required": ["yesNo"],
|
|
18750
|
+
"discriminator": {
|
|
18751
|
+
"propertyName": "yesNo"
|
|
18752
|
+
},
|
|
18753
|
+
"oneOf": [
|
|
18754
|
+
{
|
|
18755
|
+
"properties": {
|
|
18756
|
+
"yesNo": {
|
|
18757
|
+
"enum": ["No"]
|
|
18758
|
+
}
|
|
18759
|
+
}
|
|
18760
|
+
},
|
|
18761
|
+
{
|
|
18762
|
+
"properties": {
|
|
18763
|
+
"yesNo": {
|
|
18764
|
+
"enum": ["Yes"]
|
|
18765
|
+
},
|
|
18766
|
+
"details": {
|
|
18767
|
+
"baspiRef": "A10.4.2b.2",
|
|
18768
|
+
"title": "Details",
|
|
18769
|
+
"type": "string",
|
|
18770
|
+
"minLength": 1
|
|
18771
|
+
}
|
|
18772
|
+
},
|
|
18773
|
+
"baspiRequired": ["details"]
|
|
18720
18774
|
}
|
|
18721
18775
|
]
|
|
18722
18776
|
},
|
|
18723
18777
|
"rightsCreatedThroughCustom": {
|
|
18724
|
-
"baspiRef": "A10.4.
|
|
18778
|
+
"baspiRef": "A10.4.3a",
|
|
18725
18779
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
18726
18780
|
"ta6Ref": "8.4c",
|
|
18727
|
-
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage
|
|
18781
|
+
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
18728
18782
|
"type": "object",
|
|
18729
18783
|
"properties": {
|
|
18730
18784
|
"yesNo": {
|
|
18731
|
-
"baspiRef": "A10.4.
|
|
18785
|
+
"baspiRef": "A10.4.3a1",
|
|
18732
18786
|
"ta6Ref": "8.4c1",
|
|
18733
18787
|
"type": "string",
|
|
18734
18788
|
"title": "",
|
|
@@ -18754,8 +18808,52 @@
|
|
|
18754
18808
|
"enum": ["Yes"]
|
|
18755
18809
|
},
|
|
18756
18810
|
"details": {
|
|
18757
|
-
"baspiRef": "A10.4.
|
|
18758
|
-
"
|
|
18811
|
+
"baspiRef": "A10.4.3a2",
|
|
18812
|
+
"title": "Details",
|
|
18813
|
+
"type": "string",
|
|
18814
|
+
"minLength": 1
|
|
18815
|
+
}
|
|
18816
|
+
},
|
|
18817
|
+
"baspiRequired": ["details"]
|
|
18818
|
+
}
|
|
18819
|
+
]
|
|
18820
|
+
},
|
|
18821
|
+
"rightsToTakeFromLand": {
|
|
18822
|
+
"baspiRef": "A10.4.3b",
|
|
18823
|
+
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
18824
|
+
"ta6Ref": "8.5b",
|
|
18825
|
+
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
18826
|
+
"type": "object",
|
|
18827
|
+
"properties": {
|
|
18828
|
+
"yesNo": {
|
|
18829
|
+
"baspiRef": "A10.4.3b1",
|
|
18830
|
+
"ta6Ref": "8.5c1",
|
|
18831
|
+
"type": "string",
|
|
18832
|
+
"title": "",
|
|
18833
|
+
"enum": ["Yes", "No"]
|
|
18834
|
+
}
|
|
18835
|
+
},
|
|
18836
|
+
"baspiRequired": ["yesNo"],
|
|
18837
|
+
"ta6Required": ["yesNo"],
|
|
18838
|
+
"discriminator": {
|
|
18839
|
+
"propertyName": "yesNo"
|
|
18840
|
+
},
|
|
18841
|
+
"oneOf": [
|
|
18842
|
+
{
|
|
18843
|
+
"properties": {
|
|
18844
|
+
"yesNo": {
|
|
18845
|
+
"enum": ["No"]
|
|
18846
|
+
}
|
|
18847
|
+
}
|
|
18848
|
+
},
|
|
18849
|
+
{
|
|
18850
|
+
"properties": {
|
|
18851
|
+
"yesNo": {
|
|
18852
|
+
"enum": ["Yes"]
|
|
18853
|
+
},
|
|
18854
|
+
"details": {
|
|
18855
|
+
"baspiRef": "A10.4.3b2",
|
|
18856
|
+
"ta6Ref": "8.5c2",
|
|
18759
18857
|
"title": "Details",
|
|
18760
18858
|
"type": "string",
|
|
18761
18859
|
"minLength": 1
|
|
@@ -18801,14 +18899,12 @@
|
|
|
18801
18899
|
},
|
|
18802
18900
|
"details": {
|
|
18803
18901
|
"baspiRef": "A10.4.4.2",
|
|
18804
|
-
"ta6Ref": "8.5a2",
|
|
18805
18902
|
"title": "Details",
|
|
18806
18903
|
"type": "string",
|
|
18807
18904
|
"minLength": 1
|
|
18808
18905
|
}
|
|
18809
18906
|
},
|
|
18810
|
-
"baspiRequired": ["details"]
|
|
18811
|
-
"ta6Required": ["details"]
|
|
18907
|
+
"baspiRequired": ["details"]
|
|
18812
18908
|
}
|
|
18813
18909
|
]
|
|
18814
18910
|
},
|
|
@@ -18847,14 +18943,12 @@
|
|
|
18847
18943
|
},
|
|
18848
18944
|
"details": {
|
|
18849
18945
|
"baspiRef": "A10.4.5.2",
|
|
18850
|
-
"ta6Ref": "8.5b2",
|
|
18851
18946
|
"title": "Details",
|
|
18852
18947
|
"type": "string",
|
|
18853
18948
|
"minLength": 1
|
|
18854
18949
|
}
|
|
18855
18950
|
},
|
|
18856
|
-
"baspiRequired": ["details"]
|
|
18857
|
-
"ta6Required": ["details"]
|
|
18951
|
+
"baspiRequired": ["details"]
|
|
18858
18952
|
}
|
|
18859
18953
|
]
|
|
18860
18954
|
},
|
|
@@ -19556,7 +19650,7 @@
|
|
|
19556
19650
|
"properties": {
|
|
19557
19651
|
"yesNo": {
|
|
19558
19652
|
"baspiRef": "A12.3.1",
|
|
19559
|
-
"ta6Ref": "10.1",
|
|
19653
|
+
"ta6Ref": "10.1.1",
|
|
19560
19654
|
"type": "string",
|
|
19561
19655
|
"title": "",
|
|
19562
19656
|
"enum": ["Yes", "No"]
|
|
@@ -19582,7 +19676,7 @@
|
|
|
19582
19676
|
},
|
|
19583
19677
|
"details": {
|
|
19584
19678
|
"baspiRef": "A12.3.2",
|
|
19585
|
-
"ta6Ref": "10.2",
|
|
19679
|
+
"ta6Ref": "10.1.2",
|
|
19586
19680
|
"title": "Please give details",
|
|
19587
19681
|
"type": "string",
|
|
19588
19682
|
"minLength": 1
|
|
@@ -20092,7 +20186,7 @@
|
|
|
20092
20186
|
"ta6Ref": "8.7.1",
|
|
20093
20187
|
"type": "string",
|
|
20094
20188
|
"title": "",
|
|
20095
|
-
"enum": ["Yes", "No"]
|
|
20189
|
+
"enum": ["Yes", "No", "Not known"]
|
|
20096
20190
|
}
|
|
20097
20191
|
},
|
|
20098
20192
|
"baspiRequired": ["yesNo"],
|
|
@@ -20104,7 +20198,7 @@
|
|
|
20104
20198
|
{
|
|
20105
20199
|
"properties": {
|
|
20106
20200
|
"yesNo": {
|
|
20107
|
-
"enum": ["No"]
|
|
20201
|
+
"enum": ["No", "Not known"]
|
|
20108
20202
|
}
|
|
20109
20203
|
}
|
|
20110
20204
|
},
|
|
@@ -20142,7 +20236,7 @@
|
|
|
20142
20236
|
"ta6Ref": "8.8.1",
|
|
20143
20237
|
"type": "string",
|
|
20144
20238
|
"title": "",
|
|
20145
|
-
"enum": ["Yes", "No"]
|
|
20239
|
+
"enum": ["Yes", "No", "Not known"]
|
|
20146
20240
|
}
|
|
20147
20241
|
},
|
|
20148
20242
|
"baspiRequired": ["yesNo"],
|
|
@@ -20154,7 +20248,7 @@
|
|
|
20154
20248
|
{
|
|
20155
20249
|
"properties": {
|
|
20156
20250
|
"yesNo": {
|
|
20157
|
-
"enum": ["No"]
|
|
20251
|
+
"enum": ["No", "Not known"]
|
|
20158
20252
|
}
|
|
20159
20253
|
}
|
|
20160
20254
|
},
|
|
@@ -20285,13 +20379,13 @@
|
|
|
20285
20379
|
},
|
|
20286
20380
|
"yearTested": {
|
|
20287
20381
|
"baspiRef": "B4.1.2",
|
|
20288
|
-
"ta6Ref": "12.1.
|
|
20382
|
+
"ta6Ref": "12.1.2",
|
|
20289
20383
|
"title": "State the year they were last tested",
|
|
20290
20384
|
"type": "integer"
|
|
20291
20385
|
},
|
|
20292
20386
|
"attachments": {
|
|
20293
20387
|
"baspiRef": "B4.1.3",
|
|
20294
|
-
"ta6Ref": "12.1.
|
|
20388
|
+
"ta6Ref": "12.1.3",
|
|
20295
20389
|
"title": "Please upload the test certificate.",
|
|
20296
20390
|
"type": "string",
|
|
20297
20391
|
"enum": ["Attached", "To follow"]
|
|
@@ -20924,6 +21018,7 @@
|
|
|
20924
21018
|
}
|
|
20925
21019
|
},
|
|
20926
21020
|
"baspiRequired": ["yesNo"],
|
|
21021
|
+
"ta6Required": ["yesNo"],
|
|
20927
21022
|
"discriminator": {
|
|
20928
21023
|
"propertyName": "yesNo"
|
|
20929
21024
|
},
|
|
@@ -20958,8 +21053,7 @@
|
|
|
20958
21053
|
"baspiRequired": ["details", "attachments"],
|
|
20959
21054
|
"ta6Required": ["attachments"]
|
|
20960
21055
|
}
|
|
20961
|
-
]
|
|
20962
|
-
"ta6Required": ["yesNo"]
|
|
21056
|
+
]
|
|
20963
21057
|
},
|
|
20964
21058
|
"roofingWork": {
|
|
20965
21059
|
"baspiRef": "B5.1.2",
|
|
@@ -21542,7 +21636,7 @@
|
|
|
21542
21636
|
"hasOthersAged17OrOver": {
|
|
21543
21637
|
"baspiRef": "B6.2.1",
|
|
21544
21638
|
"rdsRef": "Participants",
|
|
21545
|
-
"ta6Ref": "11.2",
|
|
21639
|
+
"ta6Ref": "11.2.1",
|
|
21546
21640
|
"title": "Other than the sellers, does anyone else aged 17 or over, live at the property?",
|
|
21547
21641
|
"type": "string",
|
|
21548
21642
|
"enum": ["Yes", "No"]
|
|
@@ -21742,27 +21836,58 @@
|
|
|
21742
21836
|
"title": "Completion and Moving",
|
|
21743
21837
|
"type": "object",
|
|
21744
21838
|
"baspiRequired": [
|
|
21745
|
-
"
|
|
21839
|
+
"sellerWillEnsure",
|
|
21746
21840
|
"otherPropertyInChain",
|
|
21747
21841
|
"moveRestrictionDates",
|
|
21748
21842
|
"digitalPropertyLogbook",
|
|
21749
21843
|
"sufficientToRepayAllMortgages"
|
|
21750
21844
|
],
|
|
21751
21845
|
"ta6Required": [
|
|
21752
|
-
"
|
|
21846
|
+
"sellerWillEnsure",
|
|
21753
21847
|
"otherPropertyInChain",
|
|
21754
21848
|
"moveRestrictionDates",
|
|
21755
21849
|
"digitalPropertyLogbook",
|
|
21756
21850
|
"sufficientToRepayAllMortgages"
|
|
21757
21851
|
],
|
|
21758
21852
|
"properties": {
|
|
21759
|
-
"
|
|
21853
|
+
"sellerWillEnsure": {
|
|
21760
21854
|
"baspiRef": "B7.1",
|
|
21761
21855
|
"rdsRef": "RightsHolders/Flags",
|
|
21762
21856
|
"ta6Ref": "14.4",
|
|
21763
|
-
"title": "Please confirm that on completion you will
|
|
21764
|
-
"
|
|
21765
|
-
"
|
|
21857
|
+
"title": "Please confirm that on completion you will:",
|
|
21858
|
+
"type": "object",
|
|
21859
|
+
"required": [
|
|
21860
|
+
"removeRubbish",
|
|
21861
|
+
"replaceLightFittings",
|
|
21862
|
+
"takeReasonableCare",
|
|
21863
|
+
"leaveKeys"
|
|
21864
|
+
],
|
|
21865
|
+
"properties": {
|
|
21866
|
+
"removeRubbish": {
|
|
21867
|
+
"baspiRef": "B7.1.1",
|
|
21868
|
+
"ta6Ref": "14.4a",
|
|
21869
|
+
"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.",
|
|
21870
|
+
"type": "boolean"
|
|
21871
|
+
},
|
|
21872
|
+
"replaceLightFittings": {
|
|
21873
|
+
"baspiRef": "B7.1.2",
|
|
21874
|
+
"ta6Ref": "14.4b",
|
|
21875
|
+
"title": "If light fittings are removed, the fittings will be replaced with ceiling rose, flex, bulb holder and bulb.",
|
|
21876
|
+
"type": "boolean"
|
|
21877
|
+
},
|
|
21878
|
+
"takeReasonableCare": {
|
|
21879
|
+
"baspiRef": "B7.1.3",
|
|
21880
|
+
"ta6Ref": "14.4c",
|
|
21881
|
+
"title": "Take reasonable care when removing any other fittings or contents.",
|
|
21882
|
+
"type": "boolean"
|
|
21883
|
+
},
|
|
21884
|
+
"leaveKeys": {
|
|
21885
|
+
"baspiRef": "B7.1.4",
|
|
21886
|
+
"ta6Ref": "14.4d",
|
|
21887
|
+
"title": "Leave keys for all door and window locks, along with any alarm codes, for the buyer on the day of completion.",
|
|
21888
|
+
"type": "boolean"
|
|
21889
|
+
}
|
|
21890
|
+
}
|
|
21766
21891
|
},
|
|
21767
21892
|
"otherPropertyInChain": {
|
|
21768
21893
|
"baspiRef": "B7.2",
|
|
@@ -21855,6 +21980,7 @@
|
|
|
21855
21980
|
"properties": {
|
|
21856
21981
|
"yesNo": {
|
|
21857
21982
|
"baspiRef": "B7.3.1",
|
|
21983
|
+
"ta6Ref": "14.2.1",
|
|
21858
21984
|
"type": "string",
|
|
21859
21985
|
"title": "",
|
|
21860
21986
|
"enum": ["Yes", "No"]
|
|
@@ -21880,6 +22006,7 @@
|
|
|
21880
22006
|
},
|
|
21881
22007
|
"details": {
|
|
21882
22008
|
"baspiRef": "B7.3.2",
|
|
22009
|
+
"ta6Ref": "14.2.2",
|
|
21883
22010
|
"type": "string"
|
|
21884
22011
|
}
|
|
21885
22012
|
},
|
|
@@ -21945,9 +22072,10 @@
|
|
|
21945
22072
|
"properties": {
|
|
21946
22073
|
"yesNo": {
|
|
21947
22074
|
"baspiRef": "A7.6.1",
|
|
22075
|
+
"ta6Ref": "14.3.1",
|
|
21948
22076
|
"type": "string",
|
|
21949
22077
|
"title": "",
|
|
21950
|
-
"enum": ["Yes", "No", "
|
|
22078
|
+
"enum": ["Yes", "No", "No mortgage"]
|
|
21951
22079
|
}
|
|
21952
22080
|
},
|
|
21953
22081
|
"baspiRequired": ["yesNo"],
|