@pdtf/schemas 3.0.0-19 → 3.0.0-20

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.
@@ -156,7 +156,8 @@
156
156
  "specialistIssues",
157
157
  "fixturesAndFittings",
158
158
  "waterAndDrainage",
159
- "connectedUtilities",
159
+ "electricity",
160
+ "connectivity",
160
161
  "heating",
161
162
  "insurance",
162
163
  "boundaries",
@@ -176,7 +177,7 @@
176
177
  "notices",
177
178
  "specialistIssues",
178
179
  "waterAndDrainage",
179
- "connectedUtilities",
180
+ "electricity",
180
181
  "heating",
181
182
  "insurance",
182
183
  "rightsAndInformalArrangements",
@@ -189,7 +190,8 @@
189
190
  "energyEfficiency",
190
191
  "buildInformation",
191
192
  "typeOfConstruction",
192
- "connectedUtilities",
193
+ "electricity",
194
+ "connectivity",
193
195
  "waterAndDrainage",
194
196
  "heating",
195
197
  "parking",
@@ -8002,7 +8004,8 @@
8002
8004
  "piqRef": "A1.6.1.1",
8003
8005
  "type": "string",
8004
8006
  "title": "",
8005
- "enum": ["Yes", "No", "Not known"]
8007
+ "enum": ["Yes", "No", "Not known"],
8008
+ "ntsEnum": ["Yes", "No"]
8006
8009
  }
8007
8010
  },
8008
8011
  "baspiRequired": ["yesNo"],
@@ -8062,7 +8065,8 @@
8062
8065
  "ta6Ref": "4.7b1",
8063
8066
  "type": "string",
8064
8067
  "title": "",
8065
- "enum": ["Yes", "No", "Not known"]
8068
+ "enum": ["Yes", "No", "Not known"],
8069
+ "ntsEnum": ["Yes", "No"]
8066
8070
  }
8067
8071
  },
8068
8072
  "baspiRequired": ["yesNo"],
@@ -8122,7 +8126,8 @@
8122
8126
  "piqRef": "A1.6.3.1",
8123
8127
  "type": "string",
8124
8128
  "title": "",
8125
- "enum": ["Yes", "No", "Not known"]
8129
+ "enum": ["Yes", "No", "Not known"],
8130
+ "ntsEnum": ["Yes", "No"]
8126
8131
  }
8127
8132
  },
8128
8133
  "baspiRequired": ["yesNo"],
@@ -17884,274 +17889,39 @@
17884
17889
  }
17885
17890
  }
17886
17891
  },
