@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.
@@ -15660,433 +15660,12 @@
15660
15660
  }
15661
15661
  }
15662
15662
  },
15663
- "connectedUtilities": {
15664
- "title": "Connected utilities",
15665
- "description": "Please indicate which utilities are are connected to the property.",
15663
+ "electricity": {
15664
+ "title": "Electricity supply",
15666
15665
  "type": "object",
15667
15666
  "properties": {
15668
- "electricity": {
15669
- "title": "Electricity supply",
15670
- "type": "object",
15671
- "properties": {
15672
- "mainsElectricity": {
15673
- "title": "Mains electricity",
15674
- "type": "object",
15675
- "properties": {
15676
- "yesNo": {
15677
- "type": "string",
15678
- "title": "",
15679
- "enum": [
15680
- "Yes",
15681
- "To be connected",
15682
- "No"
15683
- ]
15684
- }
15685
- },
15686
- "oneOf": [
15687
- {
15688
- "properties": {
15689
- "yesNo": {
15690
- "enum": [
15691
- "No"
15692
- ]
15693
- }
15694
- }
15695
- },
15696
- {
15697
- "properties": {
15698
- "yesNo": {
15699
- "enum": [
15700
- "Yes"
15701
- ]
15702
- },
15703
- "supplier": {
15704
- "title": "Supplier",
15705
- "type": "string"
15706
- },
15707
- "mpan": {
15708
- "title": "Meter Point Administration Number (MPAN)",
15709
- "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.",
15710
- "type": "integer"
15711
- }
15712
- }
15713
- },
15714
- {
15715
- "properties": {
15716
- "yesNo": {
15717
- "enum": [
15718
- "To be connected"
15719
- ]
15720
- },
15721
- "dateToBeConnected": {
15722
- "title": "Date to be connected",
15723
- "type": "string",
15724
- "format": "date"
15725
- },
15726
- "supplier": {
15727
- "title": "Supplier",
15728
- "type": "string"
15729
- }
15730
- }
15731
- }
15732
- ]
15733
- },
15734
- "solarPanels": {
15735
- "title": "Solar or photovoltaic panels",
15736
- "type": "object",
15737
- "properties": {
15738
- "yesNo": {
15739
- "type": "string",
15740
- "title": "",
15741
- "enum": [
15742
- "Yes",
15743
- "To be connected",
15744
- "No"
15745
- ]
15746
- }
15747
- },
15748
- "oneOf": [
15749
- {
15750
- "properties": {
15751
- "yesNo": {
15752
- "enum": [
15753
- "No"
15754
- ]
15755
- }
15756
- }
15757
- },
15758
- {
15759
- "properties": {
15760
- "yesNo": {
15761
- "enum": [
15762
- "Yes"
15763
- ]
15764
- },
15765
- "supplier": {
15766
- "title": "Supplier",
15767
- "type": "string"
15768
- }
15769
- }
15770
- },
15771
- {
15772
- "properties": {
15773
- "yesNo": {
15774
- "enum": [
15775
- "To be connected"
15776
- ]
15777
- },
15778
- "dateToBeConnected": {
15779
- "title": "Date to be connected",
15780
- "type": "string",
15781
- "format": "date"
15782
- },
15783
- "supplier": {
15784
- "title": "Supplier",
15785
- "type": "string"
15786
- }
15787
- }
15788
- }
15789
- ]
15790
- },
15791
- "otherSources": {
15792
- "title": "Other sources",
15793
- "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",
15794
- "type": "object",
15795
- "properties": {
15796
- "yesNo": {
15797
- "type": "string",
15798
- "title": "",
15799
- "enum": [
15800
- "Yes",
15801
- "To be connected",
15802
- "No"
15803
- ]
15804
- }
15805
- },
15806
- "oneOf": [
15807
- {
15808
- "properties": {
15809
- "yesNo": {
15810
- "enum": [
15811
- "No"
15812
- ]
15813
- }
15814
- }
15815
- },
15816
- {
15817
- "properties": {
15818
- "yesNo": {
15819
- "enum": [
15820
- "Yes"
15821
- ]
15822
- },
15823
- "details": {
15824
- "title": "Details",
15825
- "type": "string"
15826
- },
15827
- "supplier": {
15828
- "title": "Supplier",
15829
- "type": "string"
15830
- }
15831
- }
15832
- },
15833
- {
15834
- "properties": {
15835
- "yesNo": {
15836
- "enum": [
15837
- "To be connected"
15838
- ]
15839
- },
15840
- "dateToBeConnected": {
15841
- "title": "Date to be connected",
15842
- "type": "string",
15843
- "format": "date"
15844
- },
15845
- "supplier": {
15846
- "title": "Supplier",
15847
- "type": "string"
15848
- }
15849
- }
15850
- }
15851
- ]
15852
- }
15853
- }
15854
- },
15855
- "mainsGas": {
15856
- "title": "Mains gas",
15857
- "type": "object",
15858
- "properties": {
15859
- "yesNo": {
15860
- "type": "string",
15861
- "title": "",
15862
- "enum": [
15863
- "Yes",
15864
- "To be connected",
15865
- "No"
15866
- ]
15867
- }
15868
- },
15869
- "oneOf": [
15870
- {
15871
- "properties": {
15872
- "yesNo": {
15873
- "enum": [
15874
- "No"
15875
- ]
15876
- }
15877
- }
15878
- },
15879
- {
15880
- "properties": {
15881
- "yesNo": {
15882
- "enum": [
15883
- "Yes"
15884
- ]
15885
- },
15886
- "supplier": {
15887
- "title": "Supplier",
15888
- "type": "string"
15889
- },
15890
- "mprn": {
15891
- "title": "Meter Point Reference Number (MPRN)",
15892
- "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.",
15893
- "type": "integer"
15894
- }
15895
- }
15896
- },
15897
- {
15898
- "properties": {
15899
- "yesNo": {
15900
- "enum": [
15901
- "To be connected"
15902
- ]
15903
- },
15904
- "dateToBeConnected": {
15905
- "title": "Date to be connected",
15906
- "type": "string",
15907
- "format": "date"
15908
- },
15909
- "supplier": {
15910
- "title": "Supplier",
15911
- "type": "string"
15912
- }
15913
- }
15914
- }
15915
- ]
15916
- },
15917
- "lpg": {
15918
- "title": "Liquid Petroleum Gas (LPG)",
15919
- "type": "object",
15920
- "properties": {
15921
- "yesNo": {
15922
- "type": "string",
15923
- "title": "",
15924
- "enum": [
15925
- "Yes",
15926
- "To be connected",
15927
- "No"
15928
- ]
15929
- }
15930
- },
15931
- "oneOf": [
15932
- {
15933
- "properties": {
15934
- "yesNo": {
15935
- "enum": [
15936
- "No"
15937
- ]
15938
- }
15939
- }
15940
- },
15941
- {
15942
- "properties": {
15943
- "yesNo": {
15944
- "enum": [
15945
- "Yes"
15946
- ]
15947
- },
15948
- "supplier": {
15949
- "title": "Supplier",
15950
- "type": "string"
15951
- }
15952
- }
15953
- },
15954
- {
15955
- "properties": {
15956
- "yesNo": {
15957
- "enum": [
15958
- "To be connected"
15959
- ]
15960
- },
15961
- "dateToBeConnected": {
15962
- "title": "Date to be connected",
15963
- "type": "string",
15964
- "format": "date"
15965
- },
15966
- "supplier": {
15967
- "title": "Supplier",
15968
- "type": "string"
15969
- }
15970
- }
15971
- }
15972
- ]
15973
- },
15974
- "oil": {
15975
- "title": "Oil",
15976
- "type": "object",
15977
- "properties": {
15978
- "yesNo": {
15979
- "type": "string",
15980
- "title": "",
15981
- "enum": [
15982
- "Yes",
15983
- "To be connected",
15984
- "No"
15985
- ]
15986
- }
15987
- },
15988
- "oneOf": [
15989
- {
15990
- "properties": {
15991
- "yesNo": {
15992
- "enum": [
15993
- "No"
15994
- ]
15995
- }
15996
- }
15997
- },
15998
- {
15999
- "properties": {
16000
- "yesNo": {
16001
- "enum": [
16002
- "Yes"
16003
- ]
16004
- },
16005
- "supplier": {
16006
- "title": "Supplier",
16007
- "type": "string"
16008
- }
16009
- }
16010
- },
16011
- {
16012
- "properties": {
16013
- "yesNo": {
16014
- "enum": [
16015
- "To be connected"
16016
- ]
16017
- },
16018
- "dateToBeConnected": {
16019
- "title": "Date to be connected",
16020
- "type": "string",
16021
- "format": "date"
16022
- },
16023
- "supplier": {
16024
- "title": "Supplier",
16025
- "type": "string"
16026
- }
16027
- }
16028
- }
16029
- ]
16030
- },
16031
- "telephone": {
16032
- "title": "Telephone",
16033
- "type": "object",
16034
- "properties": {
16035
- "yesNo": {
16036
- "type": "string",
16037
- "title": "",
16038
- "enum": [
16039
- "Yes",
16040
- "To be connected",
16041
- "No"
16042
- ]
16043
- }
16044
- },
16045
- "oneOf": [
16046
- {
16047
- "properties": {
16048
- "yesNo": {
16049
- "enum": [
16050
- "No"
16051
- ]
16052
- }
16053
- }
16054
- },
16055
- {
16056
- "properties": {
16057
- "yesNo": {
16058
- "enum": [
16059
- "Yes"
16060
- ]
16061
- },
16062
- "supplier": {
16063
- "title": "Supplier",
16064
- "type": "string"
16065
- }
16066
- }
16067
- },
16068
- {
16069
- "properties": {
16070
- "yesNo": {
16071
- "enum": [
16072
- "To be connected"
16073
- ]
16074
- },
16075
- "dateToBeConnected": {
16076
- "title": "Date to be connected",
16077
- "type": "string",
16078
- "format": "date"
16079
- },
16080
- "supplier": {
16081
- "title": "Supplier",
16082
- "type": "string"
16083
- }
16084
- }
16085
- }
16086
- ]
16087
- },
16088
- "cableSatelliteTV": {
16089
- "title": "Cable TV or satellite",
15667
+ "mainsElectricity": {
15668
+ "title": "Mains electricity",
16090
15669
  "type": "object",
16091
15670
  "properties": {
16092
15671
  "yesNo": {
@@ -16142,8 +15721,8 @@
16142
15721
  }
16143
15722
  ]
16144
15723
  },
16145
- "broadband": {
16146
- "title": "Broadband",
15724
+ "solarPanels": {
15725
+ "title": "Solar or photovoltaic panels",
16147
15726
  "type": "object",
16148
15727
  "properties": {
16149
15728
  "yesNo": {
@@ -16176,46 +15755,6 @@
16176
15755
  "supplier": {
16177
15756
  "title": "Supplier",
16178
15757
  "type": "string"
16179
- },
16180
- "typeOfConnection": {
16181
- "title": "Type of connection",
16182
- "type": "string",
16183
- "enum": [
16184
- "ADSL copper wire",
16185
- "Cable",
16186
- "FTTC (Fibre to the Cabinet)",
16187
- "FTTP (Fibre to the Premises)"
16188
- ]
16189
- },
16190
- "predictedSpeed": {
16191
- "title": "Broadband predicted speed per Ofcom Connected Nations",
16192
- "type": "object",
16193
- "properties": {
16194
- "MaxBbPredictedDown": {
16195
- "type": "number"
16196
- },
16197
- "MaxBbPredictedUp": {
16198
- "type": "number"
16199
- },
16200
- "MaxSfbbPredictedDown": {
16201
- "type": "number"
16202
- },
16203
- "MaxSfbbPredictedUp": {
16204
- "type": "number"
16205
- },
16206
- "MaxUfbbPredictedDown": {
16207
- "type": "number"
16208
- },
16209
- "MaxUfbbPredictedUp": {
16210
- "type": "number"
16211
- },
16212
- "MaxPredictedDown": {
16213
- "type": "number"
16214
- },
16215
- "MaxPredictedUp": {
16216
- "type": "number"
16217
- }
16218
- }
16219
15758
  }
16220
15759
  }
16221
15760
  },
@@ -16228,166 +15767,20 @@
16228
15767
  },
16229
15768
  "dateToBeConnected": {
16230
15769
  "title": "Date to be connected",
16231
- "type": "string",
16232
- "format": "date"
16233
- },
16234
- "supplier": {
16235
- "title": "Supplier",
16236
- "type": "string"
16237
- }
16238
- }
16239
- }
16240
- ]
16241
- },
16242
- "mobilePhone": {
16243
- "title": "Mobile phone coverage",
16244
- "type": "object",
16245
- "properties": {
16246
- "knownSignalIssues": {
16247
- "title": "Are there any issues with mobile phone signal or coverage at the property.",
16248
- "description": "You should disclose any known issues with signal strength or dropped calls specific to the property.",
16249
- "type": "object",
16250
- "properties": {
16251
- "yesNo": {
16252
- "title": "",
16253
- "type": "string",
16254
- "enum": [
16255
- "Yes",
16256
- "No"
16257
- ]
16258
- }
16259
- },
16260
- "oneOf": [
16261
- {
16262
- "properties": {
16263
- "yesNo": {
16264
- "enum": [
16265
- "No"
16266
- ]
16267
- }
16268
- }
16269
- },
16270
- {
16271
- "properties": {
16272
- "yesNo": {
16273
- "enum": [
16274
- "Yes"
16275
- ]
16276
- },
16277
- "details": {
16278
- "title": "Details",
16279
- "type": "string"
16280
- }
16281
- }
16282
- }
16283
- ]
16284
- },
16285
- "predictedCoverage": {
16286
- "title": "Mobile predicted coverage per Ofcom Connected Nations",
16287
- "type": "object",
16288
- "properties": {
16289
- "EEVoiceOutdoor": {
16290
- "type": "integer"
16291
- },
16292
- "EEVoiceOutdoorNo4g": {
16293
- "type": "integer"
16294
- },
16295
- "EEVoiceIndoor": {
16296
- "type": "integer"
16297
- },
16298
- "EEVoiceIndoorNo4g": {
16299
- "type": "integer"
16300
- },
16301
- "EEDataOutdoor": {
16302
- "type": "integer"
16303
- },
16304
- "EEDataOutdoorNo4g": {
16305
- "type": "integer"
16306
- },
16307
- "EEDataIndoor": {
16308
- "type": "integer"
16309
- },
16310
- "EEDataIndoorNo4g": {
16311
- "type": "integer"
16312
- },
16313
- "H3VoiceOutdoor": {
16314
- "type": "integer"
16315
- },
16316
- "H3VoiceOutdoorNo4g": {
16317
- "type": "integer"
16318
- },
16319
- "H3VoiceIndoor": {
16320
- "type": "integer"
16321
- },
16322
- "H3VoiceIndoorNo4g": {
16323
- "type": "integer"
16324
- },
16325
- "H3DataOutdoor": {
16326
- "type": "integer"
16327
- },
16328
- "H3DataOutdoorNo4g": {
16329
- "type": "integer"
16330
- },
16331
- "H3DataIndoor": {
16332
- "type": "integer"
16333
- },
16334
- "H3DataIndoorNo4g": {
16335
- "type": "integer"
16336
- },
16337
- "TFVoiceOutdoor": {
16338
- "type": "integer"
16339
- },
16340
- "TFVoiceOutdoorNo4g": {
16341
- "type": "integer"
16342
- },
16343
- "TFVoiceIndoor": {
16344
- "type": "integer"
16345
- },
16346
- "TFVoiceIndoorNo4g": {
16347
- "type": "integer"
16348
- },
16349
- "TFDataOutdoor": {
16350
- "type": "integer"
16351
- },
16352
- "TFDataOutdoorNo4g": {
16353
- "type": "integer"
16354
- },
16355
- "TFDataIndoor": {
16356
- "type": "integer"
16357
- },
16358
- "TFDataIndoorNo4g": {
16359
- "type": "integer"
16360
- },
16361
- "VOVoiceOutdoor": {
16362
- "type": "integer"
16363
- },
16364
- "VOVoiceOutdoorNo4g": {
16365
- "type": "integer"
16366
- },
16367
- "VOVoiceIndoor": {
16368
- "type": "integer"
16369
- },
16370
- "VOVoiceIndoorNo4g": {
16371
- "type": "integer"
16372
- },
16373
- "VODataOutdoor": {
16374
- "type": "integer"
16375
- },
16376
- "VODataOutdoorNo4g": {
16377
- "type": "integer"
16378
- },
16379
- "VODataIndoor": {
16380
- "type": "integer"
15770
+ "type": "string",
15771
+ "format": "date"
16381
15772
  },
16382
- "VODataIndoorNo4g": {
16383
- "type": "integer"
15773
+ "supplier": {
15774
+ "title": "Supplier",
15775
+ "type": "string"
16384
15776
  }
16385
15777
  }
16386
15778
  }
16387
- }
15779
+ ]
16388
15780
  },
16389
- "maintenanceAgreements": {
16390
- "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to connected services?",
15781
+ "otherSources": {
15782
+ "title": "Other sources",
15783
+ "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",
16391
15784
  "type": "object",
16392
15785
  "properties": {
16393
15786
  "yesNo": {
@@ -16395,6 +15788,7 @@
16395
15788
  "title": "",
16396
15789
  "enum": [
16397
15790
  "Yes",
15791
+ "To be connected",
16398
15792
  "No"
16399
15793
  ]
16400
15794
  }
@@ -16418,16 +15812,33 @@
16418
15812
  },
16419
15813
  "details": {
16420
15814
  "title": "Details",
16421
- "type": "string",
16422
- "minLength": 1
15815
+ "type": "string"
16423
15816
  },
16424
- "attachments": {
16425
- "title": "Attachments",
16426
- "type": "string",
15817
+ "supplier": {
15818
+ "title": "Supplier",
15819
+ "type": "string"
15820
+ }
15821
+ }
15822
+ },
15823
+ {
15824
+ "properties": {
15825
+ "yesNo": {
16427
15826
  "enum": [
16428
- "Attached",
16429
- "To follow"
15827
+ "To be connected"
16430
15828
  ]
15829
+ },
15830
+ "details": {
15831
+ "title": "Details",
15832
+ "type": "string"
15833
+ },
15834
+ "dateToBeConnected": {
15835
+ "title": "Date to be connected",
15836
+ "type": "string",
15837
+ "format": "date"
15838
+ },
15839
+ "supplier": {
15840
+ "title": "Supplier",
15841
+ "type": "string"
16431
15842
  }
16432
15843
  }
16433
15844
  }
@@ -16755,15 +16166,6 @@
16755
16166
  }
16756
16167
  }
