@pdtf/schemas 3.6.0-12 → 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 +95 -39
- package/src/schemas/v3/compactSkeleton.txt +1 -1
- 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 +284 -40
- package/src/schemas/v3/pdtf-transaction.json +16 -13
- package/src/schemas/v3/skeleton.json +1 -1
- package/src/tests/v3/ta6ed6.test.js +5 -4
|
@@ -263,7 +263,12 @@
|
|
|
263
263
|
],
|
|
264
264
|
"required": [
|
|
265
265
|
"yesNo"
|
|
266
|
-
]
|
|
266
|
+
],
|
|
267
|
+
"properties": {
|
|
268
|
+
"yesNo": {
|
|
269
|
+
"ta6ed6Ref": "10.3.1"
|
|
270
|
+
}
|
|
271
|
+
}
|
|
267
272
|
}
|
|
268
273
|
}
|
|
269
274
|
},
|
|
@@ -670,6 +675,9 @@
|
|
|
670
675
|
"details": {
|
|
671
676
|
"ta6ed6Ref": "5.1a(a)"
|
|
672
677
|
},
|
|
678
|
+
"yearCompleted": {
|
|
679
|
+
"ta6ed6Ref": "5.1a"
|
|
680
|
+
},
|
|
673
681
|
"buildingRegApproval": {
|
|
674
682
|
"ta6ed6Ref": "5.1a(e)",
|
|
675
683
|
"discriminator": {
|
|
@@ -682,8 +690,14 @@
|
|
|
682
690
|
"enum": [
|
|
683
691
|
"Yes"
|
|
684
692
|
]
|
|
693
|
+
},
|
|
694
|
+
"attachments": {
|
|
695
|
+
"ta6ed6Ref": "5.1a(e)"
|
|
685
696
|
}
|
|
686
|
-
}
|
|
697
|
+
},
|
|
698
|
+
"required": [
|
|
699
|
+
"attachments"
|
|
700
|
+
]
|
|
687
701
|
},
|
|
688
702
|
{
|
|
689
703
|
"properties": {
|
|
@@ -692,13 +706,24 @@
|
|
|
692
706
|
"No",
|
|
693
707
|
"Not required"
|
|
694
708
|
]
|
|
709
|
+
},
|
|
710
|
+
"details": {
|
|
711
|
+
"ta6ed6Ref": "5.1a(e)"
|
|
695
712
|
}
|
|
696
|
-
}
|
|
713
|
+
},
|
|
714
|
+
"required": [
|
|
715
|
+
"details"
|
|
716
|
+
]
|
|
697
717
|
}
|
|
698
718
|
],
|
|
699
719
|
"required": [
|
|
700
720
|
"yesNo"
|
|
701
|
-
]
|
|
721
|
+
],
|
|
722
|
+
"properties": {
|
|
723
|
+
"yesNo": {
|
|
724
|
+
"ta6ed6Ref": "5.1a(e)"
|
|
725
|
+
}
|
|
726
|
+
}
|
|
702
727
|
},
|
|
703
728
|
"planningPermission": {
|
|
704
729
|
"ta6ed6Ref": "5.1a(d)",
|
|
@@ -712,8 +737,14 @@
|
|
|
712
737
|
"enum": [
|
|
713
738
|
"Yes"
|
|
714
739
|
]
|
|
740
|
+
},
|
|
741
|
+
"attachments": {
|
|
742
|
+
"ta6ed6Ref": "5.1a(d)"
|
|
715
743
|
}
|
|
716
|
-
}
|
|
744
|
+
},
|
|
745
|
+
"required": [
|
|
746
|
+
"attachments"
|
|
747
|
+
]
|
|
717
748
|
},
|
|
718
749
|
{
|
|
719
750
|
"properties": {
|
|
@@ -722,13 +753,24 @@
|
|
|
722
753
|
"No",
|
|
723
754
|
"Not required"
|
|
724
755
|
]
|
|
756
|
+
},
|
|
757
|
+
"details": {
|
|
758
|
+
"ta6ed6Ref": "5.1a(d)"
|
|
725
759
|
}
|
|
726
|
-
}
|
|
760
|
+
},
|
|
761
|
+
"required": [
|
|
762
|
+
"details"
|
|
763
|
+
]
|
|
727
764
|
}
|
|
728
765
|
],
|
|
729
766
|
"required": [
|
|
730
767
|
"yesNo"
|
|
731
|
-
]
|
|
768
|
+
],
|
|
769
|
+
"properties": {
|
|
770
|
+
"yesNo": {
|
|
771
|
+
"ta6ed6Ref": "5.1a(d)"
|
|
772
|
+
}
|
|
773
|
+
}
|
|
732
774
|
},
|
|
733
775
|
"listedBuildingConsent": {
|
|
734
776
|
"ta6ed6Ref": "5.1a(f)",
|
|
@@ -1050,6 +1092,9 @@
|
|
|
1050
1092
|
"details": {
|
|
1051
1093
|
"ta6ed6Ref": "5.1c(a)"
|
|
1052
1094
|
},
|
|
1095
|
+
"yearCompleted": {
|
|
1096
|
+
"ta6ed6Ref": "5.1c"
|
|
1097
|
+
},
|
|
1053
1098
|
"buildingRegApproval": {
|
|
1054
1099
|
"ta6ed6Ref": "5.1c(e)",
|
|
1055
1100
|
"discriminator": {
|
|
@@ -1062,8 +1107,14 @@
|
|
|
1062
1107
|
"enum": [
|
|
1063
1108
|
"Yes"
|
|
1064
1109
|
]
|
|
1110
|
+
},
|
|
1111
|
+
"attachments": {
|
|
1112
|
+
"ta6ed6Ref": "5.1c(e)"
|
|
1065
1113
|
}
|
|
1066
|
-
}
|
|
1114
|
+
},
|
|
1115
|
+
"required": [
|
|
1116
|
+
"attachments"
|
|
1117
|
+
]
|
|
1067
1118
|
},
|
|
1068
1119
|
{
|
|
1069
1120
|
"properties": {
|
|
@@ -1072,13 +1123,24 @@
|
|
|
1072
1123
|
"No",
|
|
1073
1124
|
"Not required"
|
|
1074
1125
|
]
|
|
1126
|
+
},
|
|
1127
|
+
"details": {
|
|
1128
|
+
"ta6ed6Ref": "5.1c(e)"
|
|
1075
1129
|
}
|
|
1076
|
-
}
|
|
1130
|
+
},
|
|
1131
|
+
"required": [
|
|
1132
|
+
"details"
|
|
1133
|
+
]
|
|
1077
1134
|
}
|
|
1078
1135
|
],
|
|
1079
1136
|
"required": [
|
|
1080
1137
|
"yesNo"
|
|
1081
|
-
]
|
|
1138
|
+
],
|
|
1139
|
+
"properties": {
|
|
1140
|
+
"yesNo": {
|
|
1141
|
+
"ta6ed6Ref": "5.1c(e)"
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1082
1144
|
},
|
|
1083
1145
|
"planningPermission": {
|
|
1084
1146
|
"ta6ed6Ref": "5.1c(d)",
|
|
@@ -1092,8 +1154,14 @@
|
|
|
1092
1154
|
"enum": [
|
|
1093
1155
|
"Yes"
|
|
1094
1156
|
]
|
|
1157
|
+
},
|
|
1158
|
+
"attachments": {
|
|
1159
|
+
"ta6ed6Ref": "5.1c(d)"
|
|
1095
1160
|
}
|
|
1096
|
-
}
|
|
1161
|
+
},
|
|
1162
|
+
"required": [
|
|
1163
|
+
"attachments"
|
|
1164
|
+
]
|
|
1097
1165
|
},
|
|
1098
1166
|
{
|
|
1099
1167
|
"properties": {
|
|
@@ -1102,13 +1170,24 @@
|
|
|
1102
1170
|
"No",
|
|
1103
1171
|
"Not required"
|
|
1104
1172
|
]
|
|
1173
|
+
},
|
|
1174
|
+
"details": {
|
|
1175
|
+
"ta6ed6Ref": "5.1c(d)"
|
|
1105
1176
|
}
|
|
1106
|
-
}
|
|
1177
|
+
},
|
|
1178
|
+
"required": [
|
|
1179
|
+
"details"
|
|
1180
|
+
]
|
|
1107
1181
|
}
|
|
1108
1182
|
],
|
|
1109
1183
|
"required": [
|
|
1110
1184
|
"yesNo"
|
|
1111
|
-
]
|
|
1185
|
+
],
|
|
1186
|
+
"properties": {
|
|
1187
|
+
"yesNo": {
|
|
1188
|
+
"ta6ed6Ref": "5.1c(d)"
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1112
1191
|
},
|
|
1113
1192
|
"listedBuildingConsent": {
|
|
1114
1193
|
"ta6ed6Ref": "5.1c(f)",
|
|
@@ -2555,9 +2634,6 @@
|
|
|
2555
2634
|
"knotweedSurveyCarriedOut"
|
|
2556
2635
|
],
|
|
2557
2636
|
"properties": {
|
|
2558
|
-
"yesNo": {
|
|
2559
|
-
"ta6ed6Ref": "8.6.1"
|
|
2560
|
-
},
|
|
2561
2637
|
"knotweedSurveyCarriedOut": {
|
|
2562
2638
|
"ta6ed6Ref": "8.7",
|
|
2563
2639
|
"discriminator": {
|
|
@@ -2598,6 +2674,9 @@
|
|
|
2598
2674
|
"ta6ed6Ref": "8.7.1"
|
|
2599
2675
|
}
|
|
2600
2676
|
}
|
|
2677
|
+
},
|
|
2678
|
+
"yesNo": {
|
|
2679
|
+
"ta6ed6Ref": "8.6.1"
|
|
2601
2680
|
}
|
|
2602
2681
|
}
|
|
2603
2682
|
}
|
|
@@ -2637,7 +2716,8 @@
|
|
|
2637
2716
|
"electricityMeter": {
|
|
2638
2717
|
"ta6ed6Ref": "12.1.3",
|
|
2639
2718
|
"required": [
|
|
2640
|
-
"location"
|
|
2719
|
+
"location",
|
|
2720
|
+
"mpan"
|
|
2641
2721
|
],
|
|
2642
2722
|
"properties": {
|
|
2643
2723
|
"location": {
|
|
@@ -3539,20 +3619,32 @@
|
|
|
3539
3619
|
"otherHeatingFeatures",
|
|
3540
3620
|
"multipleHeatingSystems"
|
|
3541
3621
|
],
|
|
3542
|
-
"title": "How is the property heated? Tick all that apply:",
|
|
3543
3622
|
"properties": {
|
|
3544
3623
|
"heatingSystem": {
|
|
3545
|
-
"
|
|
3546
|
-
|
|
3547
|
-
|
|
3624
|
+
"ta6ed6Ref": "11.4",
|
|
3625
|
+
"discriminator": {
|
|
3626
|
+
"propertyName": "heatingType"
|
|
3627
|
+
},
|
|
3548
3628
|
"oneOf": [
|
|
3549
|
-
null,
|
|
3550
3629
|
{
|
|
3551
|
-
"required": [
|
|
3552
|
-
"centralHeatingDetails"
|
|
3553
|
-
],
|
|
3554
3630
|
"properties": {
|
|
3631
|
+
"heatingType": {
|
|
3632
|
+
"enum": [
|
|
3633
|
+
"None",
|
|
3634
|
+
"Room heaters only"
|
|
3635
|
+
]
|
|
3636
|
+
}
|
|
3637
|
+
}
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"properties": {
|
|
3641
|
+
"heatingType": {
|
|
3642
|
+
"enum": [
|
|
3643
|
+
"Central heating"
|
|
3644
|
+
]
|
|
3645
|
+
},
|
|
3555
3646
|
"centralHeatingDetails": {
|
|
3647
|
+
"ta6ed6Ref": "11.4.1",
|
|
3556
3648
|
"required": [
|
|
3557
3649
|
"centralHeatingFuel",
|
|
3558
3650
|
"centralHeatingInstalled",
|
|
@@ -3564,13 +3656,18 @@
|
|
|
3564
3656
|
],
|
|
3565
3657
|
"properties": {
|
|
3566
3658
|
"centralHeatingFuel": {
|
|
3659
|
+
"ta6ed6Ref": "11.4.2",
|
|
3660
|
+
"discriminator": {
|
|
3661
|
+
"propertyName": "centralHeatingFuelType"
|
|
3662
|
+
},
|
|
3567
3663
|
"oneOf": [
|
|
3568
3664
|
{
|
|
3569
|
-
"required": [
|
|
3570
|
-
"supplier",
|
|
3571
|
-
"gasMeter"
|
|
3572
|
-
],
|
|
3573
3665
|
"properties": {
|
|
3666
|
+
"centralHeatingFuelType": {
|
|
3667
|
+
"enum": [
|
|
3668
|
+
"Mains gas"
|
|
3669
|
+
]
|
|
3670
|
+
},
|
|
3574
3671
|
"supplier": {
|
|
3575
3672
|
"ta6ed6Ref": "12.2.2",
|
|
3576
3673
|
"title": "Provider"
|
|
@@ -3578,7 +3675,8 @@
|
|
|
3578
3675
|
"gasMeter": {
|
|
3579
3676
|
"ta6ed6Ref": "12.2.3",
|
|
3580
3677
|
"required": [
|
|
3581
|
-
"location"
|
|
3678
|
+
"location",
|
|
3679
|
+
"mprn"
|
|
3582
3680
|
],
|
|
3583
3681
|
"properties": {
|
|
3584
3682
|
"location": {
|
|
@@ -3589,9 +3687,56 @@
|
|
|
3589
3687
|
}
|
|
3590
3688
|
}
|
|
3591
3689
|
}
|
|
3690
|
+
},
|
|
3691
|
+
"required": [
|
|
3692
|
+
"supplier",
|
|
3693
|
+
"gasMeter"
|
|
3694
|
+
]
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"properties": {
|
|
3698
|
+
"centralHeatingFuelType": {
|
|
3699
|
+
"enum": [
|
|
3700
|
+
"Electricity"
|
|
3701
|
+
]
|
|
3702
|
+
}
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"properties": {
|
|
3707
|
+
"centralHeatingFuelType": {
|
|
3708
|
+
"enum": [
|
|
3709
|
+
"Oil",
|
|
3710
|
+
"LPG",
|
|
3711
|
+
"Biomass"
|
|
3712
|
+
]
|
|
3713
|
+
}
|
|
3592
3714
|
}
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"properties": {
|
|
3718
|
+
"centralHeatingFuelType": {
|
|
3719
|
+
"enum": [
|
|
3720
|
+
"Other"
|
|
3721
|
+
]
|
|
3722
|
+
},
|
|
3723
|
+
"otherCentralHeatingFuelType": {
|
|
3724
|
+
"ta6ed6Ref": "11.4.2.2"
|
|
3725
|
+
}
|
|
3726
|
+
},
|
|
3727
|
+
"required": [
|
|
3728
|
+
"otherCentralHeatingFuelType"
|
|
3729
|
+
]
|
|
3593
3730
|
}
|
|
3594
|
-
]
|
|
3731
|
+
],
|
|
3732
|
+
"required": [
|
|
3733
|
+
"centralHeatingFuelType"
|
|
3734
|
+
],
|
|
3735
|
+
"properties": {
|
|
3736
|
+
"centralHeatingFuelType": {
|
|
3737
|
+
"ta6ed6Ref": "11.4.2.1"
|
|
3738
|
+
}
|
|
3739
|
+
}
|
|
3595
3740
|
},
|
|
3596
3741
|
"centralHeatingInstalled": {
|
|
3597
3742
|
"ta6ed6Ref": "11.4a"
|
|
@@ -3724,9 +3869,29 @@
|
|
|
3724
3869
|
}
|
|
3725
3870
|
}
|
|
3726
3871
|
}
|
|
3872
|
+
},
|
|
3873
|
+
"required": [
|
|
3874
|
+
"centralHeatingDetails"
|
|
3875
|
+
]
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"properties": {
|
|
3879
|
+
"heatingType": {
|
|
3880
|
+
"enum": [
|
|
3881
|
+
"Communal heating system"
|
|
3882
|
+
]
|
|
3883
|
+
}
|
|
3727
3884
|
}
|
|
3728
3885
|
}
|
|
3729
|
-
]
|
|
3886
|
+
],
|
|
3887
|
+
"required": [
|
|
3888
|
+
"heatingType"
|
|
3889
|
+
],
|
|
3890
|
+
"properties": {
|
|
3891
|
+
"heatingType": {
|
|
3892
|
+
"ta6ed6Ref": "11.4.1"
|
|
3893
|
+
}
|
|
3894
|
+
}
|
|
3730
3895
|
},
|
|
3731
3896
|
"otherHeatingFeatures": {
|
|
3732
3897
|
"ta6ed6Ref": "11.4",
|
|
@@ -4315,6 +4480,7 @@
|
|
|
4315
4480
|
"rightsOrArrangements": {
|
|
4316
4481
|
"ta6ed6Ref": "9.4",
|
|
4317
4482
|
"required": [
|
|
4483
|
+
"publicRightOfWay",
|
|
4318
4484
|
"rightsOfLight",
|
|
4319
4485
|
"rightsOfSupport",
|
|
4320
4486
|
"rightsCreatedThroughCustom",
|
|
@@ -4325,6 +4491,46 @@
|
|
|
4325
4491
|
"disagreementOrComplaint"
|
|
4326
4492
|
],
|
|
4327
4493
|
"properties": {
|
|
4494
|
+
"publicRightOfWay": {
|
|
4495
|
+
"ta6ed6Ref": "9.4.1",
|
|
4496
|
+
"discriminator": {
|
|
4497
|
+
"propertyName": "yesNo"
|
|
4498
|
+
},
|
|
4499
|
+
"oneOf": [
|
|
4500
|
+
{
|
|
4501
|
+
"properties": {
|
|
4502
|
+
"yesNo": {
|
|
4503
|
+
"enum": [
|
|
4504
|
+
"No"
|
|
4505
|
+
]
|
|
4506
|
+
}
|
|
4507
|
+
}
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"properties": {
|
|
4511
|
+
"yesNo": {
|
|
4512
|
+
"enum": [
|
|
4513
|
+
"Yes"
|
|
4514
|
+
]
|
|
4515
|
+
},
|
|
4516
|
+
"details": {
|
|
4517
|
+
"ta6ed6Ref": "9.4.1.2"
|
|
4518
|
+
}
|
|
4519
|
+
},
|
|
4520
|
+
"required": [
|
|
4521
|
+
"details"
|
|
4522
|
+
]
|
|
4523
|
+
}
|
|
4524
|
+
],
|
|
4525
|
+
"required": [
|
|
4526
|
+
"yesNo"
|
|
4527
|
+
],
|
|
4528
|
+
"properties": {
|
|
4529
|
+
"yesNo": {
|
|
4530
|
+
"ta6ed6Ref": "9.4.1.1"
|
|
4531
|
+
}
|
|
4532
|
+
}
|
|
4533
|
+
},
|
|
4328
4534
|
"rightsOfLight": {
|
|
4329
4535
|
"ta6ed6Ref": "9.4a",
|
|
4330
4536
|
"discriminator": {
|
|
@@ -4346,8 +4552,14 @@
|
|
|
4346
4552
|
"enum": [
|
|
4347
4553
|
"Yes"
|
|
4348
4554
|
]
|
|
4555
|
+
},
|
|
4556
|
+
"details": {
|
|
4557
|
+
"ta6ed6Ref": "9.4a2"
|
|
4349
4558
|
}
|
|
4350
|
-
}
|
|
4559
|
+
},
|
|
4560
|
+
"required": [
|
|
4561
|
+
"details"
|
|
4562
|
+
]
|
|
4351
4563
|
}
|
|
4352
4564
|
],
|
|
4353
4565
|
"required": [
|
|
@@ -4380,8 +4592,14 @@
|
|
|
4380
4592
|
"enum": [
|
|
4381
4593
|
"Yes"
|
|
4382
4594
|
]
|
|
4595
|
+
},
|
|
4596
|
+
"details": {
|
|
4597
|
+
"ta6ed6Ref": "9.4b2"
|
|
4383
4598
|
}
|
|
4384
|
-
}
|
|
4599
|
+
},
|
|
4600
|
+
"required": [
|
|
4601
|
+
"details"
|
|
4602
|
+
]
|
|
4385
4603
|
}
|
|
4386
4604
|
],
|
|
4387
4605
|
"required": [
|
|
@@ -4414,8 +4632,14 @@
|
|
|
4414
4632
|
"enum": [
|
|
4415
4633
|
"Yes"
|
|
4416
4634
|
]
|
|
4635
|
+
},
|
|
4636
|
+
"details": {
|
|
4637
|
+
"ta6ed6Ref": "9.4c2"
|
|
4417
4638
|
}
|
|
4418
|
-
}
|
|
4639
|
+
},
|
|
4640
|
+
"required": [
|
|
4641
|
+
"details"
|
|
4642
|
+
]
|
|
4419
4643
|
}
|
|
4420
4644
|
],
|
|
4421
4645
|
"required": [
|
|
@@ -4488,8 +4712,14 @@
|
|
|
4488
4712
|
"enum": [
|
|
4489
4713
|
"Yes"
|
|
4490
4714
|
]
|
|
4715
|
+
},
|
|
4716
|
+
"details": {
|
|
4717
|
+
"ta6ed6Ref": "9.4e2"
|
|
4491
4718
|
}
|
|
4492
|
-
}
|
|
4719
|
+
},
|
|
4720
|
+
"required": [
|
|
4721
|
+
"details"
|
|
4722
|
+
]
|
|
4493
4723
|
}
|
|
4494
4724
|
],
|
|
4495
4725
|
"required": [
|
|
@@ -4522,8 +4752,14 @@
|
|
|
4522
4752
|
"enum": [
|
|
4523
4753
|
"Yes"
|
|
4524
4754
|
]
|
|
4755
|
+
},
|
|
4756
|
+
"details": {
|
|
4757
|
+
"ta6ed6Ref": "9.4f2"
|
|
4525
4758
|
}
|
|
4526
|
-
}
|
|
4759
|
+
},
|
|
4760
|
+
"required": [
|
|
4761
|
+
"details"
|
|
4762
|
+
]
|
|
4527
4763
|
}
|
|
4528
4764
|
],
|
|
4529
4765
|
"required": [
|
|
@@ -5223,7 +5459,6 @@
|
|
|
5223
5459
|
"yesNo"
|
|
5224
5460
|
],
|
|
5225
5461
|
"title": "Is there any agreement or arrangement about drains, pipes or wires?",
|
|
5226
|
-
"description": "If yes, supply a copy or give details:",
|
|
5227
5462
|
"properties": {
|
|
5228
5463
|
"yesNo": {
|
|
5229
5464
|
"ta6ed6Ref": "9.9.1"
|
|
@@ -5266,7 +5501,7 @@
|
|
|
5266
5501
|
},
|
|
5267
5502
|
"attachments": {
|
|
5268
5503
|
"ta6ed6Ref": "11.3",
|
|
5269
|
-
"
|
|
5504
|
+
"title": "Please supply a copy of the EICR"
|
|
5270
5505
|
}
|
|
5271
5506
|
},
|
|
5272
5507
|
"required": [
|
|
@@ -5314,7 +5549,16 @@
|
|
|
5314
5549
|
"ta6ed6Ref": "11.1"
|
|
5315
5550
|
},
|
|
5316
5551
|
"suppliedCertificate": {
|
|
5317
|
-
"ta6ed6Ref": "11.2"
|
|
5552
|
+
"ta6ed6Ref": "11.2",
|
|
5553
|
+
"required": [
|
|
5554
|
+
"attachments"
|
|
5555
|
+
],
|
|
5556
|
+
"title": "Please supply any certificates for electrical installtion work",
|
|
5557
|
+
"properties": {
|
|
5558
|
+
"attachments": {
|
|
5559
|
+
"ta6ed6Ref": "11.2"
|
|
5560
|
+
}
|
|
5561
|
+
}
|
|
5318
5562
|
}
|
|
5319
5563
|
},
|
|
5320
5564
|
"required": [
|
|
@@ -12486,18 +12486,9 @@
|
|
|
12486
12486
|
]
|
|
12487
12487
|
},
|
|
12488
12488
|
"japaneseKnotweed": {
|
|
12489
|
-
"title": "
|
|
12489
|
+
"title": "Japanese Knotweed",
|
|
12490
12490
|
"type": "object",
|
|
12491
12491
|
"properties": {
|
|
12492
|
-
"yesNo": {
|
|
12493
|
-
"type": "string",
|
|
12494
|
-
"title": "",
|
|
12495
|
-
"enum": [
|
|
12496
|
-
"Yes",
|
|
12497
|
-
"No",
|
|
12498
|
-
"Not known"
|
|
12499
|
-
]
|
|
12500
|
-
},
|
|
12501
12492
|
"knotweedSurveyCarriedOut": {
|
|
12502
12493
|
"title": "Has a Japanese knotweed survey been carried out in relation to the property?",
|
|
12503
12494
|
"type": "object",
|
|
@@ -12531,7 +12522,7 @@
|
|
|
12531
12522
|
]
|
|
12532
12523
|
},
|
|
12533
12524
|
"attachments": {
|
|
12534
|
-
"title": "
|
|
12525
|
+
"title": "Provide a copy of the survey.",
|
|
12535
12526
|
"type": "string",
|
|
12536
12527
|
"enum": [
|
|
12537
12528
|
"Attached",
|
|
@@ -12541,6 +12532,15 @@
|
|
|
12541
12532
|
}
|
|
12542
12533
|
}
|
|
12543
12534
|
]
|
|
12535
|
+
},
|
|
12536
|
+
"yesNo": {
|
|
12537
|
+
"type": "string",
|
|
12538
|
+
"title": "To your knowledge, is the property or neighbouring land, affected by Japanese knotweed or other invasive species?",
|
|
12539
|
+
"enum": [
|
|
12540
|
+
"Yes",
|
|
12541
|
+
"No",
|
|
12542
|
+
"Not known"
|
|
12543
|
+
]
|
|
12544
12544
|
}
|
|
12545
12545
|
},
|
|
12546
12546
|
"oneOf": [
|
|
@@ -20954,6 +20954,7 @@
|
|
|
20954
20954
|
]
|
|
20955
20955
|
},
|
|
20956
20956
|
"details": {
|
|
20957
|
+
"title": "Details",
|
|
20957
20958
|
"type": "string",
|
|
20958
20959
|
"minLength": 1
|
|
20959
20960
|
}
|
|
@@ -23540,7 +23541,8 @@
|
|
|
23540
23541
|
"type": "string",
|
|
23541
23542
|
"enum": [
|
|
23542
23543
|
"Attached",
|
|
23543
|
-
"To follow"
|
|
23544
|
+
"To follow",
|
|
23545
|
+
"Not available"
|
|
23544
23546
|
]
|
|
23545
23547
|
}
|
|
23546
23548
|
}
|
|
@@ -23605,7 +23607,8 @@
|
|
|
23605
23607
|
"type": "string",
|
|
23606
23608
|
"enum": [
|
|
23607
23609
|
"Attached",
|
|
23608
|
-
"To follow"
|
|
23610
|
+
"To follow",
|
|
23611
|
+
"Not available"
|
|
23609
23612
|
]
|
|
23610
23613
|
}
|
|
23611
23614
|
}
|
|
@@ -1735,11 +1735,11 @@
|
|
|
1735
1735
|
"attachments": "string"
|
|
1736
1736
|
},
|
|
1737
1737
|
"japaneseKnotweed": {
|
|
1738
|
-
"yesNo": "variant",
|
|
1739
1738
|
"knotweedSurveyCarriedOut": {
|
|
1740
1739
|
"yesNo": "variant",
|
|
1741
1740
|
"attachments": "string"
|
|
1742
1741
|
},
|
|
1742
|
+
"yesNo": "variant",
|
|
1743
1743
|
"managementPlanInPlace": "string"
|
|
1744
1744
|
},
|
|
1745
1745
|
"subsidenceOrStructuralFault": {
|
|
@@ -834,6 +834,7 @@ describe("TA6 Edition 6 overlay", () => {
|
|
|
834
834
|
neighbouringLandRights: { yesNo: "No" },
|
|
835
835
|
sharedContributions: { yesNo: "No" },
|
|
836
836
|
rightsOrArrangements: {
|
|
837
|
+
publicRightOfWay: { yesNo: "No" },
|
|
837
838
|
rightsOfLight: { yesNo: "No" },
|
|
838
839
|
rightsOfSupport: { yesNo: "No" },
|
|
839
840
|
rightsCreatedThroughCustom: { yesNo: "No" },
|
|
@@ -1625,7 +1626,7 @@ describe("TA6 Edition 6 overlay", () => {
|
|
|
1625
1626
|
mainsElectricity: {
|
|
1626
1627
|
yesNo: "Yes",
|
|
1627
1628
|
supplier: "British Gas",
|
|
1628
|
-
electricityMeter: { location: "Hall cupboard" },
|
|
1629
|
+
electricityMeter: { location: "Hall cupboard", mpan: 1234567890123 },
|
|
1629
1630
|
},
|
|
1630
1631
|
solarPanels: { yesNo: "No" },
|
|
1631
1632
|
};
|
|
@@ -1637,7 +1638,7 @@ describe("TA6 Edition 6 overlay", () => {
|
|
|
1637
1638
|
mainsElectricity: {
|
|
1638
1639
|
yesNo: "Yes",
|
|
1639
1640
|
supplier: "British Gas",
|
|
1640
|
-
electricityMeter: { location: "Hall cupboard" },
|
|
1641
|
+
electricityMeter: { location: "Hall cupboard", mpan: 1234567890123 },
|
|
1641
1642
|
},
|
|
1642
1643
|
solarPanels: { yesNo: "Yes" },
|
|
1643
1644
|
};
|
|
@@ -1654,7 +1655,7 @@ describe("TA6 Edition 6 overlay", () => {
|
|
|
1654
1655
|
mainsElectricity: {
|
|
1655
1656
|
yesNo: "Yes",
|
|
1656
1657
|
supplier: "British Gas",
|
|
1657
|
-
electricityMeter: { location: "Hall cupboard" },
|
|
1658
|
+
electricityMeter: { location: "Hall cupboard", mpan: 1234567890123 },
|
|
1658
1659
|
},
|
|
1659
1660
|
solarPanels: {
|
|
1660
1661
|
yesNo: "Yes",
|
|
@@ -1676,7 +1677,7 @@ describe("TA6 Edition 6 overlay", () => {
|
|
|
1676
1677
|
mainsElectricity: {
|
|
1677
1678
|
yesNo: "Yes",
|
|
1678
1679
|
supplier: "British Gas",
|
|
1679
|
-
electricityMeter: { location: "Hall cupboard" },
|
|
1680
|
+
electricityMeter: { location: "Hall cupboard", mpan: 1234567890123 },
|
|
1680
1681
|
},
|
|
1681
1682
|
solarPanels: {
|
|
1682
1683
|
yesNo: "Yes",
|