@pdtf/schemas 3.6.0-11 → 3.6.0-12
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/schemas/v3/combined.json +254 -109
- package/src/schemas/v3/compactSkeleton.txt +15 -6
- package/src/schemas/v3/overlays/ta6ed6.json +448 -107
- package/src/schemas/v3/pdtf-transaction.json +188 -69
- package/src/schemas/v3/skeleton.json +23 -11
- package/src/tests/v3/ta6ed6.test.js +41 -4
|
@@ -12106,6 +12106,7 @@
|
|
|
12106
12106
|
"insulation",
|
|
12107
12107
|
"otherBuildingWorksOrChangesToTheProperty",
|
|
12108
12108
|
"changeOfUse",
|
|
12109
|
+
"nonResidentialPurposes",
|
|
12109
12110
|
"planningPermissionBreaches",
|
|
12110
12111
|
"unresolvedPlanningIssues"
|
|
12111
12112
|
],
|
|
@@ -12418,7 +12419,6 @@
|
|
|
12418
12419
|
"baspi5Ref": "A3.2",
|
|
12419
12420
|
"rdsRef": "WorksAlterationsChanges",
|
|
12420
12421
|
"ta6Ref": "4.1b",
|
|
12421
|
-
"ta6ed6Ref": "5.3",
|
|
12422
12422
|
"title": "Has there been any change of use (e.g. from an office to a residence)?",
|
|
12423
12423
|
"type": "object",
|
|
12424
12424
|
"properties": {
|
|
@@ -12426,7 +12426,6 @@
|
|
|
12426
12426
|
"baspi4Ref": "A3.2.1",
|
|
12427
12427
|
"baspi5Ref": "A3.2.1",
|
|
12428
12428
|
"ta6Ref": "4.1b1",
|
|
12429
|
-
"ta6ed6Ref": "5.3.1",
|
|
12430
12429
|
"type": "string",
|
|
12431
12430
|
"title": "",
|
|
12432
12431
|
"enum": ["Yes", "No"]
|
|
@@ -12435,9 +12434,6 @@
|
|
|
12435
12434
|
"baspi4Required": ["yesNo"],
|
|
12436
12435
|
"baspi5Required": ["yesNo"],
|
|
12437
12436
|
"ta6Required": ["yesNo"],
|
|
12438
|
-
"ta6ed6Required": ["yesNo"],
|
|
12439
|
-
"ta6ed6Title": "Is any part of the property used exclusively for non-residential purposes?",
|
|
12440
|
-
"ta6ed6Description": "If yes, give details and supply a copy of any relevant planning permission:",
|
|
12441
12437
|
"discriminator": {
|
|
12442
12438
|
"propertyName": "yesNo"
|
|
12443
12439
|
},
|
|
@@ -12457,7 +12453,6 @@
|
|
|
12457
12453
|
"details": {
|
|
12458
12454
|
"baspi4Ref": "A3.2.2",
|
|
12459
12455
|
"baspi5Ref": "A3.2.2",
|
|
12460
|
-
"ta6ed6Ref": "5.3.2",
|
|
12461
12456
|
"title": "Please outline the nature of the work",
|
|
12462
12457
|
"type": "string",
|
|
12463
12458
|
"minLength": 1
|
|
@@ -12704,12 +12699,6 @@
|
|
|
12704
12699
|
"baspi5Required": ["details"]
|
|
12705
12700
|
}
|
|
12706
12701
|
]
|
|
12707
|
-
},
|
|
12708
|
-
"attachments": {
|
|
12709
|
-
"ta6ed6Ref": "5.3.2",
|
|
12710
|
-
"title": "Attachments",
|
|
12711
|
-
"type": "string",
|
|
12712
|
-
"enum": ["Attached", "To follow"]
|
|
12713
12702
|
}
|
|
12714
12703
|
},
|
|
12715
12704
|
"baspi4Required": [
|
|
@@ -12728,7 +12717,53 @@
|
|
|
12728
12717
|
"listedBuildingConsent",
|
|
12729
12718
|
"deedRestrictionConsent"
|
|
12730
12719
|
],
|
|
12731
|
-
"ta6Required": ["yearCompleted"]
|
|
12720
|
+
"ta6Required": ["yearCompleted"]
|
|
12721
|
+
}
|
|
12722
|
+
]
|
|
12723
|
+
},
|
|
12724
|
+
"nonResidentialPurposes": {
|
|
12725
|
+
"ta6ed6Ref": "5.3",
|
|
12726
|
+
"title": "Is any part of the property used exclusively for non-residential purposes?",
|
|
12727
|
+
"description": "If yes, give details and supply a copy of any relevant planning permission:",
|
|
12728
|
+
"type": "object",
|
|
12729
|
+
"properties": {
|
|
12730
|
+
"yesNo": {
|
|
12731
|
+
"ta6ed6Ref": "5.3.1",
|
|
12732
|
+
"type": "string",
|
|
12733
|
+
"title": "",
|
|
12734
|
+
"enum": ["Yes", "No"]
|
|
12735
|
+
}
|
|
12736
|
+
},
|
|
12737
|
+
"ta6ed6Required": ["yesNo"],
|
|
12738
|
+
"discriminator": {
|
|
12739
|
+
"propertyName": "yesNo"
|
|
12740
|
+
},
|
|
12741
|
+
"oneOf": [
|
|
12742
|
+
{
|
|
12743
|
+
"properties": {
|
|
12744
|
+
"yesNo": {
|
|
12745
|
+
"enum": ["No"]
|
|
12746
|
+
}
|
|
12747
|
+
}
|
|
12748
|
+
},
|
|
12749
|
+
{
|
|
12750
|
+
"properties": {
|
|
12751
|
+
"yesNo": {
|
|
12752
|
+
"enum": ["Yes"]
|
|
12753
|
+
},
|
|
12754
|
+
"details": {
|
|
12755
|
+
"ta6ed6Ref": "5.3.2",
|
|
12756
|
+
"title": "Please give details",
|
|
12757
|
+
"type": "string",
|
|
12758
|
+
"minLength": 1
|
|
12759
|
+
},
|
|
12760
|
+
"attachments": {
|
|
12761
|
+
"ta6ed6Ref": "5.3.3",
|
|
12762
|
+
"title": "Please supply a copy of any relevant planning permission",
|
|
12763
|
+
"type": "string",
|
|
12764
|
+
"enum": ["Attached", "To follow"]
|
|
12765
|
+
}
|
|
12766
|
+
},
|
|
12732
12767
|
"ta6ed6Required": ["details"]
|
|
12733
12768
|
}
|
|
12734
12769
|
]
|
|
@@ -24677,7 +24712,12 @@
|
|
|
24677
24712
|
"subjectToUnusualConditions",
|
|
24678
24713
|
"refused"
|
|
24679
24714
|
],
|
|
24680
|
-
"ta6ed6Required": [
|
|
24715
|
+
"ta6ed6Required": [
|
|
24716
|
+
"abnormalRiseInPremiums",
|
|
24717
|
+
"subjectToHighExcesses",
|
|
24718
|
+
"subjectToUnusualConditions",
|
|
24719
|
+
"refused"
|
|
24720
|
+
],
|
|
24681
24721
|
"properties": {
|
|
24682
24722
|
"abnormalRiseInPremiums": {
|
|
24683
24723
|
"baspi4Ref": "A8.1.2.1.1",
|
|
@@ -24732,7 +24772,8 @@
|
|
|
24732
24772
|
},
|
|
24733
24773
|
"baspi4Required": ["details"],
|
|
24734
24774
|
"baspi5Required": ["details"],
|
|
24735
|
-
"ta6Required": ["details"]
|
|
24775
|
+
"ta6Required": ["details"],
|
|
24776
|
+
"ta6ed6Required": ["details"]
|
|
24736
24777
|
}
|
|
24737
24778
|
]
|
|
24738
24779
|
},
|
|
@@ -24789,7 +24830,8 @@
|
|
|
24789
24830
|
},
|
|
24790
24831
|
"baspi4Required": ["details"],
|
|
24791
24832
|
"baspi5Required": ["details"],
|
|
24792
|
-
"ta6Required": ["details"]
|
|
24833
|
+
"ta6Required": ["details"],
|
|
24834
|
+
"ta6ed6Required": ["details"]
|
|
24793
24835
|
}
|
|
24794
24836
|
]
|
|
24795
24837
|
},
|
|
@@ -24846,7 +24888,8 @@
|
|
|
24846
24888
|
},
|
|
24847
24889
|
"baspi4Required": ["details"],
|
|
24848
24890
|
"baspi5Required": ["details"],
|
|
24849
|
-
"ta6Required": ["details"]
|
|
24891
|
+
"ta6Required": ["details"],
|
|
24892
|
+
"ta6ed6Required": ["details"]
|
|
24850
24893
|
}
|
|
24851
24894
|
]
|
|
24852
24895
|
},
|
|
@@ -24903,7 +24946,8 @@
|
|
|
24903
24946
|
},
|
|
24904
24947
|
"baspi4Required": ["details"],
|
|
24905
24948
|
"baspi5Required": ["details"],
|
|
24906
|
-
"ta6Required": ["details"]
|
|
24949
|
+
"ta6Required": ["details"],
|
|
24950
|
+
"ta6ed6Required": ["details"]
|
|
24907
24951
|
}
|
|
24908
24952
|
]
|
|
24909
24953
|
}
|
|
@@ -25068,10 +25112,8 @@
|
|
|
25068
25112
|
"ta6ed6Required": [
|
|
25069
25113
|
"neighbouringLandRights",
|
|
25070
25114
|
"sharedContributions",
|
|
25071
|
-
"
|
|
25072
|
-
"
|
|
25073
|
-
"askedOthersToContribute",
|
|
25074
|
-
"accessRestrictionAttempts"
|
|
25115
|
+
"rightsOrArrangements",
|
|
25116
|
+
"askedOthersToContribute"
|
|
25075
25117
|
],
|
|
25076
25118
|
"properties": {
|
|
25077
25119
|
"sharedContributions": {
|
|
@@ -25129,12 +25171,50 @@
|
|
|
25129
25171
|
"title": "Please give details including who collects payments and organises the work, the amount of the payments in the last year and whether they are regular payments or only when maintenance work is required",
|
|
25130
25172
|
"type": "string",
|
|
25131
25173
|
"minLength": 1
|
|
25174
|
+
},
|
|
25175
|
+
"disagreementOrComplaint": {
|
|
25176
|
+
"ta6ed6Ref": "9.3",
|
|
25177
|
+
"title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
|
|
25178
|
+
"type": "object",
|
|
25179
|
+
"properties": {
|
|
25180
|
+
"yesNo": {
|
|
25181
|
+
"ta6ed6Ref": "9.3.1",
|
|
25182
|
+
"type": "string",
|
|
25183
|
+
"enum": ["Yes", "No", "Not known"]
|
|
25184
|
+
}
|
|
25185
|
+
},
|
|
25186
|
+
"ta6ed6Required": ["yesNo"],
|
|
25187
|
+
"discriminator": {
|
|
25188
|
+
"propertyName": "yesNo"
|
|
25189
|
+
},
|
|
25190
|
+
"oneOf": [
|
|
25191
|
+
{
|
|
25192
|
+
"properties": {
|
|
25193
|
+
"yesNo": {
|
|
25194
|
+
"enum": ["No", "Not known"]
|
|
25195
|
+
}
|
|
25196
|
+
}
|
|
25197
|
+
},
|
|
25198
|
+
{
|
|
25199
|
+
"properties": {
|
|
25200
|
+
"yesNo": {
|
|
25201
|
+
"enum": ["Yes"]
|
|
25202
|
+
},
|
|
25203
|
+
"details": {
|
|
25204
|
+
"ta6ed6Ref": "9.3.2",
|
|
25205
|
+
"type": "string",
|
|
25206
|
+
"minLength": 1
|
|
25207
|
+
}
|
|
25208
|
+
},
|
|
25209
|
+
"ta6ed6Required": ["details"]
|
|
25210
|
+
}
|
|
25211
|
+
]
|
|
25132
25212
|
}
|
|
25133
25213
|
},
|
|
25134
25214
|
"baspi4Required": ["details"],
|
|
25135
25215
|
"baspi5Required": ["details"],
|
|
25136
25216
|
"ta6Required": ["details"],
|
|
25137
|
-
"ta6ed6Required": ["details"]
|
|
25217
|
+
"ta6ed6Required": ["details", "disagreementOrComplaint"]
|
|
25138
25218
|
}
|
|
25139
25219
|
]
|
|
25140
25220
|
},
|
|
@@ -25146,6 +25226,7 @@
|
|
|
25146
25226
|
"ta6ed6Ref": "9.1",
|
|
25147
25227
|
"piqRef": "A10.2",
|
|
25148
25228
|
"title": "Do any rights and arrangements exist over neighbouring land from which the property benefits? (e.g. taking wheelie bins along an accessway through a neighbour's back garden, parking, access to maintain the boundaries from the neighbour's side etc)",
|
|
25229
|
+
"ta6ed6Title": "Do you exercise any rights or arrangements over any other properties?",
|
|
25149
25230
|
"type": "object",
|
|
25150
25231
|
"properties": {
|
|
25151
25232
|
"yesNo": {
|
|
@@ -25163,8 +25244,6 @@
|
|
|
25163
25244
|
"baspi5Required": ["yesNo"],
|
|
25164
25245
|
"ta6Required": ["yesNo"],
|
|
25165
25246
|
"ta6ed6Required": ["yesNo"],
|
|
25166
|
-
"ta6ed6Title": "Do you exercise any rights or arrangements over any other properties?",
|
|
25167
|
-
"ta6ed6Description": "If yes, please give details:",
|
|
25168
25247
|
"discriminator": {
|
|
25169
25248
|
"propertyName": "yesNo"
|
|
25170
25249
|
},
|
|
@@ -25187,11 +25266,49 @@
|
|
|
25187
25266
|
"ta6Ref": "8.2.2",
|
|
25188
25267
|
"ta6ed6Ref": "9.1.2",
|
|
25189
25268
|
"piqRef": "A10.2.2",
|
|
25190
|
-
"ta6ed6Title": "Please give details
|
|
25269
|
+
"ta6ed6Title": "Please give details",
|
|
25191
25270
|
"title": "Please give details and provide a plan showing the route of the access, parking etc",
|
|
25192
25271
|
"type": "string",
|
|
25193
25272
|
"minLength": 1
|
|
25194
25273
|
},
|
|
25274
|
+
"disagreementOrComplaint": {
|
|
25275
|
+
"ta6ed6Ref": "9.3",
|
|
25276
|
+
"title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
|
|
25277
|
+
"type": "object",
|
|
25278
|
+
"properties": {
|
|
25279
|
+
"yesNo": {
|
|
25280
|
+
"ta6ed6Ref": "9.3.1",
|
|
25281
|
+
"type": "string",
|
|
25282
|
+
"enum": ["Yes", "No", "Not known"]
|
|
25283
|
+
}
|
|
25284
|
+
},
|
|
25285
|
+
"ta6ed6Required": ["yesNo"],
|
|
25286
|
+
"discriminator": {
|
|
25287
|
+
"propertyName": "yesNo"
|
|
25288
|
+
},
|
|
25289
|
+
"oneOf": [
|
|
25290
|
+
{
|
|
25291
|
+
"properties": {
|
|
25292
|
+
"yesNo": {
|
|
25293
|
+
"enum": ["No", "Not known"]
|
|
25294
|
+
}
|
|
25295
|
+
}
|
|
25296
|
+
},
|
|
25297
|
+
{
|
|
25298
|
+
"properties": {
|
|
25299
|
+
"yesNo": {
|
|
25300
|
+
"enum": ["Yes"]
|
|
25301
|
+
},
|
|
25302
|
+
"details": {
|
|
25303
|
+
"ta6ed6Ref": "9.3.2",
|
|
25304
|
+
"type": "string",
|
|
25305
|
+
"minLength": 1
|
|
25306
|
+
}
|
|
25307
|
+
},
|
|
25308
|
+
"ta6ed6Required": ["details"]
|
|
25309
|
+
}
|
|
25310
|
+
]
|
|
25311
|
+
},
|
|
25195
25312
|
"attachments": {
|
|
25196
25313
|
"baspi4Ref": "A10.2.3",
|
|
25197
25314
|
"baspi5Ref": "A10.2.3",
|
|
@@ -25203,7 +25320,7 @@
|
|
|
25203
25320
|
"baspi4Required": ["details", "attachments"],
|
|
25204
25321
|
"baspi5Required": ["details", "attachments"],
|
|
25205
25322
|
"ta6Required": ["details"],
|
|
25206
|
-
"ta6ed6Required": ["details"]
|
|
25323
|
+
"ta6ed6Required": ["details", "disagreementOrComplaint"]
|
|
25207
25324
|
}
|
|
25208
25325
|
]
|
|
25209
25326
|
},
|
|
@@ -25212,7 +25329,6 @@
|
|
|
25212
25329
|
"baspi5Ref": "A10.3",
|
|
25213
25330
|
"rdsRef": "Tenure/Restrictions",
|
|
25214
25331
|
"ta6Ref": "8.3",
|
|
25215
|
-
"ta6ed6Ref": "9.6",
|
|
25216
25332
|
"piqRef": "A10.3",
|
|
25217
25333
|
"title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
|
|
25218
25334
|
"type": "object",
|
|
@@ -25221,7 +25337,6 @@
|
|
|
25221
25337
|
"baspi4Ref": "A10.3.1",
|
|
25222
25338
|
"baspi5Ref": "A10.3.1",
|
|
25223
25339
|
"ta6Ref": "8.3.1",
|
|
25224
|
-
"ta6ed6Ref": "9.6.1",
|
|
25225
25340
|
"piqRef": "A10.3.1",
|
|
25226
25341
|
"ta6ed6Enum": ["Yes", "No", "Not known"],
|
|
25227
25342
|
"type": "string",
|
|
@@ -25232,9 +25347,6 @@
|
|
|
25232
25347
|
"baspi4Required": ["yesNo"],
|
|
25233
25348
|
"baspi5Required": ["yesNo"],
|
|
25234
25349
|
"ta6Required": ["yesNo"],
|
|
25235
|
-
"ta6ed6Required": ["yesNo"],
|
|
25236
|
-
"ta6ed6Title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
|
|
25237
|
-
"ta6ed6Description": "If yes, please give details:",
|
|
25238
25350
|
"discriminator": {
|
|
25239
25351
|
"propertyName": "yesNo"
|
|
25240
25352
|
},
|
|
@@ -25256,9 +25368,7 @@
|
|
|
25256
25368
|
"baspi4Ref": "A10.3.2",
|
|
25257
25369
|
"baspi5Ref": "A10.3.2",
|
|
25258
25370
|
"ta6Ref": "8.3.2",
|
|
25259
|
-
"ta6ed6Ref": "9.6.2",
|
|
25260
25371
|
"piqRef": "A10.3.2",
|
|
25261
|
-
"ta6ed6Title": "Please give details:",
|
|
25262
25372
|
"title": "Details",
|
|
25263
25373
|
"type": "string",
|
|
25264
25374
|
"minLength": 1
|
|
@@ -25266,8 +25376,7 @@
|
|
|
25266
25376
|
},
|
|
25267
25377
|
"baspi4Required": ["details"],
|
|
25268
25378
|
"baspi5Required": ["details"],
|
|
25269
|
-
"ta6Required": ["details"]
|
|
25270
|
-
"ta6ed6Required": ["details"]
|
|
25379
|
+
"ta6Required": ["details"]
|
|
25271
25380
|
}
|
|
25272
25381
|
]
|
|
25273
25382
|
},
|
|
@@ -25279,6 +25388,7 @@
|
|
|
25279
25388
|
"baspi4Ref": "A10.4",
|
|
25280
25389
|
"baspi5Ref": "A10.4",
|
|
25281
25390
|
"ta6Ref": "8.4",
|
|
25391
|
+
"ta6ed6Ref": "9.4",
|
|
25282
25392
|
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
25283
25393
|
"type": "object",
|
|
25284
25394
|
"ntsRequired": ["publicRightOfWay"],
|
|
@@ -25314,6 +25424,16 @@
|
|
|
25314
25424
|
"rightsToTakeFromLand",
|
|
25315
25425
|
"otherRights"
|
|
25316
25426
|
],
|
|
25427
|
+
"ta6ed6Required": [
|
|
25428
|
+
"rightsOfLight",
|
|
25429
|
+
"rightsOfSupport",
|
|
25430
|
+
"rightsCreatedThroughCustom",
|
|
25431
|
+
"minesAndMinerals",
|
|
25432
|
+
"churchChancel",
|
|
25433
|
+
"rightsToTakeFromLand",
|
|
25434
|
+
"otherRights",
|
|
25435
|
+
"disagreementOrComplaint"
|
|
25436
|
+
],
|
|
25317
25437
|
"properties": {
|
|
25318
25438
|
"publicRightOfWay": {
|
|
25319
25439
|
"ntsRef": "C2.2.1",
|
|
@@ -25402,6 +25522,7 @@
|
|
|
25402
25522
|
"baspi5Ref": "A10.4.2a",
|
|
25403
25523
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25404
25524
|
"ta6Ref": "8.4a",
|
|
25525
|
+
"ta6ed6Ref": "9.4a",
|
|
25405
25526
|
"piqRef": "A10.5a",
|
|
25406
25527
|
"title": "Rights of light",
|
|
25407
25528
|
"type": "object",
|
|
@@ -25410,6 +25531,7 @@
|
|
|
25410
25531
|
"baspi4Ref": "A10.4.2a.1",
|
|
25411
25532
|
"baspi5Ref": "A10.4.2a.1",
|
|
25412
25533
|
"ta6Ref": "8.4a1",
|
|
25534
|
+
"ta6ed6Ref": "9.4a1",
|
|
25413
25535
|
"piqRef": "A10.5a1",
|
|
25414
25536
|
"type": "string",
|
|
25415
25537
|
"title": "",
|
|
@@ -25419,6 +25541,7 @@
|
|
|
25419
25541
|
"baspi4Required": ["yesNo"],
|
|
25420
25542
|
"baspi5Required": ["yesNo"],
|
|
25421
25543
|
"ta6Required": ["yesNo"],
|
|
25544
|
+
"ta6ed6Required": ["yesNo"],
|
|
25422
25545
|
"discriminator": {
|
|
25423
25546
|
"propertyName": "yesNo"
|
|
25424
25547
|
},
|
|
@@ -25453,6 +25576,7 @@
|
|
|
25453
25576
|
"baspi5Ref": "A10.4.2b",
|
|
25454
25577
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25455
25578
|
"ta6Ref": "8.4a",
|
|
25579
|
+
"ta6ed6Ref": "9.4b",
|
|
25456
25580
|
"piqRef": "A10.5b",
|
|
25457
25581
|
"title": "Rights of support from adjoining properties",
|
|
25458
25582
|
"type": "object",
|
|
@@ -25461,6 +25585,7 @@
|
|
|
25461
25585
|
"baspi4Ref": "A10.4.2b.1",
|
|
25462
25586
|
"baspi5Ref": "A10.4.2b.1",
|
|
25463
25587
|
"ta6Ref": "8.4b1",
|
|
25588
|
+
"ta6ed6Ref": "9.4b1",
|
|
25464
25589
|
"piqRef": "A10.5b1",
|
|
25465
25590
|
"type": "string",
|
|
25466
25591
|
"title": "",
|
|
@@ -25470,6 +25595,7 @@
|
|
|
25470
25595
|
"baspi4Required": ["yesNo"],
|
|
25471
25596
|
"baspi5Required": ["yesNo"],
|
|
25472
25597
|
"ta6Required": ["yesNo"],
|
|
25598
|
+
"ta6ed6Required": ["yesNo"],
|
|
25473
25599
|
"discriminator": {
|
|
25474
25600
|
"propertyName": "yesNo"
|
|
25475
25601
|
},
|
|
@@ -25504,6 +25630,7 @@
|
|
|
25504
25630
|
"baspi5Ref": "A10.4.3a",
|
|
25505
25631
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25506
25632
|
"ta6Ref": "8.4c",
|
|
25633
|
+
"ta6ed6Ref": "9.4c",
|
|
25507
25634
|
"piqRef": "A10.5c",
|
|
25508
25635
|
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
25509
25636
|
"type": "object",
|
|
@@ -25512,6 +25639,7 @@
|
|
|
25512
25639
|
"baspi4Ref": "A10.4.3a1",
|
|
25513
25640
|
"baspi5Ref": "A10.4.3a1",
|
|
25514
25641
|
"ta6Ref": "8.4c1",
|
|
25642
|
+
"ta6ed6Ref": "9.4c1",
|
|
25515
25643
|
"piqRef": "A10.5c1",
|
|
25516
25644
|
"type": "string",
|
|
25517
25645
|
"title": "",
|
|
@@ -25521,6 +25649,7 @@
|
|
|
25521
25649
|
"baspi4Required": ["yesNo"],
|
|
25522
25650
|
"baspi5Required": ["yesNo"],
|
|
25523
25651
|
"ta6Required": ["yesNo"],
|
|
25652
|
+
"ta6ed6Required": ["yesNo"],
|
|
25524
25653
|
"discriminator": {
|
|
25525
25654
|
"propertyName": "yesNo"
|
|
25526
25655
|
},
|
|
@@ -25555,6 +25684,7 @@
|
|
|
25555
25684
|
"baspi5Ref": "A10.4.3b",
|
|
25556
25685
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25557
25686
|
"ta6Ref": "8.5b",
|
|
25687
|
+
"ta6ed6Ref": "9.4d",
|
|
25558
25688
|
"piqRef": "A10.5f",
|
|
25559
25689
|
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
25560
25690
|
"type": "object",
|
|
@@ -25563,6 +25693,7 @@
|
|
|
25563
25693
|
"baspi4Ref": "A10.4.3b1",
|
|
25564
25694
|
"baspi5Ref": "A10.4.3b1",
|
|
25565
25695
|
"ta6Ref": "8.5c1",
|
|
25696
|
+
"ta6ed6Ref": "9.4d1",
|
|
25566
25697
|
"piqRef": "A10.5f1",
|
|
25567
25698
|
"type": "string",
|
|
25568
25699
|
"title": "",
|
|
@@ -25572,6 +25703,7 @@
|
|
|
25572
25703
|
"baspi4Required": ["yesNo"],
|
|
25573
25704
|
"baspi5Required": ["yesNo"],
|
|
25574
25705
|
"ta6Required": ["yesNo"],
|
|
25706
|
+
"ta6ed6Required": ["yesNo"],
|
|
25575
25707
|
"discriminator": {
|
|
25576
25708
|
"propertyName": "yesNo"
|
|
25577
25709
|
},
|
|
@@ -25592,6 +25724,7 @@
|
|
|
25592
25724
|
"baspi4Ref": "A10.4.3b2",
|
|
25593
25725
|
"baspi5Ref": "A10.4.3b2",
|
|
25594
25726
|
"ta6Ref": "8.5c2",
|
|
25727
|
+
"ta6ed6Ref": "9.4d2",
|
|
25595
25728
|
"title": "Details",
|
|
25596
25729
|
"type": "string",
|
|
25597
25730
|
"minLength": 1
|
|
@@ -25599,7 +25732,8 @@
|
|
|
25599
25732
|
},
|
|
25600
25733
|
"baspi4Required": ["details"],
|
|
25601
25734
|
"baspi5Required": ["details"],
|
|
25602
|
-
"ta6Required": ["details"]
|
|
25735
|
+
"ta6Required": ["details"],
|
|
25736
|
+
"ta6ed6Required": ["details"]
|
|
25603
25737
|
}
|
|
25604
25738
|
]
|
|
25605
25739
|
},
|
|
@@ -25608,6 +25742,7 @@
|
|
|
25608
25742
|
"baspi5Ref": "A10.4.4",
|
|
25609
25743
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25610
25744
|
"ta6Ref": "8.5a",
|
|
25745
|
+
"ta6ed6Ref": "9.4e",
|
|
25611
25746
|
"piqRef": "A10.5d",
|
|
25612
25747
|
"title": "Mines and minerals under the property",
|
|
25613
25748
|
"type": "object",
|
|
@@ -25616,6 +25751,7 @@
|
|
|
25616
25751
|
"baspi4Ref": "A10.4.4.1",
|
|
25617
25752
|
"baspi5Ref": "A10.4.4.1",
|
|
25618
25753
|
"ta6Ref": "8.5a1",
|
|
25754
|
+
"ta6ed6Ref": "9.4e1",
|
|
25619
25755
|
"piqRef": "A10.5d1",
|
|
25620
25756
|
"type": "string",
|
|
25621
25757
|
"title": "",
|
|
@@ -25625,6 +25761,7 @@
|
|
|
25625
25761
|
"baspi4Required": ["yesNo"],
|
|
25626
25762
|
"baspi5Required": ["yesNo"],
|
|
25627
25763
|
"ta6Required": ["yesNo"],
|
|
25764
|
+
"ta6ed6Required": ["yesNo"],
|
|
25628
25765
|
"discriminator": {
|
|
25629
25766
|
"propertyName": "yesNo"
|
|
25630
25767
|
},
|
|
@@ -25659,6 +25796,7 @@
|
|
|
25659
25796
|
"baspi5Ref": "A10.4.5",
|
|
25660
25797
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25661
25798
|
"ta6Ref": "8.5b",
|
|
25799
|
+
"ta6ed6Ref": "9.4f",
|
|
25662
25800
|
"piqRef": "A10.5e",
|
|
25663
25801
|
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
25664
25802
|
"type": "object",
|
|
@@ -25667,6 +25805,7 @@
|
|
|
25667
25805
|
"baspi4Ref": "A10.4.5.1",
|
|
25668
25806
|
"baspi5Ref": "A10.4.5.1",
|
|
25669
25807
|
"ta6Ref": "8.5b1",
|
|
25808
|
+
"ta6ed6Ref": "9.4f1",
|
|
25670
25809
|
"piqRef": "A10.5e1",
|
|
25671
25810
|
"type": "string",
|
|
25672
25811
|
"title": "",
|
|
@@ -25676,6 +25815,7 @@
|
|
|
25676
25815
|
"baspi4Required": ["yesNo"],
|
|
25677
25816
|
"baspi5Required": ["yesNo"],
|
|
25678
25817
|
"ta6Required": ["yesNo"],
|
|
25818
|
+
"ta6ed6Required": ["yesNo"],
|
|
25679
25819
|
"discriminator": {
|
|
25680
25820
|
"propertyName": "yesNo"
|
|
25681
25821
|
},
|
|
@@ -25710,6 +25850,7 @@
|
|
|
25710
25850
|
"baspi5Ref": "A10.4.6",
|
|
25711
25851
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25712
25852
|
"ta6Ref": "8.6",
|
|
25853
|
+
"ta6ed6Ref": "9.4g",
|
|
25713
25854
|
"piqRef": "A10.5g",
|
|
25714
25855
|
"title": "Any other rights or arrangements affecting the property?",
|
|
25715
25856
|
"type": "object",
|
|
@@ -25718,6 +25859,7 @@
|
|
|
25718
25859
|
"baspi4Ref": "A10.4.6.1",
|
|
25719
25860
|
"baspi5Ref": "A10.4.6.1",
|
|
25720
25861
|
"ta6Ref": "8.6.1",
|
|
25862
|
+
"ta6ed6Ref": "9.4g1",
|
|
25721
25863
|
"piqRef": "A10.5g1",
|
|
25722
25864
|
"type": "string",
|
|
25723
25865
|
"title": "",
|
|
@@ -25727,6 +25869,7 @@
|
|
|
25727
25869
|
"baspi4Required": ["yesNo"],
|
|
25728
25870
|
"baspi5Required": ["yesNo"],
|
|
25729
25871
|
"ta6Required": ["yesNo"],
|
|
25872
|
+
"ta6ed6Required": ["yesNo"],
|
|
25730
25873
|
"discriminator": {
|
|
25731
25874
|
"propertyName": "yesNo"
|
|
25732
25875
|
},
|
|
@@ -25747,6 +25890,7 @@
|
|
|
25747
25890
|
"baspi4Ref": "A10.4.6.2",
|
|
25748
25891
|
"baspi5Ref": "A10.4.6.2",
|
|
25749
25892
|
"ta6Ref": "8.6.2",
|
|
25893
|
+
"ta6ed6Ref": "9.4g2",
|
|
25750
25894
|
"title": "Details",
|
|
25751
25895
|
"type": "string",
|
|
25752
25896
|
"minLength": 1
|
|
@@ -25754,88 +25898,50 @@
|
|
|
25754
25898
|
},
|
|
25755
25899
|
"baspi4Required": ["details"],
|
|
25756
25900
|
"baspi5Required": ["details"],
|
|
25757
|
-
"ta6Required": ["details"]
|
|
25901
|
+
"ta6Required": ["details"],
|
|
25902
|
+
"ta6ed6Required": ["details"]
|
|
25758
25903
|
}
|
|
25759
25904
|
]
|
|
25760
|
-
}
|
|
25761
|
-
}
|
|
25762
|
-
},
|
|
25763
|
-
"disagreementAboutRightsYouExercise": {
|
|
25764
|
-
"ta6ed6Ref": "9.3",
|
|
25765
|
-
"title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
|
|
25766
|
-
"type": "object",
|
|
25767
|
-
"properties": {
|
|
25768
|
-
"yesNo": {
|
|
25769
|
-
"ta6ed6Ref": "9.3.1",
|
|
25770
|
-
"type": "string",
|
|
25771
|
-
"enum": ["Yes", "No", "Not known"]
|
|
25772
|
-
}
|
|
25773
|
-
},
|
|
25774
|
-
"ta6ed6Required": ["yesNo"],
|
|
25775
|
-
"discriminator": {
|
|
25776
|
-
"propertyName": "yesNo"
|
|
25777
|
-
},
|
|
25778
|
-
"oneOf": [
|
|
25779
|
-
{
|
|
25780
|
-
"properties": {
|
|
25781
|
-
"yesNo": {
|
|
25782
|
-
"enum": ["No", "Not known"]
|
|
25783
|
-
}
|
|
25784
|
-
}
|
|
25785
25905
|
},
|
|
25786
|
-
{
|
|
25906
|
+
"disagreementOrComplaint": {
|
|
25907
|
+
"ta6ed6Ref": "9.6",
|
|
25908
|
+
"title": "Are you aware of any disagreement or complaint about any such rights?",
|
|
25909
|
+
"type": "object",
|
|
25787
25910
|
"properties": {
|
|
25788
25911
|
"yesNo": {
|
|
25789
|
-
"
|
|
25790
|
-
},
|
|
25791
|
-
"details": {
|
|
25792
|
-
"ta6ed6Ref": "9.3.2",
|
|
25912
|
+
"ta6ed6Ref": "9.6.1",
|
|
25793
25913
|
"type": "string",
|
|
25794
|
-
"
|
|
25914
|
+
"enum": ["Yes", "No", "Not known"]
|
|
25795
25915
|
}
|
|
25796
25916
|
},
|
|
25797
|
-
"ta6ed6Required": ["
|
|
25798
|
-
|
|
25799
|
-
|
|
25800
|
-
|
|
25801
|
-
|
|
25802
|
-
|
|
25803
|
-
|
|
25804
|
-
|
|
25805
|
-
|
|
25806
|
-
|
|
25807
|
-
|
|
25808
|
-
"type": "string",
|
|
25809
|
-
"enum": ["Yes", "No"]
|
|
25810
|
-
}
|
|
25811
|
-
},
|
|
25812
|
-
"ta6ed6Required": ["yesNo"],
|
|
25813
|
-
"discriminator": {
|
|
25814
|
-
"propertyName": "yesNo"
|
|
25815
|
-
},
|
|
25816
|
-
"oneOf": [
|
|
25817
|
-
{
|
|
25818
|
-
"properties": {
|
|
25819
|
-
"yesNo": {
|
|
25820
|
-
"enum": ["No"]
|
|
25821
|
-
}
|
|
25822
|
-
}
|
|
25823
|
-
},
|
|
25824
|
-
{
|
|
25825
|
-
"properties": {
|
|
25826
|
-
"yesNo": {
|
|
25827
|
-
"enum": ["Yes"]
|
|
25917
|
+
"ta6ed6Required": ["yesNo"],
|
|
25918
|
+
"discriminator": {
|
|
25919
|
+
"propertyName": "yesNo"
|
|
25920
|
+
},
|
|
25921
|
+
"oneOf": [
|
|
25922
|
+
{
|
|
25923
|
+
"properties": {
|
|
25924
|
+
"yesNo": {
|
|
25925
|
+
"enum": ["No", "Not known"]
|
|
25926
|
+
}
|
|
25927
|
+
}
|
|
25828
25928
|
},
|
|
25829
|
-
|
|
25830
|
-
"
|
|
25831
|
-
|
|
25832
|
-
|
|
25833
|
-
|
|
25929
|
+
{
|
|
25930
|
+
"properties": {
|
|
25931
|
+
"yesNo": {
|
|
25932
|
+
"enum": ["Yes"]
|
|
25933
|
+
},
|
|
25934
|
+
"details": {
|
|
25935
|
+
"ta6ed6Ref": "9.6.2",
|
|
25936
|
+
"type": "string",
|
|
25937
|
+
"minLength": 1
|
|
25938
|
+
}
|
|
25939
|
+
},
|
|
25940
|
+
"ta6ed6Required": ["details"]
|
|
25834
25941
|
}
|
|
25835
|
-
|
|
25836
|
-
"ta6ed6Required": ["details"]
|
|
25942
|
+
]
|
|
25837
25943
|
}
|
|
25838
|
-
|
|
25944
|
+
}
|
|
25839
25945
|
},
|
|
25840
25946
|
"askedOthersToContribute": {
|
|
25841
25947
|
"ta6ed6Ref": "9.5",
|
|
@@ -25870,9 +25976,47 @@
|
|
|
25870
25976
|
"title": "Specify whether you receive this payment or if it is made to a third party. Include details about how much is paid and how often payments are made:",
|
|
25871
25977
|
"type": "string",
|
|
25872
25978
|
"minLength": 1
|
|
25979
|
+
},
|
|
25980
|
+
"disagreementOrComplaint": {
|
|
25981
|
+
"ta6ed6Ref": "9.6",
|
|
25982
|
+
"title": "Are you aware of any disagreement or complaint about any such arrangements?",
|
|
25983
|
+
"type": "object",
|
|
25984
|
+
"properties": {
|
|
25985
|
+
"yesNo": {
|
|
25986
|
+
"ta6ed6Ref": "9.6.1",
|
|
25987
|
+
"type": "string",
|
|
25988
|
+
"enum": ["Yes", "No", "Not known"]
|
|
25989
|
+
}
|
|
25990
|
+
},
|
|
25991
|
+
"ta6ed6Required": ["yesNo"],
|
|
25992
|
+
"discriminator": {
|
|
25993
|
+
"propertyName": "yesNo"
|
|
25994
|
+
},
|
|
25995
|
+
"oneOf": [
|
|
25996
|
+
{
|
|
25997
|
+
"properties": {
|
|
25998
|
+
"yesNo": {
|
|
25999
|
+
"enum": ["No", "Not known"]
|
|
26000
|
+
}
|
|
26001
|
+
}
|
|
26002
|
+
},
|
|
26003
|
+
{
|
|
26004
|
+
"properties": {
|
|
26005
|
+
"yesNo": {
|
|
26006
|
+
"enum": ["Yes"]
|
|
26007
|
+
},
|
|
26008
|
+
"details": {
|
|
26009
|
+
"ta6ed6Ref": "9.6.2",
|
|
26010
|
+
"type": "string",
|
|
26011
|
+
"minLength": 1
|
|
26012
|
+
}
|
|
26013
|
+
},
|
|
26014
|
+
"ta6ed6Required": ["details"]
|
|
26015
|
+
}
|
|
26016
|
+
]
|
|
25873
26017
|
}
|
|
25874
26018
|
},
|
|
25875
|
-
"ta6ed6Required": ["details"]
|
|
26019
|
+
"ta6ed6Required": ["details", "disagreementOrComplaint"]
|
|
25876
26020
|
}
|
|
25877
26021
|
]
|
|
25878
26022
|
}
|
|
@@ -29297,6 +29441,7 @@
|
|
|
29297
29441
|
"baspi4Ref": "B5.1",
|
|
29298
29442
|
"baspi5Ref": "B5.1",
|
|
29299
29443
|
"ta6Ref": "5.1",
|
|
29444
|
+
"ta6ed6Ref": "6.1",
|
|
29300
29445
|
"rdsRef": "Certificates",
|
|
29301
29446
|
"piqRef": "B5.1",
|
|
29302
29447
|
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|