16757
16168
  },
16758
- {
16759
- "properties": {
16760
- "yesNo": {
16761
- "enum": [
16762
- "Not known"
16763
- ]
16764
- }
16765
- }
16766
- },
16767
16169
  {
16768
16170
  "properties": {
16769
16171
  "yesNo": {
@@ -16786,7 +16188,8 @@
16786
16188
  "properties": {
16787
16189
  "yesNo": {
16788
16190
  "enum": [
16789
- "No"
16191
+ "No",
16192
+ "Not known"
16790
16193
  ]
16791
16194
  },
16792
16195
  "offMainsDrainageSystem": {
@@ -16798,7 +16201,9 @@
16798
16201
  "Sustainable Drainage System",
16799
16202
  "Septic tank",
16800
16203
  "Cesspit",
16801
- "Sewerage treatment plant"
16204
+ "Sewerage treatment plant",
16205
+ "Other",
16206
+ "Not known"
16802
16207
  ]
16803
16208
  },
16804
16209
  "otherConnectedProperties": {
@@ -16963,7 +16368,7 @@
16963
16368
  "type": "string",
16964
16369
  "enum": [
16965
16370
  "Yes",
16966
- "No, it does not comply with the rules for discharge into a waterway."
16371
+ "No"
16967
16372
  ]
16968
16373
  }
16969
16374
  }
@@ -17041,6 +16446,20 @@
17041
16446
  ]
17042
16447
  }
