@pdtf/schemas 3.3.0 → 3.4.0-2
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/index.js +2 -1
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +1072 -345
- package/src/schemas/v3/overlays/lpe1.json +6 -1
- package/src/schemas/v3/overlays/{nts-sef.json → nts2.json} +714 -222
- package/src/schemas/v3/overlays/ntsl2.json +2094 -0
- package/src/schemas/v3/overlays/ta6.json +1 -0
- package/src/schemas/v3/pdtf-transaction.json +283 -5
- package/src/schemas/v3/skeleton.json +31 -1
- package/src/tests/v3/transactionSchema.test.js +36 -0
- package/src/utils/extractOverlay.js +2 -1
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
"baspi5Required": ["participants", "propertyPack"],
|
|
9
9
|
"ta6Required": ["participants", "propertyPack"],
|
|
10
10
|
"ntsRequired": ["propertyPack"],
|
|
11
|
-
"
|
|
11
|
+
"nts2Required": ["propertyPack"],
|
|
12
12
|
"ntslRequired": ["propertyPack"],
|
|
13
|
+
"ntsl2Required": ["propertyPack"],
|
|
13
14
|
"properties": {
|
|
14
15
|
"$schema": {
|
|
15
16
|
"type": "string"
|
|
@@ -186,8 +187,9 @@
|
|
|
186
187
|
"externalIds": {
|
|
187
188
|
"type": "object"
|
|
188
189
|
},
|
|
189
|
-
"
|
|
190
|
-
"type": "
|
|
190
|
+
"participantStatus": {
|
|
191
|
+
"type": "string",
|
|
192
|
+
"enum": ["Active", "Removed", "Pending"]
|
|
191
193
|
}
|
|
192
194
|
},
|
|
193
195
|
"discriminator": {
|
|
@@ -311,8 +313,9 @@
|
|
|
311
313
|
"baspi5Ref": "0",
|
|
312
314
|
"ta6Ref": "0",
|
|
313
315
|
"ntsRef": "0",
|
|
314
|
-
"
|
|
316
|
+
"nts2Ref": "0",
|
|
315
317
|
"ntslRef": "0",
|
|
318
|
+
"ntsl2Ref": "0",
|
|
316
319
|
"title": "Property Pack",
|
|
317
320
|
"type": "object",
|
|
318
321
|
"baspi4Required": [
|
|
@@ -426,7 +429,7 @@
|
|
|
426
429
|
"environmentalIssues",
|
|
427
430
|
"notices"
|
|
428
431
|
],
|
|
429
|
-
"
|
|
432
|
+
"nts2Required": [
|
|
430
433
|
"priceInformation",
|
|
431
434
|
"ownership",
|
|
432
435
|
"councilTax",
|
|
@@ -459,6 +462,22 @@
|
|
|
459
462
|
"environmentalIssues",
|
|
460
463
|
"notices"
|
|
461
464
|
],
|
|
465
|
+
"ntsl2Required": [
|
|
466
|
+
"lettingInformation",
|
|
467
|
+
"councilTax",
|
|
468
|
+
"energyEfficiency",
|
|
469
|
+
"buildInformation",
|
|
470
|
+
"typeOfConstruction",
|
|
471
|
+
"electricity",
|
|
472
|
+
"connectivity",
|
|
473
|
+
"waterAndDrainage",
|
|
474
|
+
"heating",
|
|
475
|
+
"parking",
|
|
476
|
+
"listingAndConservation",
|
|
477
|
+
"rightsAndInformalArrangements",
|
|
478
|
+
"environmentalIssues",
|
|
479
|
+
"notices"
|
|
480
|
+
],
|
|
462
481
|
"ta7Required": ["ownership"],
|
|
463
482
|
"properties": {
|
|
464
483
|
"address": {
|
|
@@ -667,22 +686,22 @@
|
|
|
667
686
|
},
|
|
668
687
|
"priceInformation": {
|
|
669
688
|
"ntsRef": "A2",
|
|
670
|
-
"
|
|
689
|
+
"nts2Ref": "A2",
|
|
671
690
|
"title": "Price information",
|
|
672
691
|
"type": "object",
|
|
673
692
|
"ntsRequired": ["price", "priceQualifier"],
|
|
674
|
-
"
|
|
693
|
+
"nts2Required": ["price", "priceQualifier"],
|
|
675
694
|
"properties": {
|
|
676
695
|
"price": {
|
|
677
696
|
"ntsRef": "A2.1",
|
|
678
|
-
"
|
|
697
|
+
"nts2Ref": "A2.1",
|
|
679
698
|
"title": "Price",
|
|
680
699
|
"type": "number",
|
|
681
700
|
"minimum": 1
|
|
682
701
|
},
|
|
683
702
|
"priceQualifier": {
|
|
684
703
|
"ntsRef": "A2.2",
|
|
685
|
-
"
|
|
704
|
+
"nts2Ref": "A2.2",
|
|
686
705
|
"title": "Price type",
|
|
687
706
|
"type": "string",
|
|
688
707
|
"enum": [
|
|
@@ -717,29 +736,35 @@
|
|
|
717
736
|
},
|
|
718
737
|
"lettingInformation": {
|
|
719
738
|
"ntslRef": "A2",
|
|
739
|
+
"ntsl2Ref": "A2",
|
|
720
740
|
"title": "Letting information",
|
|
721
741
|
"type": "object",
|
|
722
742
|
"ntslRequired": ["rent", "rentFrequency"],
|
|
743
|
+
"ntsl2Required": ["rent", "rentFrequency"],
|
|
723
744
|
"properties": {
|
|
724
745
|
"rent": {
|
|
725
746
|
"ntslRef": "A2.1",
|
|
747
|
+
"ntsl2Ref": "A2.1",
|
|
726
748
|
"title": "Rent",
|
|
727
749
|
"type": "number",
|
|
728
750
|
"minimum": 1
|
|
729
751
|
},
|
|
730
752
|
"rentFrequency": {
|
|
731
753
|
"ntslRef": "A2.2",
|
|
754
|
+
"ntsl2Ref": "A2.2",
|
|
732
755
|
"title": "Rent frequency",
|
|
733
756
|
"type": "string",
|
|
734
757
|
"enum": ["Yearly", "Quarterly", "Monthly", "Weekly"]
|
|
735
758
|
},
|
|
736
759
|
"securityDeposit": {
|
|
737
760
|
"ntslRef": "A3.1",
|
|
761
|
+
"ntsl2Ref": "A3.1",
|
|
738
762
|
"title": "Security deposit",
|
|
739
763
|
"type": "number"
|
|
740
764
|
},
|
|
741
765
|
"holdingDeposit": {
|
|
742
766
|
"ntslRef": "A3.2",
|
|
767
|
+
"ntsl2Ref": "A3.2",
|
|
743
768
|
"title": "Holding deposit",
|
|
744
769
|
"type": "number"
|
|
745
770
|
}
|
|
@@ -751,7 +776,7 @@
|
|
|
751
776
|
},
|
|
752
777
|
"marketingTenure": {
|
|
753
778
|
"ntsRef": "A3",
|
|
754
|
-
"
|
|
779
|
+
"nts2Ref": "A3",
|
|
755
780
|
"title": "What tenure is the property being marketed as?",
|
|
756
781
|
"type": "string",
|
|
757
782
|
"enum": [
|
|
@@ -797,31 +822,36 @@
|
|
|
797
822
|
},
|
|
798
823
|
"buildInformation": {
|
|
799
824
|
"ntsRef": "B1.1",
|
|
800
|
-
"
|
|
825
|
+
"nts2Ref": "B1.1",
|
|
801
826
|
"ntslRef": "B1.1",
|
|
827
|
+
"ntsl2Ref": "B1.1",
|
|
802
828
|
"baspi5Ref": "A1.8",
|
|
803
829
|
"title": "About the property building",
|
|
804
830
|
"type": "object",
|
|
805
831
|
"ntsRequired": ["building"],
|
|
806
|
-
"
|
|
832
|
+
"nts2Required": ["building"],
|
|
807
833
|
"ntslRequired": ["building"],
|
|
834
|
+
"ntsl2Required": ["building"],
|
|
808
835
|
"properties": {
|
|
809
836
|
"building": {
|
|
810
837
|
"ntsRef": "B1.1.1",
|
|
811
|
-
"
|
|
838
|
+
"nts2Ref": "B1.1.1",
|
|
812
839
|
"ntslRef": "B1.1.1",
|
|
840
|
+
"ntsl2Ref": "B1.1.1",
|
|
813
841
|
"baspi5Ref": "A1.8",
|
|
814
842
|
"title": "Building information",
|
|
815
843
|
"type": "object",
|
|
816
844
|
"baspi5Required": ["propertyType"],
|
|
817
845
|
"ntsRequired": ["builtForm", "propertyType"],
|
|
818
|
-
"
|
|
846
|
+
"nts2Required": ["builtForm", "propertyType"],
|
|
819
847
|
"ntslRequired": ["builtForm", "propertyType"],
|
|
848
|
+
"ntsl2Required": ["builtForm", "propertyType"],
|
|
820
849
|
"properties": {
|
|
821
850
|
"builtForm": {
|
|
822
851
|
"ntsRef": "B1.1.2",
|
|
823
|
-
"
|
|
852
|
+
"nts2Ref": "B1.1.2",
|
|
824
853
|
"ntslRef": "B1.1.2",
|
|
854
|
+
"ntsl2Ref": "B1.1.2",
|
|
825
855
|
"title": "Built form",
|
|
826
856
|
"type": "string",
|
|
827
857
|
"enum": [
|
|
@@ -834,8 +864,9 @@
|
|
|
834
864
|
},
|
|
835
865
|
"propertyType": {
|
|
836
866
|
"ntsRef": "B1.1.1.1",
|
|
837
|
-
"
|
|
867
|
+
"nts2Ref": "B1.1.1.1",
|
|
838
868
|
"ntslRef": "B1.1.1.1",
|
|
869
|
+
"ntsl2Ref": "B1.1.1.1",
|
|
839
870
|
"title": "Property type",
|
|
840
871
|
"baspi5Ref": "A1.8",
|
|
841
872
|
"type": "string",
|
|
@@ -860,16 +891,18 @@
|
|
|
860
891
|
},
|
|
861
892
|
"otherType": {
|
|
862
893
|
"ntsRef": "B1.1.1.1",
|
|
863
|
-
"
|
|
894
|
+
"nts2Ref": "B1.1.1.1",
|
|
864
895
|
"ntslRef": "B1.1.1.1",
|
|
896
|
+
"ntsl2Ref": "B1.1.1.1",
|
|
865
897
|
"title": "Please describe the other type of property build",
|
|
866
898
|
"type": "string",
|
|
867
899
|
"minLength": 1
|
|
868
900
|
}
|
|
869
901
|
},
|
|
870
902
|
"ntsRequired": ["otherType"],
|
|
871
|
-
"
|
|
872
|
-
"ntslRequired": ["otherType"]
|
|
903
|
+
"nts2Required": ["otherType"],
|
|
904
|
+
"ntslRequired": ["otherType"],
|
|
905
|
+
"ntsl2Required": ["otherType"]
|
|
873
906
|
},
|
|
874
907
|
{
|
|
875
908
|
"properties": {
|
|
@@ -885,16 +918,18 @@
|
|
|
885
918
|
},
|
|
886
919
|
"numberOfFloors": {
|
|
887
920
|
"ntsRef": "B1.1.3",
|
|
888
|
-
"
|
|
921
|
+
"nts2Ref": "B1.1.3",
|
|
889
922
|
"ntslRef": "B1.1.3",
|
|
923
|
+
"ntsl2Ref": "B1.1.3",
|
|
890
924
|
"baspi5Ref": "A1.8.5.2",
|
|
891
925
|
"title": "Number of floors in the building",
|
|
892
926
|
"type": "integer"
|
|
893
927
|
},
|
|
894
928
|
"entranceFloor": {
|
|
895
929
|
"ntsRef": "B1.1.4",
|
|
896
|
-
"
|
|
930
|
+
"nts2Ref": "B1.1.4",
|
|
897
931
|
"ntslRef": "B1.1.4",
|
|
932
|
+
"ntsl2Ref": "B1.1.4",
|
|
898
933
|
"baspi5Ref": "A1.8.5.1",
|
|
899
934
|
"title": "Entrance floor",
|
|
900
935
|
"description": "Floor level of the entrance floor relative to the lowest level of the property (0 for ground floor). If there is a basement, the basement is level 0 and the other floors are from 1 upwards",
|
|
@@ -902,24 +937,27 @@
|
|
|
902
937
|
},
|
|
903
938
|
"hasLift": {
|
|
904
939
|
"ntsRef": "B1.1.5",
|
|
905
|
-
"
|
|
940
|
+
"nts2Ref": "B1.1.5",
|
|
906
941
|
"ntslRef": "B1.1.5",
|
|
942
|
+
"ntsl2Ref": "B1.1.5",
|
|
907
943
|
"title": "Is the property served by a lift?",
|
|
908
944
|
"type": "string",
|
|
909
945
|
"enum": ["Yes", "No"]
|
|
910
946
|
},
|
|
911
947
|
"overCommercialPremises": {
|
|
912
948
|
"ntsRef": "B1.1.6",
|
|
913
|
-
"
|
|
949
|
+
"nts2Ref": "B1.1.6",
|
|
914
950
|
"ntslRef": "B1.1.6",
|
|
951
|
+
"ntsl2Ref": "B1.1.6",
|
|
915
952
|
"baspi5Ref": "A1.8.6",
|
|
916
953
|
"title": "Located over commercial premises?",
|
|
917
954
|
"type": "object",
|
|
918
955
|
"properties": {
|
|
919
956
|
"isLocatedOverCommercialPremises": {
|
|
920
957
|
"ntsRef": "B1.1.6.1",
|
|
921
|
-
"
|
|
958
|
+
"nts2Ref": "B1.1.6.1",
|
|
922
959
|
"ntslRef": "B1.1.6.1",
|
|
960
|
+
"ntsl2Ref": "B1.1.6.1",
|
|
923
961
|
"baspi5Ref": "A1.8.6.1",
|
|
924
962
|
"type": "string",
|
|
925
963
|
"title": "Is the property located in a building which includes commercial property E.g. shops, offices etc?",
|
|
@@ -945,8 +983,9 @@
|
|
|
945
983
|
},
|
|
946
984
|
"details": {
|
|
947
985
|
"ntsRef": "B1.1.6.2",
|
|
948
|
-
"
|
|
986
|
+
"nts2Ref": "B1.1.6.2",
|
|
949
987
|
"ntslRef": "B1.1.6.2",
|
|
988
|
+
"ntsl2Ref": "B1.1.6.2",
|
|
950
989
|
"baspi5Ref": "A1.8.6.2",
|
|
951
990
|
"title": "Please provide details",
|
|
952
991
|
"type": "string",
|
|
@@ -955,8 +994,9 @@
|
|
|
955
994
|
},
|
|
956
995
|
"baspi5Required": ["details"],
|
|
957
996
|
"ntsRequired": ["details"],
|
|
958
|
-
"
|
|
959
|
-
"ntslRequired": ["details"]
|
|
997
|
+
"nts2Required": ["details"],
|
|
998
|
+
"ntslRequired": ["details"],
|
|
999
|
+
"ntsl2Required": ["details"]
|
|
960
1000
|
}
|
|
961
1001
|
]
|
|
962
1002
|
}
|
|
@@ -972,7 +1012,7 @@
|
|
|
972
1012
|
"hasLift",
|
|
973
1013
|
"overCommercialPremises"
|
|
974
1014
|
],
|
|
975
|
-
"
|
|
1015
|
+
"nts2Required": [
|
|
976
1016
|
"numberOfFloors",
|
|
977
1017
|
"entranceFloor",
|
|
978
1018
|
"hasLift",
|
|
@@ -1029,18 +1069,21 @@
|
|
|
1029
1069
|
},
|
|
1030
1070
|
"roomDimensions": {
|
|
1031
1071
|
"ntsRef": "B2",
|
|
1032
|
-
"
|
|
1072
|
+
"nts2Ref": "B2",
|
|
1033
1073
|
"ntslRef": "B2",
|
|
1074
|
+
"ntsl2Ref": "B2",
|
|
1034
1075
|
"title": "Room dimensions",
|
|
1035
1076
|
"type": "object",
|
|
1036
1077
|
"ntsRequired": ["hasFloorplan"],
|
|
1037
|
-
"
|
|
1078
|
+
"nts2Required": ["hasFloorplan"],
|
|
1038
1079
|
"ntslRequired": ["hasFloorplan"],
|
|
1080
|
+
"ntsl2Required": ["hasFloorplan"],
|
|
1039
1081
|
"properties": {
|
|
1040
1082
|
"hasFloorplan": {
|
|
1041
1083
|
"ntsRef": "B2.1",
|
|
1042
|
-
"
|
|
1084
|
+
"nts2Ref": "B2.1",
|
|
1043
1085
|
"ntslRef": "B2.1",
|
|
1086
|
+
"ntsl2Ref": "B2.1",
|
|
1044
1087
|
"title": "Is a floorplan available which includes the dimensions of all the rooms?",
|
|
1045
1088
|
"type": "string",
|
|
1046
1089
|
"enum": ["Yes", "No"]
|
|
@@ -1057,8 +1100,9 @@
|
|
|
1057
1100
|
},
|
|
1058
1101
|
"attachments": {
|
|
1059
1102
|
"ntsRef": "B2.1.1",
|
|
1060
|
-
"
|
|
1103
|
+
"nts2Ref": "B2.1.1",
|
|
1061
1104
|
"ntslRef": "B2.1.1",
|
|
1105
|
+
"ntsl2Ref": "B2.1.1",
|
|
1062
1106
|
"title": "Attachments",
|
|
1063
1107
|
"type": "string",
|
|
1064
1108
|
"enum": ["Attached", "With agent"]
|
|
@@ -1072,8 +1116,9 @@
|
|
|
1072
1116
|
},
|
|
1073
1117
|
"rooms": {
|
|
1074
1118
|
"ntsRef": "B2.2",
|
|
1075
|
-
"
|
|
1119
|
+
"nts2Ref": "B2.2",
|
|
1076
1120
|
"ntslRef": "B2.2",
|
|
1121
|
+
"ntsl2Ref": "B2.2",
|
|
1077
1122
|
"title": "Rooms",
|
|
1078
1123
|
"description": "Please supply dimensions for each of the rooms.",
|
|
1079
1124
|
"type": "array",
|
|
@@ -1082,40 +1127,45 @@
|
|
|
1082
1127
|
"properties": {
|
|
1083
1128
|
"roomName": {
|
|
1084
1129
|
"ntsRef": "B2.2.1",
|
|
1085
|
-
"
|
|
1130
|
+
"nts2Ref": "B2.2.1",
|
|
1086
1131
|
"ntslRef": "B2.2.1",
|
|
1132
|
+
"ntsl2Ref": "B2.2.1",
|
|
1087
1133
|
"type": "string",
|
|
1088
1134
|
"title": "The name of the room",
|
|
1089
1135
|
"minLength": 1
|
|
1090
1136
|
},
|
|
1091
1137
|
"description": {
|
|
1092
1138
|
"ntsRef": "B2.2.2",
|
|
1093
|
-
"
|
|
1139
|
+
"nts2Ref": "B2.2.2",
|
|
1094
1140
|
"ntslRef": "B2.2.2",
|
|
1141
|
+
"ntsl2Ref": "B2.2.2",
|
|
1095
1142
|
"type": "string",
|
|
1096
1143
|
"minLength": 1,
|
|
1097
1144
|
"title": "Description of the room"
|
|
1098
1145
|
},
|
|
1099
1146
|
"length": {
|
|
1100
1147
|
"ntsRef": "B2.2.3",
|
|
1101
|
-
"
|
|
1148
|
+
"nts2Ref": "B2.2.3",
|
|
1102
1149
|
"ntslRef": "B2.2.3",
|
|
1150
|
+
"ntsl2Ref": "B2.2.3",
|
|
1103
1151
|
"type": "number",
|
|
1104
1152
|
"minimum": 0,
|
|
1105
1153
|
"title": "The length of the room"
|
|
1106
1154
|
},
|
|
1107
1155
|
"width": {
|
|
1108
1156
|
"ntsRef": "B2.2.4",
|
|
1109
|
-
"
|
|
1157
|
+
"nts2Ref": "B2.2.4",
|
|
1110
1158
|
"ntslRef": "B2.2.4",
|
|
1159
|
+
"ntsl2Ref": "B2.2.4",
|
|
1111
1160
|
"type": "number",
|
|
1112
1161
|
"minimum": 0,
|
|
1113
1162
|
"title": "The width of the room"
|
|
1114
1163
|
},
|
|
1115
1164
|
"units": {
|
|
1116
1165
|
"ntsRef": "B2.2.5",
|
|
1117
|
-
"
|
|
1166
|
+
"nts2Ref": "B2.2.5",
|
|
1118
1167
|
"ntslRef": "B2.2.5",
|
|
1168
|
+
"ntsl2Ref": "B2.2.5",
|
|
1119
1169
|
"title": "The units which the length and width of the room have been provided in",
|
|
1120
1170
|
"type": "string",
|
|
1121
1171
|
"enum": [
|
|
@@ -1128,21 +1178,33 @@
|
|
|
1128
1178
|
},
|
|
1129
1179
|
"dimensionDetails": {
|
|
1130
1180
|
"ntsRef": "B2.6",
|
|
1131
|
-
"
|
|
1181
|
+
"nts2Ref": "B2.6",
|
|
1132
1182
|
"ntslRef": "B2.6",
|
|
1183
|
+
"ntsl2Ref": "B2.6",
|
|
1133
1184
|
"title": "Any additional description or clarification of the room dimensions",
|
|
1134
1185
|
"type": "string",
|
|
1135
1186
|
"minLength": 1
|
|
1136
1187
|
}
|
|
1137
1188
|
},
|
|
1138
1189
|
"ntsRequired": ["roomName", "length", "width", "units"],
|
|
1139
|
-
"
|
|
1190
|
+
"nts2Required": [
|
|
1140
1191
|
"roomName",
|
|
1141
1192
|
"length",
|
|
1142
1193
|
"width",
|
|
1143
1194
|
"units"
|
|
1144
1195
|
],
|
|
1145
|
-
"ntslRequired": [
|
|
1196
|
+
"ntslRequired": [
|
|
1197
|
+
"roomName",
|
|
1198
|
+
"length",
|
|
1199
|
+
"width",
|
|
1200
|
+
"units"
|
|
1201
|
+
],
|
|
1202
|
+
"ntsl2Required": [
|
|
1203
|
+
"roomName",
|
|
1204
|
+
"length",
|
|
1205
|
+
"width",
|
|
1206
|
+
"units"
|
|
1207
|
+
]
|
|
1146
1208
|
}
|
|
1147
1209
|
}
|
|
1148
1210
|
}
|
|
@@ -1152,34 +1214,73 @@
|
|
|
1152
1214
|
}
|
|
1153
1215
|
},
|
|
1154
1216
|
"residentialPropertyFeatures": {
|
|
1217
|
+
"nts2Ref": "B5",
|
|
1218
|
+
"ntsl2Ref": "B5",
|
|
1155
1219
|
"title": "Residential property features",
|
|
1156
1220
|
"type": "object",
|
|
1221
|
+
"nts2Required": [
|
|
1222
|
+
"bedrooms",
|
|
1223
|
+
"bathrooms",
|
|
1224
|
+
"receptions",
|
|
1225
|
+
"kitchens",
|
|
1226
|
+
"diningAreas",
|
|
1227
|
+
"outsideAreas"
|
|
1228
|
+
],
|
|
1229
|
+
"ntsl2Required": [
|
|
1230
|
+
"bedrooms",
|
|
1231
|
+
"bathrooms",
|
|
1232
|
+
"receptions",
|
|
1233
|
+
"kitchens",
|
|
1234
|
+
"diningAreas",
|
|
1235
|
+
"outsideAreas"
|
|
1236
|
+
],
|
|
1157
1237
|
"properties": {
|
|
1158
1238
|
"bedrooms": {
|
|
1239
|
+
"nts2Ref": "B5.1",
|
|
1240
|
+
"ntsl2Ref": "B5.1",
|
|
1159
1241
|
"title": "Number of bedrooms",
|
|
1160
1242
|
"type": "integer"
|
|
1161
1243
|
},
|
|
1162
1244
|
"bathrooms": {
|
|
1245
|
+
"nts2Ref": "B5.2",
|
|
1246
|
+
"ntsl2Ref": "B5.2",
|
|
1163
1247
|
"title": "Number of bathrooms",
|
|
1164
1248
|
"type": "integer"
|
|
1165
1249
|
},
|
|
1166
1250
|
"receptions": {
|
|
1251
|
+
"nts2Ref": "B5.3",
|
|
1252
|
+
"ntsl2Ref": "B5.3",
|
|
1167
1253
|
"title": "Number of reception rooms",
|
|
1168
1254
|
"type": "integer"
|
|
1169
1255
|
},
|
|
1170
1256
|
"kitchens": {
|
|
1257
|
+
"nts2Ref": "B5.4",
|
|
1258
|
+
"ntsl2Ref": "B5.4",
|
|
1171
1259
|
"title": "Number of kitchens",
|
|
1172
1260
|
"type": "integer"
|
|
1173
1261
|
},
|
|
1174
1262
|
"diningAreas": {
|
|
1263
|
+
"nts2Ref": "B5.5",
|
|
1264
|
+
"ntsl2Ref": "B5.5",
|
|
1175
1265
|
"title": "Number of dining areas",
|
|
1176
1266
|
"type": "integer"
|
|
1177
1267
|
},
|
|
1178
1268
|
"outsideAreas": {
|
|
1179
|
-
"
|
|
1269
|
+
"nts2Ref": "B5.6",
|
|
1270
|
+
"ntsl2Ref": "B5.6",
|
|
1271
|
+
"title": "What outside areas are there?",
|
|
1180
1272
|
"type": "array",
|
|
1181
1273
|
"items": {
|
|
1182
|
-
"type": "string"
|
|
1274
|
+
"type": "string",
|
|
1275
|
+
"enum": [
|
|
1276
|
+
"None",
|
|
1277
|
+
"Front garden",
|
|
1278
|
+
"Rear garden",
|
|
1279
|
+
"Side garden",
|
|
1280
|
+
"Balcony",
|
|
1281
|
+
"Roof garden",
|
|
1282
|
+
"Communal garden"
|
|
1283
|
+
]
|
|
1183
1284
|
}
|
|
1184
1285
|
}
|
|
1185
1286
|
}
|
|
@@ -1579,13 +1680,13 @@
|
|
|
1579
1680
|
"baspi5Ref": "A1.3",
|
|
1580
1681
|
"ta7Ref": "1",
|
|
1581
1682
|
"ntsRef": "A3",
|
|
1582
|
-
"
|
|
1683
|
+
"nts2Ref": "A3",
|
|
1583
1684
|
"title": "Ownership",
|
|
1584
1685
|
"type": "object",
|
|
1585
1686
|
"baspi4Required": ["ownershipsToBeTransferred"],
|
|
1586
1687
|
"baspi5Required": ["ownershipsToBeTransferred"],
|
|
1587
1688
|
"ntsRequired": ["ownershipsToBeTransferred"],
|
|
1588
|
-
"
|
|
1689
|
+
"nts2Required": ["ownershipsToBeTransferred"],
|
|
1589
1690
|
"ta7Required": ["ownershipsToBeTransferred"],
|
|
1590
1691
|
"properties": {
|
|
1591
1692
|
"numberOfSellers": {
|
|
@@ -1618,7 +1719,7 @@
|
|
|
1618
1719
|
"baspi5Ref": "A1.3",
|
|
1619
1720
|
"ta7Ref": "1",
|
|
1620
1721
|
"ntsRef": "A3",
|
|
1621
|
-
"
|
|
1722
|
+
"nts2Ref": "A3",
|
|
1622
1723
|
"title": "Ownerships to be transferred on sale",
|
|
1623
1724
|
"type": "array",
|
|
1624
1725
|
"minItems": 1,
|
|
@@ -1626,7 +1727,7 @@
|
|
|
1626
1727
|
"baspi4Ref": "A1.3.0",
|
|
1627
1728
|
"baspi5Ref": "A1.3.0",
|
|
1628
1729
|
"ntsRef": "A3.1",
|
|
1629
|
-
"
|
|
1730
|
+
"nts2Ref": "A3.1",
|
|
1630
1731
|
"ta7Ref": "1",
|
|
1631
1732
|
"title": "Ownership to be transferred",
|
|
1632
1733
|
"type": "object",
|
|
@@ -1634,25 +1735,25 @@
|
|
|
1634
1735
|
"baspi5Required": ["ownershipType"],
|
|
1635
1736
|
"ta7Required": ["ownershipType"],
|
|
1636
1737
|
"ntsRequired": ["ownershipType"],
|
|
1637
|
-
"
|
|
1738
|
+
"nts2Required": ["ownershipType"],
|
|
1638
1739
|
"properties": {
|
|
1639
1740
|
"titleNumber": {
|
|
1640
1741
|
"baspi4Ref": "A1.3.0.1",
|
|
1641
1742
|
"baspi5Ref": "A1.3.0.1",
|
|
1642
1743
|
"ntsRef": "A3.3.1",
|
|
1643
|
-
"
|
|
1744
|
+
"nts2Ref": "A3.3.1",
|
|
1644
1745
|
"title": "Title number (if registered)",
|
|
1645
1746
|
"type": "string"
|
|
1646
1747
|
},
|
|
1647
1748
|
"titlePropertyDescription": {
|
|
1648
1749
|
"ntsRef": "A3.3.2",
|
|
1649
|
-
"
|
|
1750
|
+
"nts2Ref": "A3.3.2",
|
|
1650
1751
|
"title": "Title property description",
|
|
1651
1752
|
"type": "string"
|
|
1652
1753
|
},
|
|
1653
1754
|
"ownershipType": {
|
|
1654
1755
|
"ntsRef": "A3.1",
|
|
1655
|
-
"
|
|
1756
|
+
"nts2Ref": "A3.1",
|
|
1656
1757
|
"baspi4Ref": "A1.3.0.2",
|
|
1657
1758
|
"baspi5Ref": "A1.3.0.2",
|
|
1658
1759
|
"rdsRef": "Tenure/Tenure",
|
|
@@ -1660,6 +1761,7 @@
|
|
|
1660
1761
|
"piqRef": "A1.2",
|
|
1661
1762
|
"title": "What type of ownership is the property?",
|
|
1662
1763
|
"description": "A Managed Freehold is any freehold where there are shared amenities, the maintenance of which you pay for through an estate rentcharge, service charge, informal or formal contribution. Choose Leasehold if your property is under a Shared Ownership arrangement.",
|
|
1764
|
+
"nts2Description": "",
|
|
1663
1765
|
"type": "string",
|
|
1664
1766
|
"enum": [
|
|
1665
1767
|
"Freehold",
|
|
@@ -1667,7 +1769,8 @@
|
|
|
1667
1769
|
"Commonhold",
|
|
1668
1770
|
"Leasehold",
|
|
1669
1771
|
"Other"
|
|
1670
|
-
]
|
|
1772
|
+
],
|
|
1773
|
+
"nts2Enum": ["Freehold", "Commonhold", "Leasehold", "Other"]
|
|
1671
1774
|
}
|
|
1672
1775
|
},
|
|
1673
1776
|
"discriminator": {
|
|
@@ -1679,6 +1782,51 @@
|
|
|
1679
1782
|
"ownershipType": {
|
|
1680
1783
|
"enum": ["Freehold"]
|
|
1681
1784
|
},
|
|
1785
|
+
"estateRentcharges": {
|
|
1786
|
+
"nts2Ref": "A3.4",
|
|
1787
|
+
"title": "Are there any estate rentcharges, management charges or service charges payable?",
|
|
1788
|
+
"type": "object",
|
|
1789
|
+
"properties": {
|
|
1790
|
+
"yesNo": {
|
|
1791
|
+
"nts2Ref": "A3.4.1",
|
|
1792
|
+
"type": "string",
|
|
1793
|
+
"title": "",
|
|
1794
|
+
"enum": ["Yes", "No"]
|
|
1795
|
+
}
|
|
1796
|
+
},
|
|
1797
|
+
"nts2Required": ["yesNo"],
|
|
1798
|
+
"discriminator": {
|
|
1799
|
+
"propertyName": "yesNo"
|
|
1800
|
+
},
|
|
1801
|
+
"oneOf": [
|
|
1802
|
+
{
|
|
1803
|
+
"properties": {
|
|
1804
|
+
"yesNo": {
|
|
1805
|
+
"enum": ["Yes"]
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"properties": {
|
|
1811
|
+
"yesNo": {
|
|
1812
|
+
"enum": ["No"]
|
|
1813
|
+
},
|
|
1814
|
+
"details": {
|
|
1815
|
+
"nts2Ref": "A3.4.2",
|
|
1816
|
+
"title": "Details",
|
|
1817
|
+
"type": "string",
|
|
1818
|
+
"minLength": 1
|
|
1819
|
+
},
|
|
1820
|
+
"amount": {
|
|
1821
|
+
"nts2Ref": "A3.4.3",
|
|
1822
|
+
"title": "Amount payable annually",
|
|
1823
|
+
"type": "number"
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
"nts2Required": ["details", "amount"]
|
|
1827
|
+
}
|
|
1828
|
+
]
|
|
1829
|
+
},
|
|
1682
1830
|
"wholeFreeholdForSale": {
|
|
1683
1831
|
"baspi4Ref": "A1.3.0.2.1",
|
|
1684
1832
|
"baspi5Ref": "A1.3.0.2.1",
|
|
@@ -1736,7 +1884,7 @@
|
|
|
1736
1884
|
"managedFreeholdOrCommonholdInformation": {
|
|
1737
1885
|
"title": "Managed freehold or commonhold information",
|
|
1738
1886
|
"ntsRef": "A3.2",
|
|
1739
|
-
"
|
|
1887
|
+
"nts2Ref": "A3.2",
|
|
1740
1888
|
"baspi4Ref": "A1.5",
|
|
1741
1889
|
"baspi5Ref": "A1.5",
|
|
1742
1890
|
"type": "object",
|
|
@@ -1752,7 +1900,7 @@
|
|
|
1752
1900
|
"baspi4Required": ["contactDetails", "serviceCharge"],
|
|
1753
1901
|
"baspi5Required": ["contactDetails", "serviceCharge"],
|
|
1754
1902
|
"ntsRequired": ["serviceCharge"],
|
|
1755
|
-
"
|
|
1903
|
+
"nts2Required": ["serviceCharge"],
|
|
1756
1904
|
"properties": {
|
|
1757
1905
|
"contactDetails": {
|
|
1758
1906
|
"fme1Ref": "1",
|
|
@@ -2728,7 +2876,7 @@
|
|
|
2728
2876
|
"baspi4Ref": "A1.5.1",
|
|
2729
2877
|
"baspi5Ref": "A1.5.1",
|
|
2730
2878
|
"ntsRef": "A3.1.1",
|
|
2731
|
-
"
|
|
2879
|
+
"nts2Ref": "A3.1.1",
|
|
2732
2880
|
"fme1Ref": "3",
|
|
2733
2881
|
"piqRef": "A1.4.2",
|
|
2734
2882
|
"title": "Service Charge",
|
|
@@ -2760,11 +2908,11 @@
|
|
|
2760
2908
|
"reserveFund"
|
|
2761
2909
|
],
|
|
2762
2910
|
"ntsRequired": ["annualServiceCharge"],
|
|
2763
|
-
"
|
|
2911
|
+
"nts2Required": ["annualServiceCharge"],
|
|
2764
2912
|
"properties": {
|
|
2765
2913
|
"annualServiceCharge": {
|
|
2766
2914
|
"ntsRef": "A3.1.2",
|
|
2767
|
-
"
|
|
2915
|
+
"nts2Ref": "A3.1.2",
|
|
2768
2916
|
"baspi4Ref": "A1.5.1.1.2",
|
|
2769
2917
|
"baspi5Ref": "A1.5.1.1.2",
|
|
2770
2918
|
"fme1Ref": "3.1",
|
|
@@ -3972,7 +4120,7 @@
|
|
|
3972
4120
|
"baspi4Ref": "A1.5",
|
|
3973
4121
|
"baspi5Ref": "A1.5",
|
|
3974
4122
|
"ntsRef": "A3.2",
|
|
3975
|
-
"
|
|
4123
|
+
"nts2Ref": "A3.2",
|
|
3976
4124
|
"title": "Leasehold information",
|
|
3977
4125
|
"type": "object",
|
|
3978
4126
|
"lpe1Required": [
|
|
@@ -4012,13 +4160,13 @@
|
|
|
4012
4160
|
"serviceCharge",
|
|
4013
4161
|
"leaseRestrictions"
|
|
4014
4162
|
],
|
|
4015
|
-
"
|
|
4163
|
+
"nts2Required": [
|
|
4016
4164
|
"sharedOwnership",
|
|
4017
4165
|
"leaseTerm",
|
|
4166
|
+
"contactDetails",
|
|
4018
4167
|
"groundRent",
|
|
4019
4168
|
"serviceCharge",
|
|
4020
|
-
"leaseRestrictions"
|
|
4021
|
-
"buildingsInsurance"
|
|
4169
|
+
"leaseRestrictions"
|
|
4022
4170
|
],
|
|
4023
4171
|
"ta7Required": [
|
|
4024
4172
|
"sharedOwnership",
|
|
@@ -4041,13 +4189,13 @@
|
|
|
4041
4189
|
"baspi4Ref": "A1.3.1",
|
|
4042
4190
|
"baspi5Ref": "A1.3.1",
|
|
4043
4191
|
"ntsRef": "A3.2",
|
|
4044
|
-
"
|
|
4192
|
+
"nts2Ref": "A3.2",
|
|
4045
4193
|
"type": "object",
|
|
4046
4194
|
"lpe1Required": ["isSharedOwnership"],
|
|
4047
4195
|
"baspi4Required": ["isSharedOwnership"],
|
|
4048
4196
|
"baspi5Required": ["isSharedOwnership"],
|
|
4049
4197
|
"ntsRequired": ["isSharedOwnership"],
|
|
4050
|
-
"
|
|
4198
|
+
"nts2Required": ["isSharedOwnership"],
|
|
4051
4199
|
"ta7Required": ["isSharedOwnership"],
|
|
4052
4200
|
"properties": {
|
|
4053
4201
|
"isSharedOwnership": {
|
|
@@ -4055,7 +4203,7 @@
|
|
|
4055
4203
|
"baspi5Ref": "A1.3.1",
|
|
4056
4204
|
"ta7Ref": "1.1",
|
|
4057
4205
|
"ntsRef": "A3.2.1",
|
|
4058
|
-
"
|
|
4206
|
+
"nts2Ref": "A3.2.1",
|
|
4059
4207
|
"title": "Is the lease on a Shared Ownership basis?",
|
|
4060
4208
|
"type": "string",
|
|
4061
4209
|
"enum": ["Yes", "No"]
|
|
@@ -4081,7 +4229,7 @@
|
|
|
4081
4229
|
"baspi4Ref": "A1.3.1.1",
|
|
4082
4230
|
"baspi5Ref": "A1.3.1.1",
|
|
4083
4231
|
"ntsRef": "A3.7.1",
|
|
4084
|
-
"
|
|
4232
|
+
"nts2Ref": "A3.7.1",
|
|
4085
4233
|
"title": "Shared ownership percentage",
|
|
4086
4234
|
"type": "integer",
|
|
4087
4235
|
"minimum": 5,
|
|
@@ -4091,7 +4239,7 @@
|
|
|
4091
4239
|
"baspi4Ref": "A1.3.1.2",
|
|
4092
4240
|
"baspi5Ref": "A1.3.1.2",
|
|
4093
4241
|
"ntsRef": "A3.7.2",
|
|
4094
|
-
"
|
|
4242
|
+
"nts2Ref": "A3.7.2",
|
|
4095
4243
|
"title": "Shared ownership rent (£)",
|
|
4096
4244
|
"type": "number",
|
|
4097
4245
|
"minimum": 0
|
|
@@ -4100,7 +4248,7 @@
|
|
|
4100
4248
|
"baspi4Ref": "A1.3.1.3",
|
|
4101
4249
|
"baspi5Ref": "A1.3.1.3",
|
|
4102
4250
|
"ntsRef": "A3.7.3",
|
|
4103
|
-
"
|
|
4251
|
+
"nts2Ref": "A3.7.3",
|
|
4104
4252
|
"title": "Shared ownership rent frequency",
|
|
4105
4253
|
"type": "string",
|
|
4106
4254
|
"enum": ["Yearly", "Monthly", "Weekly"]
|
|
@@ -4126,7 +4274,7 @@
|
|
|
4126
4274
|
"sharedOwnershipRent",
|
|
4127
4275
|
"sharedOwnershipRentFrequency"
|
|
4128
4276
|
],
|
|
4129
|
-
"
|
|
4277
|
+
"nts2Required": [
|
|
4130
4278
|
"sharedOwnershipPercentage",
|
|
4131
4279
|
"sharedOwnershipRent",
|
|
4132
4280
|
"sharedOwnershipRentFrequency"
|
|
@@ -4138,7 +4286,7 @@
|
|
|
4138
4286
|
"baspi4Ref": "A1.4.1",
|
|
4139
4287
|
"baspi5Ref": "A1.4.1",
|
|
4140
4288
|
"ntsRef": "A3.2.2",
|
|
4141
|
-
"
|
|
4289
|
+
"nts2Ref": "A3.2.2",
|
|
4142
4290
|
"type": "object",
|
|
4143
4291
|
"baspi4Required": [
|
|
4144
4292
|
"startYearOfLease",
|
|
@@ -4152,7 +4300,7 @@
|
|
|
4152
4300
|
"startYearOfLease",
|
|
4153
4301
|
"lengthOfLeaseInYears"
|
|
4154
4302
|
],
|
|
4155
|
-
"
|
|
4303
|
+
"nts2Required": [
|
|
4156
4304
|
"startYearOfLease",
|
|
4157
4305
|
"lengthOfLeaseInYears"
|
|
4158
4306
|
],
|
|
@@ -4161,7 +4309,7 @@
|
|
|
4161
4309
|
"baspi4Ref": "A1.4.1.1",
|
|
4162
4310
|
"baspi5Ref": "A1.4.1.1",
|
|
4163
4311
|
"ntsRef": "A3.2.2.1",
|
|
4164
|
-
"
|
|
4312
|
+
"nts2Ref": "A3.2.2.1",
|
|
4165
4313
|
"title": "Year that the lease commenced",
|
|
4166
4314
|
"type": "integer"
|
|
4167
4315
|
},
|
|
@@ -4169,7 +4317,7 @@
|
|
|
4169
4317
|
"baspi4Ref": "A1.4.1.2",
|
|
4170
4318
|
"baspi5Ref": "A1.4.1.2",
|
|
4171
4319
|
"ntsRef": "A3.2.2.2",
|
|
4172
|
-
"
|
|
4320
|
+
"nts2Ref": "A3.2.2.2",
|
|
4173
4321
|
"piqRef": "A1.3.1",
|
|
4174
4322
|
"title": "Length of lease (years)",
|
|
4175
4323
|
"type": "integer"
|
|
@@ -4181,6 +4329,7 @@
|
|
|
4181
4329
|
"baspi5Ref": "A1.5.4",
|
|
4182
4330
|
"ta7Ref": "4.1",
|
|
4183
4331
|
"lpe1Ref": "1",
|
|
4332
|
+
"nts2Ref": "A1.5.4",
|
|
4184
4333
|
"title": "Contact Details",
|
|
4185
4334
|
"type": "object",
|
|
4186
4335
|
"lpe1Required": [
|
|
@@ -4189,6 +4338,7 @@
|
|
|
4189
4338
|
],
|
|
4190
4339
|
"baspi4Required": ["contacts"],
|
|
4191
4340
|
"baspi5Required": ["contacts"],
|
|
4341
|
+
"nts2Required": ["contacts"],
|
|
4192
4342
|
"ta7Required": [
|
|
4193
4343
|
"contacts",
|
|
4194
4344
|
"serviceContactAssignments"
|
|
@@ -4199,11 +4349,13 @@
|
|
|
4199
4349
|
"baspi5Ref": "A1.5.4",
|
|
4200
4350
|
"ta7Ref": "4.1",
|
|
4201
4351
|
"lpe1Ref": "1",
|
|
4352
|
+
"nts2Ref": "A1.5.4",
|
|
4202
4353
|
"type": "object",
|
|
4203
4354
|
"title": "Contacts",
|
|
4204
4355
|
"description": "Complete the details for the relevant parties",
|
|
4205
4356
|
"baspi4Required": ["landlord", "managingAgent"],
|
|
4206
4357
|
"baspi5Required": ["landlord", "managingAgent"],
|
|
4358
|
+
"nts2Required": ["managingAgent"],
|
|
4207
4359
|
"properties": {
|
|
4208
4360
|
"landlord": {
|
|
4209
4361
|
"baspi4Ref": "A1.5.4",
|
|
@@ -4573,6 +4725,7 @@
|
|
|
4573
4725
|
"baspi5Ref": "A1.5.6",
|
|
4574
4726
|
"ta7Ref": "4.1c",
|
|
4575
4727
|
"lpe1Ref": "1.3",
|
|
4728
|
+
"nts2Ref": "A1.5.6",
|
|
4576
4729
|
"title": "Managing Agent",
|
|
4577
4730
|
"description": "A managing agent may be employed by the landlord or by the tenants’ management company to collect the rent and/or manage the building.",
|
|
4578
4731
|
"type": "object",
|
|
@@ -4583,6 +4736,7 @@
|
|
|
4583
4736
|
"baspi4Ref": "A1.5.5.1",
|
|
4584
4737
|
"baspi5Ref": "A1.5.6.1",
|
|
4585
4738
|
"ta7Ref": "4.1c",
|
|
4739
|
+
"nts2Ref": "A1.5.6.1",
|
|
4586
4740
|
"type": "object",
|
|
4587
4741
|
"lpe1Required": [
|
|
4588
4742
|
"nameOrOrganisation",
|
|
@@ -4600,11 +4754,17 @@
|
|
|
4600
4754
|
"address",
|
|
4601
4755
|
"emailAddress"
|
|
4602
4756
|
],
|
|
4757
|
+
"nts2Required": [
|
|
4758
|
+
"nameOrOrganisation",
|
|
4759
|
+
"address",
|
|
4760
|
+
"emailAddress"
|
|
4761
|
+
],
|
|
4603
4762
|
"properties": {
|
|
4604
4763
|
"nameOrOrganisation": {
|
|
4605
4764
|
"baspi4Ref": "A1.5.5.1.1",
|
|
4606
4765
|
"baspi5Ref": "A1.5.6.1.1",
|
|
4607
4766
|
"ta7Ref": "4.1c.1",
|
|
4767
|
+
"nts2Ref": "A1.5.6.1.1",
|
|
4608
4768
|
"title": "Name or organisation",
|
|
4609
4769
|
"type": "string",
|
|
4610
4770
|
"minLength": 1
|
|
@@ -4613,6 +4773,7 @@
|
|
|
4613
4773
|
"baspi4Ref": "A1.5.5.1.2",
|
|
4614
4774
|
"baspi5Ref": "A1.5.6.1.2",
|
|
4615
4775
|
"ta7Ref": "4.1c.0",
|
|
4776
|
+
"nts2Ref": "A1.5.6.1.2",
|
|
4616
4777
|
"title": "Address",
|
|
4617
4778
|
"type": "object",
|
|
4618
4779
|
"properties": {
|
|
@@ -4620,6 +4781,7 @@
|
|
|
4620
4781
|
"baspi4Ref": "A1.5.5.1.2.1",
|
|
4621
4782
|
"baspi5Ref": "A1.5.6.1.2.1",
|
|
4622
4783
|
"ta7Ref": "4.1c.2",
|
|
4784
|
+
"nts2Ref": "A1.5.6.1.2.1",
|
|
4623
4785
|
"title": "Address line 1",
|
|
4624
4786
|
"type": "string",
|
|
4625
4787
|
"minLength": 1
|
|
@@ -4628,6 +4790,7 @@
|
|
|
4628
4790
|
"baspi4Ref": "A1.5.5.1.2.2",
|
|
4629
4791
|
"baspi5Ref": "A1.5.6.1.2.2",
|
|
4630
4792
|
"ta7Ref": "4.1c.3",
|
|
4793
|
+
"nts2Ref": "A1.5.6.1.2.2",
|
|
4631
4794
|
"title": "Address line 2",
|
|
4632
4795
|
"type": "string"
|
|
4633
4796
|
},
|
|
@@ -4635,6 +4798,7 @@
|
|
|
4635
4798
|
"baspi4Ref": "A1.5.5.1.2.3",
|
|
4636
4799
|
"baspi5Ref": "A1.5.6.1.2.3",
|
|
4637
4800
|
"ta7Ref": "4.1c.4",
|
|
4801
|
+
"nts2Ref": "A1.5.6.1.2.3",
|
|
4638
4802
|
"title": "Address line 3",
|
|
4639
4803
|
"type": "string"
|
|
4640
4804
|
},
|
|
@@ -4642,6 +4806,7 @@
|
|
|
4642
4806
|
"baspi4Ref": "A1.5.5.1.2.4",
|
|
4643
4807
|
"baspi5Ref": "A1.5.6.1.2.4",
|
|
4644
4808
|
"ta7Ref": "4.1c.5",
|
|
4809
|
+
"nts2Ref": "A1.5.6.1.2.4",
|
|
4645
4810
|
"title": "Town",
|
|
4646
4811
|
"type": "string"
|
|
4647
4812
|
},
|
|
@@ -4649,6 +4814,7 @@
|
|
|
4649
4814
|
"baspi4Ref": "A1.5.5.1.2.5",
|
|
4650
4815
|
"baspi5Ref": "A1.5.6.1.2.5",
|
|
4651
4816
|
"ta7Ref": "4.1c.6",
|
|
4817
|
+
"nts2Ref": "A1.5.6.1.2.5",
|
|
4652
4818
|
"title": "Postcode",
|
|
4653
4819
|
"type": "string",
|
|
4654
4820
|
"minLength": 1
|
|
@@ -4665,6 +4831,10 @@
|
|
|
4665
4831
|
"baspi5Required": [
|
|
4666
4832
|
"line1",
|
|
4667
4833
|
"postcode"
|
|
4834
|
+
],
|
|
4835
|
+
"nts2Required": [
|
|
4836
|
+
"line1",
|
|
4837
|
+
"postcode"
|
|
4668
4838
|
]
|
|
4669
4839
|
},
|
|
4670
4840
|
"telephone": {
|
|
@@ -4677,6 +4847,7 @@
|
|
|
4677
4847
|
"baspi4Ref": "A1.5.5.1.3",
|
|
4678
4848
|
"baspi5Ref": "A1.5.6.1.3",
|
|
4679
4849
|
"ta7Ref": "4.1c.8",
|
|
4850
|
+
"nts2Ref": "A1.5.6.1.3",
|
|
4680
4851
|
"title": "Email address",
|
|
4681
4852
|
"type": "string",
|
|
4682
4853
|
"format": "email"
|
|
@@ -5934,7 +6105,7 @@
|
|
|
5934
6105
|
"lpe1Ref": "3",
|
|
5935
6106
|
"piqRef": "A1.3.3",
|
|
5936
6107
|
"ntsRef": "A3.4",
|
|
5937
|
-
"
|
|
6108
|
+
"nts2Ref": "A3.4",
|
|
5938
6109
|
"title": "Ground Rent",
|
|
5939
6110
|
"type": "object",
|
|
5940
6111
|
"lpe1Required": ["isGroundRentPayable"],
|
|
@@ -5942,14 +6113,14 @@
|
|
|
5942
6113
|
"baspi5Required": ["isGroundRentPayable"],
|
|
5943
6114
|
"ta7Required": ["isGroundRentPayable"],
|
|
5944
6115
|
"ntsRequired": ["isGroundRentPayable"],
|
|
5945
|
-
"
|
|
6116
|
+
"nts2Required": ["isGroundRentPayable"],
|
|
5946
6117
|
"properties": {
|
|
5947
6118
|
"isGroundRentPayable": {
|
|
5948
6119
|
"baspi4Ref": "A1.4.2.1",
|
|
5949
6120
|
"baspi5Ref": "A1.4.2.1",
|
|
5950
6121
|
"ta7Ref": "1.2.1",
|
|
5951
6122
|
"ntsRef": "A3.4.1",
|
|
5952
|
-
"
|
|
6123
|
+
"nts2Ref": "A3.4.1",
|
|
5953
6124
|
"title": "Does the seller pay ground rent for the property?",
|
|
5954
6125
|
"type": "string",
|
|
5955
6126
|
"enum": ["Yes", "No"]
|
|
@@ -5976,7 +6147,7 @@
|
|
|
5976
6147
|
"baspi5Ref": "A1.4.2.2",
|
|
5977
6148
|
"ta7Ref": "1.2a",
|
|
5978
6149
|
"ntsRef": "A3.4.2",
|
|
5979
|
-
"
|
|
6150
|
+
"nts2Ref": "A3.4.2",
|
|
5980
6151
|
"lpe1Ref": "3.1",
|
|
5981
6152
|
"piqRef": "A1.3.3",
|
|
5982
6153
|
"rdsRef": "TenureAgreements/RentPayable/Value",
|
|
@@ -5992,7 +6163,7 @@
|
|
|
5992
6163
|
"baspi4Ref": "A1.4.2.3",
|
|
5993
6164
|
"baspi5Ref": "A1.4.2.3",
|
|
5994
6165
|
"ntsRef": "A3.4.4",
|
|
5995
|
-
"
|
|
6166
|
+
"nts2Ref": "A3.4.4",
|
|
5996
6167
|
"ta7Ref": "1.2c",
|
|
5997
6168
|
"piqRef": "A1.3.4",
|
|
5998
6169
|
"type": "object",
|
|
@@ -6004,7 +6175,7 @@
|
|
|
6004
6175
|
"piqRef": "A1.3.4.1",
|
|
6005
6176
|
"ta7Ref": "1.2c.1",
|
|
6006
6177
|
"ntsRef": "A3.4.4.1",
|
|
6007
|
-
"
|
|
6178
|
+
"nts2Ref": "A3.4.4.1",
|
|
6008
6179
|
"type": "string",
|
|
6009
6180
|
"title": "",
|
|
6010
6181
|
"enum": ["Yes", "No"]
|
|
@@ -6015,7 +6186,7 @@
|
|
|
6015
6186
|
"baspi4Required": ["yesNo"],
|
|
6016
6187
|
"baspi5Required": ["yesNo"],
|
|
6017
6188
|
"ntsRequired": ["yesNo"],
|
|
6018
|
-
"
|
|
6189
|
+
"nts2Required": ["yesNo"],
|
|
6019
6190
|
"discriminator": {
|
|
6020
6191
|
"propertyName": "yesNo"
|
|
6021
6192
|
},
|
|
@@ -6037,7 +6208,7 @@
|
|
|
6037
6208
|
"baspi5Ref": "A1.4.2.3.2",
|
|
6038
6209
|
"ta7Ref": "1.2d",
|
|
6039
6210
|
"ntsRef": "A3.4.4.2",
|
|
6040
|
-
"
|
|
6211
|
+
"nts2Ref": "A3.4.4.2",
|
|
6041
6212
|
"title": "How often is the rent reviewed?",
|
|
6042
6213
|
"type": "string"
|
|
6043
6214
|
},
|
|
@@ -6047,7 +6218,7 @@
|
|
|
6047
6218
|
"piqRef": "A1.3.4.2",
|
|
6048
6219
|
"ta7Ref": "1.2e",
|
|
6049
6220
|
"ntsRef": "A3.4.4.3",
|
|
6050
|
-
"
|
|
6221
|
+
"nts2Ref": "A3.4.4.3",
|
|
6051
6222
|
"title": "How is the increase calculated?",
|
|
6052
6223
|
"description": "e.g. set figure, doubling, in line with Retail Price Index, Consumer Price Index, etc",
|
|
6053
6224
|
"type": "string"
|
|
@@ -6073,7 +6244,7 @@
|
|
|
6073
6244
|
"rentReviewFrequency",
|
|
6074
6245
|
"rentIncreaseCalculated"
|
|
6075
6246
|
],
|
|
6076
|
-
"
|
|
6247
|
+
"nts2Required": [
|
|
6077
6248
|
"rentReviewFrequency",
|
|
6078
6249
|
"rentIncreaseCalculated"
|
|
6079
6250
|
]
|
|
@@ -6159,7 +6330,7 @@
|
|
|
6159
6330
|
"annualGroundRent",
|
|
6160
6331
|
"rentSubjectToIncrease"
|
|
6161
6332
|
],
|
|
6162
|
-
"
|
|
6333
|
+
"nts2Required": [
|
|
6163
6334
|
"annualGroundRent",
|
|
6164
6335
|
"rentSubjectToIncrease"
|
|
6165
6336
|
]
|
|
@@ -6300,7 +6471,7 @@
|
|
|
6300
6471
|
"lpe1Ref": "4",
|
|
6301
6472
|
"ta7Ref": "5.4",
|
|
6302
6473
|
"ntsRef": "A3.5",
|
|
6303
|
-
"
|
|
6474
|
+
"nts2Ref": "A3.5",
|
|
6304
6475
|
"title": "Service Charge",
|
|
6305
6476
|
"type": "object",
|
|
6306
6477
|
"lpe1Required": [
|
|
@@ -6313,7 +6484,7 @@
|
|
|
6313
6484
|
"sellerContributesToServiceCharge"
|
|
6314
6485
|
],
|
|
6315
6486
|
"ntsRequired": ["sellerContributesToServiceCharge"],
|
|
6316
|
-
"
|
|
6487
|
+
"nts2Required": [
|
|
6317
6488
|
"sellerContributesToServiceCharge"
|
|
6318
6489
|
],
|
|
6319
6490
|
"ta7Required": ["sellerContributesToServiceCharge"],
|
|
@@ -6323,7 +6494,7 @@
|
|
|
6323
6494
|
"baspi5Ref": "A1.5.1.1",
|
|
6324
6495
|
"ta7Ref": "5.4",
|
|
6325
6496
|
"ntsRef": "A3.5.1",
|
|
6326
|
-
"
|
|
6497
|
+
"nts2Ref": "A3.5.1",
|
|
6327
6498
|
"title": "Does the seller contribute to the cost of maintaining the building (a service charge)?",
|
|
6328
6499
|
"type": "string",
|
|
6329
6500
|
"enum": ["Yes", "No"]
|
|
@@ -6350,7 +6521,7 @@
|
|
|
6350
6521
|
"baspi5Ref": "A1.5.1.1.2",
|
|
6351
6522
|
"lpe1Ref": "4.1.1",
|
|
6352
6523
|
"ntsRef": "A3.5.1.1",
|
|
6353
|
-
"
|
|
6524
|
+
"nts2Ref": "A3.5.1.1",
|
|
6354
6525
|
"title": "Amount of current annual service charge (£)",
|
|
6355
6526
|
"type": "number"
|
|
6356
6527
|
},
|
|
@@ -7032,18 +7203,18 @@
|
|
|
7032
7203
|
"lpe1Ref": "4.12",
|
|
7033
7204
|
"baspi4Ref": "A1.5.3",
|
|
7034
7205
|
"baspi5Ref": "A1.5.3",
|
|
7035
|
-
"
|
|
7206
|
+
"nts2Ref": "A3.5.1.1",
|
|
7036
7207
|
"title": "Are there any transfer fees deferred service charges or similar fees, expressed as a percentage of the Property's value, payable on an event such as resale or subletting?",
|
|
7037
7208
|
"baspi4Title": "Additional fees payable on sale or letting, if known",
|
|
7038
7209
|
"baspi5Title": "Additional fees payable on sale or letting, if known",
|
|
7039
|
-
"
|
|
7210
|
+
"nts2Title": "Are there any additional fees payable on sale or letting?",
|
|
7040
7211
|
"type": "object",
|
|
7041
7212
|
"properties": {
|
|
7042
7213
|
"yesNo": {
|
|
7043
7214
|
"lpe1Ref": "4.12.1",
|
|
7044
7215
|
"baspi4Ref": "A1.5.3.1",
|
|
7045
7216
|
"baspi5Ref": "A1.5.3.1",
|
|
7046
|
-
"
|
|
7217
|
+
"nts2Ref": "A3.5.1.1.1",
|
|
7047
7218
|
"type": "string",
|
|
7048
7219
|
"title": "",
|
|
7049
7220
|
"enum": ["Yes", "No"]
|
|
@@ -7052,7 +7223,7 @@
|
|
|
7052
7223
|
"lpe1Required": ["yesNo"],
|
|
7053
7224
|
"baspi4Required": ["yesNo"],
|
|
7054
7225
|
"baspi5Required": ["yesNo"],
|
|
7055
|
-
"
|
|
7226
|
+
"nts2Required": ["yesNo"],
|
|
7056
7227
|
"discriminator": {
|
|
7057
7228
|
"propertyName": "yesNo"
|
|
7058
7229
|
},
|
|
@@ -7073,7 +7244,7 @@
|
|
|
7073
7244
|
"lpe1Ref": "4.12.2",
|
|
7074
7245
|
"baspi4Ref": "A1.5.3.2",
|
|
7075
7246
|
"baspi5Ref": "A1.5.3.2",
|
|
7076
|
-
"
|
|
7247
|
+
"nts2Ref": "A3.5.1.1.2",
|
|
7077
7248
|
"title": "Provide details.",
|
|
7078
7249
|
"type": "string",
|
|
7079
7250
|
"minLength": 1
|
|
@@ -7082,7 +7253,7 @@
|
|
|
7082
7253
|
"lpe1Required": ["details"],
|
|
7083
7254
|
"baspi4Required": ["details"],
|
|
7084
7255
|
"baspi5Required": ["details"],
|
|
7085
|
-
"
|
|
7256
|
+
"nts2Required": ["details"]
|
|
7086
7257
|
}
|
|
7087
7258
|
]
|
|
7088
7259
|
},
|
|
@@ -7168,7 +7339,7 @@
|
|
|
7168
7339
|
"reserveFund"
|
|
7169
7340
|
],
|
|
7170
7341
|
"ntsRequired": ["annualServiceCharge"],
|
|
7171
|
-
"
|
|
7342
|
+
"nts2Required": [
|
|
7172
7343
|
"annualServiceCharge",
|
|
7173
7344
|
"transferFees"
|
|
7174
7345
|
]
|
|
@@ -7177,20 +7348,20 @@
|
|
|
7177
7348
|
},
|
|
7178
7349
|
"leaseRestrictions": {
|
|
7179
7350
|
"ntsRef": "A3.6",
|
|
7180
|
-
"
|
|
7351
|
+
"nts2Ref": "A3.6",
|
|
7181
7352
|
"title": "Are there restrictions imposed by the lease?",
|
|
7182
7353
|
"type": "object",
|
|
7183
7354
|
"properties": {
|
|
7184
7355
|
"yesNo": {
|
|
7185
7356
|
"ntsRef": "A3.6.1",
|
|
7186
|
-
"
|
|
7357
|
+
"nts2Ref": "A3.6.1",
|
|
7187
7358
|
"type": "string",
|
|
7188
7359
|
"title": "",
|
|
7189
7360
|
"enum": ["Yes", "No"]
|
|
7190
7361
|
}
|
|
7191
7362
|
},
|
|
7192
7363
|
"ntsRequired": ["yesNo"],
|
|
7193
|
-
"
|
|
7364
|
+
"nts2Required": ["yesNo"],
|
|
7194
7365
|
"discriminator": {
|
|
7195
7366
|
"propertyName": "yesNo"
|
|
7196
7367
|
},
|
|
@@ -7209,19 +7380,18 @@
|
|
|
7209
7380
|
},
|
|
7210
7381
|
"details": {
|
|
7211
7382
|
"ntsRef": "A3.6.2",
|
|
7212
|
-
"
|
|
7383
|
+
"nts2Ref": "A3.6.2",
|
|
7213
7384
|
"title": "Details",
|
|
7214
7385
|
"type": "string"
|
|
7215
7386
|
}
|
|
7216
7387
|
},
|
|
7217
7388
|
"ntsRequired": ["details"],
|
|
7218
|
-
"
|
|
7389
|
+
"nts2Required": ["details"]
|
|
7219
7390
|
}
|
|
7220
7391
|
]
|
|
7221
7392
|
},
|
|
7222
7393
|
"buildingsInsurance": {
|
|
7223
7394
|
"lpe1Ref": "5",
|
|
7224
|
-
"nts-sefRef": "A3.7",
|
|
7225
7395
|
"title": "Buildings Insurance",
|
|
7226
7396
|
"type": "object",
|
|
7227
7397
|
"lpe1Required": [
|
|
@@ -7236,9 +7406,6 @@
|
|
|
7236
7406
|
"buildingsReinstatementCostAssessment",
|
|
7237
7407
|
"premiumIncludedInServiceCharge"
|
|
7238
7408
|
],
|
|
7239
|
-
"nts-sefRequired": [
|
|
7240
|
-
"premiumIncludedInServiceCharge"
|
|
7241
|
-
],
|
|
7242
7409
|
"properties": {
|
|
7243
7410
|
"premiumsPaidUpToDate": {
|
|
7244
7411
|
"lpe1Ref": "5.1",
|
|
@@ -7644,19 +7811,18 @@
|
|
|
7644
7811
|
},
|
|
7645
7812
|
"premiumIncludedInServiceCharge": {
|
|
7646
7813
|
"lpe1Ref": "5.10",
|
|
7647
|
-
"nts-sefRef": "A3.7.1",
|
|
7648
7814
|
"type": "object",
|
|
7649
7815
|
"title": "Is the insurance premium included in the service charge budget?",
|
|
7650
7816
|
"properties": {
|
|
7651
7817
|
"yesNo": {
|
|
7652
|
-
"
|
|
7818
|
+
"lpe1Ref": "5.10.1",
|
|
7653
7819
|
"type": "string",
|
|
7654
7820
|
"title": "",
|
|
7655
7821
|
"enum": ["Yes", "No"]
|
|
7656
7822
|
}
|
|
7657
7823
|
},
|
|
7658
7824
|
"lpe1Required": ["yesNo"],
|
|
7659
|
-
"
|
|
7825
|
+
"nts2Required": ["yesNo"],
|
|
7660
7826
|
"discriminator": {
|
|
7661
7827
|
"propertyName": "yesNo"
|
|
7662
7828
|
},
|
|
@@ -7675,13 +7841,11 @@
|
|
|
7675
7841
|
},
|
|
7676
7842
|
"details": {
|
|
7677
7843
|
"lpe1Ref": "5.10.1",
|
|
7678
|
-
"nts-sefRef": "A3.7.1.2",
|
|
7679
7844
|
"title": "Confirm the annual amount payable for the Property",
|
|
7680
7845
|
"type": "number"
|
|
7681
7846
|
}
|
|
7682
7847
|
},
|
|
7683
|
-
"lpe1Required": ["details"]
|
|
7684
|
-
"nts-sefRequired": ["details"]
|
|
7848
|
+
"lpe1Required": ["details"]
|
|
7685
7849
|
}
|
|
7686
7850
|
]
|
|
7687
7851
|
}
|
|
@@ -8970,7 +9134,7 @@
|
|
|
8970
9134
|
},
|
|
8971
9135
|
"otherOwnershipDetails": {
|
|
8972
9136
|
"ntsRef": "A3.5",
|
|
8973
|
-
"
|
|
9137
|
+
"nts2Ref": "A3.5",
|
|
8974
9138
|
"baspi4Ref": "A1.3.2",
|
|
8975
9139
|
"baspi5Ref": "A1.3.2",
|
|
8976
9140
|
"title": "Details of the ownership type",
|
|
@@ -8981,7 +9145,7 @@
|
|
|
8981
9145
|
"baspi4Required": ["otherOwnershipDetails"],
|
|
8982
9146
|
"baspi5Required": ["otherOwnershipDetails"],
|
|
8983
9147
|
"ntsRequired": ["otherOwnershipDetails"],
|
|
8984
|
-
"
|
|
9148
|
+
"nts2Required": ["otherOwnershipDetails"]
|
|
8985
9149
|
}
|
|
8986
9150
|
]
|
|
8987
9151
|
}
|
|
@@ -8990,8 +9154,9 @@
|
|
|
8990
9154
|
},
|
|
8991
9155
|
"parking": {
|
|
8992
9156
|
"ntsRef": "B4",
|
|
8993
|
-
"
|
|
9157
|
+
"nts2Ref": "B4",
|
|
8994
9158
|
"ntslRef": "B4",
|
|
9159
|
+
"ntsl2Ref": "B4",
|
|
8995
9160
|
"baspi4Ref": "A1.6",
|
|
8996
9161
|
"baspi5Ref": "A1.6",
|
|
8997
9162
|
"rdsRef": "Services/Parking",
|
|
@@ -9014,7 +9179,7 @@
|
|
|
9014
9179
|
"controlledParking",
|
|
9015
9180
|
"electricVehicleChargingPoint"
|
|
9016
9181
|
],
|
|
9017
|
-
"
|
|
9182
|
+
"nts2Required": [
|
|
9018
9183
|
"parkingArrangements",
|
|
9019
9184
|
"disabledParking",
|
|
9020
9185
|
"controlledParking",
|
|
@@ -9030,8 +9195,9 @@
|
|
|
9030
9195
|
"properties": {
|
|
9031
9196
|
"parkingArrangements": {
|
|
9032
9197
|
"ntsRef": "B4.1",
|
|
9033
|
-
"
|
|
9198
|
+
"nts2Ref": "B4.1",
|
|
9034
9199
|
"ntslRef": "B4.1",
|
|
9200
|
+
"ntsl2Ref": "B4.1",
|
|
9035
9201
|
"baspi4Ref": "A1.6.0",
|
|
9036
9202
|
"baspi5Ref": "A1.6.0",
|
|
9037
9203
|
"ta6Ref": "9.1",
|
|
@@ -9040,8 +9206,9 @@
|
|
|
9040
9206
|
"title": "Parking arrangements",
|
|
9041
9207
|
"items": {
|
|
9042
9208
|
"ntsRef": "B4.1.1",
|
|
9043
|
-
"
|
|
9209
|
+
"nts2Ref": "B4.1.1",
|
|
9044
9210
|
"ntslRef": "B4.1.1",
|
|
9211
|
+
"ntsl2Ref": "B4.1.1",
|
|
9045
9212
|
"type": "string",
|
|
9046
9213
|
"enum": [
|
|
9047
9214
|
"None",
|
|
@@ -9061,28 +9228,32 @@
|
|
|
9061
9228
|
},
|
|
9062
9229
|
"disabledParking": {
|
|
9063
9230
|
"ntsRef": "B4.2",
|
|
9064
|
-
"
|
|
9231
|
+
"nts2Ref": "B4.2",
|
|
9065
9232
|
"ntslRef": "B4.2",
|
|
9233
|
+
"ntsl2Ref": "B4.2",
|
|
9066
9234
|
"title": "Is disabled parking available?",
|
|
9067
9235
|
"type": "object",
|
|
9068
9236
|
"properties": {
|
|
9069
9237
|
"yesNo": {
|
|
9070
9238
|
"ntsRef": "B4.2.1",
|
|
9071
|
-
"
|
|
9239
|
+
"nts2Ref": "B4.2.1",
|
|
9072
9240
|
"ntslRef": "B4.2.1",
|
|
9241
|
+
"ntsl2Ref": "B4.2.1",
|
|
9073
9242
|
"type": "string",
|
|
9074
9243
|
"title": "",
|
|
9075
9244
|
"enum": ["Yes", "No", "Not known"]
|
|
9076
9245
|
}
|
|
9077
9246
|
},
|
|
9078
9247
|
"ntsRequired": ["yesNo"],
|
|
9079
|
-
"
|
|
9080
|
-
"ntslRequired": ["yesNo"]
|
|
9248
|
+
"nts2Required": ["yesNo"],
|
|
9249
|
+
"ntslRequired": ["yesNo"],
|
|
9250
|
+
"ntsl2Required": ["yesNo"]
|
|
9081
9251
|
},
|
|
9082
9252
|
"controlledParking": {
|
|
9083
9253
|
"ntsRef": "B4.3",
|
|
9084
|
-
"
|
|
9254
|
+
"nts2Ref": "B4.3",
|
|
9085
9255
|
"ntslRef": "B4.3",
|
|
9256
|
+
"ntsl2Ref": "B4.3",
|
|
9086
9257
|
"baspi4Ref": "A1.6.0.2",
|
|
9087
9258
|
"baspi5Ref": "A1.6.0.2",
|
|
9088
9259
|
"ta6Ref": "9.2",
|
|
@@ -9091,8 +9262,9 @@
|
|
|
9091
9262
|
"properties": {
|
|
9092
9263
|
"yesNo": {
|
|
9093
9264
|
"ntsRef": "B4.3.1",
|
|
9094
|
-
"
|
|
9265
|
+
"nts2Ref": "B4.3.1",
|
|
9095
9266
|
"ntslRef": "B4.3.1",
|
|
9267
|
+
"ntsl2Ref": "B4.3.1",
|
|
9096
9268
|
"baspi4Ref": "A1.6.0.2.1",
|
|
9097
9269
|
"baspi5Ref": "A1.6.0.2.1",
|
|
9098
9270
|
"ta6Ref": "9.2.1",
|
|
@@ -9104,8 +9276,9 @@
|
|
|
9104
9276
|
"baspi4Required": ["yesNo"],
|
|
9105
9277
|
"baspi5Required": ["yesNo"],
|
|
9106
9278
|
"ntsRequired": ["yesNo"],
|
|
9107
|
-
"
|
|
9279
|
+
"nts2Required": ["yesNo"],
|
|
9108
9280
|
"ntslRequired": ["yesNo"],
|
|
9281
|
+
"ntsl2Required": ["yesNo"],
|
|
9109
9282
|
"ta6Required": ["yesNo"],
|
|
9110
9283
|
"discriminator": {
|
|
9111
9284
|
"propertyName": "yesNo"
|
|
@@ -9175,8 +9348,9 @@
|
|
|
9175
9348
|
},
|
|
9176
9349
|
"electricVehicleChargingPoint": {
|
|
9177
9350
|
"ntsRef": "B4.4",
|
|
9178
|
-
"
|
|
9351
|
+
"nts2Ref": "B4.4",
|
|
9179
9352
|
"ntslRef": "B4.4",
|
|
9353
|
+
"ntsl2Ref": "B4.4",
|
|
9180
9354
|
"baspi4Ref": "A1.6.1",
|
|
9181
9355
|
"baspi5Ref": "A1.6.1",
|
|
9182
9356
|
"title": "Is there an electric vehicle charging point belonging to the property?",
|
|
@@ -9184,8 +9358,9 @@
|
|
|
9184
9358
|
"properties": {
|
|
9185
9359
|
"yesNo": {
|
|
9186
9360
|
"ntsRef": "B4.4.1",
|
|
9187
|
-
"
|
|
9361
|
+
"nts2Ref": "B4.4.1",
|
|
9188
9362
|
"ntslRef": "B4.4.1",
|
|
9363
|
+
"ntsl2Ref": "B4.4.1",
|
|
9189
9364
|
"baspi4Ref": "A1.6.1.1",
|
|
9190
9365
|
"baspi5Ref": "A1.6.1.1",
|
|
9191
9366
|
"type": "string",
|
|
@@ -9196,8 +9371,9 @@
|
|
|
9196
9371
|
"baspi4Required": ["yesNo"],
|
|
9197
9372
|
"baspi5Required": ["yesNo"],
|
|
9198
9373
|
"ntsRequired": ["yesNo"],
|
|
9199
|
-
"
|
|
9200
|
-
"ntslRequired": ["yesNo"]
|
|
9374
|
+
"nts2Required": ["yesNo"],
|
|
9375
|
+
"ntslRequired": ["yesNo"],
|
|
9376
|
+
"ntsl2Required": ["yesNo"]
|
|
9201
9377
|
},
|
|
9202
9378
|
"locatedInUlez": {
|
|
9203
9379
|
"baspi4Ref": "A1.6.2",
|
|
@@ -9220,8 +9396,9 @@
|
|
|
9220
9396
|
},
|
|
9221
9397
|
"listingAndConservation": {
|
|
9222
9398
|
"ntsRef": "C2.1",
|
|
9223
|
-
"
|
|
9399
|
+
"nts2Ref": "C2.1",
|
|
9224
9400
|
"ntslRef": "C2.1",
|
|
9401
|
+
"ntsl2Ref": "C2.1",
|
|
9225
9402
|
"baspi4Ref": "A1.7",
|
|
9226
9403
|
"baspi5Ref": "A1.7",
|
|
9227
9404
|
"ta6Ref": "4.7",
|
|
@@ -9232,7 +9409,7 @@
|
|
|
9232
9409
|
"isConservationArea",
|
|
9233
9410
|
"hasTreePreservationOrder"
|
|
9234
9411
|
],
|
|
9235
|
-
"
|
|
9412
|
+
"nts2Required": [
|
|
9236
9413
|
"isListed",
|
|
9237
9414
|
"isConservationArea",
|
|
9238
9415
|
"hasTreePreservationOrder"
|
|
@@ -9260,8 +9437,9 @@
|
|
|
9260
9437
|
"properties": {
|
|
9261
9438
|
"isListed": {
|
|
9262
9439
|
"ntsRef": "C2.1.1",
|
|
9263
|
-
"
|
|
9440
|
+
"nts2Ref": "C2.1.1",
|
|
9264
9441
|
"ntslRef": "C2.1.1",
|
|
9442
|
+
"ntsl2Ref": "C2.1.1",
|
|
9265
9443
|
"baspi4Ref": "A1.7.1",
|
|
9266
9444
|
"baspi5Ref": "A1.7.1",
|
|
9267
9445
|
"rdsRef": "Protections",
|
|
@@ -9272,8 +9450,9 @@
|
|
|
9272
9450
|
"properties": {
|
|
9273
9451
|
"yesNo": {
|
|
9274
9452
|
"ntsRef": "C2.1.1.1",
|
|
9275
|
-
"
|
|
9453
|
+
"nts2Ref": "C2.1.1.1",
|
|
9276
9454
|
"ntslRef": "C2.1.1.1",
|
|
9455
|
+
"ntsl2Ref": "C2.1.1.1",
|
|
9277
9456
|
"baspi4Ref": "A1.7.1.1",
|
|
9278
9457
|
"baspi5Ref": "A1.7.1.1",
|
|
9279
9458
|
"ta6Ref": "4.7a1",
|
|
@@ -9282,15 +9461,17 @@
|
|
|
9282
9461
|
"title": "",
|
|
9283
9462
|
"enum": ["Yes", "No", "Not known"],
|
|
9284
9463
|
"ntsEnum": ["Yes", "No"],
|
|
9285
|
-
"
|
|
9286
|
-
"ntslEnum": ["Yes", "No"]
|
|
9464
|
+
"nts2Enum": ["Yes", "No"],
|
|
9465
|
+
"ntslEnum": ["Yes", "No"],
|
|
9466
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
9287
9467
|
}
|
|
9288
9468
|
},
|
|
9289
9469
|
"baspi4Required": ["yesNo"],
|
|
9290
9470
|
"baspi5Required": ["yesNo"],
|
|
9291
9471
|
"ntsRequired": ["yesNo"],
|
|
9292
|
-
"
|
|
9472
|
+
"nts2Required": ["yesNo"],
|
|
9293
9473
|
"ntslRequired": ["yesNo"],
|
|
9474
|
+
"ntsl2Required": ["yesNo"],
|
|
9294
9475
|
"ta6Required": ["yesNo"],
|
|
9295
9476
|
"discriminator": {
|
|
9296
9477
|
"propertyName": "yesNo"
|
|
@@ -9310,8 +9491,9 @@
|
|
|
9310
9491
|
},
|
|
9311
9492
|
"details": {
|
|
9312
9493
|
"ntsRef": "C2.1.1.2",
|
|
9313
|
-
"
|
|
9494
|
+
"nts2Ref": "C2.1.1.2",
|
|
9314
9495
|
"ntslRef": "C2.1.1.2",
|
|
9496
|
+
"ntsl2Ref": "C2.1.1.2",
|
|
9315
9497
|
"baspi4Ref": "A1.7.1.2",
|
|
9316
9498
|
"baspi5Ref": "A1.7.1.2",
|
|
9317
9499
|
"ta6Ref": "4.7a2",
|
|
@@ -9329,8 +9511,9 @@
|
|
|
9329
9511
|
}
|
|
9330
9512
|
},
|
|
9331
9513
|
"ntsRequired": ["details"],
|
|
9332
|
-
"
|
|
9514
|
+
"nts2Required": ["details"],
|
|
9333
9515
|
"ntslRequired": ["details"],
|
|
9516
|
+
"ntsl2Required": ["details"],
|
|
9334
9517
|
"baspi4Required": ["details", "attachments"],
|
|
9335
9518
|
"baspi5Required": ["details", "attachments"],
|
|
9336
9519
|
"ta6Required": ["details", "attachments"]
|
|
@@ -9339,8 +9522,9 @@
|
|
|
9339
9522
|
},
|
|
9340
9523
|
"isConservationArea": {
|
|
9341
9524
|
"ntsRef": "C2.1.2",
|
|
9342
|
-
"
|
|
9525
|
+
"nts2Ref": "C2.1.2",
|
|
9343
9526
|
"ntslRef": "C2.1.2",
|
|
9527
|
+
"ntsl2Ref": "C2.1.2",
|
|
9344
9528
|
"baspi4Ref": "A1.7.2",
|
|
9345
9529
|
"baspi5Ref": "A1.7.2",
|
|
9346
9530
|
"rdsRef": "Protections",
|
|
@@ -9351,8 +9535,9 @@
|
|
|
9351
9535
|
"properties": {
|
|
9352
9536
|
"yesNo": {
|
|
9353
9537
|
"ntsRef": "C2.1.2.1",
|
|
9354
|
-
"
|
|
9538
|
+
"nts2Ref": "C2.1.2.1",
|
|
9355
9539
|
"ntslRef": "C2.1.2.1",
|
|
9540
|
+
"ntsl2Ref": "C2.1.2.1",
|
|
9356
9541
|
"baspi4Ref": "A1.7.2.1",
|
|
9357
9542
|
"baspi5Ref": "A1.7.2.1",
|
|
9358
9543
|
"piqRef": "A1.6.2.1",
|
|
@@ -9361,15 +9546,17 @@
|
|
|
9361
9546
|
"title": "",
|
|
9362
9547
|
"enum": ["Yes", "No", "Not known"],
|
|
9363
9548
|
"ntsEnum": ["Yes", "No"],
|
|
9364
|
-
"
|
|
9365
|
-
"ntslEnum": ["Yes", "No"]
|
|
9549
|
+
"nts2Enum": ["Yes", "No"],
|
|
9550
|
+
"ntslEnum": ["Yes", "No"],
|
|
9551
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
9366
9552
|
}
|
|
9367
9553
|
},
|
|
9368
9554
|
"baspi4Required": ["yesNo"],
|
|
9369
9555
|
"baspi5Required": ["yesNo"],
|
|
9370
9556
|
"ntsRequired": ["yesNo"],
|
|
9371
|
-
"
|
|
9557
|
+
"nts2Required": ["yesNo"],
|
|
9372
9558
|
"ntslRequired": ["yesNo"],
|
|
9559
|
+
"ntsl2Required": ["yesNo"],
|
|
9373
9560
|
"ta6Required": ["yesNo"],
|
|
9374
9561
|
"discriminator": {
|
|
9375
9562
|
"propertyName": "yesNo"
|
|
@@ -9389,8 +9576,9 @@
|
|
|
9389
9576
|
},
|
|
9390
9577
|
"details": {
|
|
9391
9578
|
"ntsRef": "C2.1.2.2",
|
|
9392
|
-
"
|
|
9579
|
+
"nts2Ref": "C2.1.2.2",
|
|
9393
9580
|
"ntslRef": "C2.1.2.2",
|
|
9581
|
+
"ntsl2Ref": "C2.1.2.2",
|
|
9394
9582
|
"baspi4Ref": "A1.7.2.2",
|
|
9395
9583
|
"baspi5Ref": "A1.7.2.2",
|
|
9396
9584
|
"ta6Ref": "4.7b2",
|
|
@@ -9408,8 +9596,9 @@
|
|
|
9408
9596
|
}
|
|
9409
9597
|
},
|
|
9410
9598
|
"ntsRequired": ["details"],
|
|
9411
|
-
"
|
|
9599
|
+
"nts2Required": ["details"],
|
|
9412
9600
|
"ntslRequired": ["details"],
|
|
9601
|
+
"ntsl2Required": ["details"],
|
|
9413
9602
|
"baspi4Required": ["details", "attachments"],
|
|
9414
9603
|
"baspi5Required": ["details", "attachments"],
|
|
9415
9604
|
"ta6Required": ["details", "attachments"]
|
|
@@ -9418,8 +9607,9 @@
|
|
|
9418
9607
|
},
|
|
9419
9608
|
"hasTreePreservationOrder": {
|
|
9420
9609
|
"ntsRef": "C2.1.3",
|
|
9421
|
-
"
|
|
9610
|
+
"nts2Ref": "C2.1.3",
|
|
9422
9611
|
"ntslRef": "C2.1.3",
|
|
9612
|
+
"ntsl2Ref": "C2.1.3",
|
|
9423
9613
|
"baspi4Ref": "A1.7.3",
|
|
9424
9614
|
"baspi5Ref": "A1.7.3",
|
|
9425
9615
|
"rdsRef": "Property/Flags",
|
|
@@ -9430,8 +9620,9 @@
|
|
|
9430
9620
|
"properties": {
|
|
9431
9621
|
"yesNo": {
|
|
9432
9622
|
"ntsRef": "C2.1.3.1",
|
|
9433
|
-
"
|
|
9623
|
+
"nts2Ref": "C2.1.3.1",
|
|
9434
9624
|
"ntslRef": "C2.1.3.1",
|
|
9625
|
+
"ntsl2Ref": "C2.1.3.1",
|
|
9435
9626
|
"baspi4Ref": "A1.7.3.1",
|
|
9436
9627
|
"baspi5Ref": "A1.7.3.1",
|
|
9437
9628
|
"ta6Ref": "4.8.1",
|
|
@@ -9440,15 +9631,17 @@
|
|
|
9440
9631
|
"title": "",
|
|
9441
9632
|
"enum": ["Yes", "No", "Not known"],
|
|
9442
9633
|
"ntsEnum": ["Yes", "No"],
|
|
9443
|
-
"
|
|
9444
|
-
"ntslEnum": ["Yes", "No"]
|
|
9634
|
+
"nts2Enum": ["Yes", "No"],
|
|
9635
|
+
"ntslEnum": ["Yes", "No"],
|
|
9636
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
9445
9637
|
}
|
|
9446
9638
|
},
|
|
9447
9639
|
"baspi4Required": ["yesNo"],
|
|
9448
9640
|
"baspi5Required": ["yesNo"],
|
|
9449
9641
|
"ntsRequired": ["yesNo"],
|
|
9450
|
-
"
|
|
9642
|
+
"nts2Required": ["yesNo"],
|
|
9451
9643
|
"ntslRequired": ["yesNo"],
|
|
9644
|
+
"ntsl2Required": ["yesNo"],
|
|
9452
9645
|
"ta6Required": ["yesNo"],
|
|
9453
9646
|
"discriminator": {
|
|
9454
9647
|
"propertyName": "yesNo"
|
|
@@ -9468,8 +9661,9 @@
|
|
|
9468
9661
|
},
|
|
9469
9662
|
"workCarriedOut": {
|
|
9470
9663
|
"ntsRef": "C2.1.3.2",
|
|
9471
|
-
"
|
|
9664
|
+
"nts2Ref": "C2.1.3.2",
|
|
9472
9665
|
"ntslRef": "C2.1.3.2",
|
|
9666
|
+
"ntsl2Ref": "C2.1.3.2",
|
|
9473
9667
|
"baspi4Ref": "A1.7.3.2",
|
|
9474
9668
|
"baspi5Ref": "A1.7.3.2",
|
|
9475
9669
|
"rdsRef": "WorksAlterationsChanges",
|
|
@@ -9491,8 +9685,9 @@
|
|
|
9491
9685
|
"baspi4Required": ["yesNo"],
|
|
9492
9686
|
"baspi5Required": ["yesNo"],
|
|
9493
9687
|
"ntsRequired": ["yesNo"],
|
|
9494
|
-
"
|
|
9688
|
+
"nts2Required": ["yesNo"],
|
|
9495
9689
|
"ntslRequired": ["yesNo"],
|
|
9690
|
+
"ntsl2Required": ["yesNo"],
|
|
9496
9691
|
"ta6Required": ["yesNo"],
|
|
9497
9692
|
"discriminator": {
|
|
9498
9693
|
"propertyName": "yesNo"
|
|
@@ -9512,8 +9707,9 @@
|
|
|
9512
9707
|
},
|
|
9513
9708
|
"consentsObtained": {
|
|
9514
9709
|
"ntsRef": "C2.1.3.3",
|
|
9515
|
-
"
|
|
9710
|
+
"nts2Ref": "C2.1.3.3",
|
|
9516
9711
|
"ntslRef": "C2.1.3.3",
|
|
9712
|
+
"ntsl2Ref": "C2.1.3.3",
|
|
9517
9713
|
"baspi4Ref": "A1.7.3.3",
|
|
9518
9714
|
"baspi5Ref": "A1.7.3.3",
|
|
9519
9715
|
"ta6Ref": "4.8a2",
|
|
@@ -9532,8 +9728,9 @@
|
|
|
9532
9728
|
}
|
|
9533
9729
|
},
|
|
9534
9730
|
"ntsRequired": ["consentsObtained"],
|
|
9535
|
-
"
|
|
9731
|
+
"nts2Required": ["consentsObtained"],
|
|
9536
9732
|
"ntslRequired": ["consentsObtained"],
|
|
9733
|
+
"ntsl2Required": ["consentsObtained"],
|
|
9537
9734
|
"baspi4Required": ["consentsObtained"],
|
|
9538
9735
|
"baspi5Required": ["consentsObtained"],
|
|
9539
9736
|
"ta6Required": ["consentsObtained"]
|
|
@@ -9553,8 +9750,9 @@
|
|
|
9553
9750
|
"baspi4Ref": "A1.8",
|
|
9554
9751
|
"baspi5Ref": "A1.8",
|
|
9555
9752
|
"ntsRef": "A1.2",
|
|
9556
|
-
"
|
|
9753
|
+
"nts2Ref": "A1.2",
|
|
9557
9754
|
"ntslRef": "A1.2",
|
|
9755
|
+
"ntsl2Ref": "A1.2",
|
|
9558
9756
|
"title": "Type of Construction",
|
|
9559
9757
|
"type": "object",
|
|
9560
9758
|
"baspi4Required": [
|
|
@@ -9568,15 +9766,27 @@
|
|
|
9568
9766
|
"sprayFoamInsulation"
|
|
9569
9767
|
],
|
|
9570
9768
|
"ntsRequired": ["isStandardForm", "buildingSafety"],
|
|
9571
|
-
"
|
|
9769
|
+
"nts2Required": [
|
|
9770
|
+
"isStandardForm",
|
|
9771
|
+
"buildingSafety",
|
|
9772
|
+
"loft",
|
|
9773
|
+
"sprayFoamInsulation"
|
|
9774
|
+
],
|
|
9572
9775
|
"ntslRequired": ["isStandardForm", "buildingSafety"],
|
|
9776
|
+
"ntsl2Required": [
|
|
9777
|
+
"isStandardForm",
|
|
9778
|
+
"buildingSafety",
|
|
9779
|
+
"loft",
|
|
9780
|
+
"sprayFoamInsulation"
|
|
9781
|
+
],
|
|
9573
9782
|
"properties": {
|
|
9574
9783
|
"isStandardForm": {
|
|
9575
9784
|
"baspi4Ref": "A1.8.1",
|
|
9576
9785
|
"baspi5Ref": "A1.8.1",
|
|
9577
9786
|
"ntsRef": "A1.2.1",
|
|
9578
|
-
"
|
|
9787
|
+
"nts2Ref": "A1.2.1",
|
|
9579
9788
|
"ntslRef": "A1.2.1",
|
|
9789
|
+
"ntsl2Ref": "A1.2.1",
|
|
9580
9790
|
"rdsRef": "Buildings,BuildingSections/ConstructionType,ConstructionMaterials",
|
|
9581
9791
|
"piqRef": "A5.5",
|
|
9582
9792
|
"title": "Is the property built in a standard form of construction?",
|
|
@@ -9587,8 +9797,9 @@
|
|
|
9587
9797
|
"baspi4Ref": "A1.8.1.1",
|
|
9588
9798
|
"baspi5Ref": "A1.8.1.1",
|
|
9589
9799
|
"ntsRef": "A1.2.1.1",
|
|
9590
|
-
"
|
|
9800
|
+
"nts2Ref": "A1.2.1.1",
|
|
9591
9801
|
"ntslRef": "A1.2.1.1",
|
|
9802
|
+
"ntsl2Ref": "A1.2.1.1",
|
|
9592
9803
|
"piqRef": "A5.5.1",
|
|
9593
9804
|
"type": "string",
|
|
9594
9805
|
"title": "",
|
|
@@ -9598,8 +9809,9 @@
|
|
|
9598
9809
|
"baspi4Required": ["yesNo"],
|
|
9599
9810
|
"baspi5Required": ["yesNo"],
|
|
9600
9811
|
"ntsRequired": ["yesNo"],
|
|
9601
|
-
"
|
|
9812
|
+
"nts2Required": ["yesNo"],
|
|
9602
9813
|
"ntslRequired": ["yesNo"],
|
|
9814
|
+
"ntsl2Required": ["yesNo"],
|
|
9603
9815
|
"discriminator": {
|
|
9604
9816
|
"propertyName": "yesNo"
|
|
9605
9817
|
},
|
|
@@ -9608,8 +9820,23 @@
|
|
|
9608
9820
|
"properties": {
|
|
9609
9821
|
"yesNo": {
|
|
9610
9822
|
"enum": ["Yes"]
|
|
9823
|
+
},
|
|
9824
|
+
"constructionType": {
|
|
9825
|
+
"nts2Ref": "A1.2.1.3",
|
|
9826
|
+
"ntsl2Ref": "A1.2.1.3",
|
|
9827
|
+
"title": "Details",
|
|
9828
|
+
"type": "string",
|
|
9829
|
+
"enum": [
|
|
9830
|
+
"Brick and block",
|
|
9831
|
+
"Steel frame",
|
|
9832
|
+
"Timber frame",
|
|
9833
|
+
"Insulated concrete framework",
|
|
9834
|
+
"Structural insulated panel (SIP)"
|
|
9835
|
+
]
|
|
9611
9836
|
}
|
|
9612
|
-
}
|
|
9837
|
+
},
|
|
9838
|
+
"nts2Required": ["constructionType"],
|
|
9839
|
+
"ntsl2Required": ["constructionType"]
|
|
9613
9840
|
},
|
|
9614
9841
|
{
|
|
9615
9842
|
"properties": {
|
|
@@ -9620,8 +9847,9 @@
|
|
|
9620
9847
|
"baspi4Ref": "A1.8.1.2",
|
|
9621
9848
|
"baspi5Ref": "A1.8.1.2",
|
|
9622
9849
|
"ntsRef": "A1.2.1.2",
|
|
9623
|
-
"
|
|
9850
|
+
"nts2Ref": "A1.2.1.2",
|
|
9624
9851
|
"ntslRef": "A1.2.1.2",
|
|
9852
|
+
"ntsl2Ref": "A1.2.1.2",
|
|
9625
9853
|
"title": "Details",
|
|
9626
9854
|
"type": "string",
|
|
9627
9855
|
"minLength": 1
|
|
@@ -9630,15 +9858,17 @@
|
|
|
9630
9858
|
"baspi4Required": ["details"],
|
|
9631
9859
|
"baspi5Required": ["details"],
|
|
9632
9860
|
"ntsRequired": ["details"],
|
|
9633
|
-
"
|
|
9634
|
-
"ntslRequired": ["details"]
|
|
9861
|
+
"nts2Required": ["details"],
|
|
9862
|
+
"ntslRequired": ["details"],
|
|
9863
|
+
"ntsl2Required": ["details"]
|
|
9635
9864
|
}
|
|
9636
9865
|
]
|
|
9637
9866
|
},
|
|
9638
9867
|
"buildingSafety": {
|
|
9639
9868
|
"ntsRef": "C1",
|
|
9640
|
-
"
|
|
9869
|
+
"nts2Ref": "C1",
|
|
9641
9870
|
"ntslRef": "C1",
|
|
9871
|
+
"ntsl2Ref": "C1",
|
|
9642
9872
|
"baspi4Ref": "A1.8.2",
|
|
9643
9873
|
"baspi5Ref": "A1.8.2",
|
|
9644
9874
|
"ta7Ref": "11.1",
|
|
@@ -9651,8 +9881,9 @@
|
|
|
9651
9881
|
"properties": {
|
|
9652
9882
|
"yesNo": {
|
|
9653
9883
|
"ntsRef": "C1.1",
|
|
9654
|
-
"
|
|
9884
|
+
"nts2Ref": "C1.1",
|
|
9655
9885
|
"ntslRef": "C1.1",
|
|
9886
|
+
"ntsl2Ref": "C1.1",
|
|
9656
9887
|
"baspi4Ref": "A1.8.2.1",
|
|
9657
9888
|
"baspi5Ref": "A1.8.2.1",
|
|
9658
9889
|
"ta7Ref": "11.1.1",
|
|
@@ -9663,13 +9894,15 @@
|
|
|
9663
9894
|
"baspi4Enum": ["Yes", "No"],
|
|
9664
9895
|
"baspi5Enum": ["Yes", "No"],
|
|
9665
9896
|
"ntsEnum": ["Yes", "No"],
|
|
9666
|
-
"
|
|
9667
|
-
"ntslEnum": ["Yes", "No"]
|
|
9897
|
+
"nts2Enum": ["Yes", "No"],
|
|
9898
|
+
"ntslEnum": ["Yes", "No"],
|
|
9899
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
9668
9900
|
}
|
|
9669
9901
|
},
|
|
9670
9902
|
"ntsRequired": ["yesNo"],
|
|
9671
|
-
"
|
|
9903
|
+
"nts2Required": ["yesNo"],
|
|
9672
9904
|
"ntslRequired": ["yesNo"],
|
|
9905
|
+
"ntsl2Required": ["yesNo"],
|
|
9673
9906
|
"baspi4Required": ["yesNo"],
|
|
9674
9907
|
"baspi5Required": ["yesNo"],
|
|
9675
9908
|
"ta7Required": ["yesNo"],
|
|
@@ -9692,8 +9925,9 @@
|
|
|
9692
9925
|
},
|
|
9693
9926
|
"details": {
|
|
9694
9927
|
"ntsRef": "C1.2",
|
|
9695
|
-
"
|
|
9928
|
+
"nts2Ref": "C1.2",
|
|
9696
9929
|
"ntslRef": "C1.2",
|
|
9930
|
+
"ntsl2Ref": "C1.2",
|
|
9697
9931
|
"baspi4Ref": "A1.8.2.2",
|
|
9698
9932
|
"baspi5Ref": "A1.8.2.2",
|
|
9699
9933
|
"ta7Ref": "11.1.2",
|
|
@@ -9704,8 +9938,9 @@
|
|
|
9704
9938
|
},
|
|
9705
9939
|
"workAlreadyDone": {
|
|
9706
9940
|
"ntsRef": "C1.3",
|
|
9707
|
-
"
|
|
9941
|
+
"nts2Ref": "C1.3",
|
|
9708
9942
|
"ntslRef": "C1.3",
|
|
9943
|
+
"ntsl2Ref": "C1.3",
|
|
9709
9944
|
"baspi4Ref": "A1.8.2.2",
|
|
9710
9945
|
"baspi5Ref": "A1.8.2.2",
|
|
9711
9946
|
"ta7Ref": "11.1.2",
|
|
@@ -9715,8 +9950,9 @@
|
|
|
9715
9950
|
},
|
|
9716
9951
|
"workToBeDone": {
|
|
9717
9952
|
"ntsRef": "C1.4",
|
|
9718
|
-
"
|
|
9953
|
+
"nts2Ref": "C1.4",
|
|
9719
9954
|
"ntslRef": "C1.4",
|
|
9955
|
+
"ntsl2Ref": "C1.4",
|
|
9720
9956
|
"baspi4Ref": "A1.8.2.2",
|
|
9721
9957
|
"baspi5Ref": "A1.8.2.2",
|
|
9722
9958
|
"ta7Ref": "11.1.2",
|
|
@@ -9726,8 +9962,9 @@
|
|
|
9726
9962
|
},
|
|
9727
9963
|
"potentialCost": {
|
|
9728
9964
|
"ntsRef": "C1.5",
|
|
9729
|
-
"
|
|
9965
|
+
"nts2Ref": "C1.5",
|
|
9730
9966
|
"ntslRef": "C1.5",
|
|
9967
|
+
"ntsl2Ref": "C1.5",
|
|
9731
9968
|
"baspi4Ref": "A1.8.2.2",
|
|
9732
9969
|
"baspi5Ref": "A1.8.2.2",
|
|
9733
9970
|
"ta7Ref": "11.1.2",
|
|
@@ -9737,8 +9974,9 @@
|
|
|
9737
9974
|
},
|
|
9738
9975
|
"abilityToResideAtProperty": {
|
|
9739
9976
|
"ntsRef": "C1.6",
|
|
9740
|
-
"
|
|
9977
|
+
"nts2Ref": "C1.6",
|
|
9741
9978
|
"ntslRef": "C1.6",
|
|
9979
|
+
"ntsl2Ref": "C1.6",
|
|
9742
9980
|
"baspi4Ref": "A1.8.2.2",
|
|
9743
9981
|
"baspi5Ref": "A1.8.2.2",
|
|
9744
9982
|
"ta7Ref": "11.1.2",
|
|
@@ -9765,7 +10003,7 @@
|
|
|
9765
10003
|
"potentialCost",
|
|
9766
10004
|
"abilityToResideAtProperty"
|
|
9767
10005
|
],
|
|
9768
|
-
"
|
|
10006
|
+
"nts2Required": [
|
|
9769
10007
|
"details",
|
|
9770
10008
|
"workAlreadyDone",
|
|
9771
10009
|
"workToBeDone",
|
|
@@ -9783,10 +10021,16 @@
|
|
|
9783
10021
|
]
|
|
9784
10022
|
},
|
|
9785
10023
|
"loft": {
|
|
10024
|
+
"nts2Ref": "A1.2.4",
|
|
10025
|
+
"ntsl2Ref": "A1.2.4",
|
|
9786
10026
|
"title": "Does the property have access to a loft?",
|
|
9787
10027
|
"type": "object",
|
|
10028
|
+
"nts2Required": ["loftAccess"],
|
|
10029
|
+
"ntsl2Required": ["loftAccess"],
|
|
9788
10030
|
"properties": {
|
|
9789
10031
|
"loftAccess": {
|
|
10032
|
+
"nts2Ref": "A1.2.4.1",
|
|
10033
|
+
"ntsl2Ref": "A1.2.4.1",
|
|
9790
10034
|
"type": "string",
|
|
9791
10035
|
"title": "",
|
|
9792
10036
|
"enum": ["Yes", "No"]
|
|
@@ -9809,31 +10053,51 @@
|
|
|
9809
10053
|
"enum": ["Yes"]
|
|
9810
10054
|
},
|
|
9811
10055
|
"details": {
|
|
10056
|
+
"nts2Ref": "A1.2.4.2",
|
|
10057
|
+
"ntsl2Ref": "A1.2.4.2",
|
|
9812
10058
|
"title": "Please describe how the loft is accessed",
|
|
9813
10059
|
"type": "string",
|
|
9814
10060
|
"minLength": 1
|
|
9815
10061
|
},
|
|
9816
10062
|
"loftBoarded": {
|
|
10063
|
+
"nts2Ref": "A1.2.4.3",
|
|
10064
|
+
"ntsl2Ref": "A1.2.4.3",
|
|
9817
10065
|
"type": "string",
|
|
9818
10066
|
"title": "Is the loft space boarded?",
|
|
9819
10067
|
"enum": ["Yes", "No"]
|
|
9820
10068
|
},
|
|
9821
10069
|
"loftInsulated": {
|
|
10070
|
+
"nts2Ref": "A1.2.4.4",
|
|
10071
|
+
"ntsl2Ref": "A1.2.4.4",
|
|
9822
10072
|
"type": "string",
|
|
9823
10073
|
"title": "Is the loft space insulated?",
|
|
9824
10074
|
"enum": ["Yes", "No"]
|
|
9825
10075
|
}
|
|
9826
|
-
}
|
|
10076
|
+
},
|
|
10077
|
+
"nts2Required": [
|
|
10078
|
+
"loftAccess",
|
|
10079
|
+
"loftBoarded",
|
|
10080
|
+
"loftInsulated"
|
|
10081
|
+
],
|
|
10082
|
+
"ntsl2Required": [
|
|
10083
|
+
"loftAccess",
|
|
10084
|
+
"loftBoarded",
|
|
10085
|
+
"loftInsulated"
|
|
10086
|
+
]
|
|
9827
10087
|
}
|
|
9828
10088
|
]
|
|
9829
10089
|
},
|
|
9830
10090
|
"sprayFoamInsulation": {
|
|
9831
10091
|
"baspi4Ref": "A1.8.4",
|
|
9832
10092
|
"baspi5Ref": "A1.8.4",
|
|
10093
|
+
"nts2Ref": "A4.2",
|
|
10094
|
+
"ntsl2Ref": "A4.2",
|
|
9833
10095
|
"title": "Has spray foam insulation been installed at the property?",
|
|
9834
10096
|
"type": "object",
|
|
9835
10097
|
"properties": {
|
|
9836
10098
|
"hasSprayFoamInstalled": {
|
|
10099
|
+
"nts2Ref": "A4.2.1",
|
|
10100
|
+
"ntsl2Ref": "A4.2.1",
|
|
9837
10101
|
"baspi4Ref": "A1.8.4.1",
|
|
9838
10102
|
"baspi5Ref": "A1.8.4.1",
|
|
9839
10103
|
"type": "string",
|
|
@@ -9843,6 +10107,8 @@
|
|
|
9843
10107
|
},
|
|
9844
10108
|
"baspi4Required": ["hasSprayFoamInstalled"],
|
|
9845
10109
|
"baspi5Required": ["hasSprayFoamInstalled"],
|
|
10110
|
+
"nts2Required": ["hasSprayFoamInstalled"],
|
|
10111
|
+
"ntsl2Required": ["hasSprayFoamInstalled"],
|
|
9846
10112
|
"discriminator": {
|
|
9847
10113
|
"propertyName": "hasSprayFoamInstalled"
|
|
9848
10114
|
},
|
|
@@ -9862,7 +10128,11 @@
|
|
|
9862
10128
|
"details": {
|
|
9863
10129
|
"baspi4Ref": "A1.8.4.2",
|
|
9864
10130
|
"baspi5Ref": "A1.8.4.2",
|
|
10131
|
+
"nts2Ref": "A4.2.2",
|
|
10132
|
+
"ntsl2Ref": "A4.2.2",
|
|
9865
10133
|
"title": "Please give details together with certification from BBA or KIWA and the installation warranty for the work carried out",
|
|
10134
|
+
"nts2Title": "Please give details",
|
|
10135
|
+
"ntsl2Title": "Please give details",
|
|
9866
10136
|
"type": "string",
|
|
9867
10137
|
"minLength": 1
|
|
9868
10138
|
},
|
|
@@ -9875,15 +10145,18 @@
|
|
|
9875
10145
|
}
|
|
9876
10146
|
},
|
|
9877
10147
|
"baspi4Required": ["details", "attachments"],
|
|
9878
|
-
"baspi5Required": ["details", "attachments"]
|
|
10148
|
+
"baspi5Required": ["details", "attachments"],
|
|
10149
|
+
"nts2Required": ["details"],
|
|
10150
|
+
"ntsl2Required": ["details"]
|
|
9879
10151
|
}
|
|
9880
10152
|
]
|
|
9881
10153
|
},
|
|
9882
10154
|
"accessibilityAndAdaptations": {
|
|
9883
10155
|
"baspi5Ref": "A12.2",
|
|
9884
10156
|
"ntsRef": "C5",
|
|
9885
|
-
"
|
|
10157
|
+
"nts2Ref": "C5",
|
|
9886
10158
|
"ntslRef": "C5",
|
|
10159
|
+
"ntsl2Ref": "C5",
|
|
9887
10160
|
"title": "Are there any adaptations or features that provide easier access to, and within, the property?",
|
|
9888
10161
|
"description": "Lateral living is where a property has all essential facilities e.g. kitchen, bathroom and bedroom on the entrance level.",
|
|
9889
10162
|
"type": "array",
|
|
@@ -9909,16 +10182,18 @@
|
|
|
9909
10182
|
"baspi5Ref": "A1.8.3",
|
|
9910
10183
|
"ta6Ref": "7.6",
|
|
9911
10184
|
"ntsRef": "A4",
|
|
9912
|
-
"
|
|
10185
|
+
"nts2Ref": "A4",
|
|
9913
10186
|
"ntslRef": "A4",
|
|
10187
|
+
"ntsl2Ref": "A4",
|
|
9914
10188
|
"rdsRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
|
|
9915
10189
|
"title": "Energy Efficiency",
|
|
9916
10190
|
"type": "object",
|
|
9917
10191
|
"baspi4Required": ["certificate", "greenDealLoan"],
|
|
9918
10192
|
"baspi5Required": ["certificate", "greenDealLoan"],
|
|
9919
10193
|
"ntsRequired": ["certificate"],
|
|
9920
|
-
"
|
|
10194
|
+
"nts2Required": ["certificate"],
|
|
9921
10195
|
"ntslRequired": ["certificate"],
|
|
10196
|
+
"ntsl2Required": ["certificate"],
|
|
9922
10197
|
"ta6Required": ["certificateIsSupplied", "greenDealLoan"],
|
|
9923
10198
|
"properties": {
|
|
9924
10199
|
"certificateIsSupplied": {
|
|
@@ -9931,14 +10206,16 @@
|
|
|
9931
10206
|
"baspi4Ref": "A1.8.3.1",
|
|
9932
10207
|
"baspi5Ref": "A1.8.3.1",
|
|
9933
10208
|
"ntsRef": "A4.1",
|
|
9934
|
-
"
|
|
10209
|
+
"nts2Ref": "A4.1",
|
|
9935
10210
|
"ntslRef": "A4.1",
|
|
10211
|
+
"ntsl2Ref": "A4.1",
|
|
9936
10212
|
"type": "object",
|
|
9937
10213
|
"baspi4Required": ["currentEnergyRating"],
|
|
9938
10214
|
"baspi5Required": ["currentEnergyRating"],
|
|
9939
10215
|
"ntsRequired": ["currentEnergyRating"],
|
|
9940
|
-
"
|
|
10216
|
+
"nts2Required": ["currentEnergyRating"],
|
|
9941
10217
|
"ntslRequired": ["currentEnergyRating"],
|
|
10218
|
+
"ntsl2Required": ["currentEnergyRating"],
|
|
9942
10219
|
"properties": {
|
|
9943
10220
|
"certificateNumber": {
|
|
9944
10221
|
"type": "string"
|
|
@@ -9989,8 +10266,9 @@
|
|
|
9989
10266
|
"baspi4Ref": "A1.8.3.1.1",
|
|
9990
10267
|
"baspi5Ref": "A1.8.3.1.1",
|
|
9991
10268
|
"ntsRef": "A4.1.1",
|
|
9992
|
-
"
|
|
10269
|
+
"nts2Ref": "A4.1.1",
|
|
9993
10270
|
"ntslRef": "A4.1.1",
|
|
10271
|
+
"ntsl2Ref": "A4.1.1",
|
|
9994
10272
|
"title": "Current energy efficiency rating",
|
|
9995
10273
|
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
9996
10274
|
"type": "string",
|
|
@@ -10351,8 +10629,9 @@
|
|
|
10351
10629
|
"baspi4Ref": "A1.9",
|
|
10352
10630
|
"baspi5Ref": "A1.9",
|
|
10353
10631
|
"ntsRef": "A1",
|
|
10354
|
-
"
|
|
10632
|
+
"nts2Ref": "A1",
|
|
10355
10633
|
"ntslRef": "A1",
|
|
10634
|
+
"ntsl2Ref": "A1",
|
|
10356
10635
|
"piqRef": "B2",
|
|
10357
10636
|
"title": "Council Tax",
|
|
10358
10637
|
"type": "object",
|
|
@@ -10365,18 +10644,17 @@
|
|
|
10365
10644
|
"councilTaxAffectingAlterations"
|
|
10366
10645
|
],
|
|
10367
10646
|
"ntsRequired": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
10368
|
-
"
|
|
10369
|
-
"councilTaxBand",
|
|
10370
|
-
"councilTaxAffectingAlterations"
|
|
10371
|
-
],
|
|
10647
|
+
"nts2Required": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
10372
10648
|
"ntslRequired": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
10649
|
+
"ntsl2Required": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
10373
10650
|
"properties": {
|
|
10374
10651
|
"councilTaxBand": {
|
|
10375
10652
|
"baspi4Ref": "A1.9.1",
|
|
10376
10653
|
"baspi5Ref": "A1.9.1",
|
|
10377
10654
|
"ntsRef": "A1.1",
|
|
10378
|
-
"
|
|
10655
|
+
"nts2Ref": "A1.1",
|
|
10379
10656
|
"ntslRef": "A1.1",
|
|
10657
|
+
"ntsl2Ref": "A1.1",
|
|
10380
10658
|
"rdsRef": "TenureAgreements/Taxes/{banding=?}",
|
|
10381
10659
|
"piqRef": "B2.1",
|
|
10382
10660
|
"title": "Which Council Tax band does this property fall within?",
|
|
@@ -10399,8 +10677,9 @@
|
|
|
10399
10677
|
"baspi4Ref": "A1.9.2",
|
|
10400
10678
|
"baspi5Ref": "A1.9.2",
|
|
10401
10679
|
"ntsRef": "A1.2",
|
|
10402
|
-
"
|
|
10680
|
+
"nts2Ref": "A1.2",
|
|
10403
10681
|
"ntslRef": "A1.2",
|
|
10682
|
+
"ntsl2Ref": "A1.2",
|
|
10404
10683
|
"rdsRef": "TenureAgreements/Taxes/WorksAlterationsChanges",
|
|
10405
10684
|
"title": "Have you altered the property in any way to the extent that it might change the Council Tax band e.g. added a bedroom or substantially extended the property?",
|
|
10406
10685
|
"type": "object",
|
|
@@ -10409,8 +10688,9 @@
|
|
|
10409
10688
|
"baspi4Ref": "A1.9.2.1",
|
|
10410
10689
|
"baspi5Ref": "A1.9.2.1",
|
|
10411
10690
|
"ntsRef": "A1.2.1",
|
|
10412
|
-
"
|
|
10691
|
+
"nts2Ref": "A1.2.1",
|
|
10413
10692
|
"ntslRef": "A1.2.1",
|
|
10693
|
+
"ntsl2Ref": "A1.2.1",
|
|
10414
10694
|
"type": "string",
|
|
10415
10695
|
"title": "",
|
|
10416
10696
|
"enum": ["Yes", "No"]
|
|
@@ -10419,8 +10699,9 @@
|
|
|
10419
10699
|
"baspi4Required": ["yesNo"],
|
|
10420
10700
|
"baspi5Required": ["yesNo"],
|
|
10421
10701
|
"ntsRequired": ["yesNo"],
|
|
10422
|
-
"
|
|
10702
|
+
"nts2Required": ["yesNo"],
|
|
10423
10703
|
"ntslRequired": ["yesNo"],
|
|
10704
|
+
"ntsl2Required": ["yesNo"],
|
|
10424
10705
|
"discriminator": {
|
|
10425
10706
|
"propertyName": "yesNo"
|
|
10426
10707
|
},
|
|
@@ -10441,8 +10722,9 @@
|
|
|
10441
10722
|
"baspi4Ref": "A1.9.2.2",
|
|
10442
10723
|
"baspi5Ref": "A1.9.2.2",
|
|
10443
10724
|
"ntsRef": "A1.2.2",
|
|
10444
|
-
"
|
|
10725
|
+
"nts2Ref": "A1.2.2",
|
|
10445
10726
|
"ntslRef": "A1.2.2",
|
|
10727
|
+
"ntsl2Ref": "A1.2.2",
|
|
10446
10728
|
"title": "Please give details",
|
|
10447
10729
|
"type": "string",
|
|
10448
10730
|
"minLength": 1
|
|
@@ -10451,8 +10733,9 @@
|
|
|
10451
10733
|
"baspi4Ref": "A1.9.2.3",
|
|
10452
10734
|
"baspi5Ref": "A1.9.2.3",
|
|
10453
10735
|
"ntsRef": "A1.2.3",
|
|
10454
|
-
"
|
|
10736
|
+
"nts2Ref": "A1.2.3",
|
|
10455
10737
|
"ntslRef": "A1.2.3",
|
|
10738
|
+
"ntsl2Ref": "A1.2.3",
|
|
10456
10739
|
"title": "Attachments",
|
|
10457
10740
|
"type": "string",
|
|
10458
10741
|
"enum": ["Attached", "To follow"]
|
|
@@ -10461,8 +10744,9 @@
|
|
|
10461
10744
|
"baspi4Required": ["details"],
|
|
10462
10745
|
"baspi5Required": ["details"],
|
|
10463
10746
|
"ntsRequired": ["details"],
|
|
10464
|
-
"
|
|
10465
|
-
"ntslRequired": ["details"]
|
|
10747
|
+
"nts2Required": ["details"],
|
|
10748
|
+
"ntslRequired": ["details"],
|
|
10749
|
+
"ntsl2Required": ["details"]
|
|
10466
10750
|
}
|
|
10467
10751
|
]
|
|
10468
10752
|
},
|
|
@@ -12102,8 +12386,9 @@
|
|
|
12102
12386
|
"baspi5Ref": "A4",
|
|
12103
12387
|
"ta6Ref": "3",
|
|
12104
12388
|
"ntsRef": "C4",
|
|
12105
|
-
"
|
|
12389
|
+
"nts2Ref": "C4",
|
|
12106
12390
|
"ntslRef": "C4",
|
|
12391
|
+
"ntsl2Ref": "C4",
|
|
12107
12392
|
"title": "Notices which Affect the Property",
|
|
12108
12393
|
"description": "Are you aware of, or have you received, any of the following notices?",
|
|
12109
12394
|
"type": "object",
|
|
@@ -12126,8 +12411,9 @@
|
|
|
12126
12411
|
"otherNotices"
|
|
12127
12412
|
],
|
|
12128
12413
|
"ntsRequired": ["neighbourDevelopment", "planningApplication"],
|
|
12129
|
-
"
|
|
12414
|
+
"nts2Required": ["neighbourDevelopment", "planningApplication"],
|
|
12130
12415
|
"ntslRequired": ["neighbourDevelopment", "planningApplication"],
|
|
12416
|
+
"ntsl2Required": ["neighbourDevelopment", "planningApplication"],
|
|
12131
12417
|
"ta6Required": [
|
|
12132
12418
|
"neighbourDevelopment",
|
|
12133
12419
|
"partyWallAct",
|
|
@@ -12138,8 +12424,9 @@
|
|
|
12138
12424
|
"baspi4Ref": "A4.1",
|
|
12139
12425
|
"baspi5Ref": "A4.1",
|
|
12140
12426
|
"ntsRef": "C4.1",
|
|
12141
|
-
"
|
|
12427
|
+
"nts2Ref": "C4.1",
|
|
12142
12428
|
"ntslRef": "C4.1",
|
|
12429
|
+
"ntsl2Ref": "C4.1",
|
|
12143
12430
|
"ta6Ref": "3.2",
|
|
12144
12431
|
"rdsRef": "Property/Flags,Planning",
|
|
12145
12432
|
"piqRef": "A4.1",
|
|
@@ -12149,8 +12436,9 @@
|
|
|
12149
12436
|
"properties": {
|
|
12150
12437
|
"yesNo": {
|
|
12151
12438
|
"ntsRef": "C4.1.1",
|
|
12152
|
-
"
|
|
12439
|
+
"nts2Ref": "C4.1.1",
|
|
12153
12440
|
"ntslRef": "C4.1.1",
|
|
12441
|
+
"ntsl2Ref": "C4.1.1",
|
|
12154
12442
|
"baspi4Ref": "A4.1.1",
|
|
12155
12443
|
"baspi5Ref": "A4.1.1",
|
|
12156
12444
|
"piqRef": "A4.1.1",
|
|
@@ -12163,8 +12451,9 @@
|
|
|
12163
12451
|
"baspi4Required": ["yesNo"],
|
|
12164
12452
|
"baspi5Required": ["yesNo"],
|
|
12165
12453
|
"ntsRequired": ["yesNo"],
|
|
12166
|
-
"
|
|
12454
|
+
"nts2Required": ["yesNo"],
|
|
12167
12455
|
"ntslRequired": ["yesNo"],
|
|
12456
|
+
"ntsl2Required": ["yesNo"],
|
|
12168
12457
|
"ta6Required": ["yesNo"],
|
|
12169
12458
|
"discriminator": {
|
|
12170
12459
|
"propertyName": "yesNo"
|
|
@@ -12184,8 +12473,9 @@
|
|
|
12184
12473
|
},
|
|
12185
12474
|
"details": {
|
|
12186
12475
|
"ntsRef": "C4.1.2",
|
|
12187
|
-
"
|
|
12476
|
+
"nts2Ref": "C4.1.2",
|
|
12188
12477
|
"ntslRef": "C4.1.2",
|
|
12478
|
+
"ntsl2Ref": "C4.1.2",
|
|
12189
12479
|
"baspi4Ref": "A4.1.2",
|
|
12190
12480
|
"baspi5Ref": "A4.1.2",
|
|
12191
12481
|
"ta6Ref": "3.2.2",
|
|
@@ -12205,15 +12495,17 @@
|
|
|
12205
12495
|
"baspi5Required": ["details", "attachments"],
|
|
12206
12496
|
"ta6Required": ["details"],
|
|
12207
12497
|
"ntsRequired": ["details"],
|
|
12208
|
-
"
|
|
12209
|
-
"ntslRequired": ["details"]
|
|
12498
|
+
"nts2Required": ["details"],
|
|
12499
|
+
"ntslRequired": ["details"],
|
|
12500
|
+
"ntsl2Required": ["details"]
|
|
12210
12501
|
}
|
|
12211
12502
|
]
|
|
12212
12503
|
},
|
|
12213
12504
|
"planningApplication": {
|
|
12214
12505
|
"ntsRef": "C4.2",
|
|
12215
|
-
"
|
|
12506
|
+
"nts2Ref": "C4.2",
|
|
12216
12507
|
"ntslRef": "C4.2",
|
|
12508
|
+
"ntsl2Ref": "C4.2",
|
|
12217
12509
|
"baspi4Ref": "A4.2",
|
|
12218
12510
|
"baspi5Ref": "A4.2",
|
|
12219
12511
|
"rdsRef": "Property/Flags,Planning",
|
|
@@ -12224,8 +12516,9 @@
|
|
|
12224
12516
|
"properties": {
|
|
12225
12517
|
"yesNo": {
|
|
12226
12518
|
"ntsRef": "C4.2.1",
|
|
12227
|
-
"
|
|
12519
|
+
"nts2Ref": "C4.2.1",
|
|
12228
12520
|
"ntslRef": "C4.2.1",
|
|
12521
|
+
"ntsl2Ref": "C4.2.1",
|
|
12229
12522
|
"baspi4Ref": "A4.2.1",
|
|
12230
12523
|
"baspi5Ref": "A4.2.1",
|
|
12231
12524
|
"ta6Ref": "3.1.1",
|
|
@@ -12238,8 +12531,9 @@
|
|
|
12238
12531
|
"baspi4Required": ["yesNo"],
|
|
12239
12532
|
"baspi5Required": ["yesNo"],
|
|
12240
12533
|
"ntsRequired": ["yesNo"],
|
|
12241
|
-
"
|
|
12534
|
+
"nts2Required": ["yesNo"],
|
|
12242
12535
|
"ntslRequired": ["yesNo"],
|
|
12536
|
+
"ntsl2Required": ["yesNo"],
|
|
12243
12537
|
"ta6Required": ["yesNo"],
|
|
12244
12538
|
"discriminator": {
|
|
12245
12539
|
"propertyName": "yesNo"
|
|
@@ -12259,8 +12553,9 @@
|
|
|
12259
12553
|
},
|
|
12260
12554
|
"details": {
|
|
12261
12555
|
"ntsRef": "C4.2.2",
|
|
12262
|
-
"
|
|
12556
|
+
"nts2Ref": "C4.2.2",
|
|
12263
12557
|
"ntslRef": "C4.2.2",
|
|
12558
|
+
"ntsl2Ref": "C4.2.2",
|
|
12264
12559
|
"baspi4Ref": "A4.2.2",
|
|
12265
12560
|
"baspi5Ref": "A4.2.2",
|
|
12266
12561
|
"ta6Ref": "3.1.2",
|
|
@@ -12280,8 +12575,9 @@
|
|
|
12280
12575
|
"baspi5Required": ["details", "attachments"],
|
|
12281
12576
|
"ta6Required": ["details"],
|
|
12282
12577
|
"ntsRequired": ["details"],
|
|
12283
|
-
"
|
|
12284
|
-
"ntslRequired": ["details"]
|
|
12578
|
+
"nts2Required": ["details"],
|
|
12579
|
+
"ntslRequired": ["details"],
|
|
12580
|
+
"ntsl2Required": ["details"]
|
|
12285
12581
|
}
|
|
12286
12582
|
]
|
|
12287
12583
|
},
|
|
@@ -12589,6 +12885,8 @@
|
|
|
12589
12885
|
"specialistIssues": {
|
|
12590
12886
|
"baspi4Ref": "A5",
|
|
12591
12887
|
"baspi5Ref": "A5",
|
|
12888
|
+
"nts2Ref": "A5",
|
|
12889
|
+
"ntsl2Ref": "A5",
|
|
12592
12890
|
"title": "Specialist Issues",
|
|
12593
12891
|
"type": "object",
|
|
12594
12892
|
"baspi4Required": [
|
|
@@ -12606,10 +12904,26 @@
|
|
|
12606
12904
|
"ongoingHealthOrSafetyIssue"
|
|
12607
12905
|
],
|
|
12608
12906
|
"ta6Required": ["japaneseKnotweed"],
|
|
12907
|
+
"nts2Required": [
|
|
12908
|
+
"dryRotEtcTreatment",
|
|
12909
|
+
"containsAsbestos",
|
|
12910
|
+
"japaneseKnotweed",
|
|
12911
|
+
"subsidenceOrStructuralFault",
|
|
12912
|
+
"ongoingHealthOrSafetyIssue"
|
|
12913
|
+
],
|
|
12914
|
+
"ntsl2Required": [
|
|
12915
|
+
"dryRotEtcTreatment",
|
|
12916
|
+
"containsAsbestos",
|
|
12917
|
+
"japaneseKnotweed",
|
|
12918
|
+
"subsidenceOrStructuralFault",
|
|
12919
|
+
"ongoingHealthOrSafetyIssue"
|
|
12920
|
+
],
|
|
12609
12921
|
"properties": {
|
|
12610
12922
|
"dryRotEtcTreatment": {
|
|
12611
12923
|
"baspi4Ref": "A5.1",
|
|
12612
12924
|
"baspi5Ref": "A5.1",
|
|
12925
|
+
"nts2Ref": "A5.1",
|
|
12926
|
+
"ntsl2Ref": "A5.1",
|
|
12613
12927
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
12614
12928
|
"piqRef": "A5.1",
|
|
12615
12929
|
"title": "To your knowledge, has there been any preventative work for, or treatment of dry rot, wet rot or damp carried out at the property?",
|
|
@@ -12618,6 +12932,8 @@
|
|
|
12618
12932
|
"yesNo": {
|
|
12619
12933
|
"baspi4Ref": "A5.1.1",
|
|
12620
12934
|
"baspi5Ref": "A5.1.1",
|
|
12935
|
+
"nts2Ref": "A5.1.1",
|
|
12936
|
+
"ntsl2Ref": "A5.1.1",
|
|
12621
12937
|
"piqRef": "A5.1.1",
|
|
12622
12938
|
"type": "string",
|
|
12623
12939
|
"title": "",
|
|
@@ -12626,6 +12942,8 @@
|
|
|
12626
12942
|
},
|
|
12627
12943
|
"baspi4Required": ["yesNo"],
|
|
12628
12944
|
"baspi5Required": ["yesNo"],
|
|
12945
|
+
"nts2Required": ["yesNo"],
|
|
12946
|
+
"ntsl2Required": ["yesNo"],
|
|
12629
12947
|
"discriminator": {
|
|
12630
12948
|
"propertyName": "yesNo"
|
|
12631
12949
|
},
|
|
@@ -12645,6 +12963,8 @@
|
|
|
12645
12963
|
"details": {
|
|
12646
12964
|
"baspi4Ref": "A5.1.2",
|
|
12647
12965
|
"baspi5Ref": "A5.1.2",
|
|
12966
|
+
"nts2Ref": "A5.1.2",
|
|
12967
|
+
"ntsl2Ref": "A5.1.2",
|
|
12648
12968
|
"title": "Details",
|
|
12649
12969
|
"type": "string",
|
|
12650
12970
|
"minLength": 1
|
|
@@ -12652,19 +12972,25 @@
|
|
|
12652
12972
|
"attachments": {
|
|
12653
12973
|
"baspi4Ref": "A5.1.3",
|
|
12654
12974
|
"baspi5Ref": "A5.1.3",
|
|
12975
|
+
"nts2Ref": "A5.1.3",
|
|
12976
|
+
"ntsl2Ref": "A5.1.3",
|
|
12655
12977
|
"title": "Attachments",
|
|
12656
12978
|
"type": "string",
|
|
12657
12979
|
"enum": ["Attached", "To follow"]
|
|
12658
12980
|
}
|
|
12659
12981
|
},
|
|
12660
12982
|
"baspi4Required": ["details", "attachments"],
|
|
12661
|
-
"baspi5Required": ["details", "attachments"]
|
|
12983
|
+
"baspi5Required": ["details", "attachments"],
|
|
12984
|
+
"nts2Required": ["details", "attachments"],
|
|
12985
|
+
"ntsl2Required": ["details", "attachments"]
|
|
12662
12986
|
}
|
|
12663
12987
|
]
|
|
12664
12988
|
},
|
|
12665
12989
|
"containsAsbestos": {
|
|
12666
12990
|
"baspi4Ref": "A5.2",
|
|
12667
12991
|
"baspi5Ref": "A5.2",
|
|
12992
|
+
"nts2Ref": "A5.2",
|
|
12993
|
+
"ntsl2Ref": "A5.2",
|
|
12668
12994
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
12669
12995
|
"title": "To your knowledge, does any part of your property contain asbestos?",
|
|
12670
12996
|
"type": "object",
|
|
@@ -12672,6 +12998,8 @@
|
|
|
12672
12998
|
"yesNo": {
|
|
12673
12999
|
"baspi4Ref": "A5.2.1",
|
|
12674
13000
|
"baspi5Ref": "A5.2.1",
|
|
13001
|
+
"nts2Ref": "A5.2.1",
|
|
13002
|
+
"ntsl2Ref": "A5.2.1",
|
|
12675
13003
|
"type": "string",
|
|
12676
13004
|
"title": "",
|
|
12677
13005
|
"enum": ["Yes", "No"]
|
|
@@ -12679,6 +13007,8 @@
|
|
|
12679
13007
|
},
|
|
12680
13008
|
"baspi4Required": ["yesNo"],
|
|
12681
13009
|
"baspi5Required": ["yesNo"],
|
|
13010
|
+
"nts2Required": ["yesNo"],
|
|
13011
|
+
"ntsl2Required": ["yesNo"],
|
|
12682
13012
|
"discriminator": {
|
|
12683
13013
|
"propertyName": "yesNo"
|
|
12684
13014
|
},
|
|
@@ -12698,7 +13028,11 @@
|
|
|
12698
13028
|
"details": {
|
|
12699
13029
|
"baspi4Ref": "A5.2.2",
|
|
12700
13030
|
"baspi5Ref": "A5.2.2",
|
|
13031
|
+
"nts2Ref": "A5.2.2",
|
|
13032
|
+
"ntsl2Ref": "A5.2.2",
|
|
12701
13033
|
"title": "Please state whether there is a management plan in place and attach a copy",
|
|
13034
|
+
"nts2Title": "Details",
|
|
13035
|
+
"ntsl2Title": "Details",
|
|
12702
13036
|
"type": "string",
|
|
12703
13037
|
"minLength": 1
|
|
12704
13038
|
},
|
|
@@ -12711,13 +13045,17 @@
|
|
|
12711
13045
|
}
|
|
12712
13046
|
},
|
|
12713
13047
|
"baspi4Required": ["details", "attachments"],
|
|
12714
|
-
"baspi5Required": ["details", "attachments"]
|
|
13048
|
+
"baspi5Required": ["details", "attachments"],
|
|
13049
|
+
"nts2Required": ["details"],
|
|
13050
|
+
"ntsl2Required": ["details"]
|
|
12715
13051
|
}
|
|
12716
13052
|
]
|
|
12717
13053
|
},
|
|
12718
13054
|
"japaneseKnotweed": {
|
|
12719
13055
|
"baspi4Ref": "A5.3",
|
|
12720
13056
|
"baspi5Ref": "A5.3",
|
|
13057
|
+
"nts2Ref": "A5.3",
|
|
13058
|
+
"ntsl2Ref": "A5.3",
|
|
12721
13059
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues,Use/EnvironmentalIssues",
|
|
12722
13060
|
"ta6Ref": "7.8",
|
|
12723
13061
|
"piqRef": "A5.3",
|
|
@@ -12728,6 +13066,8 @@
|
|
|
12728
13066
|
"yesNo": {
|
|
12729
13067
|
"baspi4Ref": "A5.3.1",
|
|
12730
13068
|
"baspi5Ref": "A5.3.1",
|
|
13069
|
+
"nts2Ref": "A5.3.1",
|
|
13070
|
+
"ntsl2Ref": "A5.3.1",
|
|
12731
13071
|
"ta6Ref": "7.8.1",
|
|
12732
13072
|
"piqRef": "A5.3.1",
|
|
12733
13073
|
"type": "string",
|
|
@@ -12739,6 +13079,8 @@
|
|
|
12739
13079
|
},
|
|
12740
13080
|
"baspi4Required": ["yesNo"],
|
|
12741
13081
|
"baspi5Required": ["yesNo"],
|
|
13082
|
+
"nts2Required": ["yesNo"],
|
|
13083
|
+
"ntsl2Required": ["yesNo"],
|
|
12742
13084
|
"discriminator": {
|
|
12743
13085
|
"propertyName": "yesNo"
|
|
12744
13086
|
},
|
|
@@ -12782,6 +13124,8 @@
|
|
|
12782
13124
|
"subsidenceOrStructuralFault": {
|
|
12783
13125
|
"baspi4Ref": "A5.4",
|
|
12784
13126
|
"baspi5Ref": "A5.4",
|
|
13127
|
+
"nts2Ref": "A5.4",
|
|
13128
|
+
"ntsl2Ref": "A5.4",
|
|
12785
13129
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
12786
13130
|
"piqRef": "A5.4",
|
|
12787
13131
|
"title": "To your knowledge, has the property ever been subject to subsidence or structural fault?",
|
|
@@ -12790,6 +13134,8 @@
|
|
|
12790
13134
|
"yesNo": {
|
|
12791
13135
|
"baspi4Ref": "A5.4.1",
|
|
12792
13136
|
"baspi5Ref": "A5.4.1",
|
|
13137
|
+
"nts2Ref": "A5.4.1",
|
|
13138
|
+
"ntsl2Ref": "A5.4.1",
|
|
12793
13139
|
"piqRef": "A5.4.1",
|
|
12794
13140
|
"type": "string",
|
|
12795
13141
|
"title": "",
|
|
@@ -12798,6 +13144,8 @@
|
|
|
12798
13144
|
},
|
|
12799
13145
|
"baspi4Required": ["yesNo"],
|
|
12800
13146
|
"baspi5Required": ["yesNo"],
|
|
13147
|
+
"nts2Required": ["yesNo"],
|
|
13148
|
+
"ntsl2Required": ["yesNo"],
|
|
12801
13149
|
"discriminator": {
|
|
12802
13150
|
"propertyName": "yesNo"
|
|
12803
13151
|
},
|
|
@@ -12817,6 +13165,8 @@
|
|
|
12817
13165
|
"details": {
|
|
12818
13166
|
"baspi4Ref": "A5.4.2",
|
|
12819
13167
|
"baspi5Ref": "A5.4.2",
|
|
13168
|
+
"nts2Ref": "A5.4.2",
|
|
13169
|
+
"ntsl2Ref": "A5.4.2",
|
|
12820
13170
|
"title": "Details",
|
|
12821
13171
|
"type": "string",
|
|
12822
13172
|
"minLength": 1
|
|
@@ -12830,13 +13180,17 @@
|
|
|
12830
13180
|
}
|
|
12831
13181
|
},
|
|
12832
13182
|
"baspi4Required": ["details", "attachments"],
|
|
12833
|
-
"baspi5Required": ["details", "attachments"]
|
|
13183
|
+
"baspi5Required": ["details", "attachments"],
|
|
13184
|
+
"nts2Required": ["details"],
|
|
13185
|
+
"ntsl2Required": ["details"]
|
|
12834
13186
|
}
|
|
12835
13187
|
]
|
|
12836
13188
|
},
|
|
12837
13189
|
"ongoingHealthOrSafetyIssue": {
|
|
12838
13190
|
"baspi4Ref": "A5.5",
|
|
12839
13191
|
"baspi5Ref": "A5.5",
|
|
13192
|
+
"nts2Ref": "A5.5",
|
|
13193
|
+
"ntsl2Ref": "A5.5",
|
|
12840
13194
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
12841
13195
|
"title": "Have you been notified by a relevant authority or qualified expert of an on-going health or safety issue with the property?",
|
|
12842
13196
|
"type": "object",
|
|
@@ -12844,6 +13198,8 @@
|
|
|
12844
13198
|
"yesNo": {
|
|
12845
13199
|
"baspi4Ref": "A5.5.1",
|
|
12846
13200
|
"baspi5Ref": "A5.5.1",
|
|
13201
|
+
"nts2Ref": "A5.5.1",
|
|
13202
|
+
"ntsl2Ref": "A5.5.1",
|
|
12847
13203
|
"type": "string",
|
|
12848
13204
|
"title": "",
|
|
12849
13205
|
"enum": ["Yes", "No"]
|
|
@@ -12851,6 +13207,8 @@
|
|
|
12851
13207
|
},
|
|
12852
13208
|
"baspi4Required": ["yesNo"],
|
|
12853
13209
|
"baspi5Required": ["yesNo"],
|
|
13210
|
+
"nts2Required": ["yesNo"],
|
|
13211
|
+
"ntsl2Required": ["yesNo"],
|
|
12854
13212
|
"discriminator": {
|
|
12855
13213
|
"propertyName": "yesNo"
|
|
12856
13214
|
},
|
|
@@ -12870,6 +13228,8 @@
|
|
|
12870
13228
|
"details": {
|
|
12871
13229
|
"baspi4Ref": "A5.5.2",
|
|
12872
13230
|
"baspi5Ref": "A5.5.2",
|
|
13231
|
+
"nts2Ref": "A5.5.2",
|
|
13232
|
+
"ntsl2Ref": "A5.5.2",
|
|
12873
13233
|
"title": "Details",
|
|
12874
13234
|
"type": "string",
|
|
12875
13235
|
"minLength": 1
|
|
@@ -12883,7 +13243,9 @@
|
|
|
12883
13243
|
}
|
|
12884
13244
|
},
|
|
12885
13245
|
"baspi4Required": ["details", "attachments"],
|
|
12886
|
-
"baspi5Required": ["details", "attachments"]
|
|
13246
|
+
"baspi5Required": ["details", "attachments"],
|
|
13247
|
+
"nts2Required": ["details"],
|
|
13248
|
+
"ntsl2Required": ["details"]
|
|
12887
13249
|
}
|
|
12888
13250
|
]
|
|
12889
13251
|
}
|
|
@@ -17874,8 +18236,9 @@
|
|
|
17874
18236
|
"baspi4Ref": "A7.1.0.1",
|
|
17875
18237
|
"baspi5Ref": "A7.1.0.1",
|
|
17876
18238
|
"ntsRef": "B3.1",
|
|
17877
|
-
"
|
|
18239
|
+
"nts2Ref": "B3.1",
|
|
17878
18240
|
"ntslRef": "B3.1",
|
|
18241
|
+
"ntsl2Ref": "B3.1",
|
|
17879
18242
|
"ta6Ref": "13.1",
|
|
17880
18243
|
"rdsRef": "Services/Electricity",
|
|
17881
18244
|
"piqRef": "A7.1.1",
|
|
@@ -17887,7 +18250,7 @@
|
|
|
17887
18250
|
"heatPump",
|
|
17888
18251
|
"otherSources"
|
|
17889
18252
|
],
|
|
17890
|
-
"
|
|
18253
|
+
"nts2Required": [
|
|
17891
18254
|
"mainsElectricity",
|
|
17892
18255
|
"solarPanels",
|
|
17893
18256
|
"heatPump",
|
|
@@ -17899,6 +18262,12 @@
|
|
|
17899
18262
|
"heatPump",
|
|
17900
18263
|
"otherSources"
|
|
17901
18264
|
],
|
|
18265
|
+
"ntsl2Required": [
|
|
18266
|
+
"mainsElectricity",
|
|
18267
|
+
"solarPanels",
|
|
18268
|
+
"heatPump",
|
|
18269
|
+
"otherSources"
|
|
18270
|
+
],
|
|
17902
18271
|
"baspi4Required": ["mainsElectricity", "solarPanels", "otherSources"],
|
|
17903
18272
|
"baspi5Required": ["mainsElectricity", "solarPanels", "otherSources"],
|
|
17904
18273
|
"ta6Required": ["mainsElectricity", "solarPanels"],
|
|
@@ -17907,8 +18276,9 @@
|
|
|
17907
18276
|
"baspi4Ref": "A7.1.0.1",
|
|
17908
18277
|
"baspi5Ref": "A7.1.0.1",
|
|
17909
18278
|
"ntsRef": "B3.1",
|
|
17910
|
-
"
|
|
18279
|
+
"nts2Ref": "B3.1",
|
|
17911
18280
|
"ntslRef": "B3.1",
|
|
18281
|
+
"ntsl2Ref": "B3.1",
|
|
17912
18282
|
"ta6Ref": "13.1",
|
|
17913
18283
|
"rdsRef": "Services/Electricity",
|
|
17914
18284
|
"piqRef": "A7.1.1",
|
|
@@ -17917,8 +18287,9 @@
|
|
|
17917
18287
|
"properties": {
|
|
17918
18288
|
"yesNo": {
|
|
17919
18289
|
"ntsRef": "B3.1.1",
|
|
17920
|
-
"
|
|
18290
|
+
"nts2Ref": "B3.1.1",
|
|
17921
18291
|
"ntslRef": "B3.1.1",
|
|
18292
|
+
"ntsl2Ref": "B3.1.1",
|
|
17922
18293
|
"baspi4Ref": "A7.1.0.1.1",
|
|
17923
18294
|
"baspi5Ref": "A7.1.0.1.1",
|
|
17924
18295
|
"ta6Ref": "13.1.1",
|
|
@@ -17926,16 +18297,18 @@
|
|
|
17926
18297
|
"title": "",
|
|
17927
18298
|
"enum": ["Yes", "To be connected", "No"],
|
|
17928
18299
|
"ntsEnum": ["Yes", "No"],
|
|
17929
|
-
"
|
|
18300
|
+
"nts2Enum": ["Yes", "No"],
|
|
17930
18301
|
"ntslEnum": ["Yes", "No"],
|
|
18302
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
17931
18303
|
"ta6Enum": ["Yes", "No"]
|
|
17932
18304
|
}
|
|
17933
18305
|
},
|
|
17934
18306
|
"baspi4Required": ["yesNo"],
|
|
17935
18307
|
"baspi5Required": ["yesNo"],
|
|
17936
18308
|
"ntsRequired": ["yesNo"],
|
|
17937
|
-
"
|
|
18309
|
+
"nts2Required": ["yesNo"],
|
|
17938
18310
|
"ntslRequired": ["yesNo"],
|
|
18311
|
+
"ntsl2Required": ["yesNo"],
|
|
17939
18312
|
"ta6Required": ["yesNo"],
|
|
17940
18313
|
"discriminator": {
|
|
17941
18314
|
"propertyName": "yesNo"
|
|
@@ -18027,8 +18400,9 @@
|
|
|
18027
18400
|
},
|
|
18028
18401
|
"solarPanels": {
|
|
18029
18402
|
"ntsRef": "B3.7",
|
|
18030
|
-
"
|
|
18403
|
+
"nts2Ref": "B3.7",
|
|
18031
18404
|
"ntslRef": "B3.7",
|
|
18405
|
+
"ntsl2Ref": "B3.7",
|
|
18032
18406
|
"baspi4Ref": "A7.1.0.8",
|
|
18033
18407
|
"baspi5Ref": "A7.1.0.8",
|
|
18034
18408
|
"piqRef": "A7.1.17",
|
|
@@ -18038,8 +18412,9 @@
|
|
|
18038
18412
|
"properties": {
|
|
18039
18413
|
"yesNo": {
|
|
18040
18414
|
"ntsRef": "B3.7.1",
|
|
18041
|
-
"
|
|
18415
|
+
"nts2Ref": "B3.7.1",
|
|
18042
18416
|
"ntslRef": "B3.7.1",
|
|
18417
|
+
"ntsl2Ref": "B3.7.1",
|
|
18043
18418
|
"baspi4Ref": "A7.1.0.8.1",
|
|
18044
18419
|
"baspi5Ref": "A7.1.0.8.1",
|
|
18045
18420
|
"ta6Ref": "4.6",
|
|
@@ -18047,16 +18422,18 @@
|
|
|
18047
18422
|
"title": "",
|
|
18048
18423
|
"enum": ["Yes", "To be connected", "No"],
|
|
18049
18424
|
"ntsEnum": ["Yes", "No"],
|
|
18050
|
-
"
|
|
18051
|
-
"ntslEnum": ["Yes", "No"]
|
|
18425
|
+
"nts2Enum": ["Yes", "No"],
|
|
18426
|
+
"ntslEnum": ["Yes", "No"],
|
|
18427
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
18052
18428
|
}
|
|
18053
18429
|
},
|
|
18054
18430
|
"baspi4Required": ["yesNo"],
|
|
18055
18431
|
"baspi5Required": ["yesNo"],
|
|
18056
18432
|
"ta6Required": ["yesNo"],
|
|
18057
18433
|
"ntsRequired": ["yesNo"],
|
|
18058
|
-
"
|
|
18434
|
+
"nts2Required": ["yesNo"],
|
|
18059
18435
|
"ntslRequired": ["yesNo"],
|
|
18436
|
+
"ntsl2Required": ["yesNo"],
|
|
18060
18437
|
"discriminator": {
|
|
18061
18438
|
"propertyName": "yesNo"
|
|
18062
18439
|
},
|
|
@@ -18092,6 +18469,8 @@
|
|
|
18092
18469
|
"baspi4Ref": "B4.3.2",
|
|
18093
18470
|
"baspi5Ref": "B4.3.2",
|
|
18094
18471
|
"ta6Ref": "4.6b",
|
|
18472
|
+
"nts2Ref": "B3.7.1",
|
|
18473
|
+
"ntsl2Ref": "B3.7.1",
|
|
18095
18474
|
"rdsRef": "Objects/Ownership",
|
|
18096
18475
|
"piqRef": "B4.4.3",
|
|
18097
18476
|
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
@@ -18100,6 +18479,8 @@
|
|
|
18100
18479
|
"yesNo": {
|
|
18101
18480
|
"baspi4Ref": "B4.3.2.1",
|
|
18102
18481
|
"baspi5Ref": "B4.3.2.1",
|
|
18482
|
+
"nts2Ref": "B3.7.1.1",
|
|
18483
|
+
"ntsl2Ref": "B3.7.1.1",
|
|
18103
18484
|
"ta6Ref": "4.6b1",
|
|
18104
18485
|
"type": "string",
|
|
18105
18486
|
"title": "",
|
|
@@ -18109,6 +18490,8 @@
|
|
|
18109
18490
|
"baspi4Required": ["yesNo"],
|
|
18110
18491
|
"baspi5Required": ["yesNo"],
|
|
18111
18492
|
"ta6Required": ["yesNo"],
|
|
18493
|
+
"nts2Required": ["yesNo"],
|
|
18494
|
+
"ntsl2Required": ["yesNo"],
|
|
18112
18495
|
"discriminator": {
|
|
18113
18496
|
"propertyName": "yesNo"
|
|
18114
18497
|
},
|
|
@@ -18363,8 +18746,9 @@
|
|
|
18363
18746
|
},
|
|
18364
18747
|
"heatPump": {
|
|
18365
18748
|
"ntsRef": "B3.8",
|
|
18366
|
-
"
|
|
18749
|
+
"nts2Ref": "B3.8",
|
|
18367
18750
|
"ntslRef": "B3.8",
|
|
18751
|
+
"ntsl2Ref": "B3.8",
|
|
18368
18752
|
"baspi4Ref": "A7.1.0.9",
|
|
18369
18753
|
"baspi5Ref": "A7.1.0.9",
|
|
18370
18754
|
"piqRef": "A7.1.19",
|
|
@@ -18373,23 +18757,26 @@
|
|
|
18373
18757
|
"properties": {
|
|
18374
18758
|
"yesNo": {
|
|
18375
18759
|
"ntsRef": "B3.8.1",
|
|
18376
|
-
"
|
|
18760
|
+
"nts2Ref": "B3.8.1",
|
|
18377
18761
|
"ntslRef": "B3.8.1",
|
|
18762
|
+
"ntsl2Ref": "B3.8.1",
|
|
18378
18763
|
"baspi4Ref": "A7.1.0.10.1",
|
|
18379
18764
|
"baspi5Ref": "A7.1.0.10.1",
|
|
18380
18765
|
"type": "string",
|
|
18381
18766
|
"title": "",
|
|
18382
18767
|
"enum": ["Yes", "To be connected", "No"],
|
|
18383
18768
|
"ntsEnum": ["Yes", "No"],
|
|
18384
|
-
"
|
|
18385
|
-
"ntslEnum": ["Yes", "No"]
|
|
18769
|
+
"nts2Enum": ["Yes", "No"],
|
|
18770
|
+
"ntslEnum": ["Yes", "No"],
|
|
18771
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
18386
18772
|
}
|
|
18387
18773
|
},
|
|
18388
18774
|
"baspi4Required": ["yesNo"],
|
|
18389
18775
|
"baspi5Required": ["yesNo"],
|
|
18390
18776
|
"ntsRequired": ["yesNo"],
|
|
18391
|
-
"
|
|
18777
|
+
"nts2Required": ["yesNo"],
|
|
18392
18778
|
"ntslRequired": ["yesNo"],
|
|
18779
|
+
"ntsl2Required": ["yesNo"],
|
|
18393
18780
|
"discriminator": {
|
|
18394
18781
|
"propertyName": "yesNo"
|
|
18395
18782
|
},
|
|
@@ -18408,8 +18795,9 @@
|
|
|
18408
18795
|
},
|
|
18409
18796
|
"details": {
|
|
18410
18797
|
"ntsRef": "3.8.2",
|
|
18411
|
-
"
|
|
18798
|
+
"nts2Ref": "3.8.2",
|
|
18412
18799
|
"ntslRef": "3.8.2",
|
|
18800
|
+
"ntsl2Ref": "3.8.2",
|
|
18413
18801
|
"title": "Details",
|
|
18414
18802
|
"type": "string"
|
|
18415
18803
|
},
|
|
@@ -18437,8 +18825,9 @@
|
|
|
18437
18825
|
"baspi4Required": ["dateInstalled", "attachments"],
|
|
18438
18826
|
"baspi5Required": ["dateInstalled", "attachments"],
|
|
18439
18827
|
"ntsRequired": ["details"],
|
|
18440
|
-
"
|
|
18441
|
-
"ntslRequired": ["details"]
|
|
18828
|
+
"nts2Required": ["details"],
|
|
18829
|
+
"ntslRequired": ["details"],
|
|
18830
|
+
"ntsl2Required": ["details"]
|
|
18442
18831
|
},
|
|
18443
18832
|
{
|
|
18444
18833
|
"properties": {
|
|
@@ -18449,8 +18838,9 @@
|
|
|
18449
18838
|
"baspi4Ref": "A7.1.0.10.2",
|
|
18450
18839
|
"baspi5Ref": "A7.1.0.10.2",
|
|
18451
18840
|
"ntsRef": "3.8.2",
|
|
18452
|
-
"
|
|
18841
|
+
"nts2Ref": "3.8.2",
|
|
18453
18842
|
"ntslRef": "3.8.2",
|
|
18843
|
+
"ntsl2Ref": "3.8.2",
|
|
18454
18844
|
"title": "Details",
|
|
18455
18845
|
"type": "string"
|
|
18456
18846
|
},
|
|
@@ -18476,8 +18866,9 @@
|
|
|
18476
18866
|
},
|
|
18477
18867
|
"otherSources": {
|
|
18478
18868
|
"ntsRef": "B3.9",
|
|
18479
|
-
"
|
|
18869
|
+
"nts2Ref": "B3.9",
|
|
18480
18870
|
"ntslRef": "B3.9",
|
|
18871
|
+
"ntsl2Ref": "B3.9",
|
|
18481
18872
|
"baspi4Ref": "A7.1.0.9",
|
|
18482
18873
|
"baspi5Ref": "A7.1.0.9",
|
|
18483
18874
|
"rdsRef": "Services/Other",
|
|
@@ -18488,23 +18879,26 @@
|
|
|
18488
18879
|
"properties": {
|
|
18489
18880
|
"yesNo": {
|
|
18490
18881
|
"ntsRef": "B3.9.1",
|
|
18491
|
-
"
|
|
18882
|
+
"nts2Ref": "B3.9.1",
|
|
18492
18883
|
"ntslRef": "B3.9.1",
|
|
18884
|
+
"ntsl2Ref": "B3.9.1",
|
|
18493
18885
|
"baspi4Ref": "A7.1.0.9.1",
|
|
18494
18886
|
"baspi5Ref": "A7.1.0.9.1",
|
|
18495
18887
|
"type": "string",
|
|
18496
18888
|
"title": "",
|
|
18497
18889
|
"enum": ["Yes", "To be connected", "No"],
|
|
18498
18890
|
"ntsEnum": ["Yes", "No"],
|
|
18499
|
-
"
|
|
18500
|
-
"ntslEnum": ["Yes", "No"]
|
|
18891
|
+
"nts2Enum": ["Yes", "No"],
|
|
18892
|
+
"ntslEnum": ["Yes", "No"],
|
|
18893
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
18501
18894
|
}
|
|
18502
18895
|
},
|
|
18503
18896
|
"baspi4Required": ["yesNo"],
|
|
18504
18897
|
"baspi5Required": ["yesNo"],
|
|
18505
18898
|
"ntsRequired": ["yesNo"],
|
|
18506
|
-
"
|
|
18899
|
+
"nts2Required": ["yesNo"],
|
|
18507
18900
|
"ntslRequired": ["yesNo"],
|
|
18901
|
+
"ntsl2Required": ["yesNo"],
|
|
18508
18902
|
"discriminator": {
|
|
18509
18903
|
"propertyName": "yesNo"
|
|
18510
18904
|
},
|
|
@@ -18523,8 +18917,9 @@
|
|
|
18523
18917
|
},
|
|
18524
18918
|
"details": {
|
|
18525
18919
|
"ntsRef": "B3.9.2",
|
|
18526
|
-
"
|
|
18920
|
+
"nts2Ref": "B3.9.2",
|
|
18527
18921
|
"ntslRef": "B3.9.2",
|
|
18922
|
+
"ntsl2Ref": "B3.9.2",
|
|
18528
18923
|
"title": "Details",
|
|
18529
18924
|
"type": "string"
|
|
18530
18925
|
},
|
|
@@ -18536,8 +18931,9 @@
|
|
|
18536
18931
|
}
|
|
18537
18932
|
},
|
|
18538
18933
|
"ntsRequired": ["details"],
|
|
18539
|
-
"
|
|
18540
|
-
"ntslRequired": ["details"]
|
|
18934
|
+
"nts2Required": ["details"],
|
|
18935
|
+
"ntslRequired": ["details"],
|
|
18936
|
+
"ntsl2Required": ["details"]
|
|
18541
18937
|
},
|
|
18542
18938
|
{
|
|
18543
18939
|
"properties": {
|
|
@@ -18548,8 +18944,9 @@
|
|
|
18548
18944
|
"baspi4Ref": "A7.1.0.9.2",
|
|
18549
18945
|
"baspi5Ref": "A7.1.0.9.2",
|
|
18550
18946
|
"ntsRef": "B3.9.2",
|
|
18551
|
-
"
|
|
18947
|
+
"nts2Ref": "B3.9.2",
|
|
18552
18948
|
"ntslRef": "B3.9.2",
|
|
18949
|
+
"ntsl2Ref": "B3.9.2",
|
|
18553
18950
|
"title": "Details",
|
|
18554
18951
|
"type": "string"
|
|
18555
18952
|
},
|
|
@@ -18577,8 +18974,9 @@
|
|
|
18577
18974
|
},
|
|
18578
18975
|
"waterAndDrainage": {
|
|
18579
18976
|
"ntsRef": "B3.2",
|
|
18580
|
-
"
|
|
18977
|
+
"nts2Ref": "B3.2",
|
|
18581
18978
|
"ntslRef": "B3.2",
|
|
18979
|
+
"ntsl2Ref": "B3.2",
|
|
18582
18980
|
"baspi4Ref": "A7.1.0",
|
|
18583
18981
|
"baspi5Ref": "A7.1.0",
|
|
18584
18982
|
"ta6Ref": "13",
|
|
@@ -18590,8 +18988,9 @@
|
|
|
18590
18988
|
"baspi5Required": ["water", "drainage", "maintenanceAgreements"],
|
|
18591
18989
|
"ta6Required": ["water", "drainage"],
|
|
18592
18990
|
"ntsRequired": ["water", "drainage"],
|
|
18593
|
-
"
|
|
18991
|
+
"nts2Required": ["water", "drainage"],
|
|
18594
18992
|
"ntslRequired": ["water", "drainage"],
|
|
18993
|
+
"ntsl2Required": ["water", "drainage"],
|
|
18595
18994
|
"con29DWRequired": ["maps", "water", "drainage", "charging"],
|
|
18596
18995
|
"properties": {
|
|
18597
18996
|
"maps": {
|
|
@@ -18619,8 +19018,9 @@
|
|
|
18619
19018
|
},
|
|
18620
19019
|
"water": {
|
|
18621
19020
|
"ntsRef": "B3.2",
|
|
18622
|
-
"
|
|
19021
|
+
"nts2Ref": "B3.2",
|
|
18623
19022
|
"ntslRef": "B3.2",
|
|
19023
|
+
"ntsl2Ref": "B3.2",
|
|
18624
19024
|
"baspi4Ref": "A7.1.0.10",
|
|
18625
19025
|
"baspi5Ref": "A7.1.0.10",
|
|
18626
19026
|
"ta6Ref": "13",
|
|
@@ -18630,8 +19030,9 @@
|
|
|
18630
19030
|
"baspi4Required": ["mainsWater"],
|
|
18631
19031
|
"baspi5Required": ["mainsWater"],
|
|
18632
19032
|
"ntsRequired": ["mainsWater"],
|
|
18633
|
-
"
|
|
19033
|
+
"nts2Required": ["mainsWater"],
|
|
18634
19034
|
"ntslRequired": ["mainsWater"],
|
|
19035
|
+
"ntsl2Required": ["mainsWater"],
|
|
18635
19036
|
"ta6Required": ["mainsWater"],
|
|
18636
19037
|
"con29DWRequired": [
|
|
18637
19038
|
"mainsWater",
|
|
@@ -18643,8 +19044,9 @@
|
|
|
18643
19044
|
"properties": {
|
|
18644
19045
|
"mainsWater": {
|
|
18645
19046
|
"ntsRef": "B3.2",
|
|
18646
|
-
"
|
|
19047
|
+
"nts2Ref": "B3.2",
|
|
18647
19048
|
"ntslRef": "B3.2",
|
|
19049
|
+
"ntsl2Ref": "B3.2",
|
|
18648
19050
|
"baspi4Ref": "A7.1.0.10.0",
|
|
18649
19051
|
"baspi5Ref": "A7.1.0.10.0",
|
|
18650
19052
|
"ta6Ref": "13.3",
|
|
@@ -18656,8 +19058,9 @@
|
|
|
18656
19058
|
"properties": {
|
|
18657
19059
|
"yesNo": {
|
|
18658
19060
|
"ntsRef": "B3.2.1",
|
|
18659
|
-
"
|
|
19061
|
+
"nts2Ref": "B3.2.1",
|
|
18660
19062
|
"ntslRef": "B3.2.1",
|
|
19063
|
+
"ntsl2Ref": "B3.2.1",
|
|
18661
19064
|
"baspi4Ref": "A7.1.0.10.1",
|
|
18662
19065
|
"baspi5Ref": "A7.1.0.10.1",
|
|
18663
19066
|
"ta6Ref": "13.3.1",
|
|
@@ -18667,16 +19070,18 @@
|
|
|
18667
19070
|
"enum": ["Yes", "To be connected", "No"],
|
|
18668
19071
|
"ta6Enum": ["Yes", "No"],
|
|
18669
19072
|
"ntsEnum": ["Yes", "No"],
|
|
18670
|
-
"
|
|
19073
|
+
"nts2Enum": ["Yes", "No"],
|
|
18671
19074
|
"ntslEnum": ["Yes", "No"],
|
|
19075
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
18672
19076
|
"con29DWEnum": ["Yes", "No"]
|
|
18673
19077
|
}
|
|
18674
19078
|
},
|
|
18675
19079
|
"baspi4Required": ["yesNo"],
|
|
18676
19080
|
"baspi5Required": ["yesNo"],
|
|
18677
19081
|
"ntsRequired": ["yesNo"],
|
|
18678
|
-
"
|
|
19082
|
+
"nts2Required": ["yesNo"],
|
|
18679
19083
|
"ntslRequired": ["yesNo"],
|
|
19084
|
+
"ntsl2Required": ["yesNo"],
|
|
18680
19085
|
"ta6Required": ["yesNo"],
|
|
18681
19086
|
"con29DWRequired": ["yesNo"],
|
|
18682
19087
|
"discriminator": {
|
|
@@ -18690,8 +19095,9 @@
|
|
|
18690
19095
|
},
|
|
18691
19096
|
"details": {
|
|
18692
19097
|
"ntsRef": "3.2.2",
|
|
18693
|
-
"
|
|
19098
|
+
"nts2Ref": "3.2.2",
|
|
18694
19099
|
"ntslRef": "3.2.2",
|
|
19100
|
+
"ntsl2Ref": "3.2.2",
|
|
18695
19101
|
"title": "How is water supplied?",
|
|
18696
19102
|
"description": "e.g. Private well, borehole, springs etc.",
|
|
18697
19103
|
"type": "string",
|
|
@@ -18699,8 +19105,9 @@
|
|
|
18699
19105
|
}
|
|
18700
19106
|
},
|
|
18701
19107
|
"ntsRequired": ["details"],
|
|
18702
|
-
"
|
|
18703
|
-
"ntslRequired": ["details"]
|
|
19108
|
+
"nts2Required": ["details"],
|
|
19109
|
+
"ntslRequired": ["details"],
|
|
19110
|
+
"ntsl2Required": ["details"]
|
|
18704
19111
|
},
|
|
18705
19112
|
{
|
|
18706
19113
|
"properties": {
|
|
@@ -18751,14 +19158,16 @@
|
|
|
18751
19158
|
"waterMeter": {
|
|
18752
19159
|
"type": "object",
|
|
18753
19160
|
"ntsRef": "B3.2.1.1",
|
|
18754
|
-
"
|
|
19161
|
+
"nts2Ref": "B3.2.1.1",
|
|
18755
19162
|
"ntslRef": "B3.2.1.1",
|
|
19163
|
+
"ntsl2Ref": "B3.2.1.1",
|
|
18756
19164
|
"baspi4Ref": "A7.",
|
|
18757
19165
|
"baspi5Ref": "A7.",
|
|
18758
19166
|
"ta6Ref": "13.3b",
|
|
18759
19167
|
"ntsRequired": ["isSupplyMetered"],
|
|
18760
|
-
"
|
|
19168
|
+
"nts2Required": ["isSupplyMetered"],
|
|
18761
19169
|
"ntslRequired": ["isSupplyMetered"],
|
|
19170
|
+
"ntsl2Required": ["isSupplyMetered"],
|
|
18762
19171
|
"baspi4Required": ["isSupplyMetered"],
|
|
18763
19172
|
"baspi5Required": ["isSupplyMetered"],
|
|
18764
19173
|
"ta6Required": ["isSupplyMetered"],
|
|
@@ -18766,8 +19175,9 @@
|
|
|
18766
19175
|
"properties": {
|
|
18767
19176
|
"isSupplyMetered": {
|
|
18768
19177
|
"ntsRef": "3.2.3",
|
|
18769
|
-
"
|
|
19178
|
+
"nts2Ref": "3.2.3",
|
|
18770
19179
|
"ntslRef": "3.2.3",
|
|
19180
|
+
"ntsl2Ref": "3.2.3",
|
|
18771
19181
|
"ta6Ref": "13.3b",
|
|
18772
19182
|
"baspi4Ref": "B4.6.2",
|
|
18773
19183
|
"baspi5Ref": "B4.6.2",
|
|
@@ -18822,8 +19232,9 @@
|
|
|
18822
19232
|
"baspi4Required": ["stopcock", "waterMeter"],
|
|
18823
19233
|
"baspi5Required": ["stopcock", "waterMeter"],
|
|
18824
19234
|
"ntsRequired": ["waterMeter"],
|
|
18825
|
-
"
|
|
18826
|
-
"ntslRequired": ["waterMeter"]
|
|
19235
|
+
"nts2Required": ["waterMeter"],
|
|
19236
|
+
"ntslRequired": ["waterMeter"],
|
|
19237
|
+
"ntsl2Required": ["waterMeter"]
|
|
18827
19238
|
},
|
|
18828
19239
|
{
|
|
18829
19240
|
"properties": {
|
|
@@ -18981,8 +19392,9 @@
|
|
|
18981
19392
|
},
|
|
18982
19393
|
"drainage": {
|
|
18983
19394
|
"ntsRef": "B3.3",
|
|
18984
|
-
"
|
|
19395
|
+
"nts2Ref": "B3.3",
|
|
18985
19396
|
"ntslRef": "B3.3",
|
|
19397
|
+
"ntsl2Ref": "B3.3",
|
|
18986
19398
|
"baspi4Ref": "A7.1.0.12",
|
|
18987
19399
|
"baspi5Ref": "A7.1.0.12",
|
|
18988
19400
|
"con29DWRef": "2",
|
|
@@ -18997,7 +19409,7 @@
|
|
|
18997
19409
|
"mainsFoulDrainage"
|
|
18998
19410
|
],
|
|
18999
19411
|
"ntsRequired": ["mainsSurfaceWaterDrainage", "mainsFoulDrainage"],
|
|
19000
|
-
"
|
|
19412
|
+
"nts2Required": [
|
|
19001
19413
|
"mainsSurfaceWaterDrainage",
|
|
19002
19414
|
"mainsFoulDrainage"
|
|
19003
19415
|
],
|
|
@@ -19005,6 +19417,10 @@
|
|
|
19005
19417
|
"mainsSurfaceWaterDrainage",
|
|
19006
19418
|
"mainsFoulDrainage"
|
|
19007
19419
|
],
|
|
19420
|
+
"ntsl2Required": [
|
|
19421
|
+
"mainsSurfaceWaterDrainage",
|
|
19422
|
+
"mainsFoulDrainage"
|
|
19423
|
+
],
|
|
19008
19424
|
"ta6Required": ["mainsSurfaceWaterDrainage", "mainsFoulDrainage"],
|
|
19009
19425
|
"con29DWRequired": [
|
|
19010
19426
|
"mainsSurfaceWaterDrainage",
|
|
@@ -19022,8 +19438,9 @@
|
|
|
19022
19438
|
"properties": {
|
|
19023
19439
|
"mainsSurfaceWaterDrainage": {
|
|
19024
19440
|
"ntsRef": "B3.3.1",
|
|
19025
|
-
"
|
|
19441
|
+
"nts2Ref": "B3.3.1",
|
|
19026
19442
|
"ntslRef": "B3.3.1",
|
|
19443
|
+
"ntsl2Ref": "B3.3.1",
|
|
19027
19444
|
"baspi4Ref": "A7.1.0.12.0",
|
|
19028
19445
|
"baspi5Ref": "A7.1.0.12.0",
|
|
19029
19446
|
"rdsRef": "Services/StormWaterDrainage",
|
|
@@ -19036,8 +19453,9 @@
|
|
|
19036
19453
|
"baspi4Ref": "A7.1.0.12.1",
|
|
19037
19454
|
"baspi5Ref": "A7.1.0.12.1",
|
|
19038
19455
|
"ntsRef": "B3.3.1.1",
|
|
19039
|
-
"
|
|
19456
|
+
"nts2Ref": "B3.3.1.1",
|
|
19040
19457
|
"ntslRef": "B3.3.1.1",
|
|
19458
|
+
"ntsl2Ref": "B3.3.1.1",
|
|
19041
19459
|
"ta6Ref": "12.4b1",
|
|
19042
19460
|
"con29DWRef": "2.2.1",
|
|
19043
19461
|
"type": "string",
|
|
@@ -19045,16 +19463,18 @@
|
|
|
19045
19463
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
19046
19464
|
"con29DWEnum": ["Yes", "No"],
|
|
19047
19465
|
"ntsEnum": ["Yes", "No"],
|
|
19048
|
-
"
|
|
19466
|
+
"nts2Enum": ["Yes", "No"],
|
|
19049
19467
|
"ntslEnum": ["Yes", "No"],
|
|
19468
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
19050
19469
|
"ta6Enum": ["Yes", "No", "Not known"]
|
|
19051
19470
|
}
|
|
19052
19471
|
},
|
|
19053
19472
|
"baspi4Required": ["yesNo"],
|
|
19054
19473
|
"baspi5Required": ["yesNo"],
|
|
19055
19474
|
"ntsRequired": ["yesNo"],
|
|
19056
|
-
"
|
|
19475
|
+
"nts2Required": ["yesNo"],
|
|
19057
19476
|
"ntslRequired": ["yesNo"],
|
|
19477
|
+
"ntsl2Required": ["yesNo"],
|
|
19058
19478
|
"ta6Required": ["yesNo"],
|
|
19059
19479
|
"discriminator": {
|
|
19060
19480
|
"propertyName": "yesNo"
|
|
@@ -19101,8 +19521,9 @@
|
|
|
19101
19521
|
},
|
|
19102
19522
|
"mainsFoulDrainage": {
|
|
19103
19523
|
"ntsRef": "B3.3.2",
|
|
19104
|
-
"
|
|
19524
|
+
"nts2Ref": "B3.3.2",
|
|
19105
19525
|
"ntslRef": "B3.3.2",
|
|
19526
|
+
"ntsl2Ref": "B3.3.2",
|
|
19106
19527
|
"baspi4Ref": "A7.1.0.11",
|
|
19107
19528
|
"baspi5Ref": "A7.1.0.11",
|
|
19108
19529
|
"rdsRef": "Services/WasteWaterSewerageDisposal",
|
|
@@ -19114,13 +19535,15 @@
|
|
|
19114
19535
|
"baspi5Required": ["yesNo"],
|
|
19115
19536
|
"ta6Required": ["yesNo"],
|
|
19116
19537
|
"ntsRequired": ["yesNo"],
|
|
19117
|
-
"
|
|
19538
|
+
"nts2Required": ["yesNo"],
|
|
19118
19539
|
"ntslRequired": ["yesNo"],
|
|
19540
|
+
"ntsl2Required": ["yesNo"],
|
|
19119
19541
|
"properties": {
|
|
19120
19542
|
"yesNo": {
|
|
19121
19543
|
"ntsRef": "B3.3.2.1",
|
|
19122
|
-
"
|
|
19544
|
+
"nts2Ref": "B3.3.2.1",
|
|
19123
19545
|
"ntslRef": "B3.3.2.1",
|
|
19546
|
+
"ntsl2Ref": "B3.3.2.1",
|
|
19124
19547
|
"baspi4Ref": "A7.1.0.11.1",
|
|
19125
19548
|
"baspi5Ref": "A7.1.0.11.1",
|
|
19126
19549
|
"ta6Ref": "12.4a1",
|
|
@@ -19129,8 +19552,9 @@
|
|
|
19129
19552
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
19130
19553
|
"con29DWEnum": ["Yes", "No"],
|
|
19131
19554
|
"ntsEnum": ["Yes", "No"],
|
|
19132
|
-
"
|
|
19555
|
+
"nts2Enum": ["Yes", "No"],
|
|
19133
19556
|
"ntslEnum": ["Yes", "No"],
|
|
19557
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
19134
19558
|
"ta6Enum": ["Yes", "No", "Not known"]
|
|
19135
19559
|
}
|
|
19136
19560
|
},
|
|
@@ -19191,8 +19615,9 @@
|
|
|
19191
19615
|
},
|
|
19192
19616
|
"offMainsDrainageSystem": {
|
|
19193
19617
|
"ntsRef": "B3.3.3",
|
|
19194
|
-
"
|
|
19618
|
+
"nts2Ref": "B3.3.3",
|
|
19195
19619
|
"ntslRef": "B3.3.3",
|
|
19620
|
+
"ntsl2Ref": "B3.3.3",
|
|
19196
19621
|
"baspi4Ref": "A7.1.10.13",
|
|
19197
19622
|
"baspi5Ref": "A7.1.10.13",
|
|
19198
19623
|
"ta6Ref": "12.4a",
|
|
@@ -19212,8 +19637,9 @@
|
|
|
19212
19637
|
"plantDrainsIntoWaterway"
|
|
19213
19638
|
],
|
|
19214
19639
|
"ntsRequired": ["offMainsDrainageSystemType"],
|
|
19215
|
-
"
|
|
19640
|
+
"nts2Required": ["offMainsDrainageSystemType"],
|
|
19216
19641
|
"ntslRequired": ["offMainsDrainageSystemType"],
|
|
19642
|
+
"ntsl2Required": ["offMainsDrainageSystemType"],
|
|
19217
19643
|
"ta6Required": [
|
|
19218
19644
|
"offMainsDrainageSystemType",
|
|
19219
19645
|
"otherConnectedProperties",
|
|
@@ -19222,8 +19648,9 @@
|
|
|
19222
19648
|
"properties": {
|
|
19223
19649
|
"offMainsDrainageSystemType": {
|
|
19224
19650
|
"ntsRef": "B3.3.3.1",
|
|
19225
|
-
"
|
|
19651
|
+
"nts2Ref": "B3.3.3.1",
|
|
19226
19652
|
"ntslRef": "B3.3.3.1",
|
|
19653
|
+
"ntsl2Ref": "B3.3.3.1",
|
|
19227
19654
|
"baspi4Ref": "A7.1",
|
|
19228
19655
|
"baspi5Ref": "A7.1",
|
|
19229
19656
|
"ta6Ref": "12.5",
|
|
@@ -19574,15 +20001,17 @@
|
|
|
19574
20001
|
},
|
|
19575
20002
|
"details": {
|
|
19576
20003
|
"ntsRef": "B3.3.3.2",
|
|
19577
|
-
"
|
|
20004
|
+
"nts2Ref": "B3.3.3.2",
|
|
19578
20005
|
"ntslRef": "B3.3.3.2",
|
|
20006
|
+
"ntsl2Ref": "B3.3.3.2",
|
|
19579
20007
|
"title": "Details",
|
|
19580
20008
|
"type": "string"
|
|
19581
20009
|
}
|
|
19582
20010
|
},
|
|
19583
20011
|
"ntsRequired": ["details"],
|
|
19584
|
-
"
|
|
19585
|
-
"ntslRequired": ["details"]
|
|
20012
|
+
"nts2Required": ["details"],
|
|
20013
|
+
"ntslRequired": ["details"],
|
|
20014
|
+
"ntsl2Required": ["details"]
|
|
19586
20015
|
}
|
|
19587
20016
|
]
|
|
19588
20017
|
}
|
|
@@ -20029,8 +20458,9 @@
|
|
|
20029
20458
|
},
|
|
20030
20459
|
"heating": {
|
|
20031
20460
|
"ntsRef": "B3.4",
|
|
20032
|
-
"
|
|
20461
|
+
"nts2Ref": "B3.4",
|
|
20033
20462
|
"ntslRef": "B3.4",
|
|
20463
|
+
"ntsl2Ref": "B3.4",
|
|
20034
20464
|
"baspi4Ref": "A7.4",
|
|
20035
20465
|
"baspi5Ref": "A7.4",
|
|
20036
20466
|
"ta6Ref": "12.3",
|
|
@@ -20042,13 +20472,15 @@
|
|
|
20042
20472
|
"baspi5Required": ["heatingSystem"],
|
|
20043
20473
|
"ta6Required": ["heatingSystem"],
|
|
20044
20474
|
"ntsRequired": ["heatingSystem"],
|
|
20045
|
-
"
|
|
20475
|
+
"nts2Required": ["heatingSystem"],
|
|
20046
20476
|
"ntslRequired": ["heatingSystem"],
|
|
20477
|
+
"ntsl2Required": ["heatingSystem"],
|
|
20047
20478
|
"properties": {
|
|
20048
20479
|
"heatingSystem": {
|
|
20049
20480
|
"ntsRef": "B3.4.1",
|
|
20050
|
-
"
|
|
20481
|
+
"nts2Ref": "B3.4.1",
|
|
20051
20482
|
"ntslRef": "B3.4.1",
|
|
20483
|
+
"ntsl2Ref": "B3.4.1",
|
|
20052
20484
|
"baspi4Ref": "A7.4.0",
|
|
20053
20485
|
"baspi5Ref": "A7.4.0",
|
|
20054
20486
|
"ta6Ref": "12.3.1",
|
|
@@ -20059,13 +20491,15 @@
|
|
|
20059
20491
|
"baspi5Required": ["heatingType"],
|
|
20060
20492
|
"ta6Required": ["heatingType"],
|
|
20061
20493
|
"ntsRequired": ["heatingType"],
|
|
20062
|
-
"
|
|
20494
|
+
"nts2Required": ["heatingType"],
|
|
20063
20495
|
"ntslRequired": ["heatingType"],
|
|
20496
|
+
"ntsl2Required": ["heatingType"],
|
|
20064
20497
|
"properties": {
|
|
20065
20498
|
"heatingType": {
|
|
20066
20499
|
"ntsRef": "B3.4.1",
|
|
20067
|
-
"
|
|
20500
|
+
"nts2Ref": "B3.4.1",
|
|
20068
20501
|
"ntslRef": "B3.4.1",
|
|
20502
|
+
"ntsl2Ref": "B3.4.1",
|
|
20069
20503
|
"baspi4Ref": "A7.4.0",
|
|
20070
20504
|
"baspi5Ref": "A7.4.0",
|
|
20071
20505
|
"ta6Ref": "12.3.1",
|
|
@@ -20098,8 +20532,9 @@
|
|
|
20098
20532
|
},
|
|
20099
20533
|
"centralHeatingDetails": {
|
|
20100
20534
|
"ntsRef": "B3.4.3",
|
|
20101
|
-
"
|
|
20535
|
+
"nts2Ref": "B3.4.3",
|
|
20102
20536
|
"ntslRef": "B3.4.3",
|
|
20537
|
+
"ntsl2Ref": "B3.4.3",
|
|
20103
20538
|
"baspi4Ref": "A7.4.0.0",
|
|
20104
20539
|
"baspi5Ref": "A7.4.0.0",
|
|
20105
20540
|
"ta6Ref": "12.3.2",
|
|
@@ -20123,8 +20558,15 @@
|
|
|
20123
20558
|
"heatingInGoodWorkingOrder"
|
|
20124
20559
|
],
|
|
20125
20560
|
"ntsRequired": ["centralHeatingFuel"],
|
|
20126
|
-
"
|
|
20561
|
+
"nts2Required": [
|
|
20562
|
+
"centralHeatingFuel",
|
|
20563
|
+
"centralHeatingInstalled"
|
|
20564
|
+
],
|
|
20127
20565
|
"ntslRequired": ["centralHeatingFuel"],
|
|
20566
|
+
"ntsl2Required": [
|
|
20567
|
+
"centralHeatingFuel",
|
|
20568
|
+
"centralHeatingInstalled"
|
|
20569
|
+
],
|
|
20128
20570
|
"ta6Required": [
|
|
20129
20571
|
"centralHeatingFuel",
|
|
20130
20572
|
"centralHeatingInstalled",
|
|
@@ -20136,8 +20578,9 @@
|
|
|
20136
20578
|
"properties": {
|
|
20137
20579
|
"centralHeatingFuel": {
|
|
20138
20580
|
"ntsRef": "B3.4.3.1",
|
|
20139
|
-
"
|
|
20581
|
+
"nts2Ref": "B3.4.3.1",
|
|
20140
20582
|
"ntslRef": "B3.4.3.1",
|
|
20583
|
+
"ntsl2Ref": "B3.4.3.1",
|
|
20141
20584
|
"baspi4Ref": "A7.4.0.1",
|
|
20142
20585
|
"baspi5Ref": "A7.4.0.1",
|
|
20143
20586
|
"ta6Ref": "12.3.3",
|
|
@@ -20145,16 +20588,18 @@
|
|
|
20145
20588
|
"type": "object",
|
|
20146
20589
|
"title": "Central Heating Fuel",
|
|
20147
20590
|
"ntsRequired": ["centralHeatingFuelType"],
|
|
20148
|
-
"
|
|
20591
|
+
"nts2Required": ["centralHeatingFuelType"],
|
|
20149
20592
|
"ntslRequired": ["centralHeatingFuelType"],
|
|
20593
|
+
"ntsl2Required": ["centralHeatingFuelType"],
|
|
20150
20594
|
"baspi4Required": ["centralHeatingFuelType"],
|
|
20151
20595
|
"baspi5Required": ["centralHeatingFuelType"],
|
|
20152
20596
|
"ta6Required": ["centralHeatingFuelType"],
|
|
20153
20597
|
"properties": {
|
|
20154
20598
|
"centralHeatingFuelType": {
|
|
20155
20599
|
"ntsRef": "B3.4.3.1.1",
|
|
20156
|
-
"
|
|
20600
|
+
"nts2Ref": "B3.4.3.1.1",
|
|
20157
20601
|
"ntslRef": "B3.4.3.1.1",
|
|
20602
|
+
"ntsl2Ref": "B3.4.3.1.1",
|
|
20158
20603
|
"baspi4Ref": "A7.4.0.2",
|
|
20159
20604
|
"baspi5Ref": "A7.4.0.2",
|
|
20160
20605
|
"ta6Ref": "12.3a1",
|
|
@@ -20267,6 +20712,8 @@
|
|
|
20267
20712
|
"centralHeatingInstalled": {
|
|
20268
20713
|
"baspi4Ref": "A7.4.1",
|
|
20269
20714
|
"baspi5Ref": "A7.4.1",
|
|
20715
|
+
"nts2Ref": "B3.4.3.2",
|
|
20716
|
+
"ntsl2Ref": "B3.4.3.2",
|
|
20270
20717
|
"rdsRef": "Objects/Installed",
|
|
20271
20718
|
"ta6Ref": "12.3b1",
|
|
20272
20719
|
"piqRef": "A7.4.1",
|
|
@@ -20399,8 +20846,9 @@
|
|
|
20399
20846
|
"baspi4Required": ["centralHeatingDetails"],
|
|
20400
20847
|
"baspi5Required": ["centralHeatingDetails"],
|
|
20401
20848
|
"ntsRequired": ["centralHeatingDetails"],
|
|
20402
|
-
"
|
|
20849
|
+
"nts2Required": ["centralHeatingDetails"],
|
|
20403
20850
|
"ntslRequired": ["centralHeatingDetails"],
|
|
20851
|
+
"ntsl2Required": ["centralHeatingDetails"],
|
|
20404
20852
|
"ta6Required": ["centralHeatingDetails"]
|
|
20405
20853
|
},
|
|
20406
20854
|
{
|
|
@@ -20410,8 +20858,9 @@
|
|
|
20410
20858
|
},
|
|
20411
20859
|
"details": {
|
|
20412
20860
|
"ntsRef": "B3.4.4",
|
|
20413
|
-
"
|
|
20861
|
+
"nts2Ref": "B3.4.4",
|
|
20414
20862
|
"ntslRef": "B3.4.4",
|
|
20863
|
+
"ntsl2Ref": "B3.4.4",
|
|
20415
20864
|
"title": "Communal heating system details",
|
|
20416
20865
|
"description": "Please describe how the cost of heating supply is charged, whether you have control over the energy supplier and whether you have any control over the heating.",
|
|
20417
20866
|
"type": "string",
|
|
@@ -20419,15 +20868,17 @@
|
|
|
20419
20868
|
}
|
|
20420
20869
|
},
|
|
20421
20870
|
"ntsRequired": ["details"],
|
|
20422
|
-
"
|
|
20423
|
-
"ntslRequired": ["details"]
|
|
20871
|
+
"nts2Required": ["details"],
|
|
20872
|
+
"ntslRequired": ["details"],
|
|
20873
|
+
"ntsl2Required": ["details"]
|
|
20424
20874
|
}
|
|
20425
20875
|
]
|
|
20426
20876
|
},
|
|
20427
20877
|
"otherHeatingFeatures": {
|
|
20428
20878
|
"ntsRef": "B3.4.2",
|
|
20429
|
-
"
|
|
20879
|
+
"nts2Ref": "B3.4.2",
|
|
20430
20880
|
"ntslRef": "B3.4.2",
|
|
20881
|
+
"ntsl2Ref": "B3.4.2",
|
|
20431
20882
|
"title": "What other heating features does the property have?",
|
|
20432
20883
|
"type": "array",
|
|
20433
20884
|
"items": {
|
|
@@ -20441,6 +20892,7 @@
|
|
|
20441
20892
|
"Solar water",
|
|
20442
20893
|
"Underfloor heating",
|
|
20443
20894
|
"Wood burner",
|
|
20895
|
+
"Aga/Rayburn",
|
|
20444
20896
|
"Open fire",
|
|
20445
20897
|
"Ground source heat pump",
|
|
20446
20898
|
"Air source heat pump",
|
|
@@ -20455,8 +20907,9 @@
|
|
|
20455
20907
|
"baspi4Ref": "A7",
|
|
20456
20908
|
"baspi5Ref": "A7",
|
|
20457
20909
|
"ntsRef": "B3",
|
|
20458
|
-
"
|
|
20910
|
+
"nts2Ref": "B3",
|
|
20459
20911
|
"ntslRef": "B3",
|
|
20912
|
+
"ntsl2Ref": "B3",
|
|
20460
20913
|
"ta6Ref": "13",
|
|
20461
20914
|
"title": "Connectivity",
|
|
20462
20915
|
"type": "object",
|
|
@@ -20473,8 +20926,9 @@
|
|
|
20473
20926
|
"mobilePhone"
|
|
20474
20927
|
],
|
|
20475
20928
|
"ntsRequired": ["broadband"],
|
|
20476
|
-
"
|
|
20929
|
+
"nts2Required": ["broadband"],
|
|
20477
20930
|
"ntslRequired": ["broadband"],
|
|
20931
|
+
"ntsl2Required": ["broadband"],
|
|
20478
20932
|
"ta6Required": ["telephone", "cableSatelliteTV"],
|
|
20479
20933
|
"properties": {
|
|
20480
20934
|
"telephone": {
|
|
@@ -20494,8 +20948,9 @@
|
|
|
20494
20948
|
"title": "",
|
|
20495
20949
|
"enum": ["Yes", "To be connected", "No"],
|
|
20496
20950
|
"ntsEnum": ["Yes", "No"],
|
|
20497
|
-
"
|
|
20951
|
+
"nts2Enum": ["Yes", "No"],
|
|
20498
20952
|
"ntslEnum": ["Yes", "No"],
|
|
20953
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
20499
20954
|
"ta6Enum": ["Yes", "No"]
|
|
20500
20955
|
}
|
|
20501
20956
|
},
|
|
@@ -20572,8 +21027,9 @@
|
|
|
20572
21027
|
"title": "",
|
|
20573
21028
|
"enum": ["Yes", "To be connected", "No"],
|
|
20574
21029
|
"ntsEnum": ["Yes", "No"],
|
|
20575
|
-
"
|
|
21030
|
+
"nts2Enum": ["Yes", "No"],
|
|
20576
21031
|
"ntslEnum": ["Yes", "No"],
|
|
21032
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
20577
21033
|
"ta6Enum": ["Yes", "No"]
|
|
20578
21034
|
}
|
|
20579
21035
|
},
|
|
@@ -20633,8 +21089,9 @@
|
|
|
20633
21089
|
},
|
|
20634
21090
|
"broadband": {
|
|
20635
21091
|
"ntsRef": "B3.5",
|
|
20636
|
-
"
|
|
21092
|
+
"nts2Ref": "B3.5",
|
|
20637
21093
|
"ntslRef": "B3.5",
|
|
21094
|
+
"ntsl2Ref": "B3.5",
|
|
20638
21095
|
"baspi4Ref": "A7.1.0.7",
|
|
20639
21096
|
"baspi5Ref": "A7.1.0.7",
|
|
20640
21097
|
"title": "Broadband",
|
|
@@ -20644,8 +21101,9 @@
|
|
|
20644
21101
|
"properties": {
|
|
20645
21102
|
"typeOfConnection": {
|
|
20646
21103
|
"ntsRef": "B3.5.2",
|
|
20647
|
-
"
|
|
21104
|
+
"nts2Ref": "B3.5.2",
|
|
20648
21105
|
"ntslRef": "B3.5.2",
|
|
21106
|
+
"ntsl2Ref": "B3.5.2",
|
|
20649
21107
|
"baspi4Ref": "A7.1.0.7.2",
|
|
20650
21108
|
"baspi5Ref": "A7.1.0.7.2",
|
|
20651
21109
|
"piqRef": "A7.1.16",
|
|
@@ -20691,15 +21149,17 @@
|
|
|
20691
21149
|
}
|
|
20692
21150
|
},
|
|
20693
21151
|
"ntsRequired": ["typeOfConnection"],
|
|
20694
|
-
"
|
|
20695
|
-
"ntslRequired": ["typeOfConnection"]
|
|
21152
|
+
"nts2Required": ["typeOfConnection"],
|
|
21153
|
+
"ntslRequired": ["typeOfConnection"],
|
|
21154
|
+
"ntsl2Required": ["typeOfConnection"]
|
|
20696
21155
|
},
|
|
20697
21156
|
"mobilePhone": {
|
|
20698
21157
|
"baspi4Ref": "A7.1.0.8",
|
|
20699
21158
|
"baspi5Ref": "A7.1.0.8",
|
|
20700
21159
|
"ntsRef": "B3.6",
|
|
20701
|
-
"
|
|
21160
|
+
"nts2Ref": "B3.6",
|
|
20702
21161
|
"ntslRef": "B3.6",
|
|
21162
|
+
"ntsl2Ref": "B3.6",
|
|
20703
21163
|
"title": "Mobile phone coverage",
|
|
20704
21164
|
"type": "object",
|
|
20705
21165
|
"properties": {
|
|
@@ -20707,23 +21167,26 @@
|
|
|
20707
21167
|
"baspi4Ref": "A7.1.0.8.1",
|
|
20708
21168
|
"baspi5Ref": "A7.1.0.8.1",
|
|
20709
21169
|
"ntsRef": "B3.6.1",
|
|
20710
|
-
"
|
|
21170
|
+
"nts2Ref": "B3.6.1",
|
|
20711
21171
|
"ntslRef": "B3.6.1",
|
|
21172
|
+
"ntsl2Ref": "B3.6.1",
|
|
20712
21173
|
"title": "Are there any issues with mobile phone signal or coverage at the property?",
|
|
20713
21174
|
"description": "You should disclose any known issues with signal strength or dropped calls specific to the property.",
|
|
20714
21175
|
"type": "object",
|
|
20715
21176
|
"baspi4Required": ["yesNo"],
|
|
20716
21177
|
"baspi5Required": ["yesNo"],
|
|
20717
21178
|
"ntsRequired": ["yesNo"],
|
|
20718
|
-
"
|
|
21179
|
+
"nts2Required": ["yesNo"],
|
|
20719
21180
|
"ntslRequired": ["yesNo"],
|
|
21181
|
+
"ntsl2Required": ["yesNo"],
|
|
20720
21182
|
"properties": {
|
|
20721
21183
|
"yesNo": {
|
|
20722
21184
|
"baspi4Ref": "A7.1.0.8.2",
|
|
20723
21185
|
"baspi5Ref": "A7.1.0.8.2",
|
|
20724
21186
|
"ntsRef": "B3.6.1.1",
|
|
20725
|
-
"
|
|
21187
|
+
"nts2Ref": "B3.6.1.1",
|
|
20726
21188
|
"ntslRef": "B3.6.1.1",
|
|
21189
|
+
"ntsl2Ref": "B3.6.1.1",
|
|
20727
21190
|
"title": "",
|
|
20728
21191
|
"type": "string",
|
|
20729
21192
|
"enum": ["Yes", "No"]
|
|
@@ -20747,15 +21210,17 @@
|
|
|
20747
21210
|
},
|
|
20748
21211
|
"details": {
|
|
20749
21212
|
"ntsRef": "B3.6.1.2",
|
|
20750
|
-
"
|
|
21213
|
+
"nts2Ref": "B3.6.1.2",
|
|
20751
21214
|
"ntslRef": "B3.6.1.2",
|
|
21215
|
+
"ntsl2Ref": "B3.6.1.2",
|
|
20752
21216
|
"title": "Details",
|
|
20753
21217
|
"type": "string"
|
|
20754
21218
|
}
|
|
20755
21219
|
},
|
|
20756
21220
|
"ntsRequired": ["details"],
|
|
20757
|
-
"
|
|
20758
|
-
"ntslRequired": ["details"]
|
|
21221
|
+
"nts2Required": ["details"],
|
|
21222
|
+
"ntslRequired": ["details"],
|
|
21223
|
+
"ntsl2Required": ["details"]
|
|
20759
21224
|
}
|
|
20760
21225
|
]
|
|
20761
21226
|
},
|
|
@@ -21226,8 +21691,9 @@
|
|
|
21226
21691
|
},
|
|
21227
21692
|
"rightsAndInformalArrangements": {
|
|
21228
21693
|
"ntsRef": "C2.2",
|
|
21229
|
-
"
|
|
21694
|
+
"nts2Ref": "C2.2",
|
|
21230
21695
|
"ntslRef": "C2.2",
|
|
21696
|
+
"ntsl2Ref": "C2.2",
|
|
21231
21697
|
"baspi4Ref": "A10",
|
|
21232
21698
|
"baspi5Ref": "A10",
|
|
21233
21699
|
"ta6Ref": "8",
|
|
@@ -21246,8 +21712,9 @@
|
|
|
21246
21712
|
"rightsOrArrangements"
|
|
21247
21713
|
],
|
|
21248
21714
|
"ntsRequired": ["rightsOrArrangements"],
|
|
21249
|
-
"
|
|
21715
|
+
"nts2Required": ["rightsOrArrangements"],
|
|
21250
21716
|
"ntslRequired": ["rightsOrArrangements"],
|
|
21717
|
+
"ntsl2Required": ["rightsOrArrangements"],
|
|
21251
21718
|
"ta6Required": [
|
|
21252
21719
|
"sharedContributions",
|
|
21253
21720
|
"neighbouringLandRights",
|
|
@@ -21426,16 +21893,18 @@
|
|
|
21426
21893
|
},
|
|
21427
21894
|
"rightsOrArrangements": {
|
|
21428
21895
|
"ntsRef": "C2.2.1",
|
|
21429
|
-
"
|
|
21896
|
+
"nts2Ref": "C2.2.1",
|
|
21430
21897
|
"ntslRef": "C2.2.1",
|
|
21898
|
+
"ntsl2Ref": "C2.2.1",
|
|
21431
21899
|
"baspi4Ref": "A10.4",
|
|
21432
21900
|
"baspi5Ref": "A10.4",
|
|
21433
21901
|
"ta6Ref": "8.4",
|
|
21434
21902
|
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
21435
21903
|
"type": "object",
|
|
21436
21904
|
"ntsRequired": ["publicRightOfWay"],
|
|
21437
|
-
"
|
|
21905
|
+
"nts2Required": ["publicRightOfWay"],
|
|
21438
21906
|
"ntslRequired": ["publicRightOfWay"],
|
|
21907
|
+
"ntsl2Required": ["publicRightOfWay"],
|
|
21439
21908
|
"baspi4Required": [
|
|
21440
21909
|
"publicRightOfWay",
|
|
21441
21910
|
"rightsOfLight",
|
|
@@ -21468,8 +21937,9 @@
|
|
|
21468
21937
|
"properties": {
|
|
21469
21938
|
"publicRightOfWay": {
|
|
21470
21939
|
"ntsRef": "C2.2.1",
|
|
21471
|
-
"
|
|
21940
|
+
"nts2Ref": "C2.2.1",
|
|
21472
21941
|
"ntslRef": "C2.2.1",
|
|
21942
|
+
"ntsl2Ref": "C2.2.1",
|
|
21473
21943
|
"baspi4Ref": "A10.4.1",
|
|
21474
21944
|
"baspi5Ref": "A10.4.1",
|
|
21475
21945
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities,Tenure/CadastralMapOfParcels",
|
|
@@ -21481,8 +21951,9 @@
|
|
|
21481
21951
|
"properties": {
|
|
21482
21952
|
"yesNo": {
|
|
21483
21953
|
"ntsRef": "C2.2.1.1",
|
|
21484
|
-
"
|
|
21954
|
+
"nts2Ref": "C2.2.1.1",
|
|
21485
21955
|
"ntslRef": "C2.2.1.1",
|
|
21956
|
+
"ntsl2Ref": "C2.2.1.1",
|
|
21486
21957
|
"baspi4Ref": "A10.4.1.1",
|
|
21487
21958
|
"baspi5Ref": "A10.4.1.1",
|
|
21488
21959
|
"ta6Ref": "8.6.1",
|
|
@@ -21495,8 +21966,9 @@
|
|
|
21495
21966
|
"baspi4Required": ["yesNo"],
|
|
21496
21967
|
"baspi5Required": ["yesNo"],
|
|
21497
21968
|
"ntsRequired": ["yesNo"],
|
|
21498
|
-
"
|
|
21969
|
+
"nts2Required": ["yesNo"],
|
|
21499
21970
|
"ntslRequired": ["yesNo"],
|
|
21971
|
+
"ntsl2Required": ["yesNo"],
|
|
21500
21972
|
"ta6Required": ["yesNo"],
|
|
21501
21973
|
"discriminator": {
|
|
21502
21974
|
"propertyName": "yesNo"
|
|
@@ -21516,8 +21988,9 @@
|
|
|
21516
21988
|
},
|
|
21517
21989
|
"details": {
|
|
21518
21990
|
"ntsRef": "C2.2.1.2",
|
|
21519
|
-
"
|
|
21991
|
+
"nts2Ref": "C2.2.1.2",
|
|
21520
21992
|
"ntslRef": "C2.2.1.2",
|
|
21993
|
+
"ntsl2Ref": "C2.2.1.2",
|
|
21521
21994
|
"baspi4Ref": "A10.4.1.2",
|
|
21522
21995
|
"baspi5Ref": "A10.4.1.2",
|
|
21523
21996
|
"ta6Ref": "8.6.2",
|
|
@@ -21538,8 +22011,9 @@
|
|
|
21538
22011
|
"baspi5Required": ["details", "attachments"],
|
|
21539
22012
|
"ta6Required": ["details"],
|
|
21540
22013
|
"ntsRequired": ["details"],
|
|
21541
|
-
"
|
|
21542
|
-
"ntslRequired": ["details"]
|
|
22014
|
+
"nts2Required": ["details"],
|
|
22015
|
+
"ntslRequired": ["details"],
|
|
22016
|
+
"ntsl2Required": ["details"]
|
|
21543
22017
|
}
|
|
21544
22018
|
]
|
|
21545
22019
|
},
|
|
@@ -21910,8 +22384,9 @@
|
|
|
21910
22384
|
},
|
|
21911
22385
|
"environmentalIssues": {
|
|
21912
22386
|
"ntsRef": "C3.1",
|
|
21913
|
-
"
|
|
22387
|
+
"nts2Ref": "C3.1",
|
|
21914
22388
|
"ntslRef": "C3.1",
|
|
22389
|
+
"ntsl2Ref": "C3.1",
|
|
21915
22390
|
"baspi4Ref": "A11.1",
|
|
21916
22391
|
"baspi5Ref": "A11.1",
|
|
21917
22392
|
"ta6Ref": "7",
|
|
@@ -21931,7 +22406,7 @@
|
|
|
21931
22406
|
"nonCoalMining",
|
|
21932
22407
|
"coastalErosion"
|
|
21933
22408
|
],
|
|
21934
|
-
"
|
|
22409
|
+
"nts2Required": [
|
|
21935
22410
|
"flooding",
|
|
21936
22411
|
"coalMining",
|
|
21937
22412
|
"nonCoalMining",
|
|
@@ -21943,12 +22418,19 @@
|
|
|
21943
22418
|
"nonCoalMining",
|
|
21944
22419
|
"coastalErosion"
|
|
21945
22420
|
],
|
|
22421
|
+
"ntsl2Required": [
|
|
22422
|
+
"flooding",
|
|
22423
|
+
"coalMining",
|
|
22424
|
+
"nonCoalMining",
|
|
22425
|
+
"coastalErosion"
|
|
22426
|
+
],
|
|
21946
22427
|
"ta6Required": ["flooding", "radon"],
|
|
21947
22428
|
"properties": {
|
|
21948
22429
|
"flooding": {
|
|
21949
22430
|
"ntsRef": "C3.1.1",
|
|
21950
|
-
"
|
|
22431
|
+
"nts2Ref": "C3.1.1",
|
|
21951
22432
|
"ntslRef": "C3.1.1",
|
|
22433
|
+
"ntsl2Ref": "C3.1.1",
|
|
21952
22434
|
"baspi4Ref": "A11.1.1",
|
|
21953
22435
|
"baspi5Ref": "A11.1.1",
|
|
21954
22436
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
@@ -21958,28 +22440,40 @@
|
|
|
21958
22440
|
"baspi4Required": ["historicalFlooding"],
|
|
21959
22441
|
"baspi5Required": ["historicalFlooding"],
|
|
21960
22442
|
"ntsRequired": ["floodRisk", "historicalFlooding"],
|
|
21961
|
-
"
|
|
22443
|
+
"nts2Required": [
|
|
22444
|
+
"floodRisk",
|
|
22445
|
+
"historicalFlooding",
|
|
22446
|
+
"floodDefences"
|
|
22447
|
+
],
|
|
21962
22448
|
"ntslRequired": ["floodRisk", "historicalFlooding"],
|
|
22449
|
+
"ntsl2Required": [
|
|
22450
|
+
"floodRisk",
|
|
22451
|
+
"historicalFlooding",
|
|
22452
|
+
"floodDefences"
|
|
22453
|
+
],
|
|
21963
22454
|
"ta6Required": ["historicalFlooding"],
|
|
21964
22455
|
"properties": {
|
|
21965
22456
|
"floodRisk": {
|
|
21966
22457
|
"ntsRef": "C3.1.1.1",
|
|
21967
|
-
"
|
|
22458
|
+
"nts2Ref": "C3.1.1.1",
|
|
21968
22459
|
"ntslRef": "C3.1.1.1",
|
|
22460
|
+
"ntsl2Ref": "C3.1.1.1",
|
|
21969
22461
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
21970
22462
|
"piqRef": "A11.1.1",
|
|
21971
22463
|
"title": "Flood Risk",
|
|
21972
22464
|
"type": "object",
|
|
21973
22465
|
"ntsRequired": ["riskIndicator"],
|
|
21974
|
-
"
|
|
22466
|
+
"nts2Required": ["riskIndicator"],
|
|
21975
22467
|
"ntslRequired": ["riskIndicator"],
|
|
22468
|
+
"ntsl2Required": ["riskIndicator"],
|
|
21976
22469
|
"baspi4Required": ["riskIndicator"],
|
|
21977
22470
|
"baspi5Required": ["riskIndicator"],
|
|
21978
22471
|
"properties": {
|
|
21979
22472
|
"riskIndicator": {
|
|
21980
22473
|
"ntsRef": "C3.1.1.1",
|
|
21981
|
-
"
|
|
22474
|
+
"nts2Ref": "C3.1.1.1",
|
|
21982
22475
|
"ntslRef": "C3.1.1.1",
|
|
22476
|
+
"ntsl2Ref": "C3.1.1.1",
|
|
21983
22477
|
"type": "string",
|
|
21984
22478
|
"title": "Is the property impacted?",
|
|
21985
22479
|
"ntsTitle": "To your knowledge, is the property at risk of flooding of any type?",
|
|
@@ -22017,8 +22511,9 @@
|
|
|
22017
22511
|
},
|
|
22018
22512
|
"summary": {
|
|
22019
22513
|
"ntsRef": "C3.1.1.2",
|
|
22020
|
-
"
|
|
22514
|
+
"nts2Ref": "C3.1.1.2",
|
|
22021
22515
|
"ntslRef": "C3.1.1.2",
|
|
22516
|
+
"ntsl2Ref": "C3.1.1.2",
|
|
22022
22517
|
"type": "string",
|
|
22023
22518
|
"title": "Summary of risk",
|
|
22024
22519
|
"ntsTitle:": "Please provide details",
|
|
@@ -22080,15 +22575,17 @@
|
|
|
22080
22575
|
}
|
|
22081
22576
|
},
|
|
22082
22577
|
"ntsRequired": ["summary"],
|
|
22083
|
-
"
|
|
22084
|
-
"ntslRequired": ["summary"]
|
|
22578
|
+
"nts2Required": ["summary"],
|
|
22579
|
+
"ntslRequired": ["summary"],
|
|
22580
|
+
"ntsl2Required": ["summary"]
|
|
22085
22581
|
}
|
|
22086
22582
|
]
|
|
22087
22583
|
},
|
|
22088
22584
|
"historicalFlooding": {
|
|
22089
22585
|
"ntsRef": "C3.1.1.2",
|
|
22090
|
-
"
|
|
22586
|
+
"nts2Ref": "C3.1.1.2",
|
|
22091
22587
|
"ntslRef": "C3.1.1.2",
|
|
22588
|
+
"ntsl2Ref": "C3.1.1.2",
|
|
22092
22589
|
"baspi4Ref": "A11.1.2",
|
|
22093
22590
|
"baspi5Ref": "A11.1.2",
|
|
22094
22591
|
"ta6Ref": "7.1",
|
|
@@ -22097,14 +22594,16 @@
|
|
|
22097
22594
|
"baspi4Required": ["hasBeenFlooded"],
|
|
22098
22595
|
"baspi5Required": ["hasBeenFlooded"],
|
|
22099
22596
|
"ntsRequired": ["hasBeenFlooded"],
|
|
22100
|
-
"
|
|
22597
|
+
"nts2Required": ["hasBeenFlooded"],
|
|
22101
22598
|
"ntslRequired": ["hasBeenFlooded"],
|
|
22599
|
+
"ntsl2Required": ["hasBeenFlooded"],
|
|
22102
22600
|
"ta6Required": ["hasBeenFlooded"],
|
|
22103
22601
|
"properties": {
|
|
22104
22602
|
"hasBeenFlooded": {
|
|
22105
22603
|
"ntsRef": "C3.1.1.2.1",
|
|
22106
|
-
"
|
|
22604
|
+
"nts2Ref": "C3.1.1.2.1",
|
|
22107
22605
|
"ntslRef": "C3.1.1.2.1",
|
|
22606
|
+
"ntsl2Ref": "C3.1.1.2.1",
|
|
22108
22607
|
"baspi4Ref": "A11.1.2.1",
|
|
22109
22608
|
"baspi5Ref": "A11.1.2.1",
|
|
22110
22609
|
"ta6Ref": "7.1.1",
|
|
@@ -22131,8 +22630,9 @@
|
|
|
22131
22630
|
},
|
|
22132
22631
|
"typeOfFlooding": {
|
|
22133
22632
|
"ntsRef": "C3.1.1.3",
|
|
22134
|
-
"
|
|
22633
|
+
"nts2Ref": "C3.1.1.3",
|
|
22135
22634
|
"ntslRef": "C3.1.1.3",
|
|
22635
|
+
"ntsl2Ref": "C3.1.1.3",
|
|
22136
22636
|
"baspi4Ref": "A11.1.2.2",
|
|
22137
22637
|
"baspi5Ref": "A11.1.2.2",
|
|
22138
22638
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
@@ -22153,8 +22653,9 @@
|
|
|
22153
22653
|
},
|
|
22154
22654
|
"details": {
|
|
22155
22655
|
"ntsRef": "C3.1.1.4",
|
|
22156
|
-
"
|
|
22656
|
+
"nts2Ref": "C3.1.1.4",
|
|
22157
22657
|
"ntslRef": "C3.1.1.4",
|
|
22658
|
+
"ntsl2Ref": "C3.1.1.4",
|
|
22158
22659
|
"baspi4Ref": "A11.1.2.1",
|
|
22159
22660
|
"baspi5Ref": "A11.1.2.1",
|
|
22160
22661
|
"ta6Ref": "7.1.2",
|
|
@@ -22166,11 +22667,57 @@
|
|
|
22166
22667
|
"baspi4Required": ["typeOfFlooding", "details"],
|
|
22167
22668
|
"baspi5Required": ["typeOfFlooding", "details"],
|
|
22168
22669
|
"ntsRequired": ["typeOfFlooding", "details"],
|
|
22169
|
-
"
|
|
22670
|
+
"nts2Required": ["typeOfFlooding", "details"],
|
|
22170
22671
|
"ntslRequired": ["typeOfFlooding", "details"],
|
|
22672
|
+
"ntsl2Required": ["typeOfFlooding", "details"],
|
|
22171
22673
|
"ta6Required": ["typeOfFlooding", "details"]
|
|
22172
22674
|
}
|
|
22173
22675
|
]
|
|
22676
|
+
},
|
|
22677
|
+
"floodDefences": {
|
|
22678
|
+
"nts2Ref": "C3.1.1.2",
|
|
22679
|
+
"ntsl2Ref": "C3.1.1.2",
|
|
22680
|
+
"title": "Flood defences",
|
|
22681
|
+
"type": "object",
|
|
22682
|
+
"nts2Required": ["hasFloodDefences"],
|
|
22683
|
+
"ntsl2Required": ["hasFloodDefences"],
|
|
22684
|
+
"properties": {
|
|
22685
|
+
"hasFloodDefences": {
|
|
22686
|
+
"nts2Ref": "C3.1.1.2.1",
|
|
22687
|
+
"ntsl2Ref": "C3.1.1.2.1",
|
|
22688
|
+
"title": "Are there any defences to prevent flooding installed at the property?",
|
|
22689
|
+
"type": "string",
|
|
22690
|
+
"enum": ["Yes", "No"]
|
|
22691
|
+
}
|
|
22692
|
+
},
|
|
22693
|
+
"discriminator": {
|
|
22694
|
+
"propertyName": "hasFloodDefences"
|
|
22695
|
+
},
|
|
22696
|
+
"oneOf": [
|
|
22697
|
+
{
|
|
22698
|
+
"properties": {
|
|
22699
|
+
"hasFloodDefences": {
|
|
22700
|
+
"enum": ["No"]
|
|
22701
|
+
}
|
|
22702
|
+
}
|
|
22703
|
+
},
|
|
22704
|
+
{
|
|
22705
|
+
"properties": {
|
|
22706
|
+
"hasFloodDefences": {
|
|
22707
|
+
"enum": ["Yes"]
|
|
22708
|
+
},
|
|
22709
|
+
"details": {
|
|
22710
|
+
"nts2Ref": "C3.1.1.4",
|
|
22711
|
+
"ntsl2Ref": "C3.1.1.4",
|
|
22712
|
+
"title": "Please provide details",
|
|
22713
|
+
"type": "string",
|
|
22714
|
+
"minLength": 1
|
|
22715
|
+
}
|
|
22716
|
+
},
|
|
22717
|
+
"nts2Required": ["details"],
|
|
22718
|
+
"ntsl2Required": ["details"]
|
|
22719
|
+
}
|
|
22720
|
+
]
|
|
22174
22721
|
}
|
|
22175
22722
|
}
|
|
22176
22723
|
},
|
|
@@ -22967,18 +23514,21 @@
|
|
|
22967
23514
|
"coalMining": {
|
|
22968
23515
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
22969
23516
|
"ntsRef": "C6.1",
|
|
22970
|
-
"
|
|
23517
|
+
"nts2Ref": "C6.1",
|
|
22971
23518
|
"ntslRef": "C6.1",
|
|
23519
|
+
"ntsl2Ref": "C6.1",
|
|
22972
23520
|
"title": "Coal mining",
|
|
22973
23521
|
"type": "object",
|
|
22974
23522
|
"ntsRequired": ["riskIndicator"],
|
|
22975
|
-
"
|
|
23523
|
+
"nts2Required": ["riskIndicator"],
|
|
22976
23524
|
"ntslRequired": ["riskIndicator"],
|
|
23525
|
+
"ntsl2Required": ["riskIndicator"],
|
|
22977
23526
|
"properties": {
|
|
22978
23527
|
"riskIndicator": {
|
|
22979
23528
|
"ntsRef": "C6.1.1",
|
|
22980
|
-
"
|
|
23529
|
+
"nts2Ref": "C6.1.1",
|
|
22981
23530
|
"ntslRef": "C6.1.1",
|
|
23531
|
+
"ntsl2Ref": "C6.1.1",
|
|
22982
23532
|
"type": "string",
|
|
22983
23533
|
"title": "Is the property impacted?",
|
|
22984
23534
|
"ntsTitle": "To your knowledge, is the property impacted by coal mining?",
|
|
@@ -23014,12 +23564,13 @@
|
|
|
23014
23564
|
},
|
|
23015
23565
|
"summary": {
|
|
23016
23566
|
"ntsRef": "C6.1.1",
|
|
23017
|
-
"
|
|
23567
|
+
"nts2Ref": "C6.1.1",
|
|
23018
23568
|
"ntslRef": "C6.1.1",
|
|
23569
|
+
"ntsl2Ref": "C6.1.1",
|
|
23019
23570
|
"type": "string",
|
|
23020
23571
|
"title": "Summary of risk",
|
|
23021
23572
|
"ntsTitle": "Please provide details",
|
|
23022
|
-
"
|
|
23573
|
+
"nts2Title": "Please provide details",
|
|
23023
23574
|
"minLength": 1
|
|
23024
23575
|
},
|
|
23025
23576
|
"recommendations": {
|
|
@@ -23083,18 +23634,21 @@
|
|
|
23083
23634
|
"nonCoalMining": {
|
|
23084
23635
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
23085
23636
|
"ntsRef": "C6.2",
|
|
23086
|
-
"
|
|
23637
|
+
"nts2Ref": "C6.2",
|
|
23087
23638
|
"ntslRef": "C6.2",
|
|
23639
|
+
"ntsl2Ref": "C6.2",
|
|
23088
23640
|
"title": "Non-coal mining",
|
|
23089
23641
|
"type": "object",
|
|
23090
23642
|
"ntsRequired": ["riskIndicator"],
|
|
23091
|
-
"
|
|
23643
|
+
"nts2Required": ["riskIndicator"],
|
|
23092
23644
|
"ntslRequired": ["riskIndicator"],
|
|
23645
|
+
"ntsl2Required": ["riskIndicator"],
|
|
23093
23646
|
"properties": {
|
|
23094
23647
|
"riskIndicator": {
|
|
23095
23648
|
"ntsRef": "C6.2.1",
|
|
23096
|
-
"
|
|
23649
|
+
"nts2Ref": "C6.2.1",
|
|
23097
23650
|
"ntslRef": "C6.2.1",
|
|
23651
|
+
"ntsl2Ref": "C6.2.1",
|
|
23098
23652
|
"type": "string",
|
|
23099
23653
|
"title": "Is the property impacted?",
|
|
23100
23654
|
"ntsTitle": "To your knowledge, is the property impacted by types of mining other than coal?",
|
|
@@ -23130,8 +23684,9 @@
|
|
|
23130
23684
|
},
|
|
23131
23685
|
"summary": {
|
|
23132
23686
|
"ntsRef": "C6.2.2",
|
|
23133
|
-
"
|
|
23687
|
+
"nts2Ref": "C6.2.2",
|
|
23134
23688
|
"ntslRef": "C6.2.2",
|
|
23689
|
+
"ntsl2Ref": "C6.2.2",
|
|
23135
23690
|
"type": "string",
|
|
23136
23691
|
"title": "Summary of risk",
|
|
23137
23692
|
"ntsTitle:": "Please provide details",
|
|
@@ -23193,29 +23748,33 @@
|
|
|
23193
23748
|
}
|
|
23194
23749
|
},
|
|
23195
23750
|
"ntsRequired": ["summary"],
|
|
23196
|
-
"
|
|
23197
|
-
"ntslRequired": ["summary"]
|
|
23751
|
+
"nts2Required": ["summary"],
|
|
23752
|
+
"ntslRequired": ["summary"],
|
|
23753
|
+
"ntsl2Required": ["summary"]
|
|
23198
23754
|
}
|
|
23199
23755
|
]
|
|
23200
23756
|
},
|
|
23201
23757
|
"coastalErosion": {
|
|
23202
23758
|
"ntsRef": "C3.2",
|
|
23203
|
-
"
|
|
23759
|
+
"nts2Ref": "C3.2",
|
|
23204
23760
|
"ntslRef": "C3.2",
|
|
23761
|
+
"ntsl2Ref": "C3.2",
|
|
23205
23762
|
"baspi5Ref": "A11.1.2",
|
|
23206
23763
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
23207
23764
|
"title": "Coastal erosion",
|
|
23208
23765
|
"type": "object",
|
|
23209
23766
|
"ntsRequired": ["riskIndicator"],
|
|
23210
|
-
"
|
|
23767
|
+
"nts2Required": ["riskIndicator"],
|
|
23211
23768
|
"ntslRequired": ["riskIndicator"],
|
|
23769
|
+
"ntsl2Required": ["riskIndicator"],
|
|
23212
23770
|
"properties": {
|
|
23213
23771
|
"riskIndicator": {
|
|
23214
23772
|
"ntsRef": "C3.2.1",
|
|
23215
|
-
"
|
|
23773
|
+
"nts2Ref": "C3.2.1",
|
|
23216
23774
|
"ntslRef": "C3.2.1",
|
|
23775
|
+
"ntsl2Ref": "C3.2.1",
|
|
23217
23776
|
"type": "string",
|
|
23218
|
-
"title": "Is the property impacted?",
|
|
23777
|
+
"title": "Is the property impacted by coastal erosion?",
|
|
23219
23778
|
"ntsTitle": "To your knowledge, is the property impacted by coastal erosion?",
|
|
23220
23779
|
"enum": ["Yes", "No"]
|
|
23221
23780
|
}
|
|
@@ -23249,8 +23808,9 @@
|
|
|
23249
23808
|
},
|
|
23250
23809
|
"summary": {
|
|
23251
23810
|
"ntsRef": "C3.2.2",
|
|
23252
|
-
"
|
|
23811
|
+
"nts2Ref": "C3.2.2",
|
|
23253
23812
|
"ntslRef": "C3.2.2",
|
|
23813
|
+
"ntsl2Ref": "C3.2.2",
|
|
23254
23814
|
"type": "string",
|
|
23255
23815
|
"title": "Summary of risk",
|
|
23256
23816
|
"ntsTitle:": "Please provide details",
|
|
@@ -23312,8 +23872,9 @@
|
|
|
23312
23872
|
}
|
|
23313
23873
|
},
|
|
23314
23874
|
"ntsRequired": ["summary"],
|
|
23315
|
-
"
|
|
23316
|
-
"ntslRequired": ["summary"]
|
|
23875
|
+
"nts2Required": ["summary"],
|
|
23876
|
+
"ntslRequired": ["summary"],
|
|
23877
|
+
"ntsl2Required": ["summary"]
|
|
23317
23878
|
}
|
|
23318
23879
|
]
|
|
23319
23880
|
},
|
|
@@ -25997,6 +26558,7 @@
|
|
|
25997
26558
|
"baspi4Ref": "B7",
|
|
25998
26559
|
"baspi5Ref": "B7",
|
|
25999
26560
|
"ta6Ref": "14",
|
|
26561
|
+
"nts2Ref": "A1.5.7",
|
|
26000
26562
|
"title": "Completion and Moving",
|
|
26001
26563
|
"type": "object",
|
|
26002
26564
|
"baspi4Required": [
|
|
@@ -26019,6 +26581,7 @@
|
|
|
26019
26581
|
"moveRestrictionDates",
|
|
26020
26582
|
"sufficientToRepayAllMortgages"
|
|
26021
26583
|
],
|
|
26584
|
+
"nts2Required": ["otherPropertyInChain"],
|
|
26022
26585
|
"properties": {
|
|
26023
26586
|
"sellerWillEnsure": {
|
|
26024
26587
|
"baspi4Ref": "B7.1",
|
|
@@ -26074,7 +26637,10 @@
|
|
|
26074
26637
|
"rdsRef": "RightsHolders/Flags",
|
|
26075
26638
|
"ta6Ref": "14.1",
|
|
26076
26639
|
"piqRef": "B9.1",
|
|
26640
|
+
"nts2Ref": "A1.5.7.1",
|
|
26077
26641
|
"title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
|
|
26642
|
+
"ta6Title": "Is this sale dependent on the seller completing the purchase of another property on the same day?",
|
|
26643
|
+
"nts2Title": "Is this sale dependent on completion of the purchase of another property on the same day?",
|
|
26078
26644
|
"type": "object",
|
|
26079
26645
|
"properties": {
|
|
26080
26646
|
"yesNo": {
|
|
@@ -26082,6 +26648,7 @@
|
|
|
26082
26648
|
"baspi5Ref": "B7.2.1",
|
|
26083
26649
|
"ta6Ref": "14.1.1",
|
|
26084
26650
|
"piqRef": "B9.1.1",
|
|
26651
|
+
"nts2Ref": "A1.5.7.1.1",
|
|
26085
26652
|
"type": "string",
|
|
26086
26653
|
"title": "",
|
|
26087
26654
|
"enum": ["Yes", "No"]
|
|
@@ -26090,6 +26657,7 @@
|
|
|
26090
26657
|
"baspi4Required": ["yesNo"],
|
|
26091
26658
|
"baspi5Required": ["yesNo"],
|
|
26092
26659
|
"ta6Required": ["yesNo"],
|
|
26660
|
+
"nts2Required": ["yesNo"],
|
|
26093
26661
|
"discriminator": {
|
|
26094
26662
|
"propertyName": "yesNo"
|
|
26095
26663
|
},
|
|
@@ -39409,6 +39977,165 @@
|
|
|
39409
39977
|
}
|
|
39410
39978
|
}
|
|
39411
39979
|
}
|
|
39980
|
+
},
|
|
39981
|
+
"chain": {
|
|
39982
|
+
"title": "Data Containing the Related Chain",
|
|
39983
|
+
"description": "the data through which the chain for this tranasaction can be built.",
|
|
39984
|
+
"type": "object",
|
|
39985
|
+
"properties": {
|
|
39986
|
+
"onwardPurchase": {
|
|
39987
|
+
"type": "array",
|
|
39988
|
+
"minItems": 1,
|
|
39989
|
+
"items": {
|
|
39990
|
+
"type": "object",
|
|
39991
|
+
"title": "onwards Purchases",
|
|
39992
|
+
"properties": {
|
|
39993
|
+
"transactionId": {
|
|
39994
|
+
"title": "UUID for the onward transaction",
|
|
39995
|
+
"type": "string"
|
|
39996
|
+
},
|
|
39997
|
+
"externalIds": {
|
|
39998
|
+
"type": "object"
|
|
39999
|
+
},
|
|
40000
|
+
"address": {
|
|
40001
|
+
"title": "Address",
|
|
40002
|
+
"type": "object",
|
|
40003
|
+
"properties": {
|
|
40004
|
+
"buildingNumber": {
|
|
40005
|
+
"title": "Building number",
|
|
40006
|
+
"type": "string",
|
|
40007
|
+
"minLength": 1
|
|
40008
|
+
},
|
|
40009
|
+
"buildingName": {
|
|
40010
|
+
"title": "Building name",
|
|
40011
|
+
"type": "string"
|
|
40012
|
+
},
|
|
40013
|
+
"subBuilding": {
|
|
40014
|
+
"title": "Sub building name",
|
|
40015
|
+
"type": "string"
|
|
40016
|
+
},
|
|
40017
|
+
"street": {
|
|
40018
|
+
"title": "Street",
|
|
40019
|
+
"type": "string",
|
|
40020
|
+
"minLength": 1
|
|
40021
|
+
},
|
|
40022
|
+
"line1": {
|
|
40023
|
+
"title": "Address 1",
|
|
40024
|
+
"type": "string",
|
|
40025
|
+
"minLength": 1
|
|
40026
|
+
},
|
|
40027
|
+
"line2": {
|
|
40028
|
+
"title": "Address 2",
|
|
40029
|
+
"type": "string"
|
|
40030
|
+
},
|
|
40031
|
+
"line 3": {
|
|
40032
|
+
"title": "Address 3",
|
|
40033
|
+
"type": "string"
|
|
40034
|
+
},
|
|
40035
|
+
"town": {
|
|
40036
|
+
"title": "Town",
|
|
40037
|
+
"type": "string"
|
|
40038
|
+
},
|
|
40039
|
+
"postcode": {
|
|
40040
|
+
"title": "Postcode",
|
|
40041
|
+
"type": "string",
|
|
40042
|
+
"minLength": 1
|
|
40043
|
+
},
|
|
40044
|
+
"homeNation": {
|
|
40045
|
+
"title": "Home nation",
|
|
40046
|
+
"type": "string",
|
|
40047
|
+
"enum": ["England", "Wales", "Scotland", "Northern Ireland"]
|
|
40048
|
+
}
|
|
40049
|
+
}
|
|
40050
|
+
},
|
|
40051
|
+
"uprn": {
|
|
40052
|
+
"title": "Unique Property Reference Number",
|
|
40053
|
+
"type": "integer"
|
|
40054
|
+
},
|
|
40055
|
+
"sellingAgent": {
|
|
40056
|
+
"title": "Estate Agent selling the property",
|
|
40057
|
+
"type": "string"
|
|
40058
|
+
}
|
|
40059
|
+
}
|
|
40060
|
+
}
|
|
40061
|
+
}
|
|
40062
|
+
},
|
|
40063
|
+
"buyersSale": {
|
|
40064
|
+
"type": "array",
|
|
40065
|
+
"minItems": 1,
|
|
40066
|
+
"items": {
|
|
40067
|
+
"type": "object",
|
|
40068
|
+
"title": "the properties the buyer/buyers are selling to finance the purchase",
|
|
40069
|
+
"properties": {
|
|
40070
|
+
"transactionId": {
|
|
40071
|
+
"title": "UUID for the onward transaction",
|
|
40072
|
+
"type": "string"
|
|
40073
|
+
},
|
|
40074
|
+
"externalIds": {
|
|
40075
|
+
"type": "object"
|
|
40076
|
+
},
|
|
40077
|
+
"address": {
|
|
40078
|
+
"title": "Address",
|
|
40079
|
+
"type": "object",
|
|
40080
|
+
"properties": {
|
|
40081
|
+
"buildingNumber": {
|
|
40082
|
+
"title": "Building number",
|
|
40083
|
+
"type": "string",
|
|
40084
|
+
"minLength": 1
|
|
40085
|
+
},
|
|
40086
|
+
"buildingName": {
|
|
40087
|
+
"title": "Building name",
|
|
40088
|
+
"type": "string"
|
|
40089
|
+
},
|
|
40090
|
+
"subBuilding": {
|
|
40091
|
+
"title": "Sub building name",
|
|
40092
|
+
"type": "string"
|
|
40093
|
+
},
|
|
40094
|
+
"street": {
|
|
40095
|
+
"title": "Street",
|
|
40096
|
+
"type": "string",
|
|
40097
|
+
"minLength": 1
|
|
40098
|
+
},
|
|
40099
|
+
"line1": {
|
|
40100
|
+
"title": "Address 1",
|
|
40101
|
+
"type": "string",
|
|
40102
|
+
"minLength": 1
|
|
40103
|
+
},
|
|
40104
|
+
"line2": {
|
|
40105
|
+
"title": "Address 2",
|
|
40106
|
+
"type": "string"
|
|
40107
|
+
},
|
|
40108
|
+
"line 3": {
|
|
40109
|
+
"title": "Address 3",
|
|
40110
|
+
"type": "string"
|
|
40111
|
+
},
|
|
40112
|
+
"town": {
|
|
40113
|
+
"title": "Town",
|
|
40114
|
+
"type": "string"
|
|
40115
|
+
},
|
|
40116
|
+
"postcode": {
|
|
40117
|
+
"title": "Postcode",
|
|
40118
|
+
"type": "string",
|
|
40119
|
+
"minLength": 1
|
|
40120
|
+
},
|
|
40121
|
+
"homeNation": {
|
|
40122
|
+
"title": "Home nation",
|
|
40123
|
+
"type": "string",
|
|
40124
|
+
"enum": ["England", "Wales", "Scotland", "Northern Ireland"]
|
|
40125
|
+
}
|
|
40126
|
+
}
|
|
40127
|
+
},
|
|
40128
|
+
"uprn": {
|
|
40129
|
+
"title": "Unique Property Reference Number",
|
|
40130
|
+
"type": "integer"
|
|
40131
|
+
},
|
|
40132
|
+
"sellingAgent": {
|
|
40133
|
+
"title": "Estate Agent selling the property",
|
|
40134
|
+
"type": "string"
|
|
40135
|
+
}
|
|
40136
|
+
}
|
|
40137
|
+
}
|
|
40138
|
+
}
|
|
39412
40139
|
}
|
|
39413
40140
|
}
|
|
39414
40141
|
}
|