17887
- "connectedUtilities": {
17888
- "baspiRef": "A7",
17889
- "ntsRef": "B3",
17890
- "ta6Ref": "13",
17891
- "title": "Connected utilities",
17892
- "description": "Please indicate which utilities are are connected to the property.",
17892
+ "electricity": {
17893
+ "baspiRef": "A7.1.0.1",
17894
+ "ntsRef": "B3.1",
17895
+ "ta6Ref": "13.1",
17896
+ "rdsRef": "Services/Electricity",
17897
+ "piqRef": "A7.1.1",
17898
+ "title": "Electricity supply",
17893
17899
  "type": "object",
17894
- "baspiRequired": [
17895
- "electricity",
17896
- "mainsGas",
17897
- "lpg",
17898
- "oil",
17899
- "telephone",
17900
- "cableSatelliteTV",
17901
- "broadband",
17902
- "maintenanceAgreements"
17900
+ "ntsRequired": [
17901
+ "mainsElectricity",
17902
+ "solarPanels",
17903
+ "otherSources"
17903
17904
  ],
17904
- "ntsRequired": ["electricity", "broadband", "mobilePhone"],
17905
- "ta6Required": [
17906
- "electricity",
17907
- "mainsGas",
17908
- "telephone",
17909
- "cableSatelliteTV"
17905
+ "baspiRequired": [
17906
+ "mainsElectricity",
17907
+ "solarPanels",
17908
+ "otherSources"
17910
17909
  ],
17910
+ "ta6Required": ["mainsElectricity"],
17911
17911
  "properties": {
17912
- "electricity": {
17912
+ "mainsElectricity": {
17913
17913
  "baspiRef": "A7.1.0.1",
17914
17914
  "ntsRef": "B3.1",
17915
17915
  "ta6Ref": "13.1",
17916
17916
  "rdsRef": "Services/Electricity",
17917
17917
  "piqRef": "A7.1.1",
17918
- "title": "Electricity supply",
17919
- "type": "object",
17920
- "ntsRequired": [
17921
- "mainsElectricity",
17922
- "solarPanels",
17923
- "otherSources"
17924
- ],
17925
- "baspiRequired": [
17926
- "mainsElectricity",
17927
- "solarPanels",
17928
- "otherSources"
17929
- ],
17930
- "ta6Required": ["mainsElectricity"],
17931
- "properties": {
17932
- "mainsElectricity": {
17933
- "baspiRef": "A7.1.0.1",
17934
- "ntsRef": "B3.1",
17935
- "ta6Ref": "13.1",
17936
- "rdsRef": "Services/Electricity",
17937
- "piqRef": "A7.1.1",
17938
- "title": "Mains electricity",
17939
- "type": "object",
17940
- "properties": {
17941
- "yesNo": {
17942
- "ntsRef": "B3.1.1",
17943
- "baspiRef": "A7.1.0.1.1",
17944
- "ta6Ref": "13.1.1",
17945
- "type": "string",
17946
- "title": "",
17947
- "enum": ["Yes", "To be connected", "No"],
17948
- "ntsEnum": ["Yes", "No"]
17949
- }
17950
- },
17951
- "baspiRequired": ["yesNo"],
17952
- "ntsRequired": ["yesNo"],
17953
- "ta6Required": ["yesNo"],
17954
- "discriminator": {
17955
- "propertyName": "yesNo"
17956
- },
17957
- "oneOf": [
17958
- {
17959
- "properties": {
17960
- "yesNo": {
17961
- "enum": ["No"]
17962
- }
17963
- }
17964
- },
17965
- {
17966
- "properties": {
17967
- "yesNo": {
17968
- "enum": ["Yes"]
17969
- },
17970
- "supplier": {
17971
- "baspiRef": "A7.1.0.1.2",
17972
- "ta6Ref": "13.1.2",
17973
- "piqRef": "A7.1.2",
17974
- "title": "Supplier",
17975
- "type": "string"
17976
- },
17977
- "mpan": {
17978
- "title": "Meter Point Administration Number (MPAN)",
17979
- "description": "Your MPAN is on your electricity or dual fuel bill, usually in a box marked ‘Supply Number’. It’s 21 digits long and begins with ‘S’. You’ll only need the last 12 or 13 digits.",
17980
- "type": "integer"
17981
- }
17982
- },
17983
- "ta6Required": ["supplier"]
17984
- },
17985
- {
17986
- "properties": {
17987
- "yesNo": {
17988
- "enum": ["To be connected"]
17989
- },
17990
- "dateToBeConnected": {
17991
- "baspiRef": "A7.1.0.1.3",
17992
- "title": "Date to be connected",
17993
- "type": "string",
17994
- "format": "date"
17995
- },
17996
- "supplier": {
17997
- "baspiRef": "A7.1.0.1.2",
17998
- "ta6Ref": "13.1.2",
17999
- "piqRef": "A7.1.2",
18000
- "title": "Supplier",
18001
- "type": "string"
18002
- }
18003
- },
18004
- "baspiRequired": ["dateToBeConnected"]
18005
- }
18006
- ]
18007
- },
18008
- "solarPanels": {
18009
- "ntsRef": "B3.7",
18010
- "baspiRef": "A7.1.0.8",
18011
- "piqRef": "A7.1.17",
18012
- "title": "Solar or photovoltaic panels",
18013
- "type": "object",
18014
- "properties": {
18015
- "yesNo": {
18016
- "ntsRef": "B3.7.1",
18017
- "baspiRef": "A7.1.0.8.1",
18018
- "type": "string",
18019
- "title": "",
18020
- "enum": ["Yes", "To be connected", "No"],
18021
- "ntsEnum": ["Yes", "No"]
18022
- }
18023
- },
18024
- "baspiRequired": ["yesNo"],
18025
- "ntsRequired": ["yesNo"],
18026
- "discriminator": {
18027
- "propertyName": "yesNo"
18028
- },
18029
- "oneOf": [
18030
- {
18031
- "properties": {
18032
- "yesNo": {
18033
- "enum": ["No"]
18034
- }
18035
- }
18036
- },
18037
- {
18038
- "properties": {
18039
- "yesNo": {
18040
- "enum": ["Yes"]
18041
- },
18042
- "supplier": {
18043
- "baspiRef": "A7.1.0.8.2",
18044
- "title": "Supplier",
18045
- "type": "string"
18046
- }
18047
- }
18048
- },
18049
- {
18050
- "properties": {
18051
- "yesNo": {
18052
- "enum": ["To be connected"]
18053
- },
18054
- "dateToBeConnected": {
18055
- "baspiRef": "A7.1.0.8.3",
18056
- "title": "Date to be connected",
18057
- "type": "string",
18058
- "format": "date"
18059
- },
18060
- "supplier": {
18061
- "baspiRef": "A7.1.0.8.2",
18062
- "piqRef": "A7.1.18",
18063
- "title": "Supplier",
18064
- "type": "string"
18065
- }
18066
- },
18067
- "baspiRequired": ["dateToBeConnected"]
18068
- }
18069
- ]
18070
- },
18071
- "otherSources": {
18072
- "ntsRef": "B3.8",
18073
- "baspiRef": "A7.1.0.9",
18074
- "rdsRef": "Services/Other",
18075
- "piqRef": "A7.1.19",
18076
- "title": "Other sources",
18077
- "description": "Other sources include wind turbines, generators and other renewable technologies, for example ground source heat pumps. If you receive Renewable Heat Incentives please provide details and note that you will need to advise Ofgem when you complete the sale",
18078
- "type": "object",
18079
- "properties": {
18080
- "yesNo": {
18081
- "ntsRef": "B3.8.1",
18082
- "baspiRef": "A7.1.0.9.1",
18083
- "type": "string",
18084
- "title": "",
18085
- "enum": ["Yes", "To be connected", "No"],
18086
- "ntsEnum": ["Yes", "No"]
18087
- }
18088
- },
18089
- "baspiRequired": ["yesNo"],
18090
- "ntsRequired": ["yesNo"],
18091
- "discriminator": {
18092
- "propertyName": "yesNo"
18093
- },
18094
- "oneOf": [
18095
- {
18096
- "properties": {
18097
- "yesNo": {
18098
- "enum": ["No"]
18099
- }
18100
- }
18101
- },
18102
- {
18103
- "properties": {
18104
- "yesNo": {
18105
- "enum": ["Yes"]
18106
- },
18107
- "details": {
18108
- "ntsRef": "3.8.2",
18109
- "title": "Details",
18110
- "type": "string"
18111
- },
18112
- "supplier": {
18113
- "baspiRef": "A7.1.0.9.2",
18114
- "title": "Supplier",
18115
- "type": "string"
18116
- }
18117
- },
18118
- "ntsRequired": ["details"]
18119
- },
18120
- {
18121
- "properties": {
18122
- "yesNo": {
18123
- "enum": ["To be connected"]
18124
- },
18125
- "dateToBeConnected": {
18126
- "baspiRef": "A7.1.0.9.3",
18127
- "title": "Date to be connected",
18128
- "type": "string",
18129
- "format": "date"
18130
- },
18131
- "supplier": {
18132
- "baspiRef": "A7.1.0.9.2",
18133
- "piqRef": "A7.1.20",
18134
- "title": "Supplier",
18135
- "type": "string"
18136
- }
18137
- },
18138
- "baspiRequired": ["dateToBeConnected"]
18139
- }
18140
- ]
18141
- }
18142
- }
18143
- },
18144
- "mainsGas": {
18145
- "baspiRef": "A7.1.0.2",
18146
- "ta6Ref": "13.2",
18147
- "rdsRef": "Services/Gas",
18148
- "piqRef": "A7.1.3",
18149
- "title": "Mains gas",
17918
+ "title": "Mains electricity",
18150
17919
  "type": "object",
18151
17920
  "properties": {
18152
17921
  "yesNo": {
18153
- "baspiRef": "A7.1.0.2.1",
18154
- "ta6Ref": "13.2.1",
17922
+ "ntsRef": "B3.1.1",
17923
+ "baspiRef": "A7.1.0.1.1",
17924
+ "ta6Ref": "13.1.1",
18155
17925
  "type": "string",
18156
17926
  "title": "",
18157
17927
  "enum": ["Yes", "To be connected", "No"],
@@ -18159,6 +17929,7 @@
18159
17929
  }
18160
17930
  },
18161
17931
  "baspiRequired": ["yesNo"],
17932
+ "ntsRequired": ["yesNo"],
18162
17933
  "ta6Required": ["yesNo"],
18163
17934
  "discriminator": {
18164
17935
  "propertyName": "yesNo"
@@ -18177,16 +17948,11 @@
18177
17948
  "enum": ["Yes"]
18178
17949
  },
18179
17950
  "supplier": {
18180
- "baspiRef": "A7.1.0.2.2",
18181
- "ta6Ref": "13.2.2",
18182
- "piqRef": "A7.1.4",
17951
+ "baspiRef": "A7.1.0.1.2",
17952
+ "ta6Ref": "13.1.2",
17953
+ "piqRef": "A7.1.2",
18183
17954
  "title": "Supplier",
18184
17955
  "type": "string"
18185
- },
18186
- "mprn": {
18187
- "title": "Meter Point Reference Number (MPRN)",
18188
- "description": "You can find your property’s MPRN on your gas or dual fuel bill. It’s usually marked ‘Meter Point Reference Number’ and is between six and 10 digits long.",
18189
- "type": "integer"
18190
17956
  }
18191
17957
  },
18192
17958
  "ta6Required": ["supplier"]
@@ -18197,15 +17963,15 @@
18197
17963
  "enum": ["To be connected"]
18198
17964
  },
18199
17965
  "dateToBeConnected": {
18200
- "baspiRef": "A7.1.0.2.3",
17966
+ "baspiRef": "A7.1.0.1.3",
18201
17967
  "title": "Date to be connected",
18202
17968
  "type": "string",
18203
17969
  "format": "date"
18204
17970
  },
18205
17971
  "supplier": {
18206
- "baspiRef": "A7.1.0.2.2",
18207
- "ta6Ref": "13.2.2",
18208
- "piqRef": "A7.1.4",
17972
+ "baspiRef": "A7.1.0.1.2",
17973
+ "ta6Ref": "13.1.2",
17974
+ "piqRef": "A7.1.2",
18209
17975
  "title": "Supplier",
18210
17976
  "type": "string"
18211
17977
  }
@@ -18214,15 +17980,16 @@
18214
17980
  }
18215
17981
  ]
18216
17982
  },
18217
- "lpg": {
18218
- "baspiRef": "A7.1.0.3",
18219
- "piqRef": "A7.1.5",
18220
- "rdsRef": "Services/LiquefiedPetroleumGas",
18221
- "title": "Liquid Petroleum Gas (LPG)",
17983
+ "solarPanels": {
17984
+ "ntsRef": "B3.7",
17985
+ "baspiRef": "A7.1.0.8",
17986
+ "piqRef": "A7.1.17",
17987
+ "title": "Solar or photovoltaic panels",
18222
17988
  "type": "object",
18223
17989
  "properties": {
18224
17990
  "yesNo": {
18225
- "baspiRef": "A7.1.0.3.1",
17991
+ "ntsRef": "B3.7.1",
17992
+ "baspiRef": "A7.1.0.8.1",
18226
17993
  "type": "string",
18227
17994
  "title": "",
18228
17995
  "enum": ["Yes", "To be connected", "No"],
@@ -18230,6 +17997,7 @@
18230
17997
  }
18231
17998
  },
18232
17999
  "baspiRequired": ["yesNo"],
18000
+ "ntsRequired": ["yesNo"],
18233
18001
  "discriminator": {
18234
18002
  "propertyName": "yesNo"
18235
18003
  },
@@ -18247,8 +18015,7 @@
18247
18015
  "enum": ["Yes"]
18248
18016
  },
18249
18017
  "supplier": {
18250
- "baspiRef": "A7.1.0.3.2",
18251
- "piqRef": "A7.1.6",
18018
+ "baspiRef": "A7.1.0.8.2",
18252
18019
  "title": "Supplier",
18253
18020
  "type": "string"
18254
18021
  }
@@ -18260,14 +18027,14 @@
18260
18027
  "enum": ["To be connected"]
18261
18028
  },
18262
18029
  "dateToBeConnected": {
18263
- "baspiRef": "A7.1.0.3.3",
18030
+ "baspiRef": "A7.1.0.8.3",
18264
18031
  "title": "Date to be connected",
18265
18032
  "type": "string",
18266
18033
  "format": "date"
18267
18034
  },
18268
18035
  "supplier": {
18269
- "baspiRef": "A7.1.0.3.2",
18270
- "piqRef": "A7.1.6",
18036
+ "baspiRef": "A7.1.0.8.2",
18037
+ "piqRef": "A7.1.18",
18271
18038
  "title": "Supplier",
18272
18039
  "type": "string"
18273
18040
  }
@@ -18276,14 +18043,18 @@
18276
18043
  }
18277
18044
  ]