17043
16448
  }
16449
+ },
16450
+ {
16451
+ "properties": {
16452
+ "offMainsDrainageSystemType": {
16453
+ "enum": [
16454
+ "Other",
16455
+ "Not known"
16456
+ ]
16457
+ },
16458
+ "details": {
16459
+ "title": "Details",
16460
+ "type": "string"
16461
+ }
16462
+ }
17044
16463
  }
17045
16464
  ]
17046
16465
  }
@@ -17474,7 +16893,8 @@
17474
16893
  "properties": {
17475
16894
  "heatingType": {
17476
16895
  "enum": [
17477
- "None"
16896
+ "None",
16897
+ "Room heaters only"
17478
16898
  ]
17479
16899
  }
17480
16900
  }
@@ -17639,44 +17059,358 @@
17639
17059
  }
17640
17060
  }
17641
17061
  }
17642
- }
17062
+ }
17063
+ },
17064
+ {
17065
+ "properties": {
17066
+ "heatingType": {
17067
+ "enum": [
17068
+ "Community heating system"
17069
+ ]
17070
+ },
17071
+ "details": {
17072
+ "title": "Community heating system details",
17073
+ "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.",
17074
+ "type": "string",
17075
+ "minLength": 1
17076
+ }
17077
+ }
17078
+ }
17079
+ ]
17080
+ },
17081
+ "otherHeatingFeatures": {
17082
+ "title": "What other heating features does the property have?",
17083
+ "type": "array",
17084
+ "items": {
17085
+ "type": "string",
17086
+ "enum": [
17087
+ "Air conditioning",
17088
+ "Double glazing",
17089
+ "Triple glazing",
17090
+ "Night storage",
17091
+ "Solar water",
17092
+ "Underfloor heating",
17093
+ "Wood burner",
17094
+ "Open fire",
17095
+ "Ground source heat pump",
17096
+ "Air source heat pump",
17097
+ "Solar thermal",
17098
+ "Passive House design"
17099
+ ]
17100
+ }
17101
+ }
17102
+ }
17103
+ },
17104
+ "connectivity": {
17105
+ "title": "Connectivity",
17106
+ "type": "object",
17107
+ "properties": {
17108
+ "telephone": {
17109
+ "title": "Telephone",
17110
+ "type": "object",
17111
+ "properties": {
17112
+ "yesNo": {
17113
+ "type": "string",
17114
+ "title": "",
17115
+ "enum": [
17116
+ "Yes",
17117
+ "To be connected",
17118
+ "No"
17119
+ ]
17120
+ }
17121
+ },
17122
+ "oneOf": [
17123
+ {
17124
+ "properties": {
17125
+ "yesNo": {
17126
+ "enum": [
17127
+ "No"
17128
+ ]
17129
+ }
17130
+ }
17131
+ },
17132
+ {
17133
+ "properties": {
17134
+ "yesNo": {
17135
+ "enum": [
17136
+ "Yes"
17137
+ ]
17138
+ },
17139
+ "supplier": {
17140
+ "title": "Supplier",
17141
+ "type": "string"
17142
+ }
17143
+ }
17144
+ },
17145
+ {
17146
+ "properties": {
17147
+ "yesNo": {
17148
+ "enum": [
17149
+ "To be connected"
17150
+ ]
17151
+ },
17152
+ "dateToBeConnected": {
17153
+ "title": "Date to be connected",
17154
+ "type": "string",
17155
+ "format": "date"
17156
+ },
17157
+ "supplier": {
17158
+ "title": "Supplier",
17159
+ "type": "string"
17160
+ }
17161
+ }
17162
+ }
17163
+ ]
17164
+ },
17165
+ "cableSatelliteTV": {
17166
+ "title": "Cable TV or satellite",
17167
+ "type": "object",
17168
+ "properties": {
17169
+ "yesNo": {
17170
+ "type": "string",
17171
+ "title": "",
17172
+ "enum": [
17173
+ "Yes",
17174
+ "To be connected",
17175
+ "No"
17176
+ ]
17177
+ }
17178
+ },
17179
+ "oneOf": [
17180
+ {
17181
+ "properties": {
17182
+ "yesNo": {
17183
+ "enum": [
17184
+ "No"
17185
+ ]
17186
+ }
17187
+ }
17188
+ },
17189
+ {
17190
+ "properties": {
17191
+ "yesNo": {
17192
+ "enum": [
17193
+ "Yes"
17194
+ ]
17195
+ },
17196
+ "supplier": {
17197
+ "title": "Supplier",
17198
+ "type": "string"
17199
+ }
17200
+ }
17201
+ },
17202
+ {
17203
+ "properties": {
17204
+ "yesNo": {
17205
+ "enum": [
17206
+ "To be connected"
17207
+ ]
17208
+ },
17209
+ "dateToBeConnected": {
17210
+ "title": "Date to be connected",
17211
+ "type": "string",
17212
+ "format": "date"
17213
+ },
17214
+ "supplier": {
17215
+ "title": "Supplier",
17216
+ "type": "string"
17217
+ }
17218
+ }
17219
+ }
17220
+ ]
17221
+ },
17222
+ "broadband": {
17223
+ "title": "Broadband",
17224
+ "type": "object",
17225
+ "properties": {
17226
+ "typeOfConnection": {
17227
+ "title": "Type of connection",
17228
+ "type": "string",
17229
+ "enum": [
17230
+ "None",
17231
+ "ADSL copper wire",
17232
+ "Cable",
17233
+ "FTTC (Fibre to the Cabinet)",
17234
+ "FTTP (Fibre to the Premises)"
17235
+ ]
17236
+ },
17237
+ "predictedSpeed": {
17238
+ "title": "Broadband predicted speed per Ofcom Connected Nations",
17239
+ "type": "object",
17240
+ "properties": {
17241
+ "MaxBbPredictedDown": {
17242
+ "type": "number"
17243
+ },
17244
+ "MaxBbPredictedUp": {
17245
+ "type": "number"
17246
+ },
17247
+ "MaxSfbbPredictedDown": {
17248
+ "type": "number"
17249
+ },
17250
+ "MaxSfbbPredictedUp": {
17251
+ "type": "number"
17252
+ },
17253
+ "MaxUfbbPredictedDown": {
17254
+ "type": "number"
17255
+ },
17256
+ "MaxUfbbPredictedUp": {
17257
+ "type": "number"
17258
+ },
17259
+ "MaxPredictedDown": {
17260
+ "type": "number"
17261
+ },
17262
+ "MaxPredictedUp": {
17263
+ "type": "number"
17264
+ }
17265
+ }
17266
+ }
17267
+ }
17268
+ },
17269
+ "mobilePhone": {
17270
+ "title": "Mobile phone coverage",
17271
+ "type": "object",
17272
+ "properties": {
17273
+ "knownSignalIssues": {
17274
+ "title": "Are there any issues with mobile phone signal or coverage at the property?",
17275
+ "description": "You should disclose any known issues with signal strength or dropped calls specific to the property.",
17276
+ "type": "object",
17277
+ "properties": {
17278
+ "yesNo": {
17279
+ "title": "",
17280
+ "type": "string",
17281
+ "enum": [
17282
+ "Yes",
17283
+ "No"
17284
+ ]
17285
+ }
17286
+ },
17287
+ "oneOf": [
17288
+ {
17289
+ "properties": {
17290
+ "yesNo": {
17291
+ "enum": [
17292
+ "No"
17293
+ ]
17294
+ }
17295
+ }
17296
+ },
17297
+ {
17298
+ "properties": {
17299
+ "yesNo": {
17300
+ "enum": [
17301
+ "Yes"
17302
+ ]
17303
+ },
17304
+ "details": {
17305
+ "title": "Details",
17306
+ "type": "string"
17307
+ }
17308
+ }
17309
+ }
17310
+ ]
17643
17311
  },
17644
- {
17312
+ "predictedCoverage": {
17313
+ "title": "Mobile predicted coverage per Ofcom Connected Nations",
17314
+ "type": "object",
17645
17315
  "properties": {
17646
- "heatingType": {
17647
- "enum": [
17648
- "Community heating system"
17649
- ]
17316
+ "EEVoiceOutdoor": {
17317
+ "type": "integer"
17650
17318
  },
17651
- "details": {
17652
- "title": "Community heating system details",
17653
- "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.",
17654
- "type": "string",
17655
- "minLength": 1
17319
+ "EEVoiceOutdoorNo4g": {
17320
+ "type": "integer"
17321
+ },
17322
+ "EEVoiceIndoor": {
17323
+ "type": "integer"
17324
+ },
17325
+ "EEVoiceIndoorNo4g": {
17326
+ "type": "integer"
17327
+ },
17328
+ "EEDataOutdoor": {
17329
+ "type": "integer"
17330
+ },
17331
+ "EEDataOutdoorNo4g": {
17332
+ "type": "integer"
17333
+ },
17334
+ "EEDataIndoor": {
17335
+ "type": "integer"
17336
+ },
17337
+ "EEDataIndoorNo4g": {
17338
+ "type": "integer"
17339
+ },
17340
+ "H3VoiceOutdoor": {
17341
+ "type": "integer"
17342
+ },
17343
+ "H3VoiceOutdoorNo4g": {
17344
+ "type": "integer"
17345
+ },
17346
+ "H3VoiceIndoor": {
17347
+ "type": "integer"
17348
+ },
17349
+ "H3VoiceIndoorNo4g": {
17350
+ "type": "integer"
17351
+ },
17352
+ "H3DataOutdoor": {
17353
+ "type": "integer"
17354
+ },
17355
+ "H3DataOutdoorNo4g": {
17356
+ "type": "integer"
17357
+ },
17358
+ "H3DataIndoor": {
17359
+ "type": "integer"
17360
+ },
17361
+ "H3DataIndoorNo4g": {
17362
+ "type": "integer"
17363
+ },
17364
+ "TFVoiceOutdoor": {
17365
+ "type": "integer"
17366
+ },
17367
+ "TFVoiceOutdoorNo4g": {
17368
+ "type": "integer"
17369
+ },
17370
+ "TFVoiceIndoor": {
17371
+ "type": "integer"
17372
+ },
17373
+ "TFVoiceIndoorNo4g": {
17374
+ "type": "integer"
17375
+ },
17376
+ "TFDataOutdoor": {
17377
+ "type": "integer"
17378
+ },
17379
+ "TFDataOutdoorNo4g": {
17380
+ "type": "integer"
17381
+ },
17382
+ "TFDataIndoor": {
17383
+ "type": "integer"
17384
+ },
17385
+ "TFDataIndoorNo4g": {
17386
+ "type": "integer"
17387
+ },
17388
+ "VOVoiceOutdoor": {
17389
+ "type": "integer"
17390
+ },
17391
+ "VOVoiceOutdoorNo4g": {
17392
+ "type": "integer"
17393
+ },
17394
+ "VOVoiceIndoor": {
17395
+ "type": "integer"
17396
+ },
17397
+ "VOVoiceIndoorNo4g": {
17398
+ "type": "integer"
17399
+ },
17400
+ "VODataOutdoor": {
17401
+ "type": "integer"
17402
+ },
17403
+ "VODataOutdoorNo4g": {
17404
+ "type": "integer"
17405
+ },
17406
+ "VODataIndoor": {
17407
+ "type": "integer"
17408
+ },
17409
+ "VODataIndoorNo4g": {
17410
+ "type": "integer"
17656
17411
  }
17657
17412
  }
17658
17413
  }
17659
- ]
17660
- },
17661
- "otherHeatingFeatures": {
17662
- "title": "What other heating features does the property have?",
17663
- "type": "array",
17664
- "items": {
17665
- "type": "string",
17666
- "enum": [
17667
- "Air conditioning",
17668
- "Double glazing",
17669
- "Triple glazing",
17670
- "Night storage",
17671
- "Solar water",
17672
- "Underfloor heating",
17673
- "Wood burner",
17674
- "Open fire",
17675
- "Ground source heat pump",
17676
- "Air source heat pump",
17677
- "Solar thermal",
17678
- "Passive House design"
17679
- ]
17680
17414
  }
17681
17415
  }
17682
17416
  }
@@ -19074,6 +18808,99 @@
19074
18808
  }
19075
18809
  }
19076
18810
  },
18811
+ "infrastructure": {
18812
+ "title": "Infrastructure risk",
18813
+ "type": "object",
18814
+ "properties": {
18815
+ "infrastructureRisk": {
18816
+ "type": "object",
18817
+ "title": "Infrastructure risk",
18818
+ "properties": {
18819
+ "riskIndicator": {
18820
+ "type": "string",
18821
+ "title": "Is the property impacted?",
18822
+ "enum": [
18823
+ "Yes",
18824
+ "No"
18825
+ ]
18826
+ },
18827
+ "actionAlertRating": {
18828
+ "type": "integer",
18829
+ "title": "Action alert rating (1 is Green, 5 is Red)",
18830
+ "minimum": 1,
18831
+ "maximum": 5
18832
+ },
18833
+ "result": {
18834
+ "title": "Result",
18835
+ "type": "string",
18836
+ "minLength": 1
18837
+ },
18838
+ "summary": {
18839
+ "type": "string",
18840
+ "title": "Summary of risk",
18841
+ "minLength": 1
18842
+ },
18843
+ "recommendations": {
18844
+ "type": "string",
18845
+ "title": "Recommendations",
18846
+ "minLength": 1
18847
+ },
18848
+ "datasetAttribution": {
18849
+ "type": "string",
18850
+ "title": "Licensing, distribution and copyright information",
18851
+ "minLength": 1
18852
+ },
18853
+ "riskSubcategories": {
18854
+ "type": "array",
18855
+ "title": "Risk sub-categories",
18856
+ "items": {
18857
+ "type": "object",
18858
+ "properties": {
18859
+ "subCategory": {
18860
+ "type": "string",
18861
+ "title": "Risk sub-category name"
18862
+ },
18863
+ "riskIndicator": {
18864
+ "type": "string",
18865
+ "title": "Is action recommended?",
18866
+ "enum": [
18867
+ "Yes",
18868
+ "No"
18869
+ ]
18870
+ },
18871
+ "actionAlertRating": {
18872
+ "type": "integer",
18873
+ "title": "Action alert rating (1 is Green, 5 is Red)",
18874
+ "minimum": 1,
18875
+ "maximum": 5
18876
+ },
18877
+ "result": {
18878
+ "title": "Result",
18879
+ "type": "string",
18880
+ "minLength": 1
18881
+ },
18882
+ "summary": {
18883
+ "type": "string",
18884
+ "title": "Summary of risk",
18885
+ "minLength": 1
18886
+ },
18887
+ "recommendations": {
18888
+ "type": "string",
18889
+ "title": "Recommendations",
18890
+ "minLength": 1
18891
+ },
18892
+ "datasetAttribution": {
18893
+ "type": "string",
18894
+ "title": "Licensing, distribution and copyright information",
18895
+ "minLength": 1
18896
+ }
18897
+ }
18898
+ }
18899
+ }
18900
+ }
18901
+ }
18902
+ }
18903
+ },
19077
18904
  "energy": {
19078
18905
  "title": "Energy",
19079
18906
  "type": "object",
@@ -21024,11 +20851,11 @@
21024
20851
  }
21025
20852
  ]
