@pdtf/schemas 3.6.0-11 → 3.6.0-13
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 +349 -148
- package/src/schemas/v3/compactSkeleton.txt +16 -7
- package/src/schemas/v3/overlays/baspi4.json +10 -2
- package/src/schemas/v3/overlays/baspi5.json +10 -2
- package/src/schemas/v3/overlays/ta6.json +12 -4
- package/src/schemas/v3/overlays/ta6ed6.json +733 -148
- package/src/schemas/v3/pdtf-transaction.json +204 -82
- package/src/schemas/v3/skeleton.json +24 -12
- package/src/tests/v3/ta6ed6.test.js +46 -8
|
@@ -10298,6 +10298,7 @@
|
|
|
10298
10298
|
"ta6Ref": "9.2",
|
|
10299
10299
|
"ta6ed6Ref": "10.2",
|
|
10300
10300
|
"title": "Is the property in a controlled parking zone or within a local authority parking scheme?",
|
|
10301
|
+
"ta6ed6Title": "Is a permit required for on-road parking?",
|
|
10301
10302
|
"type": "object",
|
|
10302
10303
|
"properties": {
|
|
10303
10304
|
"yesNo": {
|
|
@@ -10323,7 +10324,7 @@
|
|
|
10323
10324
|
"ntsl2Required": ["yesNo"],
|
|
10324
10325
|
"ta6Required": ["yesNo"],
|
|
10325
10326
|
"ta6ed6Required": ["yesNo"],
|
|
10326
|
-
|
|
10327
|
+
|
|
10327
10328
|
"discriminator": {
|
|
10328
10329
|
"propertyName": "yesNo"
|
|
10329
10330
|
},
|
|
@@ -10409,6 +10410,7 @@
|
|
|
10409
10410
|
"ntsl2Ref": "B4.4.1",
|
|
10410
10411
|
"baspi4Ref": "A1.6.1.1",
|
|
10411
10412
|
"baspi5Ref": "A1.6.1.1",
|
|
10413
|
+
"ta6ed6Ref": "10.3.1",
|
|
10412
10414
|
"type": "string",
|
|
10413
10415
|
"title": "",
|
|
10414
10416
|
"enum": ["Yes", "No"]
|
|
@@ -12106,6 +12108,7 @@
|
|
|
12106
12108
|
"insulation",
|
|
12107
12109
|
"otherBuildingWorksOrChangesToTheProperty",
|
|
12108
12110
|
"changeOfUse",
|
|
12111
|
+
"nonResidentialPurposes",
|
|
12109
12112
|
"planningPermissionBreaches",
|
|
12110
12113
|
"unresolvedPlanningIssues"
|
|
12111
12114
|
],
|
|
@@ -12418,7 +12421,6 @@
|
|
|
12418
12421
|
"baspi5Ref": "A3.2",
|
|
12419
12422
|
"rdsRef": "WorksAlterationsChanges",
|
|
12420
12423
|
"ta6Ref": "4.1b",
|
|
12421
|
-
"ta6ed6Ref": "5.3",
|
|
12422
12424
|
"title": "Has there been any change of use (e.g. from an office to a residence)?",
|
|
12423
12425
|
"type": "object",
|
|
12424
12426
|
"properties": {
|
|
@@ -12426,7 +12428,6 @@
|
|
|
12426
12428
|
"baspi4Ref": "A3.2.1",
|
|
12427
12429
|
"baspi5Ref": "A3.2.1",
|
|
12428
12430
|
"ta6Ref": "4.1b1",
|
|
12429
|
-
"ta6ed6Ref": "5.3.1",
|
|
12430
12431
|
"type": "string",
|
|
12431
12432
|
"title": "",
|
|
12432
12433
|
"enum": ["Yes", "No"]
|
|
@@ -12435,9 +12436,6 @@
|
|
|
12435
12436
|
"baspi4Required": ["yesNo"],
|
|
12436
12437
|
"baspi5Required": ["yesNo"],
|
|
12437
12438
|
"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
12439
|
"discriminator": {
|
|
12442
12440
|
"propertyName": "yesNo"
|
|
12443
12441
|
},
|
|
@@ -12457,7 +12455,6 @@
|
|
|
12457
12455
|
"details": {
|
|
12458
12456
|
"baspi4Ref": "A3.2.2",
|
|
12459
12457
|
"baspi5Ref": "A3.2.2",
|
|
12460
|
-
"ta6ed6Ref": "5.3.2",
|
|
12461
12458
|
"title": "Please outline the nature of the work",
|
|
12462
12459
|
"type": "string",
|
|
12463
12460
|
"minLength": 1
|
|
@@ -12704,12 +12701,6 @@
|
|
|
12704
12701
|
"baspi5Required": ["details"]
|
|
12705
12702
|
}
|
|
12706
12703
|
]
|
|
12707
|
-
},
|
|
12708
|
-
"attachments": {
|
|
12709
|
-
"ta6ed6Ref": "5.3.2",
|
|
12710
|
-
"title": "Attachments",
|
|
12711
|
-
"type": "string",
|
|
12712
|
-
"enum": ["Attached", "To follow"]
|
|
12713
12704
|
}
|
|
12714
12705
|
},
|
|
12715
12706
|
"baspi4Required": [
|
|
@@ -12728,7 +12719,53 @@
|
|
|
12728
12719
|
"listedBuildingConsent",
|
|
12729
12720
|
"deedRestrictionConsent"
|
|
12730
12721
|
],
|
|
12731
|
-
"ta6Required": ["yearCompleted"]
|
|
12722
|
+
"ta6Required": ["yearCompleted"]
|
|
12723
|
+
}
|
|
12724
|
+
]
|
|
12725
|
+
},
|
|
12726
|
+
"nonResidentialPurposes": {
|
|
12727
|
+
"ta6ed6Ref": "5.3",
|
|
12728
|
+
"title": "Is any part of the property used exclusively for non-residential purposes?",
|
|
12729
|
+
"description": "If yes, give details and supply a copy of any relevant planning permission:",
|
|
12730
|
+
"type": "object",
|
|
12731
|
+
"properties": {
|
|
12732
|
+
"yesNo": {
|
|
12733
|
+
"ta6ed6Ref": "5.3.1",
|
|
12734
|
+
"type": "string",
|
|
12735
|
+
"title": "",
|
|
12736
|
+
"enum": ["Yes", "No"]
|
|
12737
|
+
}
|
|
12738
|
+
},
|
|
12739
|
+
"ta6ed6Required": ["yesNo"],
|
|
12740
|
+
"discriminator": {
|
|
12741
|
+
"propertyName": "yesNo"
|
|
12742
|
+
},
|
|
12743
|
+
"oneOf": [
|
|
12744
|
+
{
|
|
12745
|
+
"properties": {
|
|
12746
|
+
"yesNo": {
|
|
12747
|
+
"enum": ["No"]
|
|
12748
|
+
}
|
|
12749
|
+
}
|
|
12750
|
+
},
|
|
12751
|
+
{
|
|
12752
|
+
"properties": {
|
|
12753
|
+
"yesNo": {
|
|
12754
|
+
"enum": ["Yes"]
|
|
12755
|
+
},
|
|
12756
|
+
"details": {
|
|
12757
|
+
"ta6ed6Ref": "5.3.2",
|
|
12758
|
+
"title": "Please give details",
|
|
12759
|
+
"type": "string",
|
|
12760
|
+
"minLength": 1
|
|
12761
|
+
},
|
|
12762
|
+
"attachments": {
|
|
12763
|
+
"ta6ed6Ref": "5.3.3",
|
|
12764
|
+
"title": "Please supply a copy of any relevant planning permission",
|
|
12765
|
+
"type": "string",
|
|
12766
|
+
"enum": ["Attached", "To follow"]
|
|
12767
|
+
}
|
|
12768
|
+
},
|
|
12732
12769
|
"ta6ed6Required": ["details"]
|
|
12733
12770
|
}
|
|
12734
12771
|
]
|
|
@@ -12788,6 +12825,7 @@
|
|
|
12788
12825
|
"baspi5Ref": "A3.3.3",
|
|
12789
12826
|
"piqRef": "A3.2.3",
|
|
12790
12827
|
"ta6Ref": "4.1c2",
|
|
12828
|
+
"ta6ed6Ref": "5.1a",
|
|
12791
12829
|
"title": "What year was the installation completed?",
|
|
12792
12830
|
"type": "integer"
|
|
12793
12831
|
},
|
|
@@ -12804,6 +12842,7 @@
|
|
|
12804
12842
|
"baspi4Ref": "A3.5.1.1",
|
|
12805
12843
|
"baspi5Ref": "A3.5.1.1",
|
|
12806
12844
|
"ta6Ref": "4.2.1",
|
|
12845
|
+
"ta6ed6Ref": "5.1a(e)",
|
|
12807
12846
|
"type": "string",
|
|
12808
12847
|
"title": "",
|
|
12809
12848
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -12826,6 +12865,7 @@
|
|
|
12826
12865
|
"baspi4Ref": "A3.5.1.3",
|
|
12827
12866
|
"baspi5Ref": "A3.5.1.3",
|
|
12828
12867
|
"ta6Ref": "4.2a",
|
|
12868
|
+
"ta6ed6Ref": "5.1a(e)",
|
|
12829
12869
|
"title": "Please provide a copy of the documents",
|
|
12830
12870
|
"type": "string",
|
|
12831
12871
|
"enum": ["Attached", "To follow"]
|
|
@@ -12833,7 +12873,8 @@
|
|
|
12833
12873
|
},
|
|
12834
12874
|
"baspi4Required": ["attachments"],
|
|
12835
12875
|
"baspi5Required": ["attachments"],
|
|
12836
|
-
"ta6Required": ["attachments"]
|
|
12876
|
+
"ta6Required": ["attachments"],
|
|
12877
|
+
"ta6ed6Required": ["attachments"]
|
|
12837
12878
|
},
|
|
12838
12879
|
{
|
|
12839
12880
|
"properties": {
|
|
@@ -12844,6 +12885,7 @@
|
|
|
12844
12885
|
"baspi4Ref": "A3.5.1.2",
|
|
12845
12886
|
"baspi5Ref": "A3.5.1.2",
|
|
12846
12887
|
"ta6Ref": "4.2b",
|
|
12888
|
+
"ta6ed6Ref": "5.1a(e)",
|
|
12847
12889
|
"title": "Please outline the reasons why",
|
|
12848
12890
|
"description": "e.g. the work was exempt from Building Regulations",
|
|
12849
12891
|
"type": "string",
|
|
@@ -12852,7 +12894,8 @@
|
|
|
12852
12894
|
},
|
|
12853
12895
|
"baspi4Required": ["details"],
|
|
12854
12896
|
"baspi5Required": ["details"],
|
|
12855
|
-
"ta6Required": ["details"]
|
|
12897
|
+
"ta6Required": ["details"],
|
|
12898
|
+
"ta6ed6Required": ["details"]
|
|
12856
12899
|
}
|
|
12857
12900
|
]
|
|
12858
12901
|
},
|
|
@@ -12869,6 +12912,7 @@
|
|
|
12869
12912
|
"baspi4Ref": "A3.5.2.1",
|
|
12870
12913
|
"baspi5Ref": "A3.5.2.1",
|
|
12871
12914
|
"ta6Ref": "4.2.1",
|
|
12915
|
+
"ta6ed6Ref": "5.1a(d)",
|
|
12872
12916
|
"type": "string",
|
|
12873
12917
|
"title": "",
|
|
12874
12918
|
"enum": ["Yes", "No", "Not required"]
|
|
@@ -12891,6 +12935,7 @@
|
|
|
12891
12935
|
"baspi4Ref": "A3.5.2.3",
|
|
12892
12936
|
"baspi5Ref": "A3.5.2.3",
|
|
12893
12937
|
"ta6Ref": "4.2a",
|
|
12938
|
+
"ta6ed6Ref": "5.1a(d)",
|
|
12894
12939
|
"title": "Please provide a copy of the documents",
|
|
12895
12940
|
"type": "string",
|
|
12896
12941
|
"enum": ["Attached", "To follow"]
|
|
@@ -12898,7 +12943,8 @@
|
|
|
12898
12943
|
},
|
|
12899
12944
|
"baspi4Required": ["attachments"],
|
|
12900
12945
|
"baspi5Required": ["attachments"],
|
|
12901
|
-
"ta6Required": ["attachments"]
|
|
12946
|
+
"ta6Required": ["attachments"],
|
|
12947
|
+
"ta6ed6Required": ["attachments"]
|
|
12902
12948
|
},
|
|
12903
12949
|
{
|
|
12904
12950
|
"properties": {
|
|
@@ -12909,6 +12955,7 @@
|
|
|
12909
12955
|
"baspi4Ref": "A3.5.2.2",
|
|
12910
12956
|
"baspi5Ref": "A3.5.2.2",
|
|
12911
12957
|
"ta6Ref": "4.2b",
|
|
12958
|
+
"ta6ed6Ref": "5.1a(d)",
|
|
12912
12959
|
"title": "Please outline the reasons why",
|
|
12913
12960
|
"description": "e.g. permitted development rights applied",
|
|
12914
12961
|
"type": "string",
|
|
@@ -12917,7 +12964,8 @@
|
|
|
12917
12964
|
},
|
|
12918
12965
|
"baspi4Required": ["details"],
|
|
12919
12966
|
"baspi5Required": ["details"],
|
|
12920
|
-
"ta6Required": ["details"]
|
|
12967
|
+
"ta6Required": ["details"],
|
|
12968
|
+
"ta6ed6Required": ["details"]
|
|
12921
12969
|
}
|
|
12922
12970
|
]
|
|
12923
12971
|
},
|
|
@@ -13338,6 +13386,7 @@
|
|
|
13338
13386
|
"baspi5Ref": "A3.4.3",
|
|
13339
13387
|
"piqRef": "A3.4.3",
|
|
13340
13388
|
"ta6Ref": "4.1d2",
|
|
13389
|
+
"ta6ed6Ref": "5.1c",
|
|
13341
13390
|
"title": "What year was the installation completed?",
|
|
13342
13391
|
"type": "integer"
|
|
13343
13392
|
},
|
|
@@ -13355,6 +13404,7 @@
|
|
|
13355
13404
|
"baspi4Ref": "A3.5.1.1",
|
|
13356
13405
|
"baspi5Ref": "A3.5.1.1",
|
|
13357
13406
|
"ta6Ref": "4.2.1",
|
|
13407
|
+
"ta6ed6Ref": "5.1c(e)",
|
|
13358
13408
|
"piqRef": "A3.5.1.1",
|
|
13359
13409
|
"type": "string",
|
|
13360
13410
|
"title": "",
|
|
@@ -13378,6 +13428,7 @@
|
|
|
13378
13428
|
"baspi4Ref": "A3.5.1.3",
|
|
13379
13429
|
"baspi5Ref": "A3.5.1.3",
|
|
13380
13430
|
"ta6Ref": "4.2a",
|
|
13431
|
+
"ta6ed6Ref": "5.1c(e)",
|
|
13381
13432
|
"title": "Please provide a copy of the documents",
|
|
13382
13433
|
"type": "string",
|
|
13383
13434
|
"enum": ["Attached", "To follow"]
|
|
@@ -13385,7 +13436,8 @@
|
|
|
13385
13436
|
},
|
|
13386
13437
|
"baspi4Required": ["attachments"],
|
|
13387
13438
|
"baspi5Required": ["attachments"],
|
|
13388
|
-
"ta6Required": ["attachments"]
|
|
13439
|
+
"ta6Required": ["attachments"],
|
|
13440
|
+
"ta6ed6Required": ["attachments"]
|
|
13389
13441
|
},
|
|
13390
13442
|
{
|
|
13391
13443
|
"properties": {
|
|
@@ -13396,6 +13448,7 @@
|
|
|
13396
13448
|
"baspi4Ref": "A3.5.1.2",
|
|
13397
13449
|
"baspi5Ref": "A3.5.1.2",
|
|
13398
13450
|
"ta6Ref": "4.2b",
|
|
13451
|
+
"ta6ed6Ref": "5.1c(e)",
|
|
13399
13452
|
"piqRef": "A3.5.1.2",
|
|
13400
13453
|
"title": "Please outline the reasons why",
|
|
13401
13454
|
"description": "e.g. the work was exempt from Building Regulations",
|
|
@@ -13405,7 +13458,8 @@
|
|
|
13405
13458
|
},
|
|
13406
13459
|
"baspi4Required": ["details"],
|
|
13407
13460
|
"baspi5Required": ["details"],
|
|
13408
|
-
"ta6Required": ["details"]
|
|
13461
|
+
"ta6Required": ["details"],
|
|
13462
|
+
"ta6ed6Required": ["details"]
|
|
13409
13463
|
}
|
|
13410
13464
|
]
|
|
13411
13465
|
},
|
|
@@ -13423,6 +13477,7 @@
|
|
|
13423
13477
|
"baspi4Ref": "A3.5.2.1",
|
|
13424
13478
|
"baspi5Ref": "A3.5.2.1",
|
|
13425
13479
|
"ta6Ref": "4.2.1",
|
|
13480
|
+
"ta6ed6Ref": "5.1c(d)",
|
|
13426
13481
|
"piqRef": "A3.5.2.1",
|
|
13427
13482
|
"type": "string",
|
|
13428
13483
|
"title": "",
|
|
@@ -13446,6 +13501,7 @@
|
|
|
13446
13501
|
"baspi4Ref": "A3.5.2.3",
|
|
13447
13502
|
"baspi5Ref": "A3.5.2.3",
|
|
13448
13503
|
"ta6Ref": "4.2a",
|
|
13504
|
+
"ta6ed6Ref": "5.1c(d)",
|
|
13449
13505
|
"title": "Please provide a copy of the documents",
|
|
13450
13506
|
"type": "string",
|
|
13451
13507
|
"enum": ["Attached", "To follow"]
|
|
@@ -13453,7 +13509,8 @@
|
|
|
13453
13509
|
},
|
|
13454
13510
|
"baspi4Required": ["attachments"],
|
|
13455
13511
|
"baspi5Required": ["attachments"],
|
|
13456
|
-
"ta6Required": ["attachments"]
|
|
13512
|
+
"ta6Required": ["attachments"],
|
|
13513
|
+
"ta6ed6Required": ["attachments"]
|
|
13457
13514
|
},
|
|
13458
13515
|
{
|
|
13459
13516
|
"properties": {
|
|
@@ -13464,6 +13521,7 @@
|
|
|
13464
13521
|
"baspi4Ref": "A3.5.2.2",
|
|
13465
13522
|
"baspi5Ref": "A3.5.2.2",
|
|
13466
13523
|
"ta6Ref": "4.2b",
|
|
13524
|
+
"ta6ed6Ref": "5.1c(d)",
|
|
13467
13525
|
"title": "Please outline the reasons why",
|
|
13468
13526
|
"description": "e.g. permitted development rights applied",
|
|
13469
13527
|
"type": "string",
|
|
@@ -13472,7 +13530,8 @@
|
|
|
13472
13530
|
},
|
|
13473
13531
|
"baspi4Required": ["details"],
|
|
13474
13532
|
"baspi5Required": ["details"],
|
|
13475
|
-
"ta6Required": ["details"]
|
|
13533
|
+
"ta6Required": ["details"],
|
|
13534
|
+
"ta6ed6Required": ["details"]
|
|
13476
13535
|
}
|
|
13477
13536
|
]
|
|
13478
13537
|
},
|
|
@@ -15669,24 +15728,9 @@
|
|
|
15669
15728
|
"ta6ed6Ref": "8.6",
|
|
15670
15729
|
"ta6Ref": "7.8",
|
|
15671
15730
|
"piqRef": "A5.3",
|
|
15672
|
-
"title": "
|
|
15673
|
-
"ta6Title": "Is the property affected by Japanese knotweed?",
|
|
15731
|
+
"title": "Japanese Knotweed",
|
|
15674
15732
|
"type": "object",
|
|
15675
15733
|
"properties": {
|
|
15676
|
-
"yesNo": {
|
|
15677
|
-
"baspi4Ref": "A5.3.1",
|
|
15678
|
-
"baspi5Ref": "A5.3.1",
|
|
15679
|
-
"nts2Ref": "A5.3.1",
|
|
15680
|
-
"ntsl2Ref": "A5.3.1",
|
|
15681
|
-
"ta6ed6Ref": "8.6.1",
|
|
15682
|
-
"ta6Ref": "7.8.1",
|
|
15683
|
-
"piqRef": "A5.3.1",
|
|
15684
|
-
"type": "string",
|
|
15685
|
-
"title": "",
|
|
15686
|
-
"enum": ["Yes", "No", "Not known"],
|
|
15687
|
-
"baspi4Enum": ["Yes", "No"],
|
|
15688
|
-
"baspi5Enum": ["Yes", "No"]
|
|
15689
|
-
},
|
|
15690
15734
|
"knotweedSurveyCarriedOut": {
|
|
15691
15735
|
"ta6ed6Ref": "8.7",
|
|
15692
15736
|
"title": "Has a Japanese knotweed survey been carried out in relation to the property?",
|
|
@@ -15718,7 +15762,7 @@
|
|
|
15718
15762
|
},
|
|
15719
15763
|
"attachments": {
|
|
15720
15764
|
"ta6ed6Ref": "8.7.2",
|
|
15721
|
-
"title": "
|
|
15765
|
+
"title": "Provide a copy of the survey.",
|
|
15722
15766
|
"type": "string",
|
|
15723
15767
|
"enum": ["Attached", "To follow"]
|
|
15724
15768
|
}
|
|
@@ -15726,6 +15770,21 @@
|
|
|
15726
15770
|
"ta6ed6Required": ["attachments"]
|
|
15727
15771
|
}
|
|
15728
15772
|
]
|
|
15773
|
+
},
|
|
15774
|
+
"yesNo": {
|
|
15775
|
+
"baspi4Ref": "A5.3.1",
|
|
15776
|
+
"baspi5Ref": "A5.3.1",
|
|
15777
|
+
"nts2Ref": "A5.3.1",
|
|
15778
|
+
"ntsl2Ref": "A5.3.1",
|
|
15779
|
+
"ta6ed6Ref": "8.6.1",
|
|
15780
|
+
"ta6Ref": "7.8.1",
|
|
15781
|
+
"piqRef": "A5.3.1",
|
|
15782
|
+
"type": "string",
|
|
15783
|
+
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
15784
|
+
"ta6Title": "Is the property affected by Japanese knotweed?",
|
|
15785
|
+
"enum": ["Yes", "No", "Not known"],
|
|
15786
|
+
"baspi4Enum": ["Yes", "No"],
|
|
15787
|
+
"baspi5Enum": ["Yes", "No"]
|
|
15729
15788
|
}
|
|
15730
15789
|
},
|
|
15731
15790
|
"baspi4Required": ["yesNo"],
|
|
@@ -21072,7 +21131,7 @@
|
|
|
21072
21131
|
"title": "Location of electricity meter",
|
|
21073
21132
|
"type": "object",
|
|
21074
21133
|
"ta6Required": ["location"],
|
|
21075
|
-
"ta6ed6Required": ["location"],
|
|
21134
|
+
"ta6ed6Required": ["location", "mpan"],
|
|
21076
21135
|
"baspi4Required": ["location"],
|
|
21077
21136
|
"baspi5Required": ["location"],
|
|
21078
21137
|
"properties": {
|
|
@@ -23547,7 +23606,6 @@
|
|
|
23547
23606
|
"nts2Required": ["heatingSystem"],
|
|
23548
23607
|
"ntslRequired": ["heatingSystem"],
|
|
23549
23608
|
"ntsl2Required": ["heatingSystem"],
|
|
23550
|
-
"ta6ed6Title": "How is the property heated? Tick all that apply:",
|
|
23551
23609
|
"properties": {
|
|
23552
23610
|
"heatingSystem": {
|
|
23553
23611
|
"ntsRef": "B3.4.1",
|
|
@@ -23557,6 +23615,7 @@
|
|
|
23557
23615
|
"baspi4Ref": "A7.4.0",
|
|
23558
23616
|
"baspi5Ref": "A7.4.0",
|
|
23559
23617
|
"ta6Ref": "12.3.1",
|
|
23618
|
+
"ta6ed6Ref": "11.4",
|
|
23560
23619
|
"piqRef": "A7.3.1",
|
|
23561
23620
|
"type": "object",
|
|
23562
23621
|
"title": "Heating system",
|
|
@@ -23577,6 +23636,7 @@
|
|
|
23577
23636
|
"baspi4Ref": "A7.4.0",
|
|
23578
23637
|
"baspi5Ref": "A7.4.0",
|
|
23579
23638
|
"ta6Ref": "12.3.1",
|
|
23639
|
+
"ta6ed6Ref": "11.4.1",
|
|
23580
23640
|
"piqRef": "A7.3.1",
|
|
23581
23641
|
"title": "What type of heating system does the property have?",
|
|
23582
23642
|
"type": "string",
|
|
@@ -23612,6 +23672,7 @@
|
|
|
23612
23672
|
"baspi4Ref": "A7.4.0.0",
|
|
23613
23673
|
"baspi5Ref": "A7.4.0.0",
|
|
23614
23674
|
"ta6Ref": "12.3.2",
|
|
23675
|
+
"ta6ed6Ref": "11.4.1",
|
|
23615
23676
|
"piqRef": "A7.3.1.1",
|
|
23616
23677
|
"type": "object",
|
|
23617
23678
|
"title": "Central Heating Details",
|
|
@@ -23667,6 +23728,7 @@
|
|
|
23667
23728
|
"baspi4Ref": "A7.4.0.1",
|
|
23668
23729
|
"baspi5Ref": "A7.4.0.1",
|
|
23669
23730
|
"ta6Ref": "12.3.3",
|
|
23731
|
+
"ta6ed6Ref": "11.4.2",
|
|
23670
23732
|
"rdsRef": "Buildings|BuildingSections/Heating/isGas=no|yes|true|false",
|
|
23671
23733
|
"type": "object",
|
|
23672
23734
|
"title": "Central Heating Fuel",
|
|
@@ -23677,6 +23739,7 @@
|
|
|
23677
23739
|
"baspi4Required": ["centralHeatingFuelType"],
|
|
23678
23740
|
"baspi5Required": ["centralHeatingFuelType"],
|
|
23679
23741
|
"ta6Required": ["centralHeatingFuelType"],
|
|
23742
|
+
"ta6ed6Required": ["centralHeatingFuelType"],
|
|
23680
23743
|
"properties": {
|
|
23681
23744
|
"centralHeatingFuelType": {
|
|
23682
23745
|
"ntsRef": "B3.4.3.1.1",
|
|
@@ -23686,6 +23749,7 @@
|
|
|
23686
23749
|
"baspi4Ref": "A7.4.0.2",
|
|
23687
23750
|
"baspi5Ref": "A7.4.0.2",
|
|
23688
23751
|
"ta6Ref": "12.3a1",
|
|
23752
|
+
"ta6ed6Ref": "11.4.2.1",
|
|
23689
23753
|
"title": "What type of fuel does the system run on?",
|
|
23690
23754
|
"type": "string",
|
|
23691
23755
|
"enum": [
|
|
@@ -23751,7 +23815,7 @@
|
|
|
23751
23815
|
"baspi4Required": ["location"],
|
|
23752
23816
|
"baspi5Required": ["location"],
|
|
23753
23817
|
"ta6Required": ["location"],
|
|
23754
|
-
"ta6ed6Required": ["location"]
|
|
23818
|
+
"ta6ed6Required": ["location", "mprn"]
|
|
23755
23819
|
}
|
|
23756
23820
|
},
|
|
23757
23821
|
"baspi4Required": ["supplier", "gasMeter"],
|
|
@@ -23788,6 +23852,7 @@
|
|
|
23788
23852
|
"baspi4Ref": "A7.4.0.3",
|
|
23789
23853
|
"baspi5Ref": "A7.4.0.3",
|
|
23790
23854
|
"ta6Ref": "12.3a2",
|
|
23855
|
+
"ta6ed6Ref": "11.4.2.2",
|
|
23791
23856
|
"title": "Please describe the other fuel type",
|
|
23792
23857
|
"type": "string",
|
|
23793
23858
|
"minLength": 1
|
|
@@ -23795,7 +23860,8 @@
|
|
|
23795
23860
|
},
|
|
23796
23861
|
"baspi4Required": ["otherCentralHeatingFuelType"],
|
|
23797
23862
|
"baspi5Required": ["otherCentralHeatingFuelType"],
|
|
23798
|
-
"ta6Required": ["otherCentralHeatingFuelType"]
|
|
23863
|
+
"ta6Required": ["otherCentralHeatingFuelType"],
|
|
23864
|
+
"ta6ed6Required": ["otherCentralHeatingFuelType"]
|
|
23799
23865
|
}
|
|
23800
23866
|
]
|
|
23801
23867
|
},
|
|
@@ -24677,7 +24743,12 @@
|
|
|
24677
24743
|
"subjectToUnusualConditions",
|
|
24678
24744
|
"refused"
|
|
24679
24745
|
],
|
|
24680
|
-
"ta6ed6Required": [
|
|
24746
|
+
"ta6ed6Required": [
|
|
24747
|
+
"abnormalRiseInPremiums",
|
|
24748
|
+
"subjectToHighExcesses",
|
|
24749
|
+
"subjectToUnusualConditions",
|
|
24750
|
+
"refused"
|
|
24751
|
+
],
|
|
24681
24752
|
"properties": {
|
|
24682
24753
|
"abnormalRiseInPremiums": {
|
|
24683
24754
|
"baspi4Ref": "A8.1.2.1.1",
|
|
@@ -24732,7 +24803,8 @@
|
|
|
24732
24803
|
},
|
|
24733
24804
|
"baspi4Required": ["details"],
|
|
24734
24805
|
"baspi5Required": ["details"],
|
|
24735
|
-
"ta6Required": ["details"]
|
|
24806
|
+
"ta6Required": ["details"],
|
|
24807
|
+
"ta6ed6Required": ["details"]
|
|
24736
24808
|
}
|
|
24737
24809
|
]
|
|
24738
24810
|
},
|
|
@@ -24789,7 +24861,8 @@
|
|
|
24789
24861
|
},
|
|
24790
24862
|
"baspi4Required": ["details"],
|
|
24791
24863
|
"baspi5Required": ["details"],
|
|
24792
|
-
"ta6Required": ["details"]
|
|
24864
|
+
"ta6Required": ["details"],
|
|
24865
|
+
"ta6ed6Required": ["details"]
|
|
24793
24866
|
}
|
|
24794
24867
|
]
|
|
24795
24868
|
},
|
|
@@ -24846,7 +24919,8 @@
|
|
|
24846
24919
|
},
|
|
24847
24920
|
"baspi4Required": ["details"],
|
|
24848
24921
|
"baspi5Required": ["details"],
|
|
24849
|
-
"ta6Required": ["details"]
|
|
24922
|
+
"ta6Required": ["details"],
|
|
24923
|
+
"ta6ed6Required": ["details"]
|
|
24850
24924
|
}
|
|
24851
24925
|
]
|
|
24852
24926
|
},
|
|
@@ -24903,7 +24977,8 @@
|
|
|
24903
24977
|
},
|
|
24904
24978
|
"baspi4Required": ["details"],
|
|
24905
24979
|
"baspi5Required": ["details"],
|
|
24906
|
-
"ta6Required": ["details"]
|
|
24980
|
+
"ta6Required": ["details"],
|
|
24981
|
+
"ta6ed6Required": ["details"]
|
|
24907
24982
|
}
|
|
24908
24983
|
]
|
|
24909
24984
|
}
|
|
@@ -25068,10 +25143,8 @@
|
|
|
25068
25143
|
"ta6ed6Required": [
|
|
25069
25144
|
"neighbouringLandRights",
|
|
25070
25145
|
"sharedContributions",
|
|
25071
|
-
"
|
|
25072
|
-
"
|
|
25073
|
-
"askedOthersToContribute",
|
|
25074
|
-
"accessRestrictionAttempts"
|
|
25146
|
+
"rightsOrArrangements",
|
|
25147
|
+
"askedOthersToContribute"
|
|
25075
25148
|
],
|
|
25076
25149
|
"properties": {
|
|
25077
25150
|
"sharedContributions": {
|
|
@@ -25129,12 +25202,50 @@
|
|
|
25129
25202
|
"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
25203
|
"type": "string",
|
|
25131
25204
|
"minLength": 1
|
|
25205
|
+
},
|
|
25206
|
+
"disagreementOrComplaint": {
|
|
25207
|
+
"ta6ed6Ref": "9.3",
|
|
25208
|
+
"title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
|
|
25209
|
+
"type": "object",
|
|
25210
|
+
"properties": {
|
|
25211
|
+
"yesNo": {
|
|
25212
|
+
"ta6ed6Ref": "9.3.1",
|
|
25213
|
+
"type": "string",
|
|
25214
|
+
"enum": ["Yes", "No", "Not known"]
|
|
25215
|
+
}
|
|
25216
|
+
},
|
|
25217
|
+
"ta6ed6Required": ["yesNo"],
|
|
25218
|
+
"discriminator": {
|
|
25219
|
+
"propertyName": "yesNo"
|
|
25220
|
+
},
|
|
25221
|
+
"oneOf": [
|
|
25222
|
+
{
|
|
25223
|
+
"properties": {
|
|
25224
|
+
"yesNo": {
|
|
25225
|
+
"enum": ["No", "Not known"]
|
|
25226
|
+
}
|
|
25227
|
+
}
|
|
25228
|
+
},
|
|
25229
|
+
{
|
|
25230
|
+
"properties": {
|
|
25231
|
+
"yesNo": {
|
|
25232
|
+
"enum": ["Yes"]
|
|
25233
|
+
},
|
|
25234
|
+
"details": {
|
|
25235
|
+
"ta6ed6Ref": "9.3.2",
|
|
25236
|
+
"type": "string",
|
|
25237
|
+
"minLength": 1
|
|
25238
|
+
}
|
|
25239
|
+
},
|
|
25240
|
+
"ta6ed6Required": ["details"]
|
|
25241
|
+
}
|
|
25242
|
+
]
|
|
25132
25243
|
}
|
|
25133
25244
|
},
|
|
25134
25245
|
"baspi4Required": ["details"],
|
|
25135
25246
|
"baspi5Required": ["details"],
|
|
25136
25247
|
"ta6Required": ["details"],
|
|
25137
|
-
"ta6ed6Required": ["details"]
|
|
25248
|
+
"ta6ed6Required": ["details", "disagreementOrComplaint"]
|
|
25138
25249
|
}
|
|
25139
25250
|
]
|
|
25140
25251
|
},
|
|
@@ -25146,6 +25257,7 @@
|
|
|
25146
25257
|
"ta6ed6Ref": "9.1",
|
|
25147
25258
|
"piqRef": "A10.2",
|
|
25148
25259
|
"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)",
|
|
25260
|
+
"ta6ed6Title": "Do you exercise any rights or arrangements over any other properties?",
|
|
25149
25261
|
"type": "object",
|
|
25150
25262
|
"properties": {
|
|
25151
25263
|
"yesNo": {
|
|
@@ -25163,8 +25275,6 @@
|
|
|
25163
25275
|
"baspi5Required": ["yesNo"],
|
|
25164
25276
|
"ta6Required": ["yesNo"],
|
|
25165
25277
|
"ta6ed6Required": ["yesNo"],
|
|
25166
|
-
"ta6ed6Title": "Do you exercise any rights or arrangements over any other properties?",
|
|
25167
|
-
"ta6ed6Description": "If yes, please give details:",
|
|
25168
25278
|
"discriminator": {
|
|
25169
25279
|
"propertyName": "yesNo"
|
|
25170
25280
|
},
|
|
@@ -25187,11 +25297,49 @@
|
|
|
25187
25297
|
"ta6Ref": "8.2.2",
|
|
25188
25298
|
"ta6ed6Ref": "9.1.2",
|
|
25189
25299
|
"piqRef": "A10.2.2",
|
|
25190
|
-
"ta6ed6Title": "Please give details
|
|
25300
|
+
"ta6ed6Title": "Please give details",
|
|
25191
25301
|
"title": "Please give details and provide a plan showing the route of the access, parking etc",
|
|
25192
25302
|
"type": "string",
|
|
25193
25303
|
"minLength": 1
|
|
25194
25304
|
},
|
|
25305
|
+
"disagreementOrComplaint": {
|
|
25306
|
+
"ta6ed6Ref": "9.3",
|
|
25307
|
+
"title": "Are you aware of any disagreement or complaint about any such right or arrangement?",
|
|
25308
|
+
"type": "object",
|
|
25309
|
+
"properties": {
|
|
25310
|
+
"yesNo": {
|
|
25311
|
+
"ta6ed6Ref": "9.3.1",
|
|
25312
|
+
"type": "string",
|
|
25313
|
+
"enum": ["Yes", "No", "Not known"]
|
|
25314
|
+
}
|
|
25315
|
+
},
|
|
25316
|
+
"ta6ed6Required": ["yesNo"],
|
|
25317
|
+
"discriminator": {
|
|
25318
|
+
"propertyName": "yesNo"
|
|
25319
|
+
},
|
|
25320
|
+
"oneOf": [
|
|
25321
|
+
{
|
|
25322
|
+
"properties": {
|
|
25323
|
+
"yesNo": {
|
|
25324
|
+
"enum": ["No", "Not known"]
|
|
25325
|
+
}
|
|
25326
|
+
}
|
|
25327
|
+
},
|
|
25328
|
+
{
|
|
25329
|
+
"properties": {
|
|
25330
|
+
"yesNo": {
|
|
25331
|
+
"enum": ["Yes"]
|
|
25332
|
+
},
|
|
25333
|
+
"details": {
|
|
25334
|
+
"ta6ed6Ref": "9.3.2",
|
|
25335
|
+
"type": "string",
|
|
25336
|
+
"minLength": 1
|
|
25337
|
+
}
|
|
25338
|
+
},
|
|
25339
|
+
"ta6ed6Required": ["details"]
|
|
25340
|
+
}
|
|
25341
|
+
]
|
|
25342
|
+
},
|
|
25195
25343
|
"attachments": {
|
|
25196
25344
|
"baspi4Ref": "A10.2.3",
|
|
25197
25345
|
"baspi5Ref": "A10.2.3",
|
|
@@ -25203,7 +25351,7 @@
|
|
|
25203
25351
|
"baspi4Required": ["details", "attachments"],
|
|
25204
25352
|
"baspi5Required": ["details", "attachments"],
|
|
25205
25353
|
"ta6Required": ["details"],
|
|
25206
|
-
"ta6ed6Required": ["details"]
|
|
25354
|
+
"ta6ed6Required": ["details", "disagreementOrComplaint"]
|
|
25207
25355
|
}
|
|
25208
25356
|
]
|
|
25209
25357
|
},
|
|
@@ -25212,7 +25360,6 @@
|
|
|
25212
25360
|
"baspi5Ref": "A10.3",
|
|
25213
25361
|
"rdsRef": "Tenure/Restrictions",
|
|
25214
25362
|
"ta6Ref": "8.3",
|
|
25215
|
-
"ta6ed6Ref": "9.6",
|
|
25216
25363
|
"piqRef": "A10.3",
|
|
25217
25364
|
"title": "Has anyone tried to stop you using an access way to the property or asked you to pay to use the access?",
|
|
25218
25365
|
"type": "object",
|
|
@@ -25221,7 +25368,6 @@
|
|
|
25221
25368
|
"baspi4Ref": "A10.3.1",
|
|
25222
25369
|
"baspi5Ref": "A10.3.1",
|
|
25223
25370
|
"ta6Ref": "8.3.1",
|
|
25224
|
-
"ta6ed6Ref": "9.6.1",
|
|
25225
25371
|
"piqRef": "A10.3.1",
|
|
25226
25372
|
"ta6ed6Enum": ["Yes", "No", "Not known"],
|
|
25227
25373
|
"type": "string",
|
|
@@ -25232,9 +25378,6 @@
|
|
|
25232
25378
|
"baspi4Required": ["yesNo"],
|
|
25233
25379
|
"baspi5Required": ["yesNo"],
|
|
25234
25380
|
"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
25381
|
"discriminator": {
|
|
25239
25382
|
"propertyName": "yesNo"
|
|
25240
25383
|
},
|
|
@@ -25256,9 +25399,7 @@
|
|
|
25256
25399
|
"baspi4Ref": "A10.3.2",
|
|
25257
25400
|
"baspi5Ref": "A10.3.2",
|
|
25258
25401
|
"ta6Ref": "8.3.2",
|
|
25259
|
-
"ta6ed6Ref": "9.6.2",
|
|
25260
25402
|
"piqRef": "A10.3.2",
|
|
25261
|
-
"ta6ed6Title": "Please give details:",
|
|
25262
25403
|
"title": "Details",
|
|
25263
25404
|
"type": "string",
|
|
25264
25405
|
"minLength": 1
|
|
@@ -25266,8 +25407,7 @@
|
|
|
25266
25407
|
},
|
|
25267
25408
|
"baspi4Required": ["details"],
|
|
25268
25409
|
"baspi5Required": ["details"],
|
|
25269
|
-
"ta6Required": ["details"]
|
|
25270
|
-
"ta6ed6Required": ["details"]
|
|
25410
|
+
"ta6Required": ["details"]
|
|
25271
25411
|
}
|
|
25272
25412
|
]
|
|
25273
25413
|
},
|
|
@@ -25279,6 +25419,7 @@
|
|
|
25279
25419
|
"baspi4Ref": "A10.4",
|
|
25280
25420
|
"baspi5Ref": "A10.4",
|
|
25281
25421
|
"ta6Ref": "8.4",
|
|
25422
|
+
"ta6ed6Ref": "9.4",
|
|
25282
25423
|
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
25283
25424
|
"type": "object",
|
|
25284
25425
|
"ntsRequired": ["publicRightOfWay"],
|
|
@@ -25314,6 +25455,17 @@
|
|
|
25314
25455
|
"rightsToTakeFromLand",
|
|
25315
25456
|
"otherRights"
|
|
25316
25457
|
],
|
|
25458
|
+
"ta6ed6Required": [
|
|
25459
|
+
"publicRightOfWay",
|
|
25460
|
+
"rightsOfLight",
|
|
25461
|
+
"rightsOfSupport",
|
|
25462
|
+
"rightsCreatedThroughCustom",
|
|
25463
|
+
"minesAndMinerals",
|
|
25464
|
+
"churchChancel",
|
|
25465
|
+
"rightsToTakeFromLand",
|
|
25466
|
+
"otherRights",
|
|
25467
|
+
"disagreementOrComplaint"
|
|
25468
|
+
],
|
|
25317
25469
|
"properties": {
|
|
25318
25470
|
"publicRightOfWay": {
|
|
25319
25471
|
"ntsRef": "C2.2.1",
|
|
@@ -25324,6 +25476,7 @@
|
|
|
25324
25476
|
"baspi5Ref": "A10.4.1",
|
|
25325
25477
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities,Tenure/CadastralMapOfParcels",
|
|
25326
25478
|
"ta6Ref": "8.6",
|
|
25479
|
+
"ta6ed6Ref": "9.4.1",
|
|
25327
25480
|
"piqRef": "A10.4",
|
|
25328
25481
|
"title": "A public right of way through and/or across your property, buildings or land",
|
|
25329
25482
|
"ntsTitle": "Is there a public right of way through and/or across your house, buildings or land?",
|
|
@@ -25337,6 +25490,7 @@
|
|
|
25337
25490
|
"baspi4Ref": "A10.4.1.1",
|
|
25338
25491
|
"baspi5Ref": "A10.4.1.1",
|
|
25339
25492
|
"ta6Ref": "8.6.1",
|
|
25493
|
+
"ta6ed6Ref": "9.4.1.1",
|
|
25340
25494
|
"piqRef": "A10.4.1",
|
|
25341
25495
|
"type": "string",
|
|
25342
25496
|
"title": "",
|
|
@@ -25350,6 +25504,7 @@
|
|
|
25350
25504
|
"ntslRequired": ["yesNo"],
|
|
25351
25505
|
"ntsl2Required": ["yesNo"],
|
|
25352
25506
|
"ta6Required": ["yesNo"],
|
|
25507
|
+
"ta6ed6Required": ["yesNo"],
|
|
25353
25508
|
"discriminator": {
|
|
25354
25509
|
"propertyName": "yesNo"
|
|
25355
25510
|
},
|
|
@@ -25374,6 +25529,7 @@
|
|
|
25374
25529
|
"baspi4Ref": "A10.4.1.2",
|
|
25375
25530
|
"baspi5Ref": "A10.4.1.2",
|
|
25376
25531
|
"ta6Ref": "8.6.2",
|
|
25532
|
+
"ta6ed6Ref": "9.4.1.2",
|
|
25377
25533
|
"piqRef": "A10.4.2",
|
|
25378
25534
|
"title": "Please provide details",
|
|
25379
25535
|
"type": "string",
|
|
@@ -25390,6 +25546,7 @@
|
|
|
25390
25546
|
"baspi4Required": ["details", "attachments"],
|
|
25391
25547
|
"baspi5Required": ["details", "attachments"],
|
|
25392
25548
|
"ta6Required": ["details"],
|
|
25549
|
+
"ta6ed6Required": ["details"],
|
|
25393
25550
|
"ntsRequired": ["details"],
|
|
25394
25551
|
"nts2Required": ["details"],
|
|
25395
25552
|
"ntslRequired": ["details"],
|
|
@@ -25402,6 +25559,7 @@
|
|
|
25402
25559
|
"baspi5Ref": "A10.4.2a",
|
|
25403
25560
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25404
25561
|
"ta6Ref": "8.4a",
|
|
25562
|
+
"ta6ed6Ref": "9.4a",
|
|
25405
25563
|
"piqRef": "A10.5a",
|
|
25406
25564
|
"title": "Rights of light",
|
|
25407
25565
|
"type": "object",
|
|
@@ -25410,6 +25568,7 @@
|
|
|
25410
25568
|
"baspi4Ref": "A10.4.2a.1",
|
|
25411
25569
|
"baspi5Ref": "A10.4.2a.1",
|
|
25412
25570
|
"ta6Ref": "8.4a1",
|
|
25571
|
+
"ta6ed6Ref": "9.4a1",
|
|
25413
25572
|
"piqRef": "A10.5a1",
|
|
25414
25573
|
"type": "string",
|
|
25415
25574
|
"title": "",
|
|
@@ -25419,6 +25578,7 @@
|
|
|
25419
25578
|
"baspi4Required": ["yesNo"],
|
|
25420
25579
|
"baspi5Required": ["yesNo"],
|
|
25421
25580
|
"ta6Required": ["yesNo"],
|
|
25581
|
+
"ta6ed6Required": ["yesNo"],
|
|
25422
25582
|
"discriminator": {
|
|
25423
25583
|
"propertyName": "yesNo"
|
|
25424
25584
|
},
|
|
@@ -25438,13 +25598,15 @@
|
|
|
25438
25598
|
"details": {
|
|
25439
25599
|
"baspi4Ref": "A10.4.2a.2",
|
|
25440
25600
|
"baspi5Ref": "A10.4.2a.2",
|
|
25601
|
+
"ta6ed6Ref": "9.4a2",
|
|
25441
25602
|
"title": "Details",
|
|
25442
25603
|
"type": "string",
|
|
25443
25604
|
"minLength": 1
|
|
25444
25605
|
}
|
|
25445
25606
|
},
|
|
25446
25607
|
"baspi4Required": ["details"],
|
|
25447
|
-
"baspi5Required": ["details"]
|
|
25608
|
+
"baspi5Required": ["details"],
|
|
25609
|
+
"ta6ed6Required": ["details"]
|
|
25448
25610
|
}
|
|
25449
25611
|
]
|
|
25450
25612
|
},
|
|
@@ -25453,6 +25615,7 @@
|
|
|
25453
25615
|
"baspi5Ref": "A10.4.2b",
|
|
25454
25616
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25455
25617
|
"ta6Ref": "8.4a",
|
|
25618
|
+
"ta6ed6Ref": "9.4b",
|
|
25456
25619
|
"piqRef": "A10.5b",
|
|
25457
25620
|
"title": "Rights of support from adjoining properties",
|
|
25458
25621
|
"type": "object",
|
|
@@ -25461,6 +25624,7 @@
|
|
|
25461
25624
|
"baspi4Ref": "A10.4.2b.1",
|
|
25462
25625
|
"baspi5Ref": "A10.4.2b.1",
|
|
25463
25626
|
"ta6Ref": "8.4b1",
|
|
25627
|
+
"ta6ed6Ref": "9.4b1",
|
|
25464
25628
|
"piqRef": "A10.5b1",
|
|
25465
25629
|
"type": "string",
|
|
25466
25630
|
"title": "",
|
|
@@ -25470,6 +25634,7 @@
|
|
|
25470
25634
|
"baspi4Required": ["yesNo"],
|
|
25471
25635
|
"baspi5Required": ["yesNo"],
|
|
25472
25636
|
"ta6Required": ["yesNo"],
|
|
25637
|
+
"ta6ed6Required": ["yesNo"],
|
|
25473
25638
|
"discriminator": {
|
|
25474
25639
|
"propertyName": "yesNo"
|
|
25475
25640
|
},
|
|
@@ -25489,13 +25654,15 @@
|
|
|
25489
25654
|
"details": {
|
|
25490
25655
|
"baspi4Ref": "A10.4.2b.2",
|
|
25491
25656
|
"baspi5Ref": "A10.4.2b.2",
|
|
25657
|
+
"ta6ed6Ref": "9.4b2",
|
|
25492
25658
|
"title": "Details",
|
|
25493
25659
|
"type": "string",
|
|
25494
25660
|
"minLength": 1
|
|
25495
25661
|
}
|
|
25496
25662
|
},
|
|
25497
25663
|
"baspi4Required": ["details"],
|
|
25498
|
-
"baspi5Required": ["details"]
|
|
25664
|
+
"baspi5Required": ["details"],
|
|
25665
|
+
"ta6ed6Required": ["details"]
|
|
25499
25666
|
}
|
|
25500
25667
|
]
|
|
25501
25668
|
},
|
|
@@ -25504,6 +25671,7 @@
|
|
|
25504
25671
|
"baspi5Ref": "A10.4.3a",
|
|
25505
25672
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25506
25673
|
"ta6Ref": "8.4c",
|
|
25674
|
+
"ta6ed6Ref": "9.4c",
|
|
25507
25675
|
"piqRef": "A10.5c",
|
|
25508
25676
|
"title": "Rights created through custom or use (e.g. rights to graze on other land or forage)",
|
|
25509
25677
|
"type": "object",
|
|
@@ -25512,6 +25680,7 @@
|
|
|
25512
25680
|
"baspi4Ref": "A10.4.3a1",
|
|
25513
25681
|
"baspi5Ref": "A10.4.3a1",
|
|
25514
25682
|
"ta6Ref": "8.4c1",
|
|
25683
|
+
"ta6ed6Ref": "9.4c1",
|
|
25515
25684
|
"piqRef": "A10.5c1",
|
|
25516
25685
|
"type": "string",
|
|
25517
25686
|
"title": "",
|
|
@@ -25521,6 +25690,7 @@
|
|
|
25521
25690
|
"baspi4Required": ["yesNo"],
|
|
25522
25691
|
"baspi5Required": ["yesNo"],
|
|
25523
25692
|
"ta6Required": ["yesNo"],
|
|
25693
|
+
"ta6ed6Required": ["yesNo"],
|
|
25524
25694
|
"discriminator": {
|
|
25525
25695
|
"propertyName": "yesNo"
|
|
25526
25696
|
},
|
|
@@ -25540,13 +25710,15 @@
|
|
|
25540
25710
|
"details": {
|
|
25541
25711
|
"baspi4Ref": "A10.4.3a2",
|
|
25542
25712
|
"baspi5Ref": "A10.4.3a2",
|
|
25713
|
+
"ta6ed6Ref": "9.4c2",
|
|
25543
25714
|
"title": "Details",
|
|
25544
25715
|
"type": "string",
|
|
25545
25716
|
"minLength": 1
|
|
25546
25717
|
}
|
|
25547
25718
|
},
|
|
25548
25719
|
"baspi4Required": ["details"],
|
|
25549
|
-
"baspi5Required": ["details"]
|
|
25720
|
+
"baspi5Required": ["details"],
|
|
25721
|
+
"ta6ed6Required": ["details"]
|
|
25550
25722
|
}
|
|
25551
25723
|
]
|
|
25552
25724
|
},
|
|
@@ -25555,6 +25727,7 @@
|
|
|
25555
25727
|
"baspi5Ref": "A10.4.3b",
|
|
25556
25728
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25557
25729
|
"ta6Ref": "8.5b",
|
|
25730
|
+
"ta6ed6Ref": "9.4d",
|
|
25558
25731
|
"piqRef": "A10.5f",
|
|
25559
25732
|
"title": "Other people's rights to take things from the land (such as timber, hay or fish)",
|
|
25560
25733
|
"type": "object",
|
|
@@ -25563,6 +25736,7 @@
|
|
|
25563
25736
|
"baspi4Ref": "A10.4.3b1",
|
|
25564
25737
|
"baspi5Ref": "A10.4.3b1",
|
|
25565
25738
|
"ta6Ref": "8.5c1",
|
|
25739
|
+
"ta6ed6Ref": "9.4d1",
|
|
25566
25740
|
"piqRef": "A10.5f1",
|
|
25567
25741
|
"type": "string",
|
|
25568
25742
|
"title": "",
|
|
@@ -25572,6 +25746,7 @@
|
|
|
25572
25746
|
"baspi4Required": ["yesNo"],
|
|
25573
25747
|
"baspi5Required": ["yesNo"],
|
|
25574
25748
|
"ta6Required": ["yesNo"],
|
|
25749
|
+
"ta6ed6Required": ["yesNo"],
|
|
25575
25750
|
"discriminator": {
|
|
25576
25751
|
"propertyName": "yesNo"
|
|
25577
25752
|
},
|
|
@@ -25592,6 +25767,7 @@
|
|
|
25592
25767
|
"baspi4Ref": "A10.4.3b2",
|
|
25593
25768
|
"baspi5Ref": "A10.4.3b2",
|
|
25594
25769
|
"ta6Ref": "8.5c2",
|
|
25770
|
+
"ta6ed6Ref": "9.4d2",
|
|
25595
25771
|
"title": "Details",
|
|
25596
25772
|
"type": "string",
|
|
25597
25773
|
"minLength": 1
|
|
@@ -25599,7 +25775,8 @@
|
|
|
25599
25775
|
},
|
|
25600
25776
|
"baspi4Required": ["details"],
|
|
25601
25777
|
"baspi5Required": ["details"],
|
|
25602
|
-
"ta6Required": ["details"]
|
|
25778
|
+
"ta6Required": ["details"],
|
|
25779
|
+
"ta6ed6Required": ["details"]
|
|
25603
25780
|
}
|
|
25604
25781
|
]
|
|
25605
25782
|
},
|
|
@@ -25608,6 +25785,7 @@
|
|
|
25608
25785
|
"baspi5Ref": "A10.4.4",
|
|
25609
25786
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25610
25787
|
"ta6Ref": "8.5a",
|
|
25788
|
+
"ta6ed6Ref": "9.4e",
|
|
25611
25789
|
"piqRef": "A10.5d",
|
|
25612
25790
|
"title": "Mines and minerals under the property",
|
|
25613
25791
|
"type": "object",
|
|
@@ -25616,6 +25794,7 @@
|
|
|
25616
25794
|
"baspi4Ref": "A10.4.4.1",
|
|
25617
25795
|
"baspi5Ref": "A10.4.4.1",
|
|
25618
25796
|
"ta6Ref": "8.5a1",
|
|
25797
|
+
"ta6ed6Ref": "9.4e1",
|
|
25619
25798
|
"piqRef": "A10.5d1",
|
|
25620
25799
|
"type": "string",
|
|
25621
25800
|
"title": "",
|
|
@@ -25625,6 +25804,7 @@
|
|
|
25625
25804
|
"baspi4Required": ["yesNo"],
|
|
25626
25805
|
"baspi5Required": ["yesNo"],
|
|
25627
25806
|
"ta6Required": ["yesNo"],
|
|
25807
|
+
"ta6ed6Required": ["yesNo"],
|
|
25628
25808
|
"discriminator": {
|
|
25629
25809
|
"propertyName": "yesNo"
|
|
25630
25810
|
},
|
|
@@ -25644,13 +25824,15 @@
|
|
|
25644
25824
|
"details": {
|
|
25645
25825
|
"baspi4Ref": "A10.4.4.2",
|
|
25646
25826
|
"baspi5Ref": "A10.4.4.2",
|
|
25827
|
+
"ta6ed6Ref": "9.4e2",
|
|
25647
25828
|
"title": "Details",
|
|
25648
25829
|
"type": "string",
|
|
25649
25830
|
"minLength": 1
|
|
25650
25831
|
}
|
|
25651
25832
|
},
|
|
25652
25833
|
"baspi4Required": ["details"],
|
|
25653
|
-
"baspi5Required": ["details"]
|
|
25834
|
+
"baspi5Required": ["details"],
|
|
25835
|
+
"ta6ed6Required": ["details"]
|
|
25654
25836
|
}
|
|
25655
25837
|
]
|
|
25656
25838
|
},
|
|
@@ -25659,6 +25841,7 @@
|
|
|
25659
25841
|
"baspi5Ref": "A10.4.5",
|
|
25660
25842
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25661
25843
|
"ta6Ref": "8.5b",
|
|
25844
|
+
"ta6ed6Ref": "9.4f",
|
|
25662
25845
|
"piqRef": "A10.5e",
|
|
25663
25846
|
"title": "Liability to contribute to the maintenance of a church chancel?",
|
|
25664
25847
|
"type": "object",
|
|
@@ -25667,6 +25850,7 @@
|
|
|
25667
25850
|
"baspi4Ref": "A10.4.5.1",
|
|
25668
25851
|
"baspi5Ref": "A10.4.5.1",
|
|
25669
25852
|
"ta6Ref": "8.5b1",
|
|
25853
|
+
"ta6ed6Ref": "9.4f1",
|
|
25670
25854
|
"piqRef": "A10.5e1",
|
|
25671
25855
|
"type": "string",
|
|
25672
25856
|
"title": "",
|
|
@@ -25676,6 +25860,7 @@
|
|
|
25676
25860
|
"baspi4Required": ["yesNo"],
|
|
25677
25861
|
"baspi5Required": ["yesNo"],
|
|
25678
25862
|
"ta6Required": ["yesNo"],
|
|
25863
|
+
"ta6ed6Required": ["yesNo"],
|
|
25679
25864
|
"discriminator": {
|
|
25680
25865
|
"propertyName": "yesNo"
|
|
25681
25866
|
},
|
|
@@ -25695,13 +25880,15 @@
|
|
|
25695
25880
|
"details": {
|
|
25696
25881
|
"baspi4Ref": "A10.4.5.2",
|
|
25697
25882
|
"baspi5Ref": "A10.4.5.2",
|
|
25883
|
+
"ta6ed6Ref": "9.4f2",
|
|
25698
25884
|
"title": "Details",
|
|
25699
25885
|
"type": "string",
|
|
25700
25886
|
"minLength": 1
|
|
25701
25887
|
}
|
|
25702
25888
|
},
|
|
25703
25889
|
"baspi4Required": ["details"],
|
|
25704
|
-
"baspi5Required": ["details"]
|
|
25890
|
+
"baspi5Required": ["details"],
|
|
25891
|
+
"ta6ed6Required": ["details"]
|
|
25705
25892
|
}
|
|
25706
25893
|
]
|
|
25707
25894
|
},
|
|
@@ -25710,6 +25897,7 @@
|
|
|
25710
25897
|
"baspi5Ref": "A10.4.6",
|
|
25711
25898
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities",
|
|
25712
25899
|
"ta6Ref": "8.6",
|
|
25900
|
+
"ta6ed6Ref": "9.4g",
|
|
25713
25901
|
"piqRef": "A10.5g",
|
|
25714
25902
|
"title": "Any other rights or arrangements affecting the property?",
|
|
25715
25903
|
"type": "object",
|
|
@@ -25718,6 +25906,7 @@
|
|
|
25718
25906
|
"baspi4Ref": "A10.4.6.1",
|
|
25719
25907
|
"baspi5Ref": "A10.4.6.1",
|
|
25720
25908
|
"ta6Ref": "8.6.1",
|
|
25909
|
+
"ta6ed6Ref": "9.4g1",
|
|
25721
25910
|
"piqRef": "A10.5g1",
|
|
25722
25911
|
"type": "string",
|
|
25723
25912
|
"title": "",
|
|
@@ -25727,6 +25916,7 @@
|
|
|
25727
25916
|
"baspi4Required": ["yesNo"],
|
|
25728
25917
|
"baspi5Required": ["yesNo"],
|
|
25729
25918
|
"ta6Required": ["yesNo"],
|
|
25919
|
+
"ta6ed6Required": ["yesNo"],
|
|
25730
25920
|
"discriminator": {
|
|
25731
25921
|
"propertyName": "yesNo"
|
|
25732
25922
|
},
|
|
@@ -25747,6 +25937,7 @@
|
|
|
25747
25937
|
"baspi4Ref": "A10.4.6.2",
|
|
25748
25938
|
"baspi5Ref": "A10.4.6.2",
|
|
25749
25939
|
"ta6Ref": "8.6.2",
|
|
25940
|
+
"ta6ed6Ref": "9.4g2",
|
|
25750
25941
|
"title": "Details",
|
|
25751
25942
|
"type": "string",
|
|
25752
25943
|
"minLength": 1
|
|
@@ -25754,88 +25945,51 @@
|
|
|
25754
25945
|
},
|
|
25755
25946
|
"baspi4Required": ["details"],
|
|
25756
25947
|
"baspi5Required": ["details"],
|
|
25757
|
-
"ta6Required": ["details"]
|
|
25948
|
+
"ta6Required": ["details"],
|
|
25949
|
+
"ta6ed6Required": ["details"]
|
|
25758
25950
|
}
|
|
25759
25951
|
]
|
|
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
25952
|
},
|
|
25786
|
-
{
|
|
25953
|
+
"disagreementOrComplaint": {
|
|
25954
|
+
"ta6ed6Ref": "9.6",
|
|
25955
|
+
"title": "Are you aware of any disagreement or complaint about any such rights?",
|
|
25956
|
+
"type": "object",
|
|
25787
25957
|
"properties": {
|
|
25788
25958
|
"yesNo": {
|
|
25789
|
-
"
|
|
25790
|
-
},
|
|
25791
|
-
"details": {
|
|
25792
|
-
"ta6ed6Ref": "9.3.2",
|
|
25959
|
+
"ta6ed6Ref": "9.6.1",
|
|
25793
25960
|
"type": "string",
|
|
25794
|
-
"
|
|
25961
|
+
"enum": ["Yes", "No", "Not known"]
|
|
25795
25962
|
}
|
|
25796
25963
|
},
|
|
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"]
|
|
25964
|
+
"ta6ed6Required": ["yesNo"],
|
|
25965
|
+
"discriminator": {
|
|
25966
|
+
"propertyName": "yesNo"
|
|
25967
|
+
},
|
|
25968
|
+
"oneOf": [
|
|
25969
|
+
{
|
|
25970
|
+
"properties": {
|
|
25971
|
+
"yesNo": {
|
|
25972
|
+
"enum": ["No", "Not known"]
|
|
25973
|
+
}
|
|
25974
|
+
}
|
|
25828
25975
|
},
|
|
25829
|
-
|
|
25830
|
-
"
|
|
25831
|
-
|
|
25832
|
-
|
|
25833
|
-
|
|
25976
|
+
{
|
|
25977
|
+
"properties": {
|
|
25978
|
+
"yesNo": {
|
|
25979
|
+
"enum": ["Yes"]
|
|
25980
|
+
},
|
|
25981
|
+
"details": {
|
|
25982
|
+
"ta6ed6Ref": "9.6.2",
|
|
25983
|
+
"title": "Details",
|
|
25984
|
+
"type": "string",
|
|
25985
|
+
"minLength": 1
|
|
25986
|
+
}
|
|
25987
|
+
},
|
|
25988
|
+
"ta6ed6Required": ["details"]
|
|
25834
25989
|
}
|
|
25835
|
-
|
|
25836
|
-
"ta6ed6Required": ["details"]
|
|
25990
|
+
]
|
|
25837
25991
|
}
|
|
25838
|
-
|
|
25992
|
+
}
|
|
25839
25993
|
},
|
|
25840
25994
|
"askedOthersToContribute": {
|
|
25841
25995
|
"ta6ed6Ref": "9.5",
|
|
@@ -25870,9 +26024,47 @@
|
|
|
25870
26024
|
"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
26025
|
"type": "string",
|
|
25872
26026
|
"minLength": 1
|
|
26027
|
+
},
|
|
26028
|
+
"disagreementOrComplaint": {
|
|
26029
|
+
"ta6ed6Ref": "9.6",
|
|
26030
|
+
"title": "Are you aware of any disagreement or complaint about any such arrangements?",
|
|
26031
|
+
"type": "object",
|
|
26032
|
+
"properties": {
|
|
26033
|
+
"yesNo": {
|
|
26034
|
+
"ta6ed6Ref": "9.6.1",
|
|
26035
|
+
"type": "string",
|
|
26036
|
+
"enum": ["Yes", "No", "Not known"]
|
|
26037
|
+
}
|
|
26038
|
+
},
|
|
26039
|
+
"ta6ed6Required": ["yesNo"],
|
|
26040
|
+
"discriminator": {
|
|
26041
|
+
"propertyName": "yesNo"
|
|
26042
|
+
},
|
|
26043
|
+
"oneOf": [
|
|
26044
|
+
{
|
|
26045
|
+
"properties": {
|
|
26046
|
+
"yesNo": {
|
|
26047
|
+
"enum": ["No", "Not known"]
|
|
26048
|
+
}
|
|
26049
|
+
}
|
|
26050
|
+
},
|
|
26051
|
+
{
|
|
26052
|
+
"properties": {
|
|
26053
|
+
"yesNo": {
|
|
26054
|
+
"enum": ["Yes"]
|
|
26055
|
+
},
|
|
26056
|
+
"details": {
|
|
26057
|
+
"ta6ed6Ref": "9.6.2",
|
|
26058
|
+
"type": "string",
|
|
26059
|
+
"minLength": 1
|
|
26060
|
+
}
|
|
26061
|
+
},
|
|
26062
|
+
"ta6ed6Required": ["details"]
|
|
26063
|
+
}
|
|
26064
|
+
]
|
|
25873
26065
|
}
|
|
25874
26066
|
},
|
|
25875
|
-
"ta6ed6Required": ["details"]
|
|
26067
|
+
"ta6ed6Required": ["details", "disagreementOrComplaint"]
|
|
25876
26068
|
}
|
|
25877
26069
|
]
|
|
25878
26070
|
}
|
|
@@ -28827,7 +29019,6 @@
|
|
|
28827
29019
|
"baspi5Required": ["yesNo"],
|
|
28828
29020
|
"ta6Required": ["yesNo"],
|
|
28829
29021
|
"ta6ed6Required": ["yesNo"],
|
|
28830
|
-
"ta6ed6Description": "If yes, supply a copy or give details:",
|
|
28831
29022
|
"discriminator": {
|
|
28832
29023
|
"propertyName": "yesNo"
|
|
28833
29024
|
},
|
|
@@ -28953,9 +29144,12 @@
|
|
|
28953
29144
|
"ta6Ref": "12.1.3",
|
|
28954
29145
|
"ta6ed6Ref": "11.3",
|
|
28955
29146
|
"title": "Please upload the test certificate.",
|
|
29147
|
+
"ta6ed6Title": "Please supply a copy of the EICR",
|
|
28956
29148
|
"type": "string",
|
|
28957
|
-
"enum": ["Attached", "To follow"],
|
|
28958
|
-
"
|
|
29149
|
+
"enum": ["Attached", "To follow", "Not available"],
|
|
29150
|
+
"ta6Enum": ["Attached", "To follow"],
|
|
29151
|
+
"baspi4Enum": ["Attached", "To follow"],
|
|
29152
|
+
"baspi5Enum": ["Attached", "To follow"]
|
|
28959
29153
|
}
|
|
28960
29154
|
},
|
|
28961
29155
|
"baspi4Required": ["yearTested", "attachments"],
|
|
@@ -29026,6 +29220,7 @@
|
|
|
29026
29220
|
},
|
|
29027
29221
|
"suppliedCertificate": {
|
|
29028
29222
|
"title": "Please supply one of the following:",
|
|
29223
|
+
"ta6ed6Title": "Please supply any certificates for electrical installtion work",
|
|
29029
29224
|
"type": "object",
|
|
29030
29225
|
"baspi4Ref": "B4.2.4.1",
|
|
29031
29226
|
"baspi5Ref": "B4.2.4.1",
|
|
@@ -29034,6 +29229,7 @@
|
|
|
29034
29229
|
"baspi4Required": ["certificateType", "attachments"],
|
|
29035
29230
|
"baspi5Required": ["certificateType", "attachments"],
|
|
29036
29231
|
"ta6Required": ["certificateType", "attachments"],
|
|
29232
|
+
"ta6ed6Required": ["attachments"],
|
|
29037
29233
|
"properties": {
|
|
29038
29234
|
"certificateType": {
|
|
29039
29235
|
"baspi4Ref": "B4.2.3.1",
|
|
@@ -29050,9 +29246,13 @@
|
|
|
29050
29246
|
"baspi4Ref": "B4.2.3.2",
|
|
29051
29247
|
"baspi5Ref": "B4.2.3.2",
|
|
29052
29248
|
"ta6Ref": "12.2.2a.2",
|
|
29249
|
+
"ta6ed6Ref": "11.2",
|
|
29053
29250
|
"title": "Attachments",
|
|
29054
29251
|
"type": "string",
|
|
29055
|
-
"enum": ["Attached", "To follow"]
|
|
29252
|
+
"enum": ["Attached", "To follow", "Not available"],
|
|
29253
|
+
"ta6Enum": ["Attached", "To follow"],
|
|
29254
|
+
"baspi4Enum": ["Attached", "To follow"],
|
|
29255
|
+
"baspi5Enum": ["Attached", "To follow"]
|
|
29056
29256
|
}
|
|
29057
29257
|
}
|
|
29058
29258
|
}
|
|
@@ -29297,6 +29497,7 @@
|
|
|
29297
29497
|
"baspi4Ref": "B5.1",
|
|
29298
29498
|
"baspi5Ref": "B5.1",
|
|
29299
29499
|
"ta6Ref": "5.1",
|
|
29500
|
+
"ta6ed6Ref": "6.1",
|
|
29300
29501
|
"rdsRef": "Certificates",
|
|
29301
29502
|
"piqRef": "B5.1",
|
|
29302
29503
|
"title": "Are there any valid guarantees, warranties or indemnity insurances relating to this property?",
|