18278
18045
  },
18279
- "oil": {
18280
- "baspiRef": "A7.1.0.4",
18281
- "rdsRef": "Services/Oil",
18282
- "title": "Oil",
18046
+ "otherSources": {
18047
+ "ntsRef": "B3.8",
18048
+ "baspiRef": "A7.1.0.9",
18049
+ "rdsRef": "Services/Other",
18050
+ "piqRef": "A7.1.19",
18051
+ "title": "Other sources",
18052
+ "description": "Other sources include wind turbines, generators and other renewable technologies, for example ground source heat pumps. If you receive Renewable Heat Incentives please provide details and note that you will need to advise Ofgem when you complete the sale",
18283
18053
  "type": "object",
18284
18054
  "properties": {
18285
18055
  "yesNo": {
18286
- "baspiRef": "A7.1.0.4.1",
18056
+ "ntsRef": "B3.8.1",
18057
+ "baspiRef": "A7.1.0.9.1",
18287
18058
  "type": "string",
18288
18059
  "title": "",
18289
18060
  "enum": ["Yes", "To be connected", "No"],
@@ -18291,6 +18062,7 @@
18291
18062
  }
18292
18063
  },
18293
18064
  "baspiRequired": ["yesNo"],
18065
+ "ntsRequired": ["yesNo"],
18294
18066
  "discriminator": {
18295
18067
  "propertyName": "yesNo"
18296
18068
  },
@@ -18307,26 +18079,39 @@
18307
18079
  "yesNo": {
18308
18080
  "enum": ["Yes"]
18309
18081
  },
18082
+ "details": {
18083
+ "ntsRef": "3.8.2",
18084
+ "title": "Details",
18085
+ "type": "string"
18086
+ },
18310
18087
  "supplier": {
18311
- "baspiRef": "A7.1.0.4.2",
18088
+ "baspiRef": "A7.1.0.9.2",
18312
18089
  "title": "Supplier",
18313
18090
  "type": "string"
18314
18091
  }
18315
- }
18092
+ },
18093
+ "ntsRequired": ["details"]
18316
18094
  },
18317
18095
  {
18318
18096
  "properties": {
18319
18097
  "yesNo": {
18320
18098
  "enum": ["To be connected"]
18321
18099
  },
18100
+ "details": {
18101
+ "baspiRef": "A7.1.0.9.2",
18102
+ "ntsRef": "3.8.2",
18103
+ "title": "Details",
18104
+ "type": "string"
18105
+ },
18322
18106
  "dateToBeConnected": {
18323
- "baspiRef": "A7.1.0.4.3",
18107
+ "baspiRef": "A7.1.0.9.3",
18324
18108
  "title": "Date to be connected",
18325
18109
  "type": "string",
18326
18110
  "format": "date"
18327
18111
  },
18328
18112
  "supplier": {
18329
- "baspiRef": "A7.1.0.4.2",
18113
+ "baspiRef": "A7.1.0.9.4",
18114
+ "piqRef": "A7.1.20",
18330
18115
  "title": "Supplier",
18331
18116
  "type": "string"
18332
18117
  }
@@ -18334,475 +18119,39 @@
18334
18119
  "baspiRequired": ["dateToBeConnected"]
18335
18120
  }
18336
18121
  ]
