@pdtf/schemas 3.3.0 → 3.4.0-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +1000 -341
- package/src/schemas/v3/overlays/lpe1.json +6 -1
- package/src/schemas/v3/overlays/{nts-sef.json → nts2.json} +585 -222
- package/src/schemas/v3/overlays/ntsl2.json +1965 -0
- package/src/schemas/v3/overlays/ta6.json +1 -0
- package/src/schemas/v3/pdtf-transaction.json +1901 -6104
- package/src/schemas/v3/skeleton.json +32 -2
- 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,17 @@
|
|
|
9568
9766
|
"sprayFoamInsulation"
|
|
9569
9767
|
],
|
|
9570
9768
|
"ntsRequired": ["isStandardForm", "buildingSafety"],
|
|
9571
|
-
"
|
|
9769
|
+
"nts2Required": ["isStandardForm", "buildingSafety", "loft"],
|
|
9572
9770
|
"ntslRequired": ["isStandardForm", "buildingSafety"],
|
|
9771
|
+
"ntsl2Required": ["isStandardForm", "buildingSafety", "loft"],
|
|
9573
9772
|
"properties": {
|
|
9574
9773
|
"isStandardForm": {
|
|
9575
9774
|
"baspi4Ref": "A1.8.1",
|
|
9576
9775
|
"baspi5Ref": "A1.8.1",
|
|
9577
9776
|
"ntsRef": "A1.2.1",
|
|
9578
|
-
"
|
|
9777
|
+
"nts2Ref": "A1.2.1",
|
|
9579
9778
|
"ntslRef": "A1.2.1",
|
|
9779
|
+
"ntsl2Ref": "A1.2.1",
|
|
9580
9780
|
"rdsRef": "Buildings,BuildingSections/ConstructionType,ConstructionMaterials",
|
|
9581
9781
|
"piqRef": "A5.5",
|
|
9582
9782
|
"title": "Is the property built in a standard form of construction?",
|
|
@@ -9587,8 +9787,9 @@
|
|
|
9587
9787
|
"baspi4Ref": "A1.8.1.1",
|
|
9588
9788
|
"baspi5Ref": "A1.8.1.1",
|
|
9589
9789
|
"ntsRef": "A1.2.1.1",
|
|
9590
|
-
"
|
|
9790
|
+
"nts2Ref": "A1.2.1.1",
|
|
9591
9791
|
"ntslRef": "A1.2.1.1",
|
|
9792
|
+
"ntsl2Ref": "A1.2.1.1",
|
|
9592
9793
|
"piqRef": "A5.5.1",
|
|
9593
9794
|
"type": "string",
|
|
9594
9795
|
"title": "",
|
|
@@ -9598,8 +9799,9 @@
|
|
|
9598
9799
|
"baspi4Required": ["yesNo"],
|
|
9599
9800
|
"baspi5Required": ["yesNo"],
|
|
9600
9801
|
"ntsRequired": ["yesNo"],
|
|
9601
|
-
"
|
|
9802
|
+
"nts2Required": ["yesNo"],
|
|
9602
9803
|
"ntslRequired": ["yesNo"],
|
|
9804
|
+
"ntsl2Required": ["yesNo"],
|
|
9603
9805
|
"discriminator": {
|
|
9604
9806
|
"propertyName": "yesNo"
|
|
9605
9807
|
},
|
|
@@ -9608,8 +9810,23 @@
|
|
|
9608
9810
|
"properties": {
|
|
9609
9811
|
"yesNo": {
|
|
9610
9812
|
"enum": ["Yes"]
|
|
9813
|
+
},
|
|
9814
|
+
"constructionType": {
|
|
9815
|
+
"nts2Ref": "A1.2.1.3",
|
|
9816
|
+
"ntsl2Ref": "A1.2.1.3",
|
|
9817
|
+
"title": "Details",
|
|
9818
|
+
"type": "string",
|
|
9819
|
+
"enum": [
|
|
9820
|
+
"Brick and block",
|
|
9821
|
+
"Steel frame",
|
|
9822
|
+
"Timber frame",
|
|
9823
|
+
"Insulated concrete framework",
|
|
9824
|
+
"Structural insulated panel (SIP)"
|
|
9825
|
+
]
|
|
9611
9826
|
}
|
|
9612
|
-
}
|
|
9827
|
+
},
|
|
9828
|
+
"nts2Required": ["constructionType"],
|
|
9829
|
+
"ntsl2Required": ["constructionType"]
|
|
9613
9830
|
},
|
|
9614
9831
|
{
|
|
9615
9832
|
"properties": {
|
|
@@ -9620,8 +9837,9 @@
|
|
|
9620
9837
|
"baspi4Ref": "A1.8.1.2",
|
|
9621
9838
|
"baspi5Ref": "A1.8.1.2",
|
|
9622
9839
|
"ntsRef": "A1.2.1.2",
|
|
9623
|
-
"
|
|
9840
|
+
"nts2Ref": "A1.2.1.2",
|
|
9624
9841
|
"ntslRef": "A1.2.1.2",
|
|
9842
|
+
"ntsl2Ref": "A1.2.1.2",
|
|
9625
9843
|
"title": "Details",
|
|
9626
9844
|
"type": "string",
|
|
9627
9845
|
"minLength": 1
|
|
@@ -9630,15 +9848,17 @@
|
|
|
9630
9848
|
"baspi4Required": ["details"],
|
|
9631
9849
|
"baspi5Required": ["details"],
|
|
9632
9850
|
"ntsRequired": ["details"],
|
|
9633
|
-
"
|
|
9634
|
-
"ntslRequired": ["details"]
|
|
9851
|
+
"nts2Required": ["details"],
|
|
9852
|
+
"ntslRequired": ["details"],
|
|
9853
|
+
"ntsl2Required": ["details"]
|
|
9635
9854
|
}
|
|
9636
9855
|
]
|
|
9637
9856
|
},
|
|
9638
9857
|
"buildingSafety": {
|
|
9639
9858
|
"ntsRef": "C1",
|
|
9640
|
-
"
|
|
9859
|
+
"nts2Ref": "C1",
|
|
9641
9860
|
"ntslRef": "C1",
|
|
9861
|
+
"ntsl2Ref": "C1",
|
|
9642
9862
|
"baspi4Ref": "A1.8.2",
|
|
9643
9863
|
"baspi5Ref": "A1.8.2",
|
|
9644
9864
|
"ta7Ref": "11.1",
|
|
@@ -9651,8 +9871,9 @@
|
|
|
9651
9871
|
"properties": {
|
|
9652
9872
|
"yesNo": {
|
|
9653
9873
|
"ntsRef": "C1.1",
|
|
9654
|
-
"
|
|
9874
|
+
"nts2Ref": "C1.1",
|
|
9655
9875
|
"ntslRef": "C1.1",
|
|
9876
|
+
"ntsl2Ref": "C1.1",
|
|
9656
9877
|
"baspi4Ref": "A1.8.2.1",
|
|
9657
9878
|
"baspi5Ref": "A1.8.2.1",
|
|
9658
9879
|
"ta7Ref": "11.1.1",
|
|
@@ -9663,13 +9884,15 @@
|
|
|
9663
9884
|
"baspi4Enum": ["Yes", "No"],
|
|
9664
9885
|
"baspi5Enum": ["Yes", "No"],
|
|
9665
9886
|
"ntsEnum": ["Yes", "No"],
|
|
9666
|
-
"
|
|
9667
|
-
"ntslEnum": ["Yes", "No"]
|
|
9887
|
+
"nts2Enum": ["Yes", "No"],
|
|
9888
|
+
"ntslEnum": ["Yes", "No"],
|
|
9889
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
9668
9890
|
}
|
|
9669
9891
|
},
|
|
9670
9892
|
"ntsRequired": ["yesNo"],
|
|
9671
|
-
"
|
|
9893
|
+
"nts2Required": ["yesNo"],
|
|
9672
9894
|
"ntslRequired": ["yesNo"],
|
|
9895
|
+
"ntsl2Required": ["yesNo"],
|
|
9673
9896
|
"baspi4Required": ["yesNo"],
|
|
9674
9897
|
"baspi5Required": ["yesNo"],
|
|
9675
9898
|
"ta7Required": ["yesNo"],
|
|
@@ -9692,8 +9915,9 @@
|
|
|
9692
9915
|
},
|
|
9693
9916
|
"details": {
|
|
9694
9917
|
"ntsRef": "C1.2",
|
|
9695
|
-
"
|
|
9918
|
+
"nts2Ref": "C1.2",
|
|
9696
9919
|
"ntslRef": "C1.2",
|
|
9920
|
+
"ntsl2Ref": "C1.2",
|
|
9697
9921
|
"baspi4Ref": "A1.8.2.2",
|
|
9698
9922
|
"baspi5Ref": "A1.8.2.2",
|
|
9699
9923
|
"ta7Ref": "11.1.2",
|
|
@@ -9704,8 +9928,9 @@
|
|
|
9704
9928
|
},
|
|
9705
9929
|
"workAlreadyDone": {
|
|
9706
9930
|
"ntsRef": "C1.3",
|
|
9707
|
-
"
|
|
9931
|
+
"nts2Ref": "C1.3",
|
|
9708
9932
|
"ntslRef": "C1.3",
|
|
9933
|
+
"ntsl2Ref": "C1.3",
|
|
9709
9934
|
"baspi4Ref": "A1.8.2.2",
|
|
9710
9935
|
"baspi5Ref": "A1.8.2.2",
|
|
9711
9936
|
"ta7Ref": "11.1.2",
|
|
@@ -9715,8 +9940,9 @@
|
|
|
9715
9940
|
},
|
|
9716
9941
|
"workToBeDone": {
|
|
9717
9942
|
"ntsRef": "C1.4",
|
|
9718
|
-
"
|
|
9943
|
+
"nts2Ref": "C1.4",
|
|
9719
9944
|
"ntslRef": "C1.4",
|
|
9945
|
+
"ntsl2Ref": "C1.4",
|
|
9720
9946
|
"baspi4Ref": "A1.8.2.2",
|
|
9721
9947
|
"baspi5Ref": "A1.8.2.2",
|
|
9722
9948
|
"ta7Ref": "11.1.2",
|
|
@@ -9726,8 +9952,9 @@
|
|
|
9726
9952
|
},
|
|
9727
9953
|
"potentialCost": {
|
|
9728
9954
|
"ntsRef": "C1.5",
|
|
9729
|
-
"
|
|
9955
|
+
"nts2Ref": "C1.5",
|
|
9730
9956
|
"ntslRef": "C1.5",
|
|
9957
|
+
"ntsl2Ref": "C1.5",
|
|
9731
9958
|
"baspi4Ref": "A1.8.2.2",
|
|
9732
9959
|
"baspi5Ref": "A1.8.2.2",
|
|
9733
9960
|
"ta7Ref": "11.1.2",
|
|
@@ -9737,8 +9964,9 @@
|
|
|
9737
9964
|
},
|
|
9738
9965
|
"abilityToResideAtProperty": {
|
|
9739
9966
|
"ntsRef": "C1.6",
|
|
9740
|
-
"
|
|
9967
|
+
"nts2Ref": "C1.6",
|
|
9741
9968
|
"ntslRef": "C1.6",
|
|
9969
|
+
"ntsl2Ref": "C1.6",
|
|
9742
9970
|
"baspi4Ref": "A1.8.2.2",
|
|
9743
9971
|
"baspi5Ref": "A1.8.2.2",
|
|
9744
9972
|
"ta7Ref": "11.1.2",
|
|
@@ -9765,7 +9993,7 @@
|
|
|
9765
9993
|
"potentialCost",
|
|
9766
9994
|
"abilityToResideAtProperty"
|
|
9767
9995
|
],
|
|
9768
|
-
"
|
|
9996
|
+
"nts2Required": [
|
|
9769
9997
|
"details",
|
|
9770
9998
|
"workAlreadyDone",
|
|
9771
9999
|
"workToBeDone",
|
|
@@ -9783,10 +10011,16 @@
|
|
|
9783
10011
|
]
|
|
9784
10012
|
},
|
|
9785
10013
|
"loft": {
|
|
10014
|
+
"nts2Ref": "A1.2.4",
|
|
10015
|
+
"ntsl2Ref": "A1.2.4",
|
|
9786
10016
|
"title": "Does the property have access to a loft?",
|
|
9787
10017
|
"type": "object",
|
|
10018
|
+
"nts2Required": ["loftAccess"],
|
|
10019
|
+
"ntsl2Required": ["loftAccess"],
|
|
9788
10020
|
"properties": {
|
|
9789
10021
|
"loftAccess": {
|
|
10022
|
+
"nts2Ref": "A1.2.4.1",
|
|
10023
|
+
"ntsl2Ref": "A1.2.4.1",
|
|
9790
10024
|
"type": "string",
|
|
9791
10025
|
"title": "",
|
|
9792
10026
|
"enum": ["Yes", "No"]
|
|
@@ -9809,21 +10043,37 @@
|
|
|
9809
10043
|
"enum": ["Yes"]
|
|
9810
10044
|
},
|
|
9811
10045
|
"details": {
|
|
10046
|
+
"nts2Ref": "A1.2.4.2",
|
|
10047
|
+
"ntsl2Ref": "A1.2.4.2",
|
|
9812
10048
|
"title": "Please describe how the loft is accessed",
|
|
9813
10049
|
"type": "string",
|
|
9814
10050
|
"minLength": 1
|
|
9815
10051
|
},
|
|
9816
10052
|
"loftBoarded": {
|
|
10053
|
+
"nts2Ref": "A1.2.4.3",
|
|
10054
|
+
"ntsl2Ref": "A1.2.4.3",
|
|
9817
10055
|
"type": "string",
|
|
9818
10056
|
"title": "Is the loft space boarded?",
|
|
9819
10057
|
"enum": ["Yes", "No"]
|
|
9820
10058
|
},
|
|
9821
10059
|
"loftInsulated": {
|
|
10060
|
+
"nts2Ref": "A1.2.4.4",
|
|
10061
|
+
"ntsl2Ref": "A1.2.4.4",
|
|
9822
10062
|
"type": "string",
|
|
9823
10063
|
"title": "Is the loft space insulated?",
|
|
9824
10064
|
"enum": ["Yes", "No"]
|
|
9825
10065
|
}
|
|
9826
|
-
}
|
|
10066
|
+
},
|
|
10067
|
+
"nts2Required": [
|
|
10068
|
+
"loftAccess",
|
|
10069
|
+
"loftBoarded",
|
|
10070
|
+
"loftInsulated"
|
|
10071
|
+
],
|
|
10072
|
+
"ntsl2Required": [
|
|
10073
|
+
"loftAccess",
|
|
10074
|
+
"loftBoarded",
|
|
10075
|
+
"loftInsulated"
|
|
10076
|
+
]
|
|
9827
10077
|
}
|
|
9828
10078
|
]
|
|
9829
10079
|
},
|
|
@@ -9882,8 +10132,9 @@
|
|
|
9882
10132
|
"accessibilityAndAdaptations": {
|
|
9883
10133
|
"baspi5Ref": "A12.2",
|
|
9884
10134
|
"ntsRef": "C5",
|
|
9885
|
-
"
|
|
10135
|
+
"nts2Ref": "C5",
|
|
9886
10136
|
"ntslRef": "C5",
|
|
10137
|
+
"ntsl2Ref": "C5",
|
|
9887
10138
|
"title": "Are there any adaptations or features that provide easier access to, and within, the property?",
|
|
9888
10139
|
"description": "Lateral living is where a property has all essential facilities e.g. kitchen, bathroom and bedroom on the entrance level.",
|
|
9889
10140
|
"type": "array",
|
|
@@ -9909,16 +10160,18 @@
|
|
|
9909
10160
|
"baspi5Ref": "A1.8.3",
|
|
9910
10161
|
"ta6Ref": "7.6",
|
|
9911
10162
|
"ntsRef": "A4",
|
|
9912
|
-
"
|
|
10163
|
+
"nts2Ref": "A4",
|
|
9913
10164
|
"ntslRef": "A4",
|
|
10165
|
+
"ntsl2Ref": "A4",
|
|
9914
10166
|
"rdsRef": "Certificates/{category='energyEfficiency',standard='EPC',gradeLevelRating=?},Certificates/{category='energyEfficiency',standard='EPC',status='exempt'},",
|
|
9915
10167
|
"title": "Energy Efficiency",
|
|
9916
10168
|
"type": "object",
|
|
9917
10169
|
"baspi4Required": ["certificate", "greenDealLoan"],
|
|
9918
10170
|
"baspi5Required": ["certificate", "greenDealLoan"],
|
|
9919
10171
|
"ntsRequired": ["certificate"],
|
|
9920
|
-
"
|
|
10172
|
+
"nts2Required": ["certificate"],
|
|
9921
10173
|
"ntslRequired": ["certificate"],
|
|
10174
|
+
"ntsl2Required": ["certificate"],
|
|
9922
10175
|
"ta6Required": ["certificateIsSupplied", "greenDealLoan"],
|
|
9923
10176
|
"properties": {
|
|
9924
10177
|
"certificateIsSupplied": {
|
|
@@ -9931,14 +10184,16 @@
|
|
|
9931
10184
|
"baspi4Ref": "A1.8.3.1",
|
|
9932
10185
|
"baspi5Ref": "A1.8.3.1",
|
|
9933
10186
|
"ntsRef": "A4.1",
|
|
9934
|
-
"
|
|
10187
|
+
"nts2Ref": "A4.1",
|
|
9935
10188
|
"ntslRef": "A4.1",
|
|
10189
|
+
"ntsl2Ref": "A4.1",
|
|
9936
10190
|
"type": "object",
|
|
9937
10191
|
"baspi4Required": ["currentEnergyRating"],
|
|
9938
10192
|
"baspi5Required": ["currentEnergyRating"],
|
|
9939
10193
|
"ntsRequired": ["currentEnergyRating"],
|
|
9940
|
-
"
|
|
10194
|
+
"nts2Required": ["currentEnergyRating"],
|
|
9941
10195
|
"ntslRequired": ["currentEnergyRating"],
|
|
10196
|
+
"ntsl2Required": ["currentEnergyRating"],
|
|
9942
10197
|
"properties": {
|
|
9943
10198
|
"certificateNumber": {
|
|
9944
10199
|
"type": "string"
|
|
@@ -9989,8 +10244,9 @@
|
|
|
9989
10244
|
"baspi4Ref": "A1.8.3.1.1",
|
|
9990
10245
|
"baspi5Ref": "A1.8.3.1.1",
|
|
9991
10246
|
"ntsRef": "A4.1.1",
|
|
9992
|
-
"
|
|
10247
|
+
"nts2Ref": "A4.1.1",
|
|
9993
10248
|
"ntslRef": "A4.1.1",
|
|
10249
|
+
"ntsl2Ref": "A4.1.1",
|
|
9994
10250
|
"title": "Current energy efficiency rating",
|
|
9995
10251
|
"description": "What is the energy efficiency rating of the property according to the latest Energy Performance Certificate (EPC)?",
|
|
9996
10252
|
"type": "string",
|
|
@@ -10351,8 +10607,9 @@
|
|
|
10351
10607
|
"baspi4Ref": "A1.9",
|
|
10352
10608
|
"baspi5Ref": "A1.9",
|
|
10353
10609
|
"ntsRef": "A1",
|
|
10354
|
-
"
|
|
10610
|
+
"nts2Ref": "A1",
|
|
10355
10611
|
"ntslRef": "A1",
|
|
10612
|
+
"ntsl2Ref": "A1",
|
|
10356
10613
|
"piqRef": "B2",
|
|
10357
10614
|
"title": "Council Tax",
|
|
10358
10615
|
"type": "object",
|
|
@@ -10365,18 +10622,17 @@
|
|
|
10365
10622
|
"councilTaxAffectingAlterations"
|
|
10366
10623
|
],
|
|
10367
10624
|
"ntsRequired": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
10368
|
-
"
|
|
10369
|
-
"councilTaxBand",
|
|
10370
|
-
"councilTaxAffectingAlterations"
|
|
10371
|
-
],
|
|
10625
|
+
"nts2Required": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
10372
10626
|
"ntslRequired": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
10627
|
+
"ntsl2Required": ["councilTaxBand", "councilTaxAffectingAlterations"],
|
|
10373
10628
|
"properties": {
|
|
10374
10629
|
"councilTaxBand": {
|
|
10375
10630
|
"baspi4Ref": "A1.9.1",
|
|
10376
10631
|
"baspi5Ref": "A1.9.1",
|
|
10377
10632
|
"ntsRef": "A1.1",
|
|
10378
|
-
"
|
|
10633
|
+
"nts2Ref": "A1.1",
|
|
10379
10634
|
"ntslRef": "A1.1",
|
|
10635
|
+
"ntsl2Ref": "A1.1",
|
|
10380
10636
|
"rdsRef": "TenureAgreements/Taxes/{banding=?}",
|
|
10381
10637
|
"piqRef": "B2.1",
|
|
10382
10638
|
"title": "Which Council Tax band does this property fall within?",
|
|
@@ -10399,8 +10655,9 @@
|
|
|
10399
10655
|
"baspi4Ref": "A1.9.2",
|
|
10400
10656
|
"baspi5Ref": "A1.9.2",
|
|
10401
10657
|
"ntsRef": "A1.2",
|
|
10402
|
-
"
|
|
10658
|
+
"nts2Ref": "A1.2",
|
|
10403
10659
|
"ntslRef": "A1.2",
|
|
10660
|
+
"ntsl2Ref": "A1.2",
|
|
10404
10661
|
"rdsRef": "TenureAgreements/Taxes/WorksAlterationsChanges",
|
|
10405
10662
|
"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
10663
|
"type": "object",
|
|
@@ -10409,8 +10666,9 @@
|
|
|
10409
10666
|
"baspi4Ref": "A1.9.2.1",
|
|
10410
10667
|
"baspi5Ref": "A1.9.2.1",
|
|
10411
10668
|
"ntsRef": "A1.2.1",
|
|
10412
|
-
"
|
|
10669
|
+
"nts2Ref": "A1.2.1",
|
|
10413
10670
|
"ntslRef": "A1.2.1",
|
|
10671
|
+
"ntsl2Ref": "A1.2.1",
|
|
10414
10672
|
"type": "string",
|
|
10415
10673
|
"title": "",
|
|
10416
10674
|
"enum": ["Yes", "No"]
|
|
@@ -10419,8 +10677,9 @@
|
|
|
10419
10677
|
"baspi4Required": ["yesNo"],
|
|
10420
10678
|
"baspi5Required": ["yesNo"],
|
|
10421
10679
|
"ntsRequired": ["yesNo"],
|
|
10422
|
-
"
|
|
10680
|
+
"nts2Required": ["yesNo"],
|
|
10423
10681
|
"ntslRequired": ["yesNo"],
|
|
10682
|
+
"ntsl2Required": ["yesNo"],
|
|
10424
10683
|
"discriminator": {
|
|
10425
10684
|
"propertyName": "yesNo"
|
|
10426
10685
|
},
|
|
@@ -10441,8 +10700,9 @@
|
|
|
10441
10700
|
"baspi4Ref": "A1.9.2.2",
|
|
10442
10701
|
"baspi5Ref": "A1.9.2.2",
|
|
10443
10702
|
"ntsRef": "A1.2.2",
|
|
10444
|
-
"
|
|
10703
|
+
"nts2Ref": "A1.2.2",
|
|
10445
10704
|
"ntslRef": "A1.2.2",
|
|
10705
|
+
"ntsl2Ref": "A1.2.2",
|
|
10446
10706
|
"title": "Please give details",
|
|
10447
10707
|
"type": "string",
|
|
10448
10708
|
"minLength": 1
|
|
@@ -10451,8 +10711,9 @@
|
|
|
10451
10711
|
"baspi4Ref": "A1.9.2.3",
|
|
10452
10712
|
"baspi5Ref": "A1.9.2.3",
|
|
10453
10713
|
"ntsRef": "A1.2.3",
|
|
10454
|
-
"
|
|
10714
|
+
"nts2Ref": "A1.2.3",
|
|
10455
10715
|
"ntslRef": "A1.2.3",
|
|
10716
|
+
"ntsl2Ref": "A1.2.3",
|
|
10456
10717
|
"title": "Attachments",
|
|
10457
10718
|
"type": "string",
|
|
10458
10719
|
"enum": ["Attached", "To follow"]
|
|
@@ -10461,8 +10722,9 @@
|
|
|
10461
10722
|
"baspi4Required": ["details"],
|
|
10462
10723
|
"baspi5Required": ["details"],
|
|
10463
10724
|
"ntsRequired": ["details"],
|
|
10464
|
-
"
|
|
10465
|
-
"ntslRequired": ["details"]
|
|
10725
|
+
"nts2Required": ["details"],
|
|
10726
|
+
"ntslRequired": ["details"],
|
|
10727
|
+
"ntsl2Required": ["details"]
|
|
10466
10728
|
}
|
|
10467
10729
|
]
|
|
10468
10730
|
},
|
|
@@ -12102,8 +12364,9 @@
|
|
|
12102
12364
|
"baspi5Ref": "A4",
|
|
12103
12365
|
"ta6Ref": "3",
|
|
12104
12366
|
"ntsRef": "C4",
|
|
12105
|
-
"
|
|
12367
|
+
"nts2Ref": "C4",
|
|
12106
12368
|
"ntslRef": "C4",
|
|
12369
|
+
"ntsl2Ref": "C4",
|
|
12107
12370
|
"title": "Notices which Affect the Property",
|
|
12108
12371
|
"description": "Are you aware of, or have you received, any of the following notices?",
|
|
12109
12372
|
"type": "object",
|
|
@@ -12126,8 +12389,9 @@
|
|
|
12126
12389
|
"otherNotices"
|
|
12127
12390
|
],
|
|
12128
12391
|
"ntsRequired": ["neighbourDevelopment", "planningApplication"],
|
|
12129
|
-
"
|
|
12392
|
+
"nts2Required": ["neighbourDevelopment", "planningApplication"],
|
|
12130
12393
|
"ntslRequired": ["neighbourDevelopment", "planningApplication"],
|
|
12394
|
+
"ntsl2Required": ["neighbourDevelopment", "planningApplication"],
|
|
12131
12395
|
"ta6Required": [
|
|
12132
12396
|
"neighbourDevelopment",
|
|
12133
12397
|
"partyWallAct",
|
|
@@ -12138,8 +12402,9 @@
|
|
|
12138
12402
|
"baspi4Ref": "A4.1",
|
|
12139
12403
|
"baspi5Ref": "A4.1",
|
|
12140
12404
|
"ntsRef": "C4.1",
|
|
12141
|
-
"
|
|
12405
|
+
"nts2Ref": "C4.1",
|
|
12142
12406
|
"ntslRef": "C4.1",
|
|
12407
|
+
"ntsl2Ref": "C4.1",
|
|
12143
12408
|
"ta6Ref": "3.2",
|
|
12144
12409
|
"rdsRef": "Property/Flags,Planning",
|
|
12145
12410
|
"piqRef": "A4.1",
|
|
@@ -12149,8 +12414,9 @@
|
|
|
12149
12414
|
"properties": {
|
|
12150
12415
|
"yesNo": {
|
|
12151
12416
|
"ntsRef": "C4.1.1",
|
|
12152
|
-
"
|
|
12417
|
+
"nts2Ref": "C4.1.1",
|
|
12153
12418
|
"ntslRef": "C4.1.1",
|
|
12419
|
+
"ntsl2Ref": "C4.1.1",
|
|
12154
12420
|
"baspi4Ref": "A4.1.1",
|
|
12155
12421
|
"baspi5Ref": "A4.1.1",
|
|
12156
12422
|
"piqRef": "A4.1.1",
|
|
@@ -12163,8 +12429,9 @@
|
|
|
12163
12429
|
"baspi4Required": ["yesNo"],
|
|
12164
12430
|
"baspi5Required": ["yesNo"],
|
|
12165
12431
|
"ntsRequired": ["yesNo"],
|
|
12166
|
-
"
|
|
12432
|
+
"nts2Required": ["yesNo"],
|
|
12167
12433
|
"ntslRequired": ["yesNo"],
|
|
12434
|
+
"ntsl2Required": ["yesNo"],
|
|
12168
12435
|
"ta6Required": ["yesNo"],
|
|
12169
12436
|
"discriminator": {
|
|
12170
12437
|
"propertyName": "yesNo"
|
|
@@ -12184,8 +12451,9 @@
|
|
|
12184
12451
|
},
|
|
12185
12452
|
"details": {
|
|
12186
12453
|
"ntsRef": "C4.1.2",
|
|
12187
|
-
"
|
|
12454
|
+
"nts2Ref": "C4.1.2",
|
|
12188
12455
|
"ntslRef": "C4.1.2",
|
|
12456
|
+
"ntsl2Ref": "C4.1.2",
|
|
12189
12457
|
"baspi4Ref": "A4.1.2",
|
|
12190
12458
|
"baspi5Ref": "A4.1.2",
|
|
12191
12459
|
"ta6Ref": "3.2.2",
|
|
@@ -12205,15 +12473,17 @@
|
|
|
12205
12473
|
"baspi5Required": ["details", "attachments"],
|
|
12206
12474
|
"ta6Required": ["details"],
|
|
12207
12475
|
"ntsRequired": ["details"],
|
|
12208
|
-
"
|
|
12209
|
-
"ntslRequired": ["details"]
|
|
12476
|
+
"nts2Required": ["details"],
|
|
12477
|
+
"ntslRequired": ["details"],
|
|
12478
|
+
"ntsl2Required": ["details"]
|
|
12210
12479
|
}
|
|
12211
12480
|
]
|
|
12212
12481
|
},
|
|
12213
12482
|
"planningApplication": {
|
|
12214
12483
|
"ntsRef": "C4.2",
|
|
12215
|
-
"
|
|
12484
|
+
"nts2Ref": "C4.2",
|
|
12216
12485
|
"ntslRef": "C4.2",
|
|
12486
|
+
"ntsl2Ref": "C4.2",
|
|
12217
12487
|
"baspi4Ref": "A4.2",
|
|
12218
12488
|
"baspi5Ref": "A4.2",
|
|
12219
12489
|
"rdsRef": "Property/Flags,Planning",
|
|
@@ -12224,8 +12494,9 @@
|
|
|
12224
12494
|
"properties": {
|
|
12225
12495
|
"yesNo": {
|
|
12226
12496
|
"ntsRef": "C4.2.1",
|
|
12227
|
-
"
|
|
12497
|
+
"nts2Ref": "C4.2.1",
|
|
12228
12498
|
"ntslRef": "C4.2.1",
|
|
12499
|
+
"ntsl2Ref": "C4.2.1",
|
|
12229
12500
|
"baspi4Ref": "A4.2.1",
|
|
12230
12501
|
"baspi5Ref": "A4.2.1",
|
|
12231
12502
|
"ta6Ref": "3.1.1",
|
|
@@ -12238,8 +12509,9 @@
|
|
|
12238
12509
|
"baspi4Required": ["yesNo"],
|
|
12239
12510
|
"baspi5Required": ["yesNo"],
|
|
12240
12511
|
"ntsRequired": ["yesNo"],
|
|
12241
|
-
"
|
|
12512
|
+
"nts2Required": ["yesNo"],
|
|
12242
12513
|
"ntslRequired": ["yesNo"],
|
|
12514
|
+
"ntsl2Required": ["yesNo"],
|
|
12243
12515
|
"ta6Required": ["yesNo"],
|
|
12244
12516
|
"discriminator": {
|
|
12245
12517
|
"propertyName": "yesNo"
|
|
@@ -12259,8 +12531,9 @@
|
|
|
12259
12531
|
},
|
|
12260
12532
|
"details": {
|
|
12261
12533
|
"ntsRef": "C4.2.2",
|
|
12262
|
-
"
|
|
12534
|
+
"nts2Ref": "C4.2.2",
|
|
12263
12535
|
"ntslRef": "C4.2.2",
|
|
12536
|
+
"ntsl2Ref": "C4.2.2",
|
|
12264
12537
|
"baspi4Ref": "A4.2.2",
|
|
12265
12538
|
"baspi5Ref": "A4.2.2",
|
|
12266
12539
|
"ta6Ref": "3.1.2",
|
|
@@ -12280,8 +12553,9 @@
|
|
|
12280
12553
|
"baspi5Required": ["details", "attachments"],
|
|
12281
12554
|
"ta6Required": ["details"],
|
|
12282
12555
|
"ntsRequired": ["details"],
|
|
12283
|
-
"
|
|
12284
|
-
"ntslRequired": ["details"]
|
|
12556
|
+
"nts2Required": ["details"],
|
|
12557
|
+
"ntslRequired": ["details"],
|
|
12558
|
+
"ntsl2Required": ["details"]
|
|
12285
12559
|
}
|
|
12286
12560
|
]
|
|
12287
12561
|
},
|
|
@@ -12589,6 +12863,8 @@
|
|
|
12589
12863
|
"specialistIssues": {
|
|
12590
12864
|
"baspi4Ref": "A5",
|
|
12591
12865
|
"baspi5Ref": "A5",
|
|
12866
|
+
"nts2Ref": "A5",
|
|
12867
|
+
"ntsl2Ref": "A5",
|
|
12592
12868
|
"title": "Specialist Issues",
|
|
12593
12869
|
"type": "object",
|
|
12594
12870
|
"baspi4Required": [
|
|
@@ -12606,6 +12882,8 @@
|
|
|
12606
12882
|
"ongoingHealthOrSafetyIssue"
|
|
12607
12883
|
],
|
|
12608
12884
|
"ta6Required": ["japaneseKnotweed"],
|
|
12885
|
+
"nts2Required": ["japaneseKnotweed"],
|
|
12886
|
+
"ntsl2Required": ["japaneseKnotweed"],
|
|
12609
12887
|
"properties": {
|
|
12610
12888
|
"dryRotEtcTreatment": {
|
|
12611
12889
|
"baspi4Ref": "A5.1",
|
|
@@ -12718,6 +12996,8 @@
|
|
|
12718
12996
|
"japaneseKnotweed": {
|
|
12719
12997
|
"baspi4Ref": "A5.3",
|
|
12720
12998
|
"baspi5Ref": "A5.3",
|
|
12999
|
+
"nts2Ref": "A5.3",
|
|
13000
|
+
"ntsl2Ref": "A5.3",
|
|
12721
13001
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues,Use/EnvironmentalIssues",
|
|
12722
13002
|
"ta6Ref": "7.8",
|
|
12723
13003
|
"piqRef": "A5.3",
|
|
@@ -12728,6 +13008,8 @@
|
|
|
12728
13008
|
"yesNo": {
|
|
12729
13009
|
"baspi4Ref": "A5.3.1",
|
|
12730
13010
|
"baspi5Ref": "A5.3.1",
|
|
13011
|
+
"nts2Ref": "A5.3.1",
|
|
13012
|
+
"ntsl2Ref": "A5.3.1",
|
|
12731
13013
|
"ta6Ref": "7.8.1",
|
|
12732
13014
|
"piqRef": "A5.3.1",
|
|
12733
13015
|
"type": "string",
|
|
@@ -12739,6 +13021,8 @@
|
|
|
12739
13021
|
},
|
|
12740
13022
|
"baspi4Required": ["yesNo"],
|
|
12741
13023
|
"baspi5Required": ["yesNo"],
|
|
13024
|
+
"nts2Required": ["yesNo"],
|
|
13025
|
+
"ntsl2Required": ["yesNo"],
|
|
12742
13026
|
"discriminator": {
|
|
12743
13027
|
"propertyName": "yesNo"
|
|
12744
13028
|
},
|
|
@@ -12782,6 +13066,8 @@
|
|
|
12782
13066
|
"subsidenceOrStructuralFault": {
|
|
12783
13067
|
"baspi4Ref": "A5.4",
|
|
12784
13068
|
"baspi5Ref": "A5.4",
|
|
13069
|
+
"nts2Ref": "A5.4",
|
|
13070
|
+
"ntsl2Ref": "A5.4",
|
|
12785
13071
|
"rdsRef": "Property/Flags,BuildingSections/EnvironmentalIssues",
|
|
12786
13072
|
"piqRef": "A5.4",
|
|
12787
13073
|
"title": "To your knowledge, has the property ever been subject to subsidence or structural fault?",
|
|
@@ -12790,6 +13076,8 @@
|
|
|
12790
13076
|
"yesNo": {
|
|
12791
13077
|
"baspi4Ref": "A5.4.1",
|
|
12792
13078
|
"baspi5Ref": "A5.4.1",
|
|
13079
|
+
"nts2Ref": "A5.4.1",
|
|
13080
|
+
"ntsl2Ref": "A5.4.1",
|
|
12793
13081
|
"piqRef": "A5.4.1",
|
|
12794
13082
|
"type": "string",
|
|
12795
13083
|
"title": "",
|
|
@@ -12798,6 +13086,8 @@
|
|
|
12798
13086
|
},
|
|
12799
13087
|
"baspi4Required": ["yesNo"],
|
|
12800
13088
|
"baspi5Required": ["yesNo"],
|
|
13089
|
+
"nts2Required": ["yesNo"],
|
|
13090
|
+
"ntsl2Required": ["yesNo"],
|
|
12801
13091
|
"discriminator": {
|
|
12802
13092
|
"propertyName": "yesNo"
|
|
12803
13093
|
},
|
|
@@ -12817,6 +13107,8 @@
|
|
|
12817
13107
|
"details": {
|
|
12818
13108
|
"baspi4Ref": "A5.4.2",
|
|
12819
13109
|
"baspi5Ref": "A5.4.2",
|
|
13110
|
+
"nts2Ref": "A5.4.2",
|
|
13111
|
+
"ntsl2Ref": "A5.4.2",
|
|
12820
13112
|
"title": "Details",
|
|
12821
13113
|
"type": "string",
|
|
12822
13114
|
"minLength": 1
|
|
@@ -12830,7 +13122,9 @@
|
|
|
12830
13122
|
}
|
|
12831
13123
|
},
|
|
12832
13124
|
"baspi4Required": ["details", "attachments"],
|
|
12833
|
-
"baspi5Required": ["details", "attachments"]
|
|
13125
|
+
"baspi5Required": ["details", "attachments"],
|
|
13126
|
+
"nts2Required": ["details"],
|
|
13127
|
+
"ntsl2Required": ["details"]
|
|
12834
13128
|
}
|
|
12835
13129
|
]
|
|
12836
13130
|
},
|
|
@@ -17874,8 +18168,9 @@
|
|
|
17874
18168
|
"baspi4Ref": "A7.1.0.1",
|
|
17875
18169
|
"baspi5Ref": "A7.1.0.1",
|
|
17876
18170
|
"ntsRef": "B3.1",
|
|
17877
|
-
"
|
|
18171
|
+
"nts2Ref": "B3.1",
|
|
17878
18172
|
"ntslRef": "B3.1",
|
|
18173
|
+
"ntsl2Ref": "B3.1",
|
|
17879
18174
|
"ta6Ref": "13.1",
|
|
17880
18175
|
"rdsRef": "Services/Electricity",
|
|
17881
18176
|
"piqRef": "A7.1.1",
|
|
@@ -17887,7 +18182,7 @@
|
|
|
17887
18182
|
"heatPump",
|
|
17888
18183
|
"otherSources"
|
|
17889
18184
|
],
|
|
17890
|
-
"
|
|
18185
|
+
"nts2Required": [
|
|
17891
18186
|
"mainsElectricity",
|
|
17892
18187
|
"solarPanels",
|
|
17893
18188
|
"heatPump",
|
|
@@ -17899,6 +18194,12 @@
|
|
|
17899
18194
|
"heatPump",
|
|
17900
18195
|
"otherSources"
|
|
17901
18196
|
],
|
|
18197
|
+
"ntsl2Required": [
|
|
18198
|
+
"mainsElectricity",
|
|
18199
|
+
"solarPanels",
|
|
18200
|
+
"heatPump",
|
|
18201
|
+
"otherSources"
|
|
18202
|
+
],
|
|
17902
18203
|
"baspi4Required": ["mainsElectricity", "solarPanels", "otherSources"],
|
|
17903
18204
|
"baspi5Required": ["mainsElectricity", "solarPanels", "otherSources"],
|
|
17904
18205
|
"ta6Required": ["mainsElectricity", "solarPanels"],
|
|
@@ -17907,8 +18208,9 @@
|
|
|
17907
18208
|
"baspi4Ref": "A7.1.0.1",
|
|
17908
18209
|
"baspi5Ref": "A7.1.0.1",
|
|
17909
18210
|
"ntsRef": "B3.1",
|
|
17910
|
-
"
|
|
18211
|
+
"nts2Ref": "B3.1",
|
|
17911
18212
|
"ntslRef": "B3.1",
|
|
18213
|
+
"ntsl2Ref": "B3.1",
|
|
17912
18214
|
"ta6Ref": "13.1",
|
|
17913
18215
|
"rdsRef": "Services/Electricity",
|
|
17914
18216
|
"piqRef": "A7.1.1",
|
|
@@ -17917,8 +18219,9 @@
|
|
|
17917
18219
|
"properties": {
|
|
17918
18220
|
"yesNo": {
|
|
17919
18221
|
"ntsRef": "B3.1.1",
|
|
17920
|
-
"
|
|
18222
|
+
"nts2Ref": "B3.1.1",
|
|
17921
18223
|
"ntslRef": "B3.1.1",
|
|
18224
|
+
"ntsl2Ref": "B3.1.1",
|
|
17922
18225
|
"baspi4Ref": "A7.1.0.1.1",
|
|
17923
18226
|
"baspi5Ref": "A7.1.0.1.1",
|
|
17924
18227
|
"ta6Ref": "13.1.1",
|
|
@@ -17926,16 +18229,18 @@
|
|
|
17926
18229
|
"title": "",
|
|
17927
18230
|
"enum": ["Yes", "To be connected", "No"],
|
|
17928
18231
|
"ntsEnum": ["Yes", "No"],
|
|
17929
|
-
"
|
|
18232
|
+
"nts2Enum": ["Yes", "No"],
|
|
17930
18233
|
"ntslEnum": ["Yes", "No"],
|
|
18234
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
17931
18235
|
"ta6Enum": ["Yes", "No"]
|
|
17932
18236
|
}
|
|
17933
18237
|
},
|
|
17934
18238
|
"baspi4Required": ["yesNo"],
|
|
17935
18239
|
"baspi5Required": ["yesNo"],
|
|
17936
18240
|
"ntsRequired": ["yesNo"],
|
|
17937
|
-
"
|
|
18241
|
+
"nts2Required": ["yesNo"],
|
|
17938
18242
|
"ntslRequired": ["yesNo"],
|
|
18243
|
+
"ntsl2Required": ["yesNo"],
|
|
17939
18244
|
"ta6Required": ["yesNo"],
|
|
17940
18245
|
"discriminator": {
|
|
17941
18246
|
"propertyName": "yesNo"
|
|
@@ -18027,8 +18332,9 @@
|
|
|
18027
18332
|
},
|
|
18028
18333
|
"solarPanels": {
|
|
18029
18334
|
"ntsRef": "B3.7",
|
|
18030
|
-
"
|
|
18335
|
+
"nts2Ref": "B3.7",
|
|
18031
18336
|
"ntslRef": "B3.7",
|
|
18337
|
+
"ntsl2Ref": "B3.7",
|
|
18032
18338
|
"baspi4Ref": "A7.1.0.8",
|
|
18033
18339
|
"baspi5Ref": "A7.1.0.8",
|
|
18034
18340
|
"piqRef": "A7.1.17",
|
|
@@ -18038,8 +18344,9 @@
|
|
|
18038
18344
|
"properties": {
|
|
18039
18345
|
"yesNo": {
|
|
18040
18346
|
"ntsRef": "B3.7.1",
|
|
18041
|
-
"
|
|
18347
|
+
"nts2Ref": "B3.7.1",
|
|
18042
18348
|
"ntslRef": "B3.7.1",
|
|
18349
|
+
"ntsl2Ref": "B3.7.1",
|
|
18043
18350
|
"baspi4Ref": "A7.1.0.8.1",
|
|
18044
18351
|
"baspi5Ref": "A7.1.0.8.1",
|
|
18045
18352
|
"ta6Ref": "4.6",
|
|
@@ -18047,16 +18354,18 @@
|
|
|
18047
18354
|
"title": "",
|
|
18048
18355
|
"enum": ["Yes", "To be connected", "No"],
|
|
18049
18356
|
"ntsEnum": ["Yes", "No"],
|
|
18050
|
-
"
|
|
18051
|
-
"ntslEnum": ["Yes", "No"]
|
|
18357
|
+
"nts2Enum": ["Yes", "No"],
|
|
18358
|
+
"ntslEnum": ["Yes", "No"],
|
|
18359
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
18052
18360
|
}
|
|
18053
18361
|
},
|
|
18054
18362
|
"baspi4Required": ["yesNo"],
|
|
18055
18363
|
"baspi5Required": ["yesNo"],
|
|
18056
18364
|
"ta6Required": ["yesNo"],
|
|
18057
18365
|
"ntsRequired": ["yesNo"],
|
|
18058
|
-
"
|
|
18366
|
+
"nts2Required": ["yesNo"],
|
|
18059
18367
|
"ntslRequired": ["yesNo"],
|
|
18368
|
+
"ntsl2Required": ["yesNo"],
|
|
18060
18369
|
"discriminator": {
|
|
18061
18370
|
"propertyName": "yesNo"
|
|
18062
18371
|
},
|
|
@@ -18092,6 +18401,8 @@
|
|
|
18092
18401
|
"baspi4Ref": "B4.3.2",
|
|
18093
18402
|
"baspi5Ref": "B4.3.2",
|
|
18094
18403
|
"ta6Ref": "4.6b",
|
|
18404
|
+
"nts2Ref": "B3.7.1",
|
|
18405
|
+
"ntsl2Ref": "B3.7.1",
|
|
18095
18406
|
"rdsRef": "Objects/Ownership",
|
|
18096
18407
|
"piqRef": "B4.4.3",
|
|
18097
18408
|
"title": "Do you own the panels, and all equipment related to them, outright?",
|
|
@@ -18100,6 +18411,8 @@
|
|
|
18100
18411
|
"yesNo": {
|
|
18101
18412
|
"baspi4Ref": "B4.3.2.1",
|
|
18102
18413
|
"baspi5Ref": "B4.3.2.1",
|
|
18414
|
+
"nts2Ref": "B3.7.1.1",
|
|
18415
|
+
"ntsl2Ref": "B3.7.1.1",
|
|
18103
18416
|
"ta6Ref": "4.6b1",
|
|
18104
18417
|
"type": "string",
|
|
18105
18418
|
"title": "",
|
|
@@ -18109,6 +18422,8 @@
|
|
|
18109
18422
|
"baspi4Required": ["yesNo"],
|
|
18110
18423
|
"baspi5Required": ["yesNo"],
|
|
18111
18424
|
"ta6Required": ["yesNo"],
|
|
18425
|
+
"nts2Required": ["yesNo"],
|
|
18426
|
+
"ntsl2Required": ["yesNo"],
|
|
18112
18427
|
"discriminator": {
|
|
18113
18428
|
"propertyName": "yesNo"
|
|
18114
18429
|
},
|
|
@@ -18363,8 +18678,9 @@
|
|
|
18363
18678
|
},
|
|
18364
18679
|
"heatPump": {
|
|
18365
18680
|
"ntsRef": "B3.8",
|
|
18366
|
-
"
|
|
18681
|
+
"nts2Ref": "B3.8",
|
|
18367
18682
|
"ntslRef": "B3.8",
|
|
18683
|
+
"ntsl2Ref": "B3.8",
|
|
18368
18684
|
"baspi4Ref": "A7.1.0.9",
|
|
18369
18685
|
"baspi5Ref": "A7.1.0.9",
|
|
18370
18686
|
"piqRef": "A7.1.19",
|
|
@@ -18373,23 +18689,26 @@
|
|
|
18373
18689
|
"properties": {
|
|
18374
18690
|
"yesNo": {
|
|
18375
18691
|
"ntsRef": "B3.8.1",
|
|
18376
|
-
"
|
|
18692
|
+
"nts2Ref": "B3.8.1",
|
|
18377
18693
|
"ntslRef": "B3.8.1",
|
|
18694
|
+
"ntsl2Ref": "B3.8.1",
|
|
18378
18695
|
"baspi4Ref": "A7.1.0.10.1",
|
|
18379
18696
|
"baspi5Ref": "A7.1.0.10.1",
|
|
18380
18697
|
"type": "string",
|
|
18381
18698
|
"title": "",
|
|
18382
18699
|
"enum": ["Yes", "To be connected", "No"],
|
|
18383
18700
|
"ntsEnum": ["Yes", "No"],
|
|
18384
|
-
"
|
|
18385
|
-
"ntslEnum": ["Yes", "No"]
|
|
18701
|
+
"nts2Enum": ["Yes", "No"],
|
|
18702
|
+
"ntslEnum": ["Yes", "No"],
|
|
18703
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
18386
18704
|
}
|
|
18387
18705
|
},
|
|
18388
18706
|
"baspi4Required": ["yesNo"],
|
|
18389
18707
|
"baspi5Required": ["yesNo"],
|
|
18390
18708
|
"ntsRequired": ["yesNo"],
|
|
18391
|
-
"
|
|
18709
|
+
"nts2Required": ["yesNo"],
|
|
18392
18710
|
"ntslRequired": ["yesNo"],
|
|
18711
|
+
"ntsl2Required": ["yesNo"],
|
|
18393
18712
|
"discriminator": {
|
|
18394
18713
|
"propertyName": "yesNo"
|
|
18395
18714
|
},
|
|
@@ -18408,8 +18727,9 @@
|
|
|
18408
18727
|
},
|
|
18409
18728
|
"details": {
|
|
18410
18729
|
"ntsRef": "3.8.2",
|
|
18411
|
-
"
|
|
18730
|
+
"nts2Ref": "3.8.2",
|
|
18412
18731
|
"ntslRef": "3.8.2",
|
|
18732
|
+
"ntsl2Ref": "3.8.2",
|
|
18413
18733
|
"title": "Details",
|
|
18414
18734
|
"type": "string"
|
|
18415
18735
|
},
|
|
@@ -18437,8 +18757,9 @@
|
|
|
18437
18757
|
"baspi4Required": ["dateInstalled", "attachments"],
|
|
18438
18758
|
"baspi5Required": ["dateInstalled", "attachments"],
|
|
18439
18759
|
"ntsRequired": ["details"],
|
|
18440
|
-
"
|
|
18441
|
-
"ntslRequired": ["details"]
|
|
18760
|
+
"nts2Required": ["details"],
|
|
18761
|
+
"ntslRequired": ["details"],
|
|
18762
|
+
"ntsl2Required": ["details"]
|
|
18442
18763
|
},
|
|
18443
18764
|
{
|
|
18444
18765
|
"properties": {
|
|
@@ -18449,8 +18770,9 @@
|
|
|
18449
18770
|
"baspi4Ref": "A7.1.0.10.2",
|
|
18450
18771
|
"baspi5Ref": "A7.1.0.10.2",
|
|
18451
18772
|
"ntsRef": "3.8.2",
|
|
18452
|
-
"
|
|
18773
|
+
"nts2Ref": "3.8.2",
|
|
18453
18774
|
"ntslRef": "3.8.2",
|
|
18775
|
+
"ntsl2Ref": "3.8.2",
|
|
18454
18776
|
"title": "Details",
|
|
18455
18777
|
"type": "string"
|
|
18456
18778
|
},
|
|
@@ -18476,8 +18798,9 @@
|
|
|
18476
18798
|
},
|
|
18477
18799
|
"otherSources": {
|
|
18478
18800
|
"ntsRef": "B3.9",
|
|
18479
|
-
"
|
|
18801
|
+
"nts2Ref": "B3.9",
|
|
18480
18802
|
"ntslRef": "B3.9",
|
|
18803
|
+
"ntsl2Ref": "B3.9",
|
|
18481
18804
|
"baspi4Ref": "A7.1.0.9",
|
|
18482
18805
|
"baspi5Ref": "A7.1.0.9",
|
|
18483
18806
|
"rdsRef": "Services/Other",
|
|
@@ -18488,23 +18811,26 @@
|
|
|
18488
18811
|
"properties": {
|
|
18489
18812
|
"yesNo": {
|
|
18490
18813
|
"ntsRef": "B3.9.1",
|
|
18491
|
-
"
|
|
18814
|
+
"nts2Ref": "B3.9.1",
|
|
18492
18815
|
"ntslRef": "B3.9.1",
|
|
18816
|
+
"ntsl2Ref": "B3.9.1",
|
|
18493
18817
|
"baspi4Ref": "A7.1.0.9.1",
|
|
18494
18818
|
"baspi5Ref": "A7.1.0.9.1",
|
|
18495
18819
|
"type": "string",
|
|
18496
18820
|
"title": "",
|
|
18497
18821
|
"enum": ["Yes", "To be connected", "No"],
|
|
18498
18822
|
"ntsEnum": ["Yes", "No"],
|
|
18499
|
-
"
|
|
18500
|
-
"ntslEnum": ["Yes", "No"]
|
|
18823
|
+
"nts2Enum": ["Yes", "No"],
|
|
18824
|
+
"ntslEnum": ["Yes", "No"],
|
|
18825
|
+
"ntsl2Enum": ["Yes", "No"]
|
|
18501
18826
|
}
|
|
18502
18827
|
},
|
|
18503
18828
|
"baspi4Required": ["yesNo"],
|
|
18504
18829
|
"baspi5Required": ["yesNo"],
|
|
18505
18830
|
"ntsRequired": ["yesNo"],
|
|
18506
|
-
"
|
|
18831
|
+
"nts2Required": ["yesNo"],
|
|
18507
18832
|
"ntslRequired": ["yesNo"],
|
|
18833
|
+
"ntsl2Required": ["yesNo"],
|
|
18508
18834
|
"discriminator": {
|
|
18509
18835
|
"propertyName": "yesNo"
|
|
18510
18836
|
},
|
|
@@ -18523,8 +18849,9 @@
|
|
|
18523
18849
|
},
|
|
18524
18850
|
"details": {
|
|
18525
18851
|
"ntsRef": "B3.9.2",
|
|
18526
|
-
"
|
|
18852
|
+
"nts2Ref": "B3.9.2",
|
|
18527
18853
|
"ntslRef": "B3.9.2",
|
|
18854
|
+
"ntsl2Ref": "B3.9.2",
|
|
18528
18855
|
"title": "Details",
|
|
18529
18856
|
"type": "string"
|
|
18530
18857
|
},
|
|
@@ -18536,8 +18863,9 @@
|
|
|
18536
18863
|
}
|
|
18537
18864
|
},
|
|
18538
18865
|
"ntsRequired": ["details"],
|
|
18539
|
-
"
|
|
18540
|
-
"ntslRequired": ["details"]
|
|
18866
|
+
"nts2Required": ["details"],
|
|
18867
|
+
"ntslRequired": ["details"],
|
|
18868
|
+
"ntsl2Required": ["details"]
|
|
18541
18869
|
},
|
|
18542
18870
|
{
|
|
18543
18871
|
"properties": {
|
|
@@ -18548,8 +18876,9 @@
|
|
|
18548
18876
|
"baspi4Ref": "A7.1.0.9.2",
|
|
18549
18877
|
"baspi5Ref": "A7.1.0.9.2",
|
|
18550
18878
|
"ntsRef": "B3.9.2",
|
|
18551
|
-
"
|
|
18879
|
+
"nts2Ref": "B3.9.2",
|
|
18552
18880
|
"ntslRef": "B3.9.2",
|
|
18881
|
+
"ntsl2Ref": "B3.9.2",
|
|
18553
18882
|
"title": "Details",
|
|
18554
18883
|
"type": "string"
|
|
18555
18884
|
},
|
|
@@ -18577,8 +18906,9 @@
|
|
|
18577
18906
|
},
|
|
18578
18907
|
"waterAndDrainage": {
|
|
18579
18908
|
"ntsRef": "B3.2",
|
|
18580
|
-
"
|
|
18909
|
+
"nts2Ref": "B3.2",
|
|
18581
18910
|
"ntslRef": "B3.2",
|
|
18911
|
+
"ntsl2Ref": "B3.2",
|
|
18582
18912
|
"baspi4Ref": "A7.1.0",
|
|
18583
18913
|
"baspi5Ref": "A7.1.0",
|
|
18584
18914
|
"ta6Ref": "13",
|
|
@@ -18590,8 +18920,9 @@
|
|
|
18590
18920
|
"baspi5Required": ["water", "drainage", "maintenanceAgreements"],
|
|
18591
18921
|
"ta6Required": ["water", "drainage"],
|
|
18592
18922
|
"ntsRequired": ["water", "drainage"],
|
|
18593
|
-
"
|
|
18923
|
+
"nts2Required": ["water", "drainage"],
|
|
18594
18924
|
"ntslRequired": ["water", "drainage"],
|
|
18925
|
+
"ntsl2Required": ["water", "drainage"],
|
|
18595
18926
|
"con29DWRequired": ["maps", "water", "drainage", "charging"],
|
|
18596
18927
|
"properties": {
|
|
18597
18928
|
"maps": {
|
|
@@ -18619,8 +18950,9 @@
|
|
|
18619
18950
|
},
|
|
18620
18951
|
"water": {
|
|
18621
18952
|
"ntsRef": "B3.2",
|
|
18622
|
-
"
|
|
18953
|
+
"nts2Ref": "B3.2",
|
|
18623
18954
|
"ntslRef": "B3.2",
|
|
18955
|
+
"ntsl2Ref": "B3.2",
|
|
18624
18956
|
"baspi4Ref": "A7.1.0.10",
|
|
18625
18957
|
"baspi5Ref": "A7.1.0.10",
|
|
18626
18958
|
"ta6Ref": "13",
|
|
@@ -18630,8 +18962,9 @@
|
|
|
18630
18962
|
"baspi4Required": ["mainsWater"],
|
|
18631
18963
|
"baspi5Required": ["mainsWater"],
|
|
18632
18964
|
"ntsRequired": ["mainsWater"],
|
|
18633
|
-
"
|
|
18965
|
+
"nts2Required": ["mainsWater"],
|
|
18634
18966
|
"ntslRequired": ["mainsWater"],
|
|
18967
|
+
"ntsl2Required": ["mainsWater"],
|
|
18635
18968
|
"ta6Required": ["mainsWater"],
|
|
18636
18969
|
"con29DWRequired": [
|
|
18637
18970
|
"mainsWater",
|
|
@@ -18643,8 +18976,9 @@
|
|
|
18643
18976
|
"properties": {
|
|
18644
18977
|
"mainsWater": {
|
|
18645
18978
|
"ntsRef": "B3.2",
|
|
18646
|
-
"
|
|
18979
|
+
"nts2Ref": "B3.2",
|
|
18647
18980
|
"ntslRef": "B3.2",
|
|
18981
|
+
"ntsl2Ref": "B3.2",
|
|
18648
18982
|
"baspi4Ref": "A7.1.0.10.0",
|
|
18649
18983
|
"baspi5Ref": "A7.1.0.10.0",
|
|
18650
18984
|
"ta6Ref": "13.3",
|
|
@@ -18656,8 +18990,9 @@
|
|
|
18656
18990
|
"properties": {
|
|
18657
18991
|
"yesNo": {
|
|
18658
18992
|
"ntsRef": "B3.2.1",
|
|
18659
|
-
"
|
|
18993
|
+
"nts2Ref": "B3.2.1",
|
|
18660
18994
|
"ntslRef": "B3.2.1",
|
|
18995
|
+
"ntsl2Ref": "B3.2.1",
|
|
18661
18996
|
"baspi4Ref": "A7.1.0.10.1",
|
|
18662
18997
|
"baspi5Ref": "A7.1.0.10.1",
|
|
18663
18998
|
"ta6Ref": "13.3.1",
|
|
@@ -18667,16 +19002,18 @@
|
|
|
18667
19002
|
"enum": ["Yes", "To be connected", "No"],
|
|
18668
19003
|
"ta6Enum": ["Yes", "No"],
|
|
18669
19004
|
"ntsEnum": ["Yes", "No"],
|
|
18670
|
-
"
|
|
19005
|
+
"nts2Enum": ["Yes", "No"],
|
|
18671
19006
|
"ntslEnum": ["Yes", "No"],
|
|
19007
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
18672
19008
|
"con29DWEnum": ["Yes", "No"]
|
|
18673
19009
|
}
|
|
18674
19010
|
},
|
|
18675
19011
|
"baspi4Required": ["yesNo"],
|
|
18676
19012
|
"baspi5Required": ["yesNo"],
|
|
18677
19013
|
"ntsRequired": ["yesNo"],
|
|
18678
|
-
"
|
|
19014
|
+
"nts2Required": ["yesNo"],
|
|
18679
19015
|
"ntslRequired": ["yesNo"],
|
|
19016
|
+
"ntsl2Required": ["yesNo"],
|
|
18680
19017
|
"ta6Required": ["yesNo"],
|
|
18681
19018
|
"con29DWRequired": ["yesNo"],
|
|
18682
19019
|
"discriminator": {
|
|
@@ -18690,8 +19027,9 @@
|
|
|
18690
19027
|
},
|
|
18691
19028
|
"details": {
|
|
18692
19029
|
"ntsRef": "3.2.2",
|
|
18693
|
-
"
|
|
19030
|
+
"nts2Ref": "3.2.2",
|
|
18694
19031
|
"ntslRef": "3.2.2",
|
|
19032
|
+
"ntsl2Ref": "3.2.2",
|
|
18695
19033
|
"title": "How is water supplied?",
|
|
18696
19034
|
"description": "e.g. Private well, borehole, springs etc.",
|
|
18697
19035
|
"type": "string",
|
|
@@ -18699,8 +19037,9 @@
|
|
|
18699
19037
|
}
|
|
18700
19038
|
},
|
|
18701
19039
|
"ntsRequired": ["details"],
|
|
18702
|
-
"
|
|
18703
|
-
"ntslRequired": ["details"]
|
|
19040
|
+
"nts2Required": ["details"],
|
|
19041
|
+
"ntslRequired": ["details"],
|
|
19042
|
+
"ntsl2Required": ["details"]
|
|
18704
19043
|
},
|
|
18705
19044
|
{
|
|
18706
19045
|
"properties": {
|
|
@@ -18751,14 +19090,16 @@
|
|
|
18751
19090
|
"waterMeter": {
|
|
18752
19091
|
"type": "object",
|
|
18753
19092
|
"ntsRef": "B3.2.1.1",
|
|
18754
|
-
"
|
|
19093
|
+
"nts2Ref": "B3.2.1.1",
|
|
18755
19094
|
"ntslRef": "B3.2.1.1",
|
|
19095
|
+
"ntsl2Ref": "B3.2.1.1",
|
|
18756
19096
|
"baspi4Ref": "A7.",
|
|
18757
19097
|
"baspi5Ref": "A7.",
|
|
18758
19098
|
"ta6Ref": "13.3b",
|
|
18759
19099
|
"ntsRequired": ["isSupplyMetered"],
|
|
18760
|
-
"
|
|
19100
|
+
"nts2Required": ["isSupplyMetered"],
|
|
18761
19101
|
"ntslRequired": ["isSupplyMetered"],
|
|
19102
|
+
"ntsl2Required": ["isSupplyMetered"],
|
|
18762
19103
|
"baspi4Required": ["isSupplyMetered"],
|
|
18763
19104
|
"baspi5Required": ["isSupplyMetered"],
|
|
18764
19105
|
"ta6Required": ["isSupplyMetered"],
|
|
@@ -18766,8 +19107,9 @@
|
|
|
18766
19107
|
"properties": {
|
|
18767
19108
|
"isSupplyMetered": {
|
|
18768
19109
|
"ntsRef": "3.2.3",
|
|
18769
|
-
"
|
|
19110
|
+
"nts2Ref": "3.2.3",
|
|
18770
19111
|
"ntslRef": "3.2.3",
|
|
19112
|
+
"ntsl2Ref": "3.2.3",
|
|
18771
19113
|
"ta6Ref": "13.3b",
|
|
18772
19114
|
"baspi4Ref": "B4.6.2",
|
|
18773
19115
|
"baspi5Ref": "B4.6.2",
|
|
@@ -18822,8 +19164,9 @@
|
|
|
18822
19164
|
"baspi4Required": ["stopcock", "waterMeter"],
|
|
18823
19165
|
"baspi5Required": ["stopcock", "waterMeter"],
|
|
18824
19166
|
"ntsRequired": ["waterMeter"],
|
|
18825
|
-
"
|
|
18826
|
-
"ntslRequired": ["waterMeter"]
|
|
19167
|
+
"nts2Required": ["waterMeter"],
|
|
19168
|
+
"ntslRequired": ["waterMeter"],
|
|
19169
|
+
"ntsl2Required": ["waterMeter"]
|
|
18827
19170
|
},
|
|
18828
19171
|
{
|
|
18829
19172
|
"properties": {
|
|
@@ -18981,8 +19324,9 @@
|
|
|
18981
19324
|
},
|
|
18982
19325
|
"drainage": {
|
|
18983
19326
|
"ntsRef": "B3.3",
|
|
18984
|
-
"
|
|
19327
|
+
"nts2Ref": "B3.3",
|
|
18985
19328
|
"ntslRef": "B3.3",
|
|
19329
|
+
"ntsl2Ref": "B3.3",
|
|
18986
19330
|
"baspi4Ref": "A7.1.0.12",
|
|
18987
19331
|
"baspi5Ref": "A7.1.0.12",
|
|
18988
19332
|
"con29DWRef": "2",
|
|
@@ -18997,7 +19341,7 @@
|
|
|
18997
19341
|
"mainsFoulDrainage"
|
|
18998
19342
|
],
|
|
18999
19343
|
"ntsRequired": ["mainsSurfaceWaterDrainage", "mainsFoulDrainage"],
|
|
19000
|
-
"
|
|
19344
|
+
"nts2Required": [
|
|
19001
19345
|
"mainsSurfaceWaterDrainage",
|
|
19002
19346
|
"mainsFoulDrainage"
|
|
19003
19347
|
],
|
|
@@ -19005,6 +19349,10 @@
|
|
|
19005
19349
|
"mainsSurfaceWaterDrainage",
|
|
19006
19350
|
"mainsFoulDrainage"
|
|
19007
19351
|
],
|
|
19352
|
+
"ntsl2Required": [
|
|
19353
|
+
"mainsSurfaceWaterDrainage",
|
|
19354
|
+
"mainsFoulDrainage"
|
|
19355
|
+
],
|
|
19008
19356
|
"ta6Required": ["mainsSurfaceWaterDrainage", "mainsFoulDrainage"],
|
|
19009
19357
|
"con29DWRequired": [
|
|
19010
19358
|
"mainsSurfaceWaterDrainage",
|
|
@@ -19022,8 +19370,9 @@
|
|
|
19022
19370
|
"properties": {
|
|
19023
19371
|
"mainsSurfaceWaterDrainage": {
|
|
19024
19372
|
"ntsRef": "B3.3.1",
|
|
19025
|
-
"
|
|
19373
|
+
"nts2Ref": "B3.3.1",
|
|
19026
19374
|
"ntslRef": "B3.3.1",
|
|
19375
|
+
"ntsl2Ref": "B3.3.1",
|
|
19027
19376
|
"baspi4Ref": "A7.1.0.12.0",
|
|
19028
19377
|
"baspi5Ref": "A7.1.0.12.0",
|
|
19029
19378
|
"rdsRef": "Services/StormWaterDrainage",
|
|
@@ -19036,8 +19385,9 @@
|
|
|
19036
19385
|
"baspi4Ref": "A7.1.0.12.1",
|
|
19037
19386
|
"baspi5Ref": "A7.1.0.12.1",
|
|
19038
19387
|
"ntsRef": "B3.3.1.1",
|
|
19039
|
-
"
|
|
19388
|
+
"nts2Ref": "B3.3.1.1",
|
|
19040
19389
|
"ntslRef": "B3.3.1.1",
|
|
19390
|
+
"ntsl2Ref": "B3.3.1.1",
|
|
19041
19391
|
"ta6Ref": "12.4b1",
|
|
19042
19392
|
"con29DWRef": "2.2.1",
|
|
19043
19393
|
"type": "string",
|
|
@@ -19045,16 +19395,18 @@
|
|
|
19045
19395
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
19046
19396
|
"con29DWEnum": ["Yes", "No"],
|
|
19047
19397
|
"ntsEnum": ["Yes", "No"],
|
|
19048
|
-
"
|
|
19398
|
+
"nts2Enum": ["Yes", "No"],
|
|
19049
19399
|
"ntslEnum": ["Yes", "No"],
|
|
19400
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
19050
19401
|
"ta6Enum": ["Yes", "No", "Not known"]
|
|
19051
19402
|
}
|
|
19052
19403
|
},
|
|
19053
19404
|
"baspi4Required": ["yesNo"],
|
|
19054
19405
|
"baspi5Required": ["yesNo"],
|
|
19055
19406
|
"ntsRequired": ["yesNo"],
|
|
19056
|
-
"
|
|
19407
|
+
"nts2Required": ["yesNo"],
|
|
19057
19408
|
"ntslRequired": ["yesNo"],
|
|
19409
|
+
"ntsl2Required": ["yesNo"],
|
|
19058
19410
|
"ta6Required": ["yesNo"],
|
|
19059
19411
|
"discriminator": {
|
|
19060
19412
|
"propertyName": "yesNo"
|
|
@@ -19101,8 +19453,9 @@
|
|
|
19101
19453
|
},
|
|
19102
19454
|
"mainsFoulDrainage": {
|
|
19103
19455
|
"ntsRef": "B3.3.2",
|
|
19104
|
-
"
|
|
19456
|
+
"nts2Ref": "B3.3.2",
|
|
19105
19457
|
"ntslRef": "B3.3.2",
|
|
19458
|
+
"ntsl2Ref": "B3.3.2",
|
|
19106
19459
|
"baspi4Ref": "A7.1.0.11",
|
|
19107
19460
|
"baspi5Ref": "A7.1.0.11",
|
|
19108
19461
|
"rdsRef": "Services/WasteWaterSewerageDisposal",
|
|
@@ -19114,13 +19467,15 @@
|
|
|
19114
19467
|
"baspi5Required": ["yesNo"],
|
|
19115
19468
|
"ta6Required": ["yesNo"],
|
|
19116
19469
|
"ntsRequired": ["yesNo"],
|
|
19117
|
-
"
|
|
19470
|
+
"nts2Required": ["yesNo"],
|
|
19118
19471
|
"ntslRequired": ["yesNo"],
|
|
19472
|
+
"ntsl2Required": ["yesNo"],
|
|
19119
19473
|
"properties": {
|
|
19120
19474
|
"yesNo": {
|
|
19121
19475
|
"ntsRef": "B3.3.2.1",
|
|
19122
|
-
"
|
|
19476
|
+
"nts2Ref": "B3.3.2.1",
|
|
19123
19477
|
"ntslRef": "B3.3.2.1",
|
|
19478
|
+
"ntsl2Ref": "B3.3.2.1",
|
|
19124
19479
|
"baspi4Ref": "A7.1.0.11.1",
|
|
19125
19480
|
"baspi5Ref": "A7.1.0.11.1",
|
|
19126
19481
|
"ta6Ref": "12.4a1",
|
|
@@ -19129,8 +19484,9 @@
|
|
|
19129
19484
|
"enum": ["Yes", "To be connected", "No", "Not known"],
|
|
19130
19485
|
"con29DWEnum": ["Yes", "No"],
|
|
19131
19486
|
"ntsEnum": ["Yes", "No"],
|
|
19132
|
-
"
|
|
19487
|
+
"nts2Enum": ["Yes", "No"],
|
|
19133
19488
|
"ntslEnum": ["Yes", "No"],
|
|
19489
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
19134
19490
|
"ta6Enum": ["Yes", "No", "Not known"]
|
|
19135
19491
|
}
|
|
19136
19492
|
},
|
|
@@ -19191,8 +19547,9 @@
|
|
|
19191
19547
|
},
|
|
19192
19548
|
"offMainsDrainageSystem": {
|
|
19193
19549
|
"ntsRef": "B3.3.3",
|
|
19194
|
-
"
|
|
19550
|
+
"nts2Ref": "B3.3.3",
|
|
19195
19551
|
"ntslRef": "B3.3.3",
|
|
19552
|
+
"ntsl2Ref": "B3.3.3",
|
|
19196
19553
|
"baspi4Ref": "A7.1.10.13",
|
|
19197
19554
|
"baspi5Ref": "A7.1.10.13",
|
|
19198
19555
|
"ta6Ref": "12.4a",
|
|
@@ -19212,8 +19569,9 @@
|
|
|
19212
19569
|
"plantDrainsIntoWaterway"
|
|
19213
19570
|
],
|
|
19214
19571
|
"ntsRequired": ["offMainsDrainageSystemType"],
|
|
19215
|
-
"
|
|
19572
|
+
"nts2Required": ["offMainsDrainageSystemType"],
|
|
19216
19573
|
"ntslRequired": ["offMainsDrainageSystemType"],
|
|
19574
|
+
"ntsl2Required": ["offMainsDrainageSystemType"],
|
|
19217
19575
|
"ta6Required": [
|
|
19218
19576
|
"offMainsDrainageSystemType",
|
|
19219
19577
|
"otherConnectedProperties",
|
|
@@ -19222,8 +19580,9 @@
|
|
|
19222
19580
|
"properties": {
|
|
19223
19581
|
"offMainsDrainageSystemType": {
|
|
19224
19582
|
"ntsRef": "B3.3.3.1",
|
|
19225
|
-
"
|
|
19583
|
+
"nts2Ref": "B3.3.3.1",
|
|
19226
19584
|
"ntslRef": "B3.3.3.1",
|
|
19585
|
+
"ntsl2Ref": "B3.3.3.1",
|
|
19227
19586
|
"baspi4Ref": "A7.1",
|
|
19228
19587
|
"baspi5Ref": "A7.1",
|
|
19229
19588
|
"ta6Ref": "12.5",
|
|
@@ -19574,15 +19933,17 @@
|
|
|
19574
19933
|
},
|
|
19575
19934
|
"details": {
|
|
19576
19935
|
"ntsRef": "B3.3.3.2",
|
|
19577
|
-
"
|
|
19936
|
+
"nts2Ref": "B3.3.3.2",
|
|
19578
19937
|
"ntslRef": "B3.3.3.2",
|
|
19938
|
+
"ntsl2Ref": "B3.3.3.2",
|
|
19579
19939
|
"title": "Details",
|
|
19580
19940
|
"type": "string"
|
|
19581
19941
|
}
|
|
19582
19942
|
},
|
|
19583
19943
|
"ntsRequired": ["details"],
|
|
19584
|
-
"
|
|
19585
|
-
"ntslRequired": ["details"]
|
|
19944
|
+
"nts2Required": ["details"],
|
|
19945
|
+
"ntslRequired": ["details"],
|
|
19946
|
+
"ntsl2Required": ["details"]
|
|
19586
19947
|
}
|
|
19587
19948
|
]
|
|
19588
19949
|
}
|
|
@@ -20029,8 +20390,9 @@
|
|
|
20029
20390
|
},
|
|
20030
20391
|
"heating": {
|
|
20031
20392
|
"ntsRef": "B3.4",
|
|
20032
|
-
"
|
|
20393
|
+
"nts2Ref": "B3.4",
|
|
20033
20394
|
"ntslRef": "B3.4",
|
|
20395
|
+
"ntsl2Ref": "B3.4",
|
|
20034
20396
|
"baspi4Ref": "A7.4",
|
|
20035
20397
|
"baspi5Ref": "A7.4",
|
|
20036
20398
|
"ta6Ref": "12.3",
|
|
@@ -20042,13 +20404,15 @@
|
|
|
20042
20404
|
"baspi5Required": ["heatingSystem"],
|
|
20043
20405
|
"ta6Required": ["heatingSystem"],
|
|
20044
20406
|
"ntsRequired": ["heatingSystem"],
|
|
20045
|
-
"
|
|
20407
|
+
"nts2Required": ["heatingSystem"],
|
|
20046
20408
|
"ntslRequired": ["heatingSystem"],
|
|
20409
|
+
"ntsl2Required": ["heatingSystem"],
|
|
20047
20410
|
"properties": {
|
|
20048
20411
|
"heatingSystem": {
|
|
20049
20412
|
"ntsRef": "B3.4.1",
|
|
20050
|
-
"
|
|
20413
|
+
"nts2Ref": "B3.4.1",
|
|
20051
20414
|
"ntslRef": "B3.4.1",
|
|
20415
|
+
"ntsl2Ref": "B3.4.1",
|
|
20052
20416
|
"baspi4Ref": "A7.4.0",
|
|
20053
20417
|
"baspi5Ref": "A7.4.0",
|
|
20054
20418
|
"ta6Ref": "12.3.1",
|
|
@@ -20059,13 +20423,15 @@
|
|
|
20059
20423
|
"baspi5Required": ["heatingType"],
|
|
20060
20424
|
"ta6Required": ["heatingType"],
|
|
20061
20425
|
"ntsRequired": ["heatingType"],
|
|
20062
|
-
"
|
|
20426
|
+
"nts2Required": ["heatingType"],
|
|
20063
20427
|
"ntslRequired": ["heatingType"],
|
|
20428
|
+
"ntsl2Required": ["heatingType"],
|
|
20064
20429
|
"properties": {
|
|
20065
20430
|
"heatingType": {
|
|
20066
20431
|
"ntsRef": "B3.4.1",
|
|
20067
|
-
"
|
|
20432
|
+
"nts2Ref": "B3.4.1",
|
|
20068
20433
|
"ntslRef": "B3.4.1",
|
|
20434
|
+
"ntsl2Ref": "B3.4.1",
|
|
20069
20435
|
"baspi4Ref": "A7.4.0",
|
|
20070
20436
|
"baspi5Ref": "A7.4.0",
|
|
20071
20437
|
"ta6Ref": "12.3.1",
|
|
@@ -20098,8 +20464,9 @@
|
|
|
20098
20464
|
},
|
|
20099
20465
|
"centralHeatingDetails": {
|
|
20100
20466
|
"ntsRef": "B3.4.3",
|
|
20101
|
-
"
|
|
20467
|
+
"nts2Ref": "B3.4.3",
|
|
20102
20468
|
"ntslRef": "B3.4.3",
|
|
20469
|
+
"ntsl2Ref": "B3.4.3",
|
|
20103
20470
|
"baspi4Ref": "A7.4.0.0",
|
|
20104
20471
|
"baspi5Ref": "A7.4.0.0",
|
|
20105
20472
|
"ta6Ref": "12.3.2",
|
|
@@ -20123,8 +20490,15 @@
|
|
|
20123
20490
|
"heatingInGoodWorkingOrder"
|
|
20124
20491
|
],
|
|
20125
20492
|
"ntsRequired": ["centralHeatingFuel"],
|
|
20126
|
-
"
|
|
20493
|
+
"nts2Required": [
|
|
20494
|
+
"centralHeatingFuel",
|
|
20495
|
+
"centralHeatingInstalled"
|
|
20496
|
+
],
|
|
20127
20497
|
"ntslRequired": ["centralHeatingFuel"],
|
|
20498
|
+
"ntsl2Required": [
|
|
20499
|
+
"centralHeatingFuel",
|
|
20500
|
+
"centralHeatingInstalled"
|
|
20501
|
+
],
|
|
20128
20502
|
"ta6Required": [
|
|
20129
20503
|
"centralHeatingFuel",
|
|
20130
20504
|
"centralHeatingInstalled",
|
|
@@ -20136,8 +20510,9 @@
|
|
|
20136
20510
|
"properties": {
|
|
20137
20511
|
"centralHeatingFuel": {
|
|
20138
20512
|
"ntsRef": "B3.4.3.1",
|
|
20139
|
-
"
|
|
20513
|
+
"nts2Ref": "B3.4.3.1",
|
|
20140
20514
|
"ntslRef": "B3.4.3.1",
|
|
20515
|
+
"ntsl2Ref": "B3.4.3.1",
|
|
20141
20516
|
"baspi4Ref": "A7.4.0.1",
|
|
20142
20517
|
"baspi5Ref": "A7.4.0.1",
|
|
20143
20518
|
"ta6Ref": "12.3.3",
|
|
@@ -20145,16 +20520,18 @@
|
|
|
20145
20520
|
"type": "object",
|
|
20146
20521
|
"title": "Central Heating Fuel",
|
|
20147
20522
|
"ntsRequired": ["centralHeatingFuelType"],
|
|
20148
|
-
"
|
|
20523
|
+
"nts2Required": ["centralHeatingFuelType"],
|
|
20149
20524
|
"ntslRequired": ["centralHeatingFuelType"],
|
|
20525
|
+
"ntsl2Required": ["centralHeatingFuelType"],
|
|
20150
20526
|
"baspi4Required": ["centralHeatingFuelType"],
|
|
20151
20527
|
"baspi5Required": ["centralHeatingFuelType"],
|
|
20152
20528
|
"ta6Required": ["centralHeatingFuelType"],
|
|
20153
20529
|
"properties": {
|
|
20154
20530
|
"centralHeatingFuelType": {
|
|
20155
20531
|
"ntsRef": "B3.4.3.1.1",
|
|
20156
|
-
"
|
|
20532
|
+
"nts2Ref": "B3.4.3.1.1",
|
|
20157
20533
|
"ntslRef": "B3.4.3.1.1",
|
|
20534
|
+
"ntsl2Ref": "B3.4.3.1.1",
|
|
20158
20535
|
"baspi4Ref": "A7.4.0.2",
|
|
20159
20536
|
"baspi5Ref": "A7.4.0.2",
|
|
20160
20537
|
"ta6Ref": "12.3a1",
|
|
@@ -20267,6 +20644,8 @@
|
|
|
20267
20644
|
"centralHeatingInstalled": {
|
|
20268
20645
|
"baspi4Ref": "A7.4.1",
|
|
20269
20646
|
"baspi5Ref": "A7.4.1",
|
|
20647
|
+
"nts2Ref": "B3.4.3.2",
|
|
20648
|
+
"ntsl2Ref": "B3.4.3.2",
|
|
20270
20649
|
"rdsRef": "Objects/Installed",
|
|
20271
20650
|
"ta6Ref": "12.3b1",
|
|
20272
20651
|
"piqRef": "A7.4.1",
|
|
@@ -20399,8 +20778,9 @@
|
|
|
20399
20778
|
"baspi4Required": ["centralHeatingDetails"],
|
|
20400
20779
|
"baspi5Required": ["centralHeatingDetails"],
|
|
20401
20780
|
"ntsRequired": ["centralHeatingDetails"],
|
|
20402
|
-
"
|
|
20781
|
+
"nts2Required": ["centralHeatingDetails"],
|
|
20403
20782
|
"ntslRequired": ["centralHeatingDetails"],
|
|
20783
|
+
"ntsl2Required": ["centralHeatingDetails"],
|
|
20404
20784
|
"ta6Required": ["centralHeatingDetails"]
|
|
20405
20785
|
},
|
|
20406
20786
|
{
|
|
@@ -20410,8 +20790,9 @@
|
|
|
20410
20790
|
},
|
|
20411
20791
|
"details": {
|
|
20412
20792
|
"ntsRef": "B3.4.4",
|
|
20413
|
-
"
|
|
20793
|
+
"nts2Ref": "B3.4.4",
|
|
20414
20794
|
"ntslRef": "B3.4.4",
|
|
20795
|
+
"ntsl2Ref": "B3.4.4",
|
|
20415
20796
|
"title": "Communal heating system details",
|
|
20416
20797
|
"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
20798
|
"type": "string",
|
|
@@ -20419,15 +20800,17 @@
|
|
|
20419
20800
|
}
|
|
20420
20801
|
},
|
|
20421
20802
|
"ntsRequired": ["details"],
|
|
20422
|
-
"
|
|
20423
|
-
"ntslRequired": ["details"]
|
|
20803
|
+
"nts2Required": ["details"],
|
|
20804
|
+
"ntslRequired": ["details"],
|
|
20805
|
+
"ntsl2Required": ["details"]
|
|
20424
20806
|
}
|
|
20425
20807
|
]
|
|
20426
20808
|
},
|
|
20427
20809
|
"otherHeatingFeatures": {
|
|
20428
20810
|
"ntsRef": "B3.4.2",
|
|
20429
|
-
"
|
|
20811
|
+
"nts2Ref": "B3.4.2",
|
|
20430
20812
|
"ntslRef": "B3.4.2",
|
|
20813
|
+
"ntsl2Ref": "B3.4.2",
|
|
20431
20814
|
"title": "What other heating features does the property have?",
|
|
20432
20815
|
"type": "array",
|
|
20433
20816
|
"items": {
|
|
@@ -20441,6 +20824,7 @@
|
|
|
20441
20824
|
"Solar water",
|
|
20442
20825
|
"Underfloor heating",
|
|
20443
20826
|
"Wood burner",
|
|
20827
|
+
"Aga/Rayburn",
|
|
20444
20828
|
"Open fire",
|
|
20445
20829
|
"Ground source heat pump",
|
|
20446
20830
|
"Air source heat pump",
|
|
@@ -20455,8 +20839,9 @@
|
|
|
20455
20839
|
"baspi4Ref": "A7",
|
|
20456
20840
|
"baspi5Ref": "A7",
|
|
20457
20841
|
"ntsRef": "B3",
|
|
20458
|
-
"
|
|
20842
|
+
"nts2Ref": "B3",
|
|
20459
20843
|
"ntslRef": "B3",
|
|
20844
|
+
"ntsl2Ref": "B3",
|
|
20460
20845
|
"ta6Ref": "13",
|
|
20461
20846
|
"title": "Connectivity",
|
|
20462
20847
|
"type": "object",
|
|
@@ -20473,8 +20858,9 @@
|
|
|
20473
20858
|
"mobilePhone"
|
|
20474
20859
|
],
|
|
20475
20860
|
"ntsRequired": ["broadband"],
|
|
20476
|
-
"
|
|
20861
|
+
"nts2Required": ["broadband"],
|
|
20477
20862
|
"ntslRequired": ["broadband"],
|
|
20863
|
+
"ntsl2Required": ["broadband"],
|
|
20478
20864
|
"ta6Required": ["telephone", "cableSatelliteTV"],
|
|
20479
20865
|
"properties": {
|
|
20480
20866
|
"telephone": {
|
|
@@ -20494,8 +20880,9 @@
|
|
|
20494
20880
|
"title": "",
|
|
20495
20881
|
"enum": ["Yes", "To be connected", "No"],
|
|
20496
20882
|
"ntsEnum": ["Yes", "No"],
|
|
20497
|
-
"
|
|
20883
|
+
"nts2Enum": ["Yes", "No"],
|
|
20498
20884
|
"ntslEnum": ["Yes", "No"],
|
|
20885
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
20499
20886
|
"ta6Enum": ["Yes", "No"]
|
|
20500
20887
|
}
|
|
20501
20888
|
},
|
|
@@ -20572,8 +20959,9 @@
|
|
|
20572
20959
|
"title": "",
|
|
20573
20960
|
"enum": ["Yes", "To be connected", "No"],
|
|
20574
20961
|
"ntsEnum": ["Yes", "No"],
|
|
20575
|
-
"
|
|
20962
|
+
"nts2Enum": ["Yes", "No"],
|
|
20576
20963
|
"ntslEnum": ["Yes", "No"],
|
|
20964
|
+
"ntsl2Enum": ["Yes", "No"],
|
|
20577
20965
|
"ta6Enum": ["Yes", "No"]
|
|
20578
20966
|
}
|
|
20579
20967
|
},
|
|
@@ -20633,8 +21021,9 @@
|
|
|
20633
21021
|
},
|
|
20634
21022
|
"broadband": {
|
|
20635
21023
|
"ntsRef": "B3.5",
|
|
20636
|
-
"
|
|
21024
|
+
"nts2Ref": "B3.5",
|
|
20637
21025
|
"ntslRef": "B3.5",
|
|
21026
|
+
"ntsl2Ref": "B3.5",
|
|
20638
21027
|
"baspi4Ref": "A7.1.0.7",
|
|
20639
21028
|
"baspi5Ref": "A7.1.0.7",
|
|
20640
21029
|
"title": "Broadband",
|
|
@@ -20644,8 +21033,9 @@
|
|
|
20644
21033
|
"properties": {
|
|
20645
21034
|
"typeOfConnection": {
|
|
20646
21035
|
"ntsRef": "B3.5.2",
|
|
20647
|
-
"
|
|
21036
|
+
"nts2Ref": "B3.5.2",
|
|
20648
21037
|
"ntslRef": "B3.5.2",
|
|
21038
|
+
"ntsl2Ref": "B3.5.2",
|
|
20649
21039
|
"baspi4Ref": "A7.1.0.7.2",
|
|
20650
21040
|
"baspi5Ref": "A7.1.0.7.2",
|
|
20651
21041
|
"piqRef": "A7.1.16",
|
|
@@ -20691,15 +21081,17 @@
|
|
|
20691
21081
|
}
|
|
20692
21082
|
},
|
|
20693
21083
|
"ntsRequired": ["typeOfConnection"],
|
|
20694
|
-
"
|
|
20695
|
-
"ntslRequired": ["typeOfConnection"]
|
|
21084
|
+
"nts2Required": ["typeOfConnection"],
|
|
21085
|
+
"ntslRequired": ["typeOfConnection"],
|
|
21086
|
+
"ntsl2Required": ["typeOfConnection"]
|
|
20696
21087
|
},
|
|
20697
21088
|
"mobilePhone": {
|
|
20698
21089
|
"baspi4Ref": "A7.1.0.8",
|
|
20699
21090
|
"baspi5Ref": "A7.1.0.8",
|
|
20700
21091
|
"ntsRef": "B3.6",
|
|
20701
|
-
"
|
|
21092
|
+
"nts2Ref": "B3.6",
|
|
20702
21093
|
"ntslRef": "B3.6",
|
|
21094
|
+
"ntsl2Ref": "B3.6",
|
|
20703
21095
|
"title": "Mobile phone coverage",
|
|
20704
21096
|
"type": "object",
|
|
20705
21097
|
"properties": {
|
|
@@ -20707,23 +21099,26 @@
|
|
|
20707
21099
|
"baspi4Ref": "A7.1.0.8.1",
|
|
20708
21100
|
"baspi5Ref": "A7.1.0.8.1",
|
|
20709
21101
|
"ntsRef": "B3.6.1",
|
|
20710
|
-
"
|
|
21102
|
+
"nts2Ref": "B3.6.1",
|
|
20711
21103
|
"ntslRef": "B3.6.1",
|
|
21104
|
+
"ntsl2Ref": "B3.6.1",
|
|
20712
21105
|
"title": "Are there any issues with mobile phone signal or coverage at the property?",
|
|
20713
21106
|
"description": "You should disclose any known issues with signal strength or dropped calls specific to the property.",
|
|
20714
21107
|
"type": "object",
|
|
20715
21108
|
"baspi4Required": ["yesNo"],
|
|
20716
21109
|
"baspi5Required": ["yesNo"],
|
|
20717
21110
|
"ntsRequired": ["yesNo"],
|
|
20718
|
-
"
|
|
21111
|
+
"nts2Required": ["yesNo"],
|
|
20719
21112
|
"ntslRequired": ["yesNo"],
|
|
21113
|
+
"ntsl2Required": ["yesNo"],
|
|
20720
21114
|
"properties": {
|
|
20721
21115
|
"yesNo": {
|
|
20722
21116
|
"baspi4Ref": "A7.1.0.8.2",
|
|
20723
21117
|
"baspi5Ref": "A7.1.0.8.2",
|
|
20724
21118
|
"ntsRef": "B3.6.1.1",
|
|
20725
|
-
"
|
|
21119
|
+
"nts2Ref": "B3.6.1.1",
|
|
20726
21120
|
"ntslRef": "B3.6.1.1",
|
|
21121
|
+
"ntsl2Ref": "B3.6.1.1",
|
|
20727
21122
|
"title": "",
|
|
20728
21123
|
"type": "string",
|
|
20729
21124
|
"enum": ["Yes", "No"]
|
|
@@ -20747,15 +21142,17 @@
|
|
|
20747
21142
|
},
|
|
20748
21143
|
"details": {
|
|
20749
21144
|
"ntsRef": "B3.6.1.2",
|
|
20750
|
-
"
|
|
21145
|
+
"nts2Ref": "B3.6.1.2",
|
|
20751
21146
|
"ntslRef": "B3.6.1.2",
|
|
21147
|
+
"ntsl2Ref": "B3.6.1.2",
|
|
20752
21148
|
"title": "Details",
|
|
20753
21149
|
"type": "string"
|
|
20754
21150
|
}
|
|
20755
21151
|
},
|
|
20756
21152
|
"ntsRequired": ["details"],
|
|
20757
|
-
"
|
|
20758
|
-
"ntslRequired": ["details"]
|
|
21153
|
+
"nts2Required": ["details"],
|
|
21154
|
+
"ntslRequired": ["details"],
|
|
21155
|
+
"ntsl2Required": ["details"]
|
|
20759
21156
|
}
|
|
20760
21157
|
]
|
|
20761
21158
|
},
|
|
@@ -21226,8 +21623,9 @@
|
|
|
21226
21623
|
},
|
|
21227
21624
|
"rightsAndInformalArrangements": {
|
|
21228
21625
|
"ntsRef": "C2.2",
|
|
21229
|
-
"
|
|
21626
|
+
"nts2Ref": "C2.2",
|
|
21230
21627
|
"ntslRef": "C2.2",
|
|
21628
|
+
"ntsl2Ref": "C2.2",
|
|
21231
21629
|
"baspi4Ref": "A10",
|
|
21232
21630
|
"baspi5Ref": "A10",
|
|
21233
21631
|
"ta6Ref": "8",
|
|
@@ -21246,8 +21644,9 @@
|
|
|
21246
21644
|
"rightsOrArrangements"
|
|
21247
21645
|
],
|
|
21248
21646
|
"ntsRequired": ["rightsOrArrangements"],
|
|
21249
|
-
"
|
|
21647
|
+
"nts2Required": ["rightsOrArrangements"],
|
|
21250
21648
|
"ntslRequired": ["rightsOrArrangements"],
|
|
21649
|
+
"ntsl2Required": ["rightsOrArrangements"],
|
|
21251
21650
|
"ta6Required": [
|
|
21252
21651
|
"sharedContributions",
|
|
21253
21652
|
"neighbouringLandRights",
|
|
@@ -21426,16 +21825,18 @@
|
|
|
21426
21825
|
},
|
|
21427
21826
|
"rightsOrArrangements": {
|
|
21428
21827
|
"ntsRef": "C2.2.1",
|
|
21429
|
-
"
|
|
21828
|
+
"nts2Ref": "C2.2.1",
|
|
21430
21829
|
"ntslRef": "C2.2.1",
|
|
21830
|
+
"ntsl2Ref": "C2.2.1",
|
|
21431
21831
|
"baspi4Ref": "A10.4",
|
|
21432
21832
|
"baspi5Ref": "A10.4",
|
|
21433
21833
|
"ta6Ref": "8.4",
|
|
21434
21834
|
"title": "Do you know if any of the following rights or arrangements affect the property?",
|
|
21435
21835
|
"type": "object",
|
|
21436
21836
|
"ntsRequired": ["publicRightOfWay"],
|
|
21437
|
-
"
|
|
21837
|
+
"nts2Required": ["publicRightOfWay"],
|
|
21438
21838
|
"ntslRequired": ["publicRightOfWay"],
|
|
21839
|
+
"ntsl2Required": ["publicRightOfWay"],
|
|
21439
21840
|
"baspi4Required": [
|
|
21440
21841
|
"publicRightOfWay",
|
|
21441
21842
|
"rightsOfLight",
|
|
@@ -21468,8 +21869,9 @@
|
|
|
21468
21869
|
"properties": {
|
|
21469
21870
|
"publicRightOfWay": {
|
|
21470
21871
|
"ntsRef": "C2.2.1",
|
|
21471
|
-
"
|
|
21872
|
+
"nts2Ref": "C2.2.1",
|
|
21472
21873
|
"ntslRef": "C2.2.1",
|
|
21874
|
+
"ntsl2Ref": "C2.2.1",
|
|
21473
21875
|
"baspi4Ref": "A10.4.1",
|
|
21474
21876
|
"baspi5Ref": "A10.4.1",
|
|
21475
21877
|
"rdsRef": "Tenure/Rights,Tenure/Restrictions,Tenure/Responsibilities,Tenure/CadastralMapOfParcels",
|
|
@@ -21481,8 +21883,9 @@
|
|
|
21481
21883
|
"properties": {
|
|
21482
21884
|
"yesNo": {
|
|
21483
21885
|
"ntsRef": "C2.2.1.1",
|
|
21484
|
-
"
|
|
21886
|
+
"nts2Ref": "C2.2.1.1",
|
|
21485
21887
|
"ntslRef": "C2.2.1.1",
|
|
21888
|
+
"ntsl2Ref": "C2.2.1.1",
|
|
21486
21889
|
"baspi4Ref": "A10.4.1.1",
|
|
21487
21890
|
"baspi5Ref": "A10.4.1.1",
|
|
21488
21891
|
"ta6Ref": "8.6.1",
|
|
@@ -21495,8 +21898,9 @@
|
|
|
21495
21898
|
"baspi4Required": ["yesNo"],
|
|
21496
21899
|
"baspi5Required": ["yesNo"],
|
|
21497
21900
|
"ntsRequired": ["yesNo"],
|
|
21498
|
-
"
|
|
21901
|
+
"nts2Required": ["yesNo"],
|
|
21499
21902
|
"ntslRequired": ["yesNo"],
|
|
21903
|
+
"ntsl2Required": ["yesNo"],
|
|
21500
21904
|
"ta6Required": ["yesNo"],
|
|
21501
21905
|
"discriminator": {
|
|
21502
21906
|
"propertyName": "yesNo"
|
|
@@ -21516,8 +21920,9 @@
|
|
|
21516
21920
|
},
|
|
21517
21921
|
"details": {
|
|
21518
21922
|
"ntsRef": "C2.2.1.2",
|
|
21519
|
-
"
|
|
21923
|
+
"nts2Ref": "C2.2.1.2",
|
|
21520
21924
|
"ntslRef": "C2.2.1.2",
|
|
21925
|
+
"ntsl2Ref": "C2.2.1.2",
|
|
21521
21926
|
"baspi4Ref": "A10.4.1.2",
|
|
21522
21927
|
"baspi5Ref": "A10.4.1.2",
|
|
21523
21928
|
"ta6Ref": "8.6.2",
|
|
@@ -21538,8 +21943,9 @@
|
|
|
21538
21943
|
"baspi5Required": ["details", "attachments"],
|
|
21539
21944
|
"ta6Required": ["details"],
|
|
21540
21945
|
"ntsRequired": ["details"],
|
|
21541
|
-
"
|
|
21542
|
-
"ntslRequired": ["details"]
|
|
21946
|
+
"nts2Required": ["details"],
|
|
21947
|
+
"ntslRequired": ["details"],
|
|
21948
|
+
"ntsl2Required": ["details"]
|
|
21543
21949
|
}
|
|
21544
21950
|
]
|
|
21545
21951
|
},
|
|
@@ -21910,8 +22316,9 @@
|
|
|
21910
22316
|
},
|
|
21911
22317
|
"environmentalIssues": {
|
|
21912
22318
|
"ntsRef": "C3.1",
|
|
21913
|
-
"
|
|
22319
|
+
"nts2Ref": "C3.1",
|
|
21914
22320
|
"ntslRef": "C3.1",
|
|
22321
|
+
"ntsl2Ref": "C3.1",
|
|
21915
22322
|
"baspi4Ref": "A11.1",
|
|
21916
22323
|
"baspi5Ref": "A11.1",
|
|
21917
22324
|
"ta6Ref": "7",
|
|
@@ -21931,7 +22338,7 @@
|
|
|
21931
22338
|
"nonCoalMining",
|
|
21932
22339
|
"coastalErosion"
|
|
21933
22340
|
],
|
|
21934
|
-
"
|
|
22341
|
+
"nts2Required": [
|
|
21935
22342
|
"flooding",
|
|
21936
22343
|
"coalMining",
|
|
21937
22344
|
"nonCoalMining",
|
|
@@ -21943,12 +22350,19 @@
|
|
|
21943
22350
|
"nonCoalMining",
|
|
21944
22351
|
"coastalErosion"
|
|
21945
22352
|
],
|
|
22353
|
+
"ntsl2Required": [
|
|
22354
|
+
"flooding",
|
|
22355
|
+
"coalMining",
|
|
22356
|
+
"nonCoalMining",
|
|
22357
|
+
"coastalErosion"
|
|
22358
|
+
],
|
|
21946
22359
|
"ta6Required": ["flooding", "radon"],
|
|
21947
22360
|
"properties": {
|
|
21948
22361
|
"flooding": {
|
|
21949
22362
|
"ntsRef": "C3.1.1",
|
|
21950
|
-
"
|
|
22363
|
+
"nts2Ref": "C3.1.1",
|
|
21951
22364
|
"ntslRef": "C3.1.1",
|
|
22365
|
+
"ntsl2Ref": "C3.1.1",
|
|
21952
22366
|
"baspi4Ref": "A11.1.1",
|
|
21953
22367
|
"baspi5Ref": "A11.1.1",
|
|
21954
22368
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
@@ -21958,28 +22372,40 @@
|
|
|
21958
22372
|
"baspi4Required": ["historicalFlooding"],
|
|
21959
22373
|
"baspi5Required": ["historicalFlooding"],
|
|
21960
22374
|
"ntsRequired": ["floodRisk", "historicalFlooding"],
|
|
21961
|
-
"
|
|
22375
|
+
"nts2Required": [
|
|
22376
|
+
"floodRisk",
|
|
22377
|
+
"historicalFlooding",
|
|
22378
|
+
"floodDefences"
|
|
22379
|
+
],
|
|
21962
22380
|
"ntslRequired": ["floodRisk", "historicalFlooding"],
|
|
22381
|
+
"ntsl2Required": [
|
|
22382
|
+
"floodRisk",
|
|
22383
|
+
"historicalFlooding",
|
|
22384
|
+
"floodDefences"
|
|
22385
|
+
],
|
|
21963
22386
|
"ta6Required": ["historicalFlooding"],
|
|
21964
22387
|
"properties": {
|
|
21965
22388
|
"floodRisk": {
|
|
21966
22389
|
"ntsRef": "C3.1.1.1",
|
|
21967
|
-
"
|
|
22390
|
+
"nts2Ref": "C3.1.1.1",
|
|
21968
22391
|
"ntslRef": "C3.1.1.1",
|
|
22392
|
+
"ntsl2Ref": "C3.1.1.1",
|
|
21969
22393
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
21970
22394
|
"piqRef": "A11.1.1",
|
|
21971
22395
|
"title": "Flood Risk",
|
|
21972
22396
|
"type": "object",
|
|
21973
22397
|
"ntsRequired": ["riskIndicator"],
|
|
21974
|
-
"
|
|
22398
|
+
"nts2Required": ["riskIndicator"],
|
|
21975
22399
|
"ntslRequired": ["riskIndicator"],
|
|
22400
|
+
"ntsl2Required": ["riskIndicator"],
|
|
21976
22401
|
"baspi4Required": ["riskIndicator"],
|
|
21977
22402
|
"baspi5Required": ["riskIndicator"],
|
|
21978
22403
|
"properties": {
|
|
21979
22404
|
"riskIndicator": {
|
|
21980
22405
|
"ntsRef": "C3.1.1.1",
|
|
21981
|
-
"
|
|
22406
|
+
"nts2Ref": "C3.1.1.1",
|
|
21982
22407
|
"ntslRef": "C3.1.1.1",
|
|
22408
|
+
"ntsl2Ref": "C3.1.1.1",
|
|
21983
22409
|
"type": "string",
|
|
21984
22410
|
"title": "Is the property impacted?",
|
|
21985
22411
|
"ntsTitle": "To your knowledge, is the property at risk of flooding of any type?",
|
|
@@ -22017,8 +22443,9 @@
|
|
|
22017
22443
|
},
|
|
22018
22444
|
"summary": {
|
|
22019
22445
|
"ntsRef": "C3.1.1.2",
|
|
22020
|
-
"
|
|
22446
|
+
"nts2Ref": "C3.1.1.2",
|
|
22021
22447
|
"ntslRef": "C3.1.1.2",
|
|
22448
|
+
"ntsl2Ref": "C3.1.1.2",
|
|
22022
22449
|
"type": "string",
|
|
22023
22450
|
"title": "Summary of risk",
|
|
22024
22451
|
"ntsTitle:": "Please provide details",
|
|
@@ -22080,15 +22507,17 @@
|
|
|
22080
22507
|
}
|
|
22081
22508
|
},
|
|
22082
22509
|
"ntsRequired": ["summary"],
|
|
22083
|
-
"
|
|
22084
|
-
"ntslRequired": ["summary"]
|
|
22510
|
+
"nts2Required": ["summary"],
|
|
22511
|
+
"ntslRequired": ["summary"],
|
|
22512
|
+
"ntsl2Required": ["summary"]
|
|
22085
22513
|
}
|
|
22086
22514
|
]
|
|
22087
22515
|
},
|
|
22088
22516
|
"historicalFlooding": {
|
|
22089
22517
|
"ntsRef": "C3.1.1.2",
|
|
22090
|
-
"
|
|
22518
|
+
"nts2Ref": "C3.1.1.2",
|
|
22091
22519
|
"ntslRef": "C3.1.1.2",
|
|
22520
|
+
"ntsl2Ref": "C3.1.1.2",
|
|
22092
22521
|
"baspi4Ref": "A11.1.2",
|
|
22093
22522
|
"baspi5Ref": "A11.1.2",
|
|
22094
22523
|
"ta6Ref": "7.1",
|
|
@@ -22097,14 +22526,16 @@
|
|
|
22097
22526
|
"baspi4Required": ["hasBeenFlooded"],
|
|
22098
22527
|
"baspi5Required": ["hasBeenFlooded"],
|
|
22099
22528
|
"ntsRequired": ["hasBeenFlooded"],
|
|
22100
|
-
"
|
|
22529
|
+
"nts2Required": ["hasBeenFlooded"],
|
|
22101
22530
|
"ntslRequired": ["hasBeenFlooded"],
|
|
22531
|
+
"ntsl2Required": ["hasBeenFlooded"],
|
|
22102
22532
|
"ta6Required": ["hasBeenFlooded"],
|
|
22103
22533
|
"properties": {
|
|
22104
22534
|
"hasBeenFlooded": {
|
|
22105
22535
|
"ntsRef": "C3.1.1.2.1",
|
|
22106
|
-
"
|
|
22536
|
+
"nts2Ref": "C3.1.1.2.1",
|
|
22107
22537
|
"ntslRef": "C3.1.1.2.1",
|
|
22538
|
+
"ntsl2Ref": "C3.1.1.2.1",
|
|
22108
22539
|
"baspi4Ref": "A11.1.2.1",
|
|
22109
22540
|
"baspi5Ref": "A11.1.2.1",
|
|
22110
22541
|
"ta6Ref": "7.1.1",
|
|
@@ -22131,8 +22562,9 @@
|
|
|
22131
22562
|
},
|
|
22132
22563
|
"typeOfFlooding": {
|
|
22133
22564
|
"ntsRef": "C3.1.1.3",
|
|
22134
|
-
"
|
|
22565
|
+
"nts2Ref": "C3.1.1.3",
|
|
22135
22566
|
"ntslRef": "C3.1.1.3",
|
|
22567
|
+
"ntsl2Ref": "C3.1.1.3",
|
|
22136
22568
|
"baspi4Ref": "A11.1.2.2",
|
|
22137
22569
|
"baspi5Ref": "A11.1.2.2",
|
|
22138
22570
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
@@ -22153,8 +22585,9 @@
|
|
|
22153
22585
|
},
|
|
22154
22586
|
"details": {
|
|
22155
22587
|
"ntsRef": "C3.1.1.4",
|
|
22156
|
-
"
|
|
22588
|
+
"nts2Ref": "C3.1.1.4",
|
|
22157
22589
|
"ntslRef": "C3.1.1.4",
|
|
22590
|
+
"ntsl2Ref": "C3.1.1.4",
|
|
22158
22591
|
"baspi4Ref": "A11.1.2.1",
|
|
22159
22592
|
"baspi5Ref": "A11.1.2.1",
|
|
22160
22593
|
"ta6Ref": "7.1.2",
|
|
@@ -22166,11 +22599,57 @@
|
|
|
22166
22599
|
"baspi4Required": ["typeOfFlooding", "details"],
|
|
22167
22600
|
"baspi5Required": ["typeOfFlooding", "details"],
|
|
22168
22601
|
"ntsRequired": ["typeOfFlooding", "details"],
|
|
22169
|
-
"
|
|
22602
|
+
"nts2Required": ["typeOfFlooding", "details"],
|
|
22170
22603
|
"ntslRequired": ["typeOfFlooding", "details"],
|
|
22604
|
+
"ntsl2Required": ["typeOfFlooding", "details"],
|
|
22171
22605
|
"ta6Required": ["typeOfFlooding", "details"]
|
|
22172
22606
|
}
|
|
22173
22607
|
]
|
|
22608
|
+
},
|
|
22609
|
+
"floodDefences": {
|
|
22610
|
+
"nts2Ref": "C3.1.1.2",
|
|
22611
|
+
"ntsl2Ref": "C3.1.1.2",
|
|
22612
|
+
"title": "Flood defences",
|
|
22613
|
+
"type": "object",
|
|
22614
|
+
"nts2Required": ["hasFloodDefences"],
|
|
22615
|
+
"ntsl2Required": ["hasFloodDefences"],
|
|
22616
|
+
"properties": {
|
|
22617
|
+
"hasFloodDefences": {
|
|
22618
|
+
"nts2Ref": "C3.1.1.2.1",
|
|
22619
|
+
"ntsl2Ref": "C3.1.1.2.1",
|
|
22620
|
+
"title": "Are there any defences to prevent flooding installed at the property?",
|
|
22621
|
+
"type": "string",
|
|
22622
|
+
"enum": ["Yes", "No"]
|
|
22623
|
+
}
|
|
22624
|
+
},
|
|
22625
|
+
"discriminator": {
|
|
22626
|
+
"propertyName": "hasFloodDefences"
|
|
22627
|
+
},
|
|
22628
|
+
"oneOf": [
|
|
22629
|
+
{
|
|
22630
|
+
"properties": {
|
|
22631
|
+
"hasFloodDefences": {
|
|
22632
|
+
"enum": ["No"]
|
|
22633
|
+
}
|
|
22634
|
+
}
|
|
22635
|
+
},
|
|
22636
|
+
{
|
|
22637
|
+
"properties": {
|
|
22638
|
+
"hasFloodDefences": {
|
|
22639
|
+
"enum": ["Yes"]
|
|
22640
|
+
},
|
|
22641
|
+
"details": {
|
|
22642
|
+
"nts2Ref": "C3.1.1.4",
|
|
22643
|
+
"ntsl2Ref": "C3.1.1.4",
|
|
22644
|
+
"title": "Please provide details",
|
|
22645
|
+
"type": "string",
|
|
22646
|
+
"minLength": 1
|
|
22647
|
+
}
|
|
22648
|
+
},
|
|
22649
|
+
"nts2Required": ["details"],
|
|
22650
|
+
"ntsl2Required": ["details"]
|
|
22651
|
+
}
|
|
22652
|
+
]
|
|
22174
22653
|
}
|
|
22175
22654
|
}
|
|
22176
22655
|
},
|
|
@@ -22967,18 +23446,21 @@
|
|
|
22967
23446
|
"coalMining": {
|
|
22968
23447
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
22969
23448
|
"ntsRef": "C6.1",
|
|
22970
|
-
"
|
|
23449
|
+
"nts2Ref": "C6.1",
|
|
22971
23450
|
"ntslRef": "C6.1",
|
|
23451
|
+
"ntsl2Ref": "C6.1",
|
|
22972
23452
|
"title": "Coal mining",
|
|
22973
23453
|
"type": "object",
|
|
22974
23454
|
"ntsRequired": ["riskIndicator"],
|
|
22975
|
-
"
|
|
23455
|
+
"nts2Required": ["riskIndicator"],
|
|
22976
23456
|
"ntslRequired": ["riskIndicator"],
|
|
23457
|
+
"ntsl2Required": ["riskIndicator"],
|
|
22977
23458
|
"properties": {
|
|
22978
23459
|
"riskIndicator": {
|
|
22979
23460
|
"ntsRef": "C6.1.1",
|
|
22980
|
-
"
|
|
23461
|
+
"nts2Ref": "C6.1.1",
|
|
22981
23462
|
"ntslRef": "C6.1.1",
|
|
23463
|
+
"ntsl2Ref": "C6.1.1",
|
|
22982
23464
|
"type": "string",
|
|
22983
23465
|
"title": "Is the property impacted?",
|
|
22984
23466
|
"ntsTitle": "To your knowledge, is the property impacted by coal mining?",
|
|
@@ -23014,12 +23496,13 @@
|
|
|
23014
23496
|
},
|
|
23015
23497
|
"summary": {
|
|
23016
23498
|
"ntsRef": "C6.1.1",
|
|
23017
|
-
"
|
|
23499
|
+
"nts2Ref": "C6.1.1",
|
|
23018
23500
|
"ntslRef": "C6.1.1",
|
|
23501
|
+
"ntsl2Ref": "C6.1.1",
|
|
23019
23502
|
"type": "string",
|
|
23020
23503
|
"title": "Summary of risk",
|
|
23021
23504
|
"ntsTitle": "Please provide details",
|
|
23022
|
-
"
|
|
23505
|
+
"nts2Title": "Please provide details",
|
|
23023
23506
|
"minLength": 1
|
|
23024
23507
|
},
|
|
23025
23508
|
"recommendations": {
|
|
@@ -23083,18 +23566,21 @@
|
|
|
23083
23566
|
"nonCoalMining": {
|
|
23084
23567
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
23085
23568
|
"ntsRef": "C6.2",
|
|
23086
|
-
"
|
|
23569
|
+
"nts2Ref": "C6.2",
|
|
23087
23570
|
"ntslRef": "C6.2",
|
|
23571
|
+
"ntsl2Ref": "C6.2",
|
|
23088
23572
|
"title": "Non-coal mining",
|
|
23089
23573
|
"type": "object",
|
|
23090
23574
|
"ntsRequired": ["riskIndicator"],
|
|
23091
|
-
"
|
|
23575
|
+
"nts2Required": ["riskIndicator"],
|
|
23092
23576
|
"ntslRequired": ["riskIndicator"],
|
|
23577
|
+
"ntsl2Required": ["riskIndicator"],
|
|
23093
23578
|
"properties": {
|
|
23094
23579
|
"riskIndicator": {
|
|
23095
23580
|
"ntsRef": "C6.2.1",
|
|
23096
|
-
"
|
|
23581
|
+
"nts2Ref": "C6.2.1",
|
|
23097
23582
|
"ntslRef": "C6.2.1",
|
|
23583
|
+
"ntsl2Ref": "C6.2.1",
|
|
23098
23584
|
"type": "string",
|
|
23099
23585
|
"title": "Is the property impacted?",
|
|
23100
23586
|
"ntsTitle": "To your knowledge, is the property impacted by types of mining other than coal?",
|
|
@@ -23130,8 +23616,9 @@
|
|
|
23130
23616
|
},
|
|
23131
23617
|
"summary": {
|
|
23132
23618
|
"ntsRef": "C6.2.2",
|
|
23133
|
-
"
|
|
23619
|
+
"nts2Ref": "C6.2.2",
|
|
23134
23620
|
"ntslRef": "C6.2.2",
|
|
23621
|
+
"ntsl2Ref": "C6.2.2",
|
|
23135
23622
|
"type": "string",
|
|
23136
23623
|
"title": "Summary of risk",
|
|
23137
23624
|
"ntsTitle:": "Please provide details",
|
|
@@ -23193,29 +23680,33 @@
|
|
|
23193
23680
|
}
|
|
23194
23681
|
},
|
|
23195
23682
|
"ntsRequired": ["summary"],
|
|
23196
|
-
"
|
|
23197
|
-
"ntslRequired": ["summary"]
|
|
23683
|
+
"nts2Required": ["summary"],
|
|
23684
|
+
"ntslRequired": ["summary"],
|
|
23685
|
+
"ntsl2Required": ["summary"]
|
|
23198
23686
|
}
|
|
23199
23687
|
]
|
|
23200
23688
|
},
|
|
23201
23689
|
"coastalErosion": {
|
|
23202
23690
|
"ntsRef": "C3.2",
|
|
23203
|
-
"
|
|
23691
|
+
"nts2Ref": "C3.2",
|
|
23204
23692
|
"ntslRef": "C3.2",
|
|
23693
|
+
"ntsl2Ref": "C3.2",
|
|
23205
23694
|
"baspi5Ref": "A11.1.2",
|
|
23206
23695
|
"rdsRef": "Sustainability/Environmental|Natural|Situational",
|
|
23207
23696
|
"title": "Coastal erosion",
|
|
23208
23697
|
"type": "object",
|
|
23209
23698
|
"ntsRequired": ["riskIndicator"],
|
|
23210
|
-
"
|
|
23699
|
+
"nts2Required": ["riskIndicator"],
|
|
23211
23700
|
"ntslRequired": ["riskIndicator"],
|
|
23701
|
+
"ntsl2Required": ["riskIndicator"],
|
|
23212
23702
|
"properties": {
|
|
23213
23703
|
"riskIndicator": {
|
|
23214
23704
|
"ntsRef": "C3.2.1",
|
|
23215
|
-
"
|
|
23705
|
+
"nts2Ref": "C3.2.1",
|
|
23216
23706
|
"ntslRef": "C3.2.1",
|
|
23707
|
+
"ntsl2Ref": "C3.2.1",
|
|
23217
23708
|
"type": "string",
|
|
23218
|
-
"title": "Is the property impacted?",
|
|
23709
|
+
"title": "Is the property impacted by coastal erosion?",
|
|
23219
23710
|
"ntsTitle": "To your knowledge, is the property impacted by coastal erosion?",
|
|
23220
23711
|
"enum": ["Yes", "No"]
|
|
23221
23712
|
}
|
|
@@ -23249,8 +23740,9 @@
|
|
|
23249
23740
|
},
|
|
23250
23741
|
"summary": {
|
|
23251
23742
|
"ntsRef": "C3.2.2",
|
|
23252
|
-
"
|
|
23743
|
+
"nts2Ref": "C3.2.2",
|
|
23253
23744
|
"ntslRef": "C3.2.2",
|
|
23745
|
+
"ntsl2Ref": "C3.2.2",
|
|
23254
23746
|
"type": "string",
|
|
23255
23747
|
"title": "Summary of risk",
|
|
23256
23748
|
"ntsTitle:": "Please provide details",
|
|
@@ -23312,8 +23804,9 @@
|
|
|
23312
23804
|
}
|
|
23313
23805
|
},
|
|
23314
23806
|
"ntsRequired": ["summary"],
|
|
23315
|
-
"
|
|
23316
|
-
"ntslRequired": ["summary"]
|
|
23807
|
+
"nts2Required": ["summary"],
|
|
23808
|
+
"ntslRequired": ["summary"],
|
|
23809
|
+
"ntsl2Required": ["summary"]
|
|
23317
23810
|
}
|
|
23318
23811
|
]
|
|
23319
23812
|
},
|
|
@@ -25997,6 +26490,7 @@
|
|
|
25997
26490
|
"baspi4Ref": "B7",
|
|
25998
26491
|
"baspi5Ref": "B7",
|
|
25999
26492
|
"ta6Ref": "14",
|
|
26493
|
+
"nts2Ref": "A1.5.7",
|
|
26000
26494
|
"title": "Completion and Moving",
|
|
26001
26495
|
"type": "object",
|
|
26002
26496
|
"baspi4Required": [
|
|
@@ -26019,6 +26513,7 @@
|
|
|
26019
26513
|
"moveRestrictionDates",
|
|
26020
26514
|
"sufficientToRepayAllMortgages"
|
|
26021
26515
|
],
|
|
26516
|
+
"nts2Required": ["otherPropertyInChain"],
|
|
26022
26517
|
"properties": {
|
|
26023
26518
|
"sellerWillEnsure": {
|
|
26024
26519
|
"baspi4Ref": "B7.1",
|
|
@@ -26074,7 +26569,10 @@
|
|
|
26074
26569
|
"rdsRef": "RightsHolders/Flags",
|
|
26075
26570
|
"ta6Ref": "14.1",
|
|
26076
26571
|
"piqRef": "B9.1",
|
|
26572
|
+
"nts2Ref": "A1.5.7.1",
|
|
26077
26573
|
"title": "Will you need the purchase, sale or remortgage of another property to co-ordinate with the sale of this property?",
|
|
26574
|
+
"ta6Title": "Is this sale dependent on the seller completing the purchase of another property on the same day?",
|
|
26575
|
+
"nts2Title": "Is this sale dependent on completion of the purchase of another property on the same day?",
|
|
26078
26576
|
"type": "object",
|
|
26079
26577
|
"properties": {
|
|
26080
26578
|
"yesNo": {
|
|
@@ -26082,6 +26580,7 @@
|
|
|
26082
26580
|
"baspi5Ref": "B7.2.1",
|
|
26083
26581
|
"ta6Ref": "14.1.1",
|
|
26084
26582
|
"piqRef": "B9.1.1",
|
|
26583
|
+
"nts2Ref": "A1.5.7.1.1",
|
|
26085
26584
|
"type": "string",
|
|
26086
26585
|
"title": "",
|
|
26087
26586
|
"enum": ["Yes", "No"]
|
|
@@ -26090,6 +26589,7 @@
|
|
|
26090
26589
|
"baspi4Required": ["yesNo"],
|
|
26091
26590
|
"baspi5Required": ["yesNo"],
|
|
26092
26591
|
"ta6Required": ["yesNo"],
|
|
26592
|
+
"nts2Required": ["yesNo"],
|
|
26093
26593
|
"discriminator": {
|
|
26094
26594
|
"propertyName": "yesNo"
|
|
26095
26595
|
},
|
|
@@ -39409,6 +39909,165 @@
|
|
|
39409
39909
|
}
|
|
39410
39910
|
}
|
|
39411
39911
|
}
|
|
39912
|
+
},
|
|
39913
|
+
"chain": {
|
|
39914
|
+
"title": "Data Containing the Related Chain",
|
|
39915
|
+
"description": "the data through which the chain for this tranasaction can be built.",
|
|
39916
|
+
"type": "object",
|
|
39917
|
+
"properties": {
|
|
39918
|
+
"onwardPurchase": {
|
|
39919
|
+
"type": "array",
|
|
39920
|
+
"minItems": 1,
|
|
39921
|
+
"items": {
|
|
39922
|
+
"type": "object",
|
|
39923
|
+
"title": "onwards Purchases",
|
|
39924
|
+
"properties": {
|
|
39925
|
+
"transactionId": {
|
|
39926
|
+
"title": "UUID for the onward transaction",
|
|
39927
|
+
"type": "string"
|
|
39928
|
+
},
|
|
39929
|
+
"externalIds": {
|
|
39930
|
+
"type": "object"
|
|
39931
|
+
},
|
|
39932
|
+
"address": {
|
|
39933
|
+
"title": "Address",
|
|
39934
|
+
"type": "object",
|
|
39935
|
+
"properties": {
|
|
39936
|
+
"buildingNumber": {
|
|
39937
|
+
"title": "Building number",
|
|
39938
|
+
"type": "string",
|
|
39939
|
+
"minLength": 1
|
|
39940
|
+
},
|
|
39941
|
+
"buildingName": {
|
|
39942
|
+
"title": "Building name",
|
|
39943
|
+
"type": "string"
|
|
39944
|
+
},
|
|
39945
|
+
"subBuilding": {
|
|
39946
|
+
"title": "Sub building name",
|
|
39947
|
+
"type": "string"
|
|
39948
|
+
},
|
|
39949
|
+
"street": {
|
|
39950
|
+
"title": "Street",
|
|
39951
|
+
"type": "string",
|
|
39952
|
+
"minLength": 1
|
|
39953
|
+
},
|
|
39954
|
+
"line1": {
|
|
39955
|
+
"title": "Address 1",
|
|
39956
|
+
"type": "string",
|
|
39957
|
+
"minLength": 1
|
|
39958
|
+
},
|
|
39959
|
+
"line2": {
|
|
39960
|
+
"title": "Address 2",
|
|
39961
|
+
"type": "string"
|
|
39962
|
+
},
|
|
39963
|
+
"line 3": {
|
|
39964
|
+
"title": "Address 3",
|
|
39965
|
+
"type": "string"
|
|
39966
|
+
},
|
|
39967
|
+
"town": {
|
|
39968
|
+
"title": "Town",
|
|
39969
|
+
"type": "string"
|
|
39970
|
+
},
|
|
39971
|
+
"postcode": {
|
|
39972
|
+
"title": "Postcode",
|
|
39973
|
+
"type": "string",
|
|
39974
|
+
"minLength": 1
|
|
39975
|
+
},
|
|
39976
|
+
"homeNation": {
|
|
39977
|
+
"title": "Home nation",
|
|
39978
|
+
"type": "string",
|
|
39979
|
+
"enum": ["England", "Wales", "Scotland", "Northern Ireland"]
|
|
39980
|
+
}
|
|
39981
|
+
}
|
|
39982
|
+
},
|
|
39983
|
+
"uprn": {
|
|
39984
|
+
"title": "Unique Property Reference Number",
|
|
39985
|
+
"type": "integer"
|
|
39986
|
+
},
|
|
39987
|
+
"sellingAgent": {
|
|
39988
|
+
"title": "Estate Agent selling the property",
|
|
39989
|
+
"type": "string"
|
|
39990
|
+
}
|
|
39991
|
+
}
|
|
39992
|
+
}
|
|
39993
|
+
}
|
|
39994
|
+
},
|
|
39995
|
+
"buyersSale": {
|
|
39996
|
+
"type": "array",
|
|
39997
|
+
"minItems": 1,
|
|
39998
|
+
"items": {
|
|
39999
|
+
"type": "object",
|
|
40000
|
+
"title": "the properties the buyer/buyers are selling to finance the purchase",
|
|
40001
|
+
"properties": {
|
|
40002
|
+
"transactionId": {
|
|
40003
|
+
"title": "UUID for the onward transaction",
|
|
40004
|
+
"type": "string"
|
|
40005
|
+
},
|
|
40006
|
+
"externalIds": {
|
|
40007
|
+
"type": "object"
|
|
40008
|
+
},
|
|
40009
|
+
"address": {
|
|
40010
|
+
"title": "Address",
|
|
40011
|
+
"type": "object",
|
|
40012
|
+
"properties": {
|
|
40013
|
+
"buildingNumber": {
|
|
40014
|
+
"title": "Building number",
|
|
40015
|
+
"type": "string",
|
|
40016
|
+
"minLength": 1
|
|
40017
|
+
},
|
|
40018
|
+
"buildingName": {
|
|
40019
|
+
"title": "Building name",
|
|
40020
|
+
"type": "string"
|
|
40021
|
+
},
|
|
40022
|
+
"subBuilding": {
|
|
40023
|
+
"title": "Sub building name",
|
|
40024
|
+
"type": "string"
|
|
40025
|
+
},
|
|
40026
|
+
"street": {
|
|
40027
|
+
"title": "Street",
|
|
40028
|
+
"type": "string",
|
|
40029
|
+
"minLength": 1
|
|
40030
|
+
},
|
|
40031
|
+
"line1": {
|
|
40032
|
+
"title": "Address 1",
|
|
40033
|
+
"type": "string",
|
|
40034
|
+
"minLength": 1
|
|
40035
|
+
},
|
|
40036
|
+
"line2": {
|
|
40037
|
+
"title": "Address 2",
|
|
40038
|
+
"type": "string"
|
|
40039
|
+
},
|
|
40040
|
+
"line 3": {
|
|
40041
|
+
"title": "Address 3",
|
|
40042
|
+
"type": "string"
|
|
40043
|
+
},
|
|
40044
|
+
"town": {
|
|
40045
|
+
"title": "Town",
|
|
40046
|
+
"type": "string"
|
|
40047
|
+
},
|
|
40048
|
+
"postcode": {
|
|
40049
|
+
"title": "Postcode",
|
|
40050
|
+
"type": "string",
|
|
40051
|
+
"minLength": 1
|
|
40052
|
+
},
|
|
40053
|
+
"homeNation": {
|
|
40054
|
+
"title": "Home nation",
|
|
40055
|
+
"type": "string",
|
|
40056
|
+
"enum": ["England", "Wales", "Scotland", "Northern Ireland"]
|
|
40057
|
+
}
|
|
40058
|
+
}
|
|
40059
|
+
},
|
|
40060
|
+
"uprn": {
|
|
40061
|
+
"title": "Unique Property Reference Number",
|
|
40062
|
+
"type": "integer"
|
|
40063
|
+
},
|
|
40064
|
+
"sellingAgent": {
|
|
40065
|
+
"title": "Estate Agent selling the property",
|
|
40066
|
+
"type": "string"
|
|
40067
|
+
}
|
|
40068
|
+
}
|
|
40069
|
+
}
|
|
40070
|
+
}
|
|
39412
40071
|
}
|
|
39413
40072
|
}
|
|
39414
40073
|
}
|