21026
20853
  },
21027
- "electricityMeterLocation": {
20854
+ "electricityMeter": {
21028
20855
  "title": "Location of electricity meter (if any)",
21029
20856
  "type": "object",
21030
20857
  "properties": {
21031
- "description": {
20858
+ "location": {
21032
20859
  "title": "Describe the location of the meter",
21033
20860
  "type": "string",
21034
20861
  "minLength": 1
@@ -21040,14 +20867,19 @@
21040
20867
  "Attached",
21041
20868
  "To follow"
21042
20869
  ]
20870
+ },
20871
+ "mpan": {
20872
+ "title": "Meter Point Administration Number (MPAN)",
20873
+ "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.",
20874
+ "type": "integer"
21043
20875
  }
21044
20876
  }
21045
20877
  },
21046
- "gasMeterLocation": {
20878
+ "gasMeter": {
21047
20879
  "title": "Location of gas meter (if any)",
21048
20880
  "type": "object",
21049
20881
  "properties": {
21050
- "description": {
20882
+ "location": {
21051
20883
  "title": "Describe the location of the meter",
21052
20884
  "type": "string",
21053
20885
  "minLength": 1
@@ -21059,14 +20891,19 @@
21059
20891
  "Attached",
21060
20892
  "To follow"
21061
20893
  ]
20894
+ },
20895
+ "mprn": {
20896
+ "title": "Meter Point Reference Number (MPRN)",
20897
+ "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.",
20898
+ "type": "integer"
21062
20899
  }
21063
20900
  }
21064
20901
  },
21065
- "stopcockLocation": {
20902
+ "stopcock": {
21066
20903
  "title": "Location of stopcock (if any)",
21067
20904
  "type": "object",
21068
20905
  "properties": {
21069
- "description": {
20906
+ "location": {
21070
20907
  "title": "Describe the location of the stopcock",
21071
20908
  "type": "string",
21072
20909
  "minLength": 1
@@ -21081,11 +20918,11 @@
21081
20918
  }
21082
20919
  }
21083
20920
  },
21084
- "waterMeterLocation": {
20921
+ "waterMeter": {
21085
20922
  "title": "Location of water meter (if any)",
21086
20923
  "type": "object",
21087
20924
  "properties": {
21088
- "description": {
20925
+ "location": {
21089
20926
  "title": "Describe the location of the meter",
21090
20927
  "type": "string",
21091
20928
  "minLength": 1