18337
- },
18338
- "telephone": {
18339
- "baspiRef": "A7.1.0.5",
18340
- "ta6Ref": "13.5",
18341
- "piqRef": "A7.1.11",
18342
- "rdsRef": "Services/Telephone",
18343
- "title": "Telephone",
18122
+ }
18123
+ }
18124
+ },
18125
+
18126
+ "waterAndDrainage": {
18127
+ "ntsRef": "B3.2",
18128
+ "baspiRef": "A7.1.0",
18129
+ "ta6Ref": "13",
18130
+ "con29DWRef": "0",
18131
+ "title": "Water and Drainage",
18132
+ "description": "Please describe the water and drainage services that are connected to the property.",
18133
+ "type": "object",
18134
+ "baspiRequired": ["water", "drainage", "maintenanceAgreements"],
18135
+ "ta6Required": ["water", "drainage"],
18136
+ "ntsRequired": ["water", "drainage"],
18137
+ "con29DWRequired": ["maps", "water", "drainage", "charging"],
18138
+ "properties": {
18139
+ "maps": {
18344
18140
  "type": "object",
18141
+ "con29DWRef": "1",
18142
+ "title": "Maps",
18345
18143
  "properties": {
18346
- "yesNo": {
18347
- "baspiRef": "A7.1.0.5.1",
18348
- "ta6Ref": "13.5.1",
18144
+ "publicSewerMapAttached": {
18145
+ "con29DWRef": "1.1",
18146
+ "title": "Where relevant, please include a copy of an extract from the public sewer map.",
18349
18147
  "type": "string",
18350
- "title": "",
18351
- "enum": ["Yes", "To be connected", "No"],
18352
- "ntsEnum": ["Yes", "No"]
18353
- }
18354
- },
18355
- "baspiRequired": ["yesNo"],
18356
- "ta6Required": ["yesNo"],
18357
- "discriminator": {
18358
- "propertyName": "yesNo"
18359
- },
18360
- "oneOf": [
18361
- {
18362
- "properties": {
18363
- "yesNo": {
18364
- "enum": ["No"]
18365
- }
18366
- }
18367
- },
18368
- {
18369
- "properties": {
18370
- "yesNo": {
18371
- "enum": ["Yes"]
18372
- },
18373
- "supplier": {
18374
- "baspiRef": "A7.1.0.5.2",
18375
- "ta6Ref": "13.5.2",
18376
- "piqRef": "A7.1.12",
18377
- "title": "Supplier",
18378
- "type": "string"
18379
- }
18380
- },
18381
- "ta6Required": ["supplier"]
18382
- },
18383
- {
18384
- "properties": {
18385
- "yesNo": {
18386
- "enum": ["To be connected"]
18387
- },
18388
- "dateToBeConnected": {
18389
- "baspiRef": "A7.1.0.5.3",
18390
- "title": "Date to be connected",
18391
- "type": "string",
18392
- "format": "date"
18393
- },
18394
- "supplier": {
18395
- "baspiRef": "A7.1.0.5.2",
18396
- "ta6Ref": "13.5.2",
18397
- "piqRef": "A7.1.12",
18398
- "title": "Supplier",
18399
- "type": "string"
18400
- }
18401
- },
18402
- "baspiRequired": ["dateToBeConnected"]
18403
- }
18404
- ]
18405
- },
18406
- "cableSatelliteTV": {
18407
- "baspiRef": "A7.1.0.6",
18408
- "ta6Ref": "13.6",
18409
- "rdsRef": "Services/CableSatelliteTV",
18410
- "piqRef": "A7.1.13",
18411
- "title": "Cable TV or satellite",
18412
- "type": "object",
18413
- "properties": {
18414
- "yesNo": {
18415
- "baspiRef": "A7.1.0.6.1",
18416
- "ta6Ref": "13.6.1",
18417
- "type": "string",
18418
- "title": "",
18419
- "enum": ["Yes", "To be connected", "No"],
18420
- "ntsEnum": ["Yes", "No"]
18421
- }
18422
- },
18423
- "baspiRequired": ["yesNo"],
18424
- "ta6Required": ["yesNo"],
18425
- "discriminator": {
18426
- "propertyName": "yesNo"
18427
- },
18428
- "oneOf": [
18429
- {
18430
- "properties": {
18431
- "yesNo": {
18432
- "enum": ["No"]
18433
- }
18434
- }
18435
- },
18436
- {
18437
- "properties": {
18438
- "yesNo": {
18439
- "enum": ["Yes"]
18440
- },
18441
- "supplier": {
18442
- "baspiRef": "A7.1.0.6.2",
18443
- "ta6Ref": "13.6.2",
18444
- "piqRef": "A7.1.14",
18445
- "title": "Supplier",
18446
- "type": "string"
18447
- }
18448
- },
18449
- "ta6Required": ["supplier"]
18450
- },
18451
- {
18452
- "properties": {
18453
- "yesNo": {
18454
- "enum": ["To be connected"]
18455
- },
18456
- "dateToBeConnected": {
18457
- "baspiRef": "A7.1.0.6.3",
18458
- "title": "Date to be connected",
18459
- "type": "string",
18460
- "format": "date"
18461
- },
18462
- "supplier": {
18463
- "baspiRef": "A7.1.0.6.2",
18464
- "title": "Supplier",
18465
- "type": "string"
18466
- }
18467
- },
18468
- "baspiRequired": ["dateToBeConnected"]
18469
- }
18470
- ]
18471
- },
18472
- "broadband": {
18473
- "ntsRef": "B3.5",
18474
- "baspiRef": "A7.1.0.7",
18475
- "title": "Broadband",
18476
- "rdsRef": "Services/Internet",
18477
- "piqRef": "A7.1.15",
18478
- "type": "object",
18479
- "properties": {
18480
- "yesNo": {
18481
- "ntsRef": "B3.5.1",
18482
- "baspiRef": "A7.1.0.7.1",
18483
- "type": "string",
18484
- "title": "",
18485
- "enum": ["Yes", "To be connected", "No"],
18486
- "ntsEnum": ["Yes", "No"]
18487
- }
18488
- },
18489
- "baspiRequired": ["yesNo"],
18490
- "ntsRequired": ["yesNo"],
18491
- "discriminator": {
18492
- "propertyName": "yesNo"
18493
- },
18494
- "oneOf": [
18495
- {
18496
- "properties": {
18497
- "yesNo": {
18498
- "enum": ["No"]
18499
- }
18500
- }
18501
- },
18502
- {
18503
- "properties": {
18504
- "yesNo": {
18505
- "enum": ["Yes"]
18506
- },
18507
- "supplier": {
18508
- "baspiRef": "A7.1.0.7.2",
18509
- "piqRef": "A7.1.16",
18510
- "title": "Supplier",
18511
- "type": "string"
18512
- },
18513
- "typeOfConnection": {
18514
- "ntsRef": "B3.5.2",
18515
- "baspiRef": "A7.1.0.7.2",
18516
- "piqRef": "A7.1.16",
18517
- "title": "Type of connection",
18518
- "type": "string",
18519
- "enum": [
18520
- "ADSL copper wire",
18521
- "Cable",
18522
- "FTTC (Fibre to the Cabinet)",
18523
- "FTTP (Fibre to the Premises)"
18524
- ]
18525
- },
18526
- "predictedSpeed": {
18527
- "title": "Broadband predicted speed per Ofcom Connected Nations",
18528
- "type": "object",
18529
- "properties": {
18530
- "MaxBbPredictedDown": {
18531
- "type": "number"
18532
- },
18533
- "MaxBbPredictedUp": {
18534
- "type": "number"
18535
- },
18536
- "MaxSfbbPredictedDown": {
18537
- "type": "number"
18538
- },
18539
- "MaxSfbbPredictedUp": {
18540
- "type": "number"
18541
- },
18542
- "MaxUfbbPredictedDown": {
18543
- "type": "number"
18544
- },
18545
- "MaxUfbbPredictedUp": {
18546
- "type": "number"
18547
- },
18548
- "MaxPredictedDown": {
18549
- "type": "number"
18550
- },
18551
- "MaxPredictedUp": {
18552
- "type": "number"
18553
- }
18554
- }
18555
- }
18556
- },
18557
- "ntsRequired": ["typeOfConnection"]
18558
- },
18559
- {
18560
- "properties": {
18561
- "yesNo": {
18562
- "enum": ["To be connected"]
18563
- },
18564
- "dateToBeConnected": {
18565
- "baspiRef": "A7.1.0.7.3",
18566
- "title": "Date to be connected",
18567
- "type": "string",
18568
- "format": "date"
18569
- },
18570
- "supplier": {
18571
- "baspiRef": "A7.1.0.7.2",
18572
- "title": "Supplier",
18573
- "type": "string"
18574
- }
18575
- },
18576
- "baspiRequired": ["dateToBeConnected"]
18577
- }
18578
- ]
18579
- },
18580
- "mobilePhone": {
18581
- "ntsRef": "B3.6",
18582
- "title": "Mobile phone coverage",
18583
- "type": "object",
18584
- "properties": {
18585
- "knownSignalIssues": {
18586
- "ntsRef": "B3.6.1",
18587
- "title": "Are there any issues with mobile phone signal or coverage at the property.",
18588
- "description": "You should disclose any known issues with signal strength or dropped calls specific to the property.",
18589
- "type": "object",
18590
- "ntsRequired": ["yesNo"],
18591
- "properties": {
18592
- "yesNo": {
18593
- "ntsRef": "B3.6.1.1",
18594
- "title": "",
18595
- "type": "string",
18596
- "enum": ["Yes", "No"]
18597
- }
18598
- },
18599
- "discriminator": {
18600
- "propertyName": "yesNo"
18601
- },
18602
- "oneOf": [
18603
- {
18604
- "properties": {
18605
- "yesNo": {
18606
- "enum": ["No"]
18607
- }
18608
- }
18609
- },
18610
- {
18611
- "properties": {
18612
- "yesNo": {
18613
- "enum": ["Yes"]
18614
- },
18615
- "details": {
18616
- "ntsRef": "B3.6.1.2",
18617
- "title": "Details",
18618
- "type": "string"
18619
- }
18620
- }
18621
- }
18622
- ]
18623
- },
18624
- "predictedCoverage": {
18625
- "title": "Mobile predicted coverage per Ofcom Connected Nations",
18626
- "type": "object",
18627
- "properties": {
18628
- "EEVoiceOutdoor": {
18629
- "type": "integer"
18630
- },
18631
- "EEVoiceOutdoorNo4g": {
18632
- "type": "integer"
18633
- },
18634
- "EEVoiceIndoor": {
18635
- "type": "integer"
18636
- },
18637
- "EEVoiceIndoorNo4g": {
18638
- "type": "integer"
18639
- },
18640
- "EEDataOutdoor": {
18641
- "type": "integer"
18642
- },
18643
- "EEDataOutdoorNo4g": {
18644
- "type": "integer"
18645
- },
18646
- "EEDataIndoor": {
18647
- "type": "integer"
18648
- },
18649
- "EEDataIndoorNo4g": {
18650
- "type": "integer"
18651
- },
18652
- "H3VoiceOutdoor": {
18653
- "type": "integer"
18654
- },
18655
- "H3VoiceOutdoorNo4g": {
18656
- "type": "integer"
18657
- },
18658
- "H3VoiceIndoor": {
18659
- "type": "integer"
18660
- },
18661
- "H3VoiceIndoorNo4g": {
18662
- "type": "integer"
18663
- },
18664
- "H3DataOutdoor": {
18665
- "type": "integer"
18666
- },
18667
- "H3DataOutdoorNo4g": {
18668
- "type": "integer"
18669
- },
18670
- "H3DataIndoor": {
18671
- "type": "integer"
18672
- },
18673
- "H3DataIndoorNo4g": {
18674
- "type": "integer"
18675
- },
18676
- "TFVoiceOutdoor": {
18677
- "type": "integer"
18678
- },
18679
- "TFVoiceOutdoorNo4g": {
18680
- "type": "integer"
18681
- },
18682
- "TFVoiceIndoor": {
18683
- "type": "integer"
18684
- },
18685
- "TFVoiceIndoorNo4g": {
18686
- "type": "integer"
18687
- },
18688
- "TFDataOutdoor": {
18689
- "type": "integer"
18690
- },
18691
- "TFDataOutdoorNo4g": {
18692
- "type": "integer"
18693
- },
18694
- "TFDataIndoor": {
18695
- "type": "integer"
18696
- },
18697
- "TFDataIndoorNo4g": {
18698
- "type": "integer"
18699
- },
18700
- "VOVoiceOutdoor": {
18701
- "type": "integer"
18702
- },
18703
- "VOVoiceOutdoorNo4g": {
18704
- "type": "integer"
18705
- },
18706
- "VOVoiceIndoor": {
18707
- "type": "integer"
18708
- },
18709
- "VOVoiceIndoorNo4g": {
18710
- "type": "integer"
18711
- },
18712
- "VODataOutdoor": {
18713
- "type": "integer"
18714
- },
18715
- "VODataOutdoorNo4g": {
18716
- "type": "integer"
18717
- },
18718
- "VODataIndoor": {
18719
- "type": "integer"
18720
- },
18721
- "VODataIndoorNo4g": {
18722
- "type": "integer"
18723
- }
18724
- }
18725
- }
18726
- }
18727
- },
18728
- "maintenanceAgreements": {
18729
- "baspiRef": "A7.2",
18730
- "rdsRef": "Services/Certificates,Services/OtherServices/Certificates",
18731
- "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to connected services?",
18732
- "type": "object",
18733
- "properties": {
18734
- "yesNo": {
18735
- "baspiRef": "A7.2.1",
18736
- "type": "string",
18737
- "title": "",
18738
- "enum": ["Yes", "No"]
18739
- }
18740
- },
18741
- "baspiRequired": ["yesNo"],
18742
- "discriminator": {
18743
- "propertyName": "yesNo"
18744
- },
18745
- "oneOf": [
18746
- {
18747
- "properties": {
18748
- "yesNo": {
18749
- "enum": ["No"]
18750
- }
18751
- }
18752
- },
18753
- {
18754
- "properties": {
18755
- "yesNo": {
18756
- "enum": ["Yes"]
18757
- },
18758
- "details": {
18759
- "baspiRef": "A7.2.2",
18760
- "title": "Details",
18761
- "type": "string",
18762
- "minLength": 1
18763
- },
18764
- "attachments": {
18765
- "baspiRef": "A7.2.3",
18766
- "title": "Attachments",
18767
- "type": "string",
18768
- "enum": ["Attached", "To follow"]
18769
- }
18770
- },
18771
- "baspiRequired": ["details", "attachments"]
18772
- }
18773
- ]
18774
- }
18775
- }
18776
- },
18777
- "waterAndDrainage": {
18778
- "ntsRef": "B3.2",
18779
- "baspiRef": "A7.1.0",
18780
- "ta6Ref": "13",
18781
- "con29DWRef": "0",
18782
- "title": "Water and Drainage",
18783
- "description": "Please describe the water and drainage services that are connected to the property.",
18784
- "type": "object",
18785
- "baspiRequired": ["water", "drainage", "maintenanceAgreements"],
18786
- "ta6Required": ["water", "drainage"],
18787
- "ntsRequired": ["water", "drainage"],
18788
- "con29DWRequired": ["maps", "water", "drainage", "charging"],
18789
- "properties": {
18790
- "maps": {
18791
- "type": "object",
18792
- "con29DWRef": "1",
18793
- "title": "Maps",
18794
- "properties": {
18795
- "publicSewerMapAttached": {
18796
- "con29DWRef": "1.1",
18797
- "title": "Where relevant, please include a copy of an extract from the public sewer map.",
18798
- "type": "string",
18799
- "minLength": 1
18800
- },
18801
- "waterworksMapAttached": {
18802
- "con29DWRef": "1.2",
18803
- "title": "Where relevant, please include a copy of an extract from the map of waterworks.",
18804
- "type": "string",
18805
- "minLength": 1
18148
+ "minLength": 1
18149
+ },
18150
+ "waterworksMapAttached": {
18151
+ "con29DWRef": "1.2",
18152
+ "title": "Where relevant, please include a copy of an extract from the map of waterworks.",
18153
+ "type": "string",
18154
+ "minLength": 1
18806
18155
  }
18807
18156
  },
18808
18157
  "con29DWRequired": [
@@ -19200,13 +18549,6 @@
19200
18549
  },
19201
18550
  "con29DWRequired": ["details"]
19202
18551
  },
19203
- {
19204
- "properties": {
19205
- "yesNo": {
19206
- "enum": ["Not known"]
19207
- }
19208
- }
19209
- },
19210
18552
  {
19211
18553
  "properties": {
19212
18554
  "yesNo": {
@@ -19230,7 +18572,7 @@
19230
18572
  {
19231
18573
  "properties": {
19232
18574
  "yesNo": {
19233
- "enum": ["No"]
18575
+ "enum": ["No", "Not known"]
19234
18576
  },
19235
18577
  "offMainsDrainageSystem": {
19236
18578
  "ntsRef": "B3.3.3",
@@ -19259,7 +18601,9 @@
19259
18601
  "Sustainable Drainage System",
19260
18602
  "Septic tank",
19261
18603
  "Cesspit",
19262
- "Sewerage treatment plant"
18604
+ "Sewerage treatment plant",
18605
+ "Other",
18606
+ "Not known"
19263
18607
  ]
19264
18608
  },
19265
18609
  "otherConnectedProperties": {
@@ -19448,10 +18792,7 @@
19448
18792
  "rdsRef": "Services/OtherServices/ExternalConnections/Flags",
19449
18793
  "title": "Does it comply with the General Binding Rules for discharge into a waterway?",
19450
18794
  "type": "string",
19451
- "enum": [
19452
- "Yes",
19453
- "No, it does not comply with the rules for discharge into a waterway."
19454
- ]
18795
+ "enum": ["Yes", "No"]
19455
18796
  }
19456
18797
  },
19457
18798
  "baspiRequired": [
@@ -19558,6 +18899,19 @@
19558
18899
  "dateInstalled",
19559
18900
  "dateLastServiced"
19560
18901
  ]
18902
+ },
18903
+ {
18904
+ "properties": {
18905
+ "offMainsDrainageSystemType": {
18906
+ "enum": ["Other", "Not known"]
18907
+ },
18908
+ "details": {
18909
+ "ntsRef": "B3.3.3.2",
18910
+ "title": "Details",
18911
+ "type": "string"
18912
+ }
18913
+ },
18914
+ "ntsRequired": ["details"]
19561
18915
  }
19562
18916
  ]
19563
18917
  }
@@ -20039,7 +19393,7 @@
20039
19393
  {
20040
19394
  "properties": {
20041
19395
  "heatingType": {
20042
- "enum": ["None"]
19396
+ "enum": ["None", "Room heaters only"]
20043
19397
  }
20044
19398
  }
20045
19399
  },
@@ -20255,49 +19609,403 @@
20255
19609
  }
20256
19610
  }
20257
19611
  }
20258
- },
20259
- "baspiRequired": ["centralHeatingDetails"],
20260
- "ntsRequired": ["centralHeatingDetails"],
20261
- "ta6Required": ["centralHeatingDetails"]
19612
+ },
19613
+ "baspiRequired": ["centralHeatingDetails"],
19614
+ "ntsRequired": ["centralHeatingDetails"],
19615
+ "ta6Required": ["centralHeatingDetails"]
19616
+ },
19617
+ {
19618
+ "properties": {
19619
+ "heatingType": {
19620
+ "enum": ["Community heating system"]
19621
+ },
19622
+ "details": {
19623
+ "ntsRef": "B3.4.4",
19624
+ "title": "Community heating system details",
19625
+ "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.",
19626
+ "type": "string",
19627
+ "minLength": 1
19628
+ }
19629
+ },
19630
+ "ntsRequired": ["details"]
19631
+ }
19632
+ ]
19633
+ },
19634
+ "otherHeatingFeatures": {
19635
+ "ntsRef": "B3.4.2",
19636
+ "title": "What other heating features does the property have?",
19637
+ "type": "array",
19638
+ "items": {
19639
+ "type": "string",
19640
+ "enum": [
19641
+ "Air conditioning",
19642
+ "Double glazing",
19643
+ "Triple glazing",
19644
+ "Night storage",
19645
+ "Solar water",
19646
+ "Underfloor heating",
19647
+ "Wood burner",
19648
+ "Open fire",
19649
+ "Ground source heat pump",
19650
+ "Air source heat pump",
19651
+ "Solar thermal",
19652
+ "Passive House design"
19653
+ ]
19654
+ }
19655
+ }
19656
+ }
19657
+ },
19658
+ "connectivity": {
19659
+ "baspiRef": "A7",
19660
+ "ntsRef": "B3",
19661
+ "ta6Ref": "13",
19662
+ "title": "Connectivity",
19663
+ "type": "object",
19664
+ "baspiRequired": [
19665
+ "telephone",
19666
+ "cableSatelliteTV",
19667
+ "broadband",
19668
+ "maintenanceAgreements"
19669
+ ],
19670
+ "ntsRequired": ["broadband"],
19671
+ "ta6Required": ["telephone", "cableSatelliteTV"],
19672
+ "properties": {
19673
+ "telephone": {
19674
+ "baspiRef": "A7.1.0.5",
19675
+ "ta6Ref": "13.5",
19676
+ "piqRef": "A7.1.11",
19677
+ "rdsRef": "Services/Telephone",
19678
+ "title": "Telephone",
19679
+ "type": "object",
19680
+ "properties": {
19681
+ "yesNo": {
19682
+ "baspiRef": "A7.1.0.5.1",
19683
+ "ta6Ref": "13.5.1",
19684
+ "type": "string",
19685
+ "title": "",
19686
+ "enum": ["Yes", "To be connected", "No"],
19687
+ "ntsEnum": ["Yes", "No"]
19688
+ }
19689
+ },
19690
+ "baspiRequired": ["yesNo"],
19691
+ "ta6Required": ["yesNo"],
19692
+ "discriminator": {
19693
+ "propertyName": "yesNo"
19694
+ },
19695
+ "oneOf": [
19696
+ {
19697
+ "properties": {
19698
+ "yesNo": {
19699
+ "enum": ["No"]
19700
+ }
19701
+ }
19702
+ },
19703
+ {
19704
+ "properties": {
19705
+ "yesNo": {
19706
+ "enum": ["Yes"]
19707
+ },
19708
+ "supplier": {
19709
+ "baspiRef": "A7.1.0.5.2",
19710
+ "ta6Ref": "13.5.2",
19711
+ "piqRef": "A7.1.12",
19712
+ "title": "Supplier",
19713
+ "type": "string"
19714
+ }
19715
+ },
19716
+ "ta6Required": ["supplier"]
19717
+ },
19718
+ {
19719
+ "properties": {
19720
+ "yesNo": {
19721
+ "enum": ["To be connected"]
19722
+ },
19723
+ "dateToBeConnected": {
19724
+ "baspiRef": "A7.1.0.5.3",
19725
+ "title": "Date to be connected",
19726
+ "type": "string",
19727
+ "format": "date"
19728
+ },
19729
+ "supplier": {
19730
+ "baspiRef": "A7.1.0.5.2",
19731
+ "ta6Ref": "13.5.2",
19732
+ "piqRef": "A7.1.12",
19733
+ "title": "Supplier",
19734
+ "type": "string"
19735
+ }
19736
+ },
19737
+ "baspiRequired": ["dateToBeConnected"]
19738
+ }
19739
+ ]
19740
+ },
19741
+ "cableSatelliteTV": {
19742
+ "baspiRef": "A7.1.0.6",
19743
+ "ta6Ref": "13.6",
19744
+ "rdsRef": "Services/CableSatelliteTV",
19745
+ "piqRef": "A7.1.13",
19746
+ "title": "Cable TV or satellite",
19747
+ "type": "object",
19748
+ "properties": {
19749
+ "yesNo": {
19750
+ "baspiRef": "A7.1.0.6.1",
19751
+ "ta6Ref": "13.6.1",
19752
+ "type": "string",
19753
+ "title": "",
19754
+ "enum": ["Yes", "To be connected", "No"],
19755
+ "ntsEnum": ["Yes", "No"]
19756
+ }
19757
+ },
19758
+ "baspiRequired": ["yesNo"],
19759
+ "ta6Required": ["yesNo"],
19760
+ "discriminator": {
19761
+ "propertyName": "yesNo"
19762
+ },
19763
+ "oneOf": [
19764
+ {
19765
+ "properties": {
19766
+ "yesNo": {
19767
+ "enum": ["No"]
19768
+ }
19769
+ }
19770
+ },
19771
+ {
19772
+ "properties": {
19773
+ "yesNo": {
19774
+ "enum": ["Yes"]
19775
+ },
19776
+ "supplier": {
19777
+ "baspiRef": "A7.1.0.6.2",
19778
+ "ta6Ref": "13.6.2",
19779
+ "piqRef": "A7.1.14",
19780
+ "title": "Supplier",
19781
+ "type": "string"
19782
+ }
19783
+ },
19784
+ "ta6Required": ["supplier"]
19785
+ },
19786
+ {
19787
+ "properties": {
19788
+ "yesNo": {
19789
+ "enum": ["To be connected"]
19790
+ },
19791
+ "dateToBeConnected": {
19792
+ "baspiRef": "A7.1.0.6.3",
19793
+ "title": "Date to be connected",
19794
+ "type": "string",
19795
+ "format": "date"
19796
+ },
19797
+ "supplier": {
19798
+ "baspiRef": "A7.1.0.6.2",
19799
+ "title": "Supplier",
19800
+ "type": "string"
19801
+ }
19802
+ },
19803
+ "baspiRequired": ["dateToBeConnected"]
19804
+ }
19805
+ ]
19806
+ },
19807
+ "broadband": {
19808
+ "ntsRef": "B3.5",
19809
+ "baspiRef": "A7.1.0.7",
19810
+ "title": "Broadband",
19811
+ "rdsRef": "Services/Internet",
19812
+ "piqRef": "A7.1.15",
19813
+ "type": "object",
19814
+ "properties": {
19815
+ "typeOfConnection": {
19816
+ "ntsRef": "B3.5.2",
19817
+ "baspiRef": "A7.1.0.7.2",
19818
+ "piqRef": "A7.1.16",
19819
+ "title": "Type of connection",
19820
+ "type": "string",
19821
+ "enum": [
19822
+ "None",
19823
+ "ADSL copper wire",
19824
+ "Cable",
19825
+ "FTTC (Fibre to the Cabinet)",
19826
+ "FTTP (Fibre to the Premises)"
19827
+ ]
19828
+ },
19829
+ "predictedSpeed": {
19830
+ "title": "Broadband predicted speed per Ofcom Connected Nations",
19831
+ "type": "object",
19832
+ "properties": {
19833
+ "MaxBbPredictedDown": {
19834
+ "type": "number"
19835
+ },
19836
+ "MaxBbPredictedUp": {
19837
+ "type": "number"
19838
+ },
19839
+ "MaxSfbbPredictedDown": {
19840
+ "type": "number"
19841
+ },
19842
+ "MaxSfbbPredictedUp": {
19843
+ "type": "number"
19844
+ },
19845
+ "MaxUfbbPredictedDown": {
19846
+ "type": "number"
19847
+ },
19848
+ "MaxUfbbPredictedUp": {
19849
+ "type": "number"
19850
+ },
19851
+ "MaxPredictedDown": {
19852
+ "type": "number"
19853
+ },
19854
+ "MaxPredictedUp": {
19855
+ "type": "number"
19856
+ }
19857
+ }
19858
+ }
19859
+ },
19860
+ "ntsRequired": ["typeOfConnection"]
19861
+ },
19862
+ "mobilePhone": {
19863
+ "ntsRef": "B3.6",
19864
+ "title": "Mobile phone coverage",
19865
+ "type": "object",
19866
+ "properties": {
19867
+ "knownSignalIssues": {
19868
+ "ntsRef": "B3.6.1",
19869
+ "title": "Are there any issues with mobile phone signal or coverage at the property?",
19870
+ "description": "You should disclose any known issues with signal strength or dropped calls specific to the property.",
19871
+ "type": "object",
19872
+ "ntsRequired": ["yesNo"],
19873
+ "properties": {
19874
+ "yesNo": {
19875
+ "ntsRef": "B3.6.1.1",
19876
+ "title": "",
19877
+ "type": "string",
19878
+ "enum": ["Yes", "No"]
19879
+ }
19880
+ },
19881
+ "discriminator": {
19882
+ "propertyName": "yesNo"
19883
+ },
19884
+ "oneOf": [
19885
+ {
19886
+ "properties": {
19887
+ "yesNo": {
19888
+ "enum": ["No"]
19889
+ }
19890
+ }
19891
+ },
19892
+ {
19893
+ "properties": {
19894
+ "yesNo": {
19895
+ "enum": ["Yes"]
19896
+ },
19897
+ "details": {
19898
+ "ntsRef": "B3.6.1.2",
19899
+ "title": "Details",
19900
+ "type": "string"
19901
+ }
19902
+ },
19903
+ "ntsRequired": ["details"]
19904
+ }
19905
+ ]
20262
19906
  },
20263
- {
19907
+ "predictedCoverage": {
19908
+ "title": "Mobile predicted coverage per Ofcom Connected Nations",
19909
+ "type": "object",
20264
19910
  "properties": {
20265
- "heatingType": {
20266
- "enum": ["Community heating system"]
19911
+ "EEVoiceOutdoor": {
19912
+ "type": "integer"
20267
19913
  },
20268
- "details": {
20269
- "ntsRef": "B3.4.4",
20270
- "title": "Community heating system details",
20271
- "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.",
20272
- "type": "string",
20273
- "minLength": 1
19914
+ "EEVoiceOutdoorNo4g": {
19915
+ "type": "integer"
19916
+ },
19917
+ "EEVoiceIndoor": {
19918
+ "type": "integer"
19919
+ },
19920
+ "EEVoiceIndoorNo4g": {
19921
+ "type": "integer"
19922
+ },
19923
+ "EEDataOutdoor": {
19924
+ "type": "integer"
19925
+ },
19926
+ "EEDataOutdoorNo4g": {
19927
+ "type": "integer"
19928
+ },
19929
+ "EEDataIndoor": {
19930
+ "type": "integer"
19931
+ },
19932
+ "EEDataIndoorNo4g": {
19933
+ "type": "integer"
19934
+ },
19935
+ "H3VoiceOutdoor": {
19936
+ "type": "integer"
19937
+ },
19938
+ "H3VoiceOutdoorNo4g": {
19939
+ "type": "integer"
19940
+ },
19941
+ "H3VoiceIndoor": {
19942
+ "type": "integer"
19943
+ },
19944
+ "H3VoiceIndoorNo4g": {
19945
+ "type": "integer"
19946
+ },
19947
+ "H3DataOutdoor": {
19948
+ "type": "integer"
19949
+ },
19950
+ "H3DataOutdoorNo4g": {
19951
+ "type": "integer"
19952
+ },
19953
+ "H3DataIndoor": {
19954
+ "type": "integer"
19955
+ },
19956
+ "H3DataIndoorNo4g": {
19957
+ "type": "integer"
19958
+ },
19959
+ "TFVoiceOutdoor": {
19960
+ "type": "integer"
19961
+ },
19962
+ "TFVoiceOutdoorNo4g": {
19963
+ "type": "integer"
19964
+ },
19965
+ "TFVoiceIndoor": {
19966
+ "type": "integer"
19967
+ },
19968
+ "TFVoiceIndoorNo4g": {
19969
+ "type": "integer"
19970
+ },
19971
+ "TFDataOutdoor": {
19972
+ "type": "integer"
19973
+ },
19974
+ "TFDataOutdoorNo4g": {
19975
+ "type": "integer"
19976
+ },
19977
+ "TFDataIndoor": {
19978
+ "type": "integer"
19979
+ },
19980
+ "TFDataIndoorNo4g": {
19981
+ "type": "integer"
19982
+ },
19983
+ "VOVoiceOutdoor": {
19984
+ "type": "integer"
19985
+ },
19986
+ "VOVoiceOutdoorNo4g": {
19987
+ "type": "integer"
19988
+ },
19989
+ "VOVoiceIndoor": {
19990
+ "type": "integer"
19991
+ },
19992
+ "VOVoiceIndoorNo4g": {
19993
+ "type": "integer"
19994
+ },
19995
+ "VODataOutdoor": {
19996
+ "type": "integer"
19997
+ },
19998
+ "VODataOutdoorNo4g": {
19999
+ "type": "integer"
20000
+ },
20001
+ "VODataIndoor": {
20002
+ "type": "integer"
20003
+ },
20004
+ "VODataIndoorNo4g": {
20005
+ "type": "integer"
20274
20006
  }
20275
- },
20276
- "ntsRequired": ["details"]
20007
+ }
20277
20008
  }
20278
- ]
20279
- },
20280
-
20281
- "otherHeatingFeatures": {
20282
- "ntsRef": "B3.4.2",
20283
- "title": "What other heating features does the property have?",
20284
- "type": "array",
20285
- "items": {
20286
- "type": "string",
20287
- "enum": [
20288
- "Air conditioning",
20289
- "Double glazing",
20290
- "Triple glazing",
20291
- "Night storage",
20292
- "Solar water",
20293
- "Underfloor heating",
20294
- "Wood burner",
20295
- "Open fire",
20296
- "Ground source heat pump",
20297
- "Air source heat pump",
20298
- "Solar thermal",
20299
- "Passive House design"
20300
- ]
20301
20009
  }
20302
20010
  }
20303
20011
  }
@@ -21875,6 +21583,95 @@
21875
21583
  "groundStabilityRisk": {
21876
21584
  "type": "object",
21877
21585
  "title": "Ground stability risk",
21586
+ "properties": {
21587
+ "riskIndicator": {
21588
+ "type": "string",
21589
+ "title": "Is the property impacted?",
21590
+ "enum": ["Yes", "No"]
21591
+ },
21592
+ "actionAlertRating": {
21593
+ "type": "integer",
21594
+ "title": "Action alert rating (1 is Green, 5 is Red)",
21595
+ "minimum": 1,
21596
+ "maximum": 5
21597
+ },
21598
+ "result": {
21599
+ "title": "Result",
21600
+ "type": "string",
21601
+ "minLength": 1
21602
+ },
21603
+ "summary": {
21604
+ "type": "string",
21605
+ "title": "Summary of risk",
21606
+ "minLength": 1
21607
+ },
21608
+ "recommendations": {
21609
+ "type": "string",
21610
+ "title": "Recommendations",
21611
+ "minLength": 1
21612
+ },
21613
+ "datasetAttribution": {
21614
+ "type": "string",
21615
+ "title": "Licensing, distribution and copyright information",
21616
+ "minLength": 1
21617
+ },
21618
+ "riskSubcategories": {
21619
+ "type": "array",
21620
+ "title": "Risk sub-categories",
21621
+ "items": {
21622
+ "type": "object",
21623
+ "properties": {
21624
+ "subCategory": {
21625
+ "type": "string",
21626
+ "title": "Risk sub-category name"
21627
+ },
21628
+ "riskIndicator": {
21629
+ "type": "string",
21630
+
21631
+ "title": "Is action recommended?",
21632
+ "enum": ["Yes", "No"]
21633
+ },
21634
+ "actionAlertRating": {
21635
+ "type": "integer",
21636
+ "title": "Action alert rating (1 is Green, 5 is Red)",
21637
+ "minimum": 1,
21638
+ "maximum": 5
21639
+ },
21640
+ "result": {
21641
+ "title": "Result",
21642
+ "type": "string",
21643
+ "minLength": 1
21644
+ },
21645
+ "summary": {
21646
+ "type": "string",
21647
+ "title": "Summary of risk",
21648
+ "minLength": 1
21649
+ },
21650
+ "recommendations": {
21651
+ "type": "string",
21652
+ "title": "Recommendations",
21653
+ "minLength": 1
21654
+ },
21655
+ "datasetAttribution": {
21656
+ "type": "string",
21657
+ "title": "Licensing, distribution and copyright information",
21658
+ "minLength": 1
21659
+ }
21660
+ }
21661
+ }
21662
+ }
21663
+ }
21664
+ }
21665
+ }
21666
+ },
21667
+ "infrastructure": {
21668
+ "rdsRef": "Sustainability/Environmental|Natural|Situational",
21669
+ "title": "Infrastructure risk",
21670
+ "type": "object",
21671
+ "properties": {
21672
+ "infrastructureRisk": {
21673
+ "type": "object",
21674
+ "title": "Infrastructure risk",
21878
21675
  "properties": {
21879
21676
  "riskIndicator": {
21880
21677
  "type": "string",
@@ -24107,14 +23904,14 @@
24107
23904
  }
24108
23905
  ]
24109
23906
  },
24110
- "electricityMeterLocation": {
23907
+ "electricityMeter": {
24111
23908
  "baspiRef": "B4.4",
24112
23909
  "ta6Ref": "13.1b",
24113
23910
  "rdsRef": "Objects/class='meters|'&access=?&accessLocation=?",
24114
23911
  "title": "Location of electricity meter (if any)",
24115
23912
  "type": "object",
24116
23913
  "properties": {
24117
- "description": {
23914
+ "location": {
24118
23915
  "baspiRef": "4.4.1",
24119
23916
  "ta6Ref": "13.1b1",
24120
23917
  "title": "Describe the location of the meter",
@@ -24126,17 +23923,22 @@
24126
23923
  "title": "Photograph of meter location",
24127
23924
  "type": "string",
24128
23925
  "enum": ["Attached", "To follow"]
23926
+ },
23927
+ "mpan": {
23928
+ "title": "Meter Point Administration Number (MPAN)",
23929
+ "description": "Your MPAN is on your electricity or dual fuel bill, usually in a box marked ‘Supply Number’. It’s 21 digits long and begins with ‘S’. You’ll only need the last 12 or 13 digits.",
23930
+ "type": "integer"
24129
23931
  }
24130
23932
  }
24131
23933
  },
24132
- "gasMeterLocation": {
23934
+ "gasMeter": {
24133
23935
  "baspiRef": "B4.5",
24134
23936
  "ta6Ref": "13.2b",
24135
23937
  "rdsRef": "Objects/class='meters'&access=?&accessLocation=?",
24136
23938
  "title": "Location of gas meter (if any)",
24137
23939
  "type": "object",
24138
23940
  "properties": {
24139
- "description": {
23941
+ "location": {
24140
23942
  "baspiRef": "4.5.1",
24141
23943
  "ta6Ref": "13.2b1",
24142
23944
  "title": "Describe the location of the meter",
@@ -24148,17 +23950,22 @@
24148
23950
  "title": "Photograph of meter location",
24149
23951
  "type": "string",
24150
23952
  "enum": ["Attached", "To follow"]
23953
+ },
23954
+ "mprn": {
23955
+ "title": "Meter Point Reference Number (MPRN)",
23956
+ "description": "You can find your property’s MPRN on your gas or dual fuel bill. It’s usually marked ‘Meter Point Reference Number’ and is between six and 10 digits long.",
23957
+ "type": "integer"
24151
23958
  }
24152
23959
  }
24153
23960
  },
24154
- "stopcockLocation": {
23961
+ "stopcock": {
24155
23962
  "baspiRef": "B4.6.1",
24156
23963
  "ta6Ref": "13.3b",
24157
23964
  "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
24158
23965
  "title": "Location of stopcock (if any)",
24159
23966
  "type": "object",
24160
23967
  "properties": {
24161
- "description": {
23968
+ "location": {
24162
23969
  "baspiRef": "4.6.1.1",
24163
23970
  "ta6Ref": "13.3b1",
24164
23971
  "title": "Describe the location of the stopcock",
@@ -24173,14 +23980,14 @@
24173
23980
  }
24174
23981
  }
24175
23982
  },
24176
- "waterMeterLocation": {
23983
+ "waterMeter": {
24177
23984
  "baspiRef": "B4.6.2",
24178
23985
  "ta6Ref": "13.3b",
24179
23986
  "rdsRef": "Objects/class='meters|valve|stopcock'&access=?&accessLocation=?",
24180
23987
  "title": "Location of water meter (if any)",
24181
23988
  "type": "object",
24182
23989
  "properties": {
24183
- "description": {
23990
+ "location": {
24184
23991
  "baspiRef": "4.6.2.1",
24185
23992
  "ta6Ref": "13.3b2",
24186
23993
  "title": "Describe the location of the meter",