@pdtf/schemas 3.0.0-15 → 3.0.0-17

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.
@@ -292,7 +292,7 @@
292
292
  "type": "string"
293
293
  },
294
294
  "marketingTenure": {
295
- "title": "Type of tenure being marketed",
295
+ "title": "What tenure is the property being marketed as?",
296
296
  "type": "string",
297
297
  "enum": [
298
298
  "Commonhold",
@@ -15803,67 +15803,192 @@
15803
15803
  "description": "Please indicate which utilities are are connected to the property.",
15804
15804
  "type": "object",
15805
15805
  "properties": {
15806
- "mainsElectricity": {
15807
- "title": "Mains electricity",
15806
+ "electricity": {
15807
+ "title": "Electricity supply",
15808
15808
  "type": "object",
15809
15809
  "properties": {
15810
- "yesNo": {
15811
- "type": "string",
15812
- "title": "",
15813
- "enum": [
15814
- "Yes",
15815
- "To be connected",
15816
- "No"
15817
- ]
15818
- }
15819
- },
15820
- "oneOf": [
15821
- {
15810
+ "mainsElectricity": {
15811
+ "title": "Mains electricity",
15812
+ "type": "object",
15822
15813
  "properties": {
15823
15814
  "yesNo": {
15815
+ "type": "string",
15816
+ "title": "",
15824
15817
  "enum": [
15818
+ "Yes",
15819
+ "To be connected",
15825
15820
  "No"
15826
15821
  ]
15827
15822
  }
15828
- }
15823
+ },
15824
+ "oneOf": [
15825
+ {
15826
+ "properties": {
15827
+ "yesNo": {
15828
+ "enum": [
15829
+ "No"
15830
+ ]
15831
+ }
15832
+ }
15833
+ },
15834
+ {
15835
+ "properties": {
15836
+ "yesNo": {
15837
+ "enum": [
15838
+ "Yes"
15839
+ ]
15840
+ },
15841
+ "supplier": {
15842
+ "title": "Supplier",
15843
+ "type": "string"
15844
+ },
15845
+ "mpan": {
15846
+ "title": "Meter Point Administration Number (MPAN)",
15847
+ "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.",
15848
+ "type": "integer"
15849
+ }
15850
+ }
15851
+ },
15852
+ {
15853
+ "properties": {
15854
+ "yesNo": {
15855
+ "enum": [
15856
+ "To be connected"
15857
+ ]
15858
+ },
15859
+ "dateToBeConnected": {
15860
+ "title": "Date to be connected",
15861
+ "type": "string",
15862
+ "format": "date"
15863
+ },
15864
+ "supplier": {
15865
+ "title": "Supplier",
15866
+ "type": "string"
15867
+ }
15868
+ }
15869
+ }
15870
+ ]
15829
15871
  },
15830
- {
15872
+ "solarPanels": {
15873
+ "title": "Solar or photovoltaic panels",
15874
+ "type": "object",
15831
15875
  "properties": {
15832
15876
  "yesNo": {
15877
+ "type": "string",
15878
+ "title": "",
15833
15879
  "enum": [
15834
- "Yes"
15880
+ "Yes",
15881
+ "To be connected",
15882
+ "No"
15835
15883
  ]
15884
+ }
15885
+ },
15886
+ "oneOf": [
15887
+ {
15888
+ "properties": {
15889
+ "yesNo": {
15890
+ "enum": [
15891
+ "No"
15892
+ ]
15893
+ }
15894
+ }
15836
15895
  },
15837
- "supplier": {
15838
- "title": "Supplier",
15839
- "type": "string"
15896
+ {
15897
+ "properties": {
15898
+ "yesNo": {
15899
+ "enum": [
15900
+ "Yes"
15901
+ ]
15902
+ },
15903
+ "supplier": {
15904
+ "title": "Supplier",
15905
+ "type": "string"
15906
+ }
15907
+ }
15840
15908
  },
15841
- "mpan": {
15842
- "title": "Meter Point Administration Number (MPAN)",
15843
- "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.",
15844
- "type": "integer"
15909
+ {
15910
+ "properties": {
15911
+ "yesNo": {
15912
+ "enum": [
15913
+ "To be connected"
15914
+ ]
15915
+ },
15916
+ "dateToBeConnected": {
15917
+ "title": "Date to be connected",
15918
+ "type": "string",
15919
+ "format": "date"
15920
+ },
15921
+ "supplier": {
15922
+ "title": "Supplier",
15923
+ "type": "string"
15924
+ }
15925
+ }
15845
15926
  }
15846
- }
15927
+ ]
15847
15928
  },
15848
- {
15929
+ "otherSources": {
15930
+ "title": "Other sources",
15931
+ "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",
15932
+ "type": "object",
15849
15933
  "properties": {
15850
15934
  "yesNo": {
15935
+ "type": "string",
15936
+ "title": "",
15851
15937
  "enum": [
15852
- "To be connected"
15938
+ "Yes",
15939
+ "To be connected",
15940
+ "No"
15853
15941
  ]
15942
+ }
15943
+ },
15944
+ "oneOf": [
15945
+ {
15946
+ "properties": {
15947
+ "yesNo": {
15948
+ "enum": [
15949
+ "No"
15950
+ ]
15951
+ }
15952
+ }
15854
15953
  },
15855
- "dateToBeConnected": {
15856
- "title": "Date to be connected",
15857
- "type": "string",
15858
- "format": "date"
15954
+ {
15955
+ "properties": {
15956
+ "yesNo": {
15957
+ "enum": [
15958
+ "Yes"
15959
+ ]
15960
+ },
15961
+ "details": {
15962
+ "title": "Details",
15963
+ "type": "string"
15964
+ },
15965
+ "supplier": {
15966
+ "title": "Supplier",
15967
+ "type": "string"
15968
+ }
15969
+ }
15859
15970
  },
15860
- "supplier": {
15861
- "title": "Supplier",
15862
- "type": "string"
15971
+ {
15972
+ "properties": {
15973
+ "yesNo": {
15974
+ "enum": [
15975
+ "To be connected"
15976
+ ]
15977
+ },
15978
+ "dateToBeConnected": {
15979
+ "title": "Date to be connected",
15980
+ "type": "string",
15981
+ "format": "date"
15982
+ },
15983
+ "supplier": {
15984
+ "title": "Supplier",
15985
+ "type": "string"
15986
+ }
15987
+ }
15863
15988
  }
15864
- }
15989
+ ]
15865
15990
  }
15866
- ]
15991
+ }
15867
15992
  },
15868
15993
  "mainsGas": {
15869
15994
  "title": "Mains gas",
@@ -16222,8 +16347,8 @@
16222
16347
  }
16223
16348
  ]
16224
16349
  },
16225
- "solarPanels": {
16226
- "title": "Solar or photovoltaic panels",
16350
+ "maintenanceAgreements": {
16351
+ "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to connected services?",
16227
16352
  "type": "object",
16228
16353
  "properties": {
16229
16354
  "yesNo": {
@@ -16231,7 +16356,6 @@
16231
16356
  "title": "",
16232
16357
  "enum": [
16233
16358
  "Yes",
16234
- "To be connected",
16235
16359
  "No"
16236
16360
  ]
16237
16361
  }
@@ -16253,178 +16377,60 @@
16253
16377
  "Yes"
16254
16378
  ]
16255
16379
  },
16256
- "supplier": {
16257
- "title": "Supplier",
16258
- "type": "string"
16259
- }
16260
- }
16261
- },
16262
- {
16263
- "properties": {
16264
- "yesNo": {
16265
- "enum": [
16266
- "To be connected"
16267
- ]
16268
- },
16269
- "dateToBeConnected": {
16270
- "title": "Date to be connected",
16380
+ "details": {
16381
+ "title": "Details",
16271
16382
  "type": "string",
16272
- "format": "date"
16383
+ "minLength": 1
16273
16384
  },
16274
- "supplier": {
16275
- "title": "Supplier",
16276
- "type": "string"
16385
+ "attachments": {
16386
+ "title": "Attachments",
16387
+ "type": "string",
16388
+ "enum": [
16389
+ "Attached",
16390
+ "To follow"
16391
+ ]
16277
16392
  }
16278
16393
  }
16279
16394
  }
16280
16395
  ]
16281
- },
16282
- "otherServices": {
16283
- "title": "Other services",
16284
- "description": "Other services 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",
16396
+ }
16397
+ }
16398
+ },
16399
+ "waterAndDrainage": {
16400
+ "title": "Water and Drainage",
16401
+ "description": "Please describe the water and drainage services that are connected to the property.",
16402
+ "type": "object",
16403
+ "properties": {
16404
+ "maps": {
16285
16405
  "type": "object",
16406
+ "title": "Maps",
16286
16407
  "properties": {
16287
- "yesNo": {
16408
+ "publicSewerMapAttached": {
16409
+ "title": "Where relevant, please include a copy of an extract from the public sewer map.",
16288
16410
  "type": "string",
16289
- "title": "",
16290
- "enum": [
16291
- "Yes",
16292
- "To be connected",
16293
- "No"
16294
- ]
16411
+ "minLength": 1
16412
+ },
16413
+ "waterworksMapAttached": {
16414
+ "title": "Where relevant, please include a copy of an extract from the map of waterworks.",
16415
+ "type": "string",
16416
+ "minLength": 1
16295
16417
  }
16296
- },
16297
- "oneOf": [
16298
- {
16418
+ }
16419
+ },
16420
+ "water": {
16421
+ "title": "Water",
16422
+ "type": "object",
16423
+ "properties": {
16424
+ "mainsWater": {
16425
+ "title": "Mains water",
16426
+ "type": "object",
16299
16427
  "properties": {
16300
16428
  "yesNo": {
16429
+ "type": "string",
16430
+ "title": "",
16301
16431
  "enum": [
16302
- "No"
16303
- ]
16304
- }
16305
- }
16306
- },
16307
- {
16308
- "properties": {
16309
- "yesNo": {
16310
- "enum": [
16311
- "Yes"
16312
- ]
16313
- },
16314
- "details": {
16315
- "title": "Details",
16316
- "type": "string"
16317
- },
16318
- "supplier": {
16319
- "title": "Supplier",
16320
- "type": "string"
16321
- }
16322
- }
16323
- },
16324
- {
16325
- "properties": {
16326
- "yesNo": {
16327
- "enum": [
16328
- "To be connected"
16329
- ]
16330
- },
16331
- "dateToBeConnected": {
16332
- "title": "Date to be connected",
16333
- "type": "string",
16334
- "format": "date"
16335
- },
16336
- "supplier": {
16337
- "title": "Supplier",
16338
- "type": "string"
16339
- }
16340
- }
16341
- }
16342
- ]
16343
- },
16344
- "maintenanceAgreements": {
16345
- "title": "Do you have any licences, maintenance agreements, contracts or service agreements in relation to connected services?",
16346
- "type": "object",
16347
- "properties": {
16348
- "yesNo": {
16349
- "type": "string",
16350
- "title": "",
16351
- "enum": [
16352
- "Yes",
16353
- "No"
16354
- ]
16355
- }
16356
- },
16357
- "oneOf": [
16358
- {
16359
- "properties": {
16360
- "yesNo": {
16361
- "enum": [
16362
- "No"
16363
- ]
16364
- }
16365
- }
16366
- },
16367
- {
16368
- "properties": {
16369
- "yesNo": {
16370
- "enum": [
16371
- "Yes"
16372
- ]
16373
- },
16374
- "details": {
16375
- "title": "Details",
16376
- "type": "string",
16377
- "minLength": 1
16378
- },
16379
- "attachments": {
16380
- "title": "Attachments",
16381
- "type": "string",
16382
- "enum": [
16383
- "Attached",
16384
- "To follow"
16385
- ]
16386
- }
16387
- }
16388
- }
16389
- ]
16390
- }
16391
- }
16392
- },
16393
- "waterAndDrainage": {
16394
- "title": "Water and Drainage",
16395
- "description": "Please describe the water and drainage services that are connected to the property.",
16396
- "type": "object",
16397
- "properties": {
16398
- "maps": {
16399
- "type": "object",
16400
- "title": "Maps",
16401
- "properties": {
16402
- "publicSewerMapAttached": {
16403
- "title": "Where relevant, please include a copy of an extract from the public sewer map.",
16404
- "type": "string",
16405
- "minLength": 1
16406
- },
16407
- "waterworksMapAttached": {
16408
- "title": "Where relevant, please include a copy of an extract from the map of waterworks.",
16409
- "type": "string",
16410
- "minLength": 1
16411
- }
16412
- }
16413
- },
16414
- "water": {
16415
- "title": "Water",
16416
- "type": "object",
16417
- "properties": {
16418
- "mainsWater": {
16419
- "title": "Mains water",
16420
- "type": "object",
16421
- "properties": {
16422
- "yesNo": {
16423
- "type": "string",
16424
- "title": "",
16425
- "enum": [
16426
- "Yes",
16427
- "To be connected",
16432
+ "Yes",
16433
+ "To be connected",
16428
16434
  "No"
16429
16435
  ]
16430
16436
  }
@@ -17409,224 +17415,230 @@
17409
17415
  "title": "Heating",
17410
17416
  "type": "object",
17411
17417
  "properties": {
17412
- "heatingType": {
17413
- "title": "What type of heating system does the property have?",
17414
- "type": "string",
17415
- "enum": [
17416
- "Central heating",
17417
- "Communal heating system",
17418
- "None"
17419
- ]
17420
- },
17421
- "otherHeatingFeatures": {
17422
- "title": "What other heating features does the property have?",
17423
- "type": "array",
17424
- "items": {
17425
- "type": "string",
17426
- "enum": [
17427
- "Air Conditioning",
17428
- "Double Glazing",
17429
- "Eco-Friendly",
17430
- "Night Storage",
17431
- "Solar Water",
17432
- "Underfloor Heating",
17433
- "Wood Burner",
17434
- "Open Fire",
17435
- "Ground Source Heat Pump",
17436
- "Air Source Heat Pump",
17437
- "Solar Thermal"
17438
- ]
17439
- }
17440
- }
17441
- },
17442
- "oneOf": [
17443
- {
17418
+ "heatingSystem": {
17419
+ "type": "object",
17420
+ "title": "Heating system",
17444
17421
  "properties": {
17445
17422
  "heatingType": {
17423
+ "title": "What type of heating system does the property have?",
17424
+ "type": "string",
17446
17425
  "enum": [
17426
+ "Central heating",
17427
+ "Communal heating system",
17447
17428
  "None"
17448
17429
  ]
17449
17430
  }
17450
- }
17451
- },
17452
- {
17453
- "properties": {
17454
- "heatingType": {
17455
- "enum": [
17456
- "Central heating"
17457
- ]
17431
+ },
17432
+ "oneOf": [
17433
+ {
17434
+ "properties": {
17435
+ "heatingType": {
17436
+ "enum": [
17437
+ "None"
17438
+ ]
17439
+ }
17440
+ }
17458
17441
  },
17459
- "centralHeatingDetails": {
17460
- "type": "object",
17461
- "title": "Central Heating Details",
17442
+ {
17462
17443
  "properties": {
17463
- "centralHeatingFuel": {
17444
+ "heatingType": {
17445
+ "enum": [
17446
+ "Central heating"
17447
+ ]
17448
+ },
17449
+ "centralHeatingDetails": {
17464
17450
  "type": "object",
17465
- "title": "Central Heating Fuel",
17451
+ "title": "Central Heating Details",
17466
17452
  "properties": {
17467
- "centralHeatingFuelType": {
17468
- "title": "What type of fuel does the system run on?",
17469
- "type": "string",
17470
- "enum": [
17471
- "Mains gas",
17472
- "Electricity",
17473
- "Oil",
17474
- "LPG",
17475
- "Biomass",
17476
- "Other"
17477
- ]
17478
- }
17479
- },
17480
- "oneOf": [
17481
- {
17453
+ "centralHeatingFuel": {
17454
+ "type": "object",
17455
+ "title": "Central Heating Fuel",
17482
17456
  "properties": {
17483
17457
  "centralHeatingFuelType": {
17458
+ "title": "What type of fuel does the system run on?",
17459
+ "type": "string",
17484
17460
  "enum": [
17485
17461
  "Mains gas",
17486
17462
  "Electricity",
17487
17463
  "Oil",
17488
17464
  "LPG",
17489
- "Biomass"
17490
- ]
17491
- }
17492
- }
17493
- },
17494
- {
17495
- "properties": {
17496
- "centralHeatingFuelType": {
17497
- "enum": [
17465
+ "Biomass",
17498
17466
  "Other"
17499
17467
  ]
17468
+ }
17469
+ },
17470
+ "oneOf": [
17471
+ {
17472
+ "properties": {
17473
+ "centralHeatingFuelType": {
17474
+ "enum": [
17475
+ "Mains gas",
17476
+ "Electricity",
17477
+ "Oil",
17478
+ "LPG",
17479
+ "Biomass"
17480
+ ]
17481
+ }
17482
+ }
17500
17483
  },
17501
- "otherCentralHeatingFuelType": {
17502
- "title": "Please describe the other fuel type",
17503
- "type": "string",
17504
- "minLength": 1
17484
+ {
17485
+ "properties": {
17486
+ "centralHeatingFuelType": {
17487
+ "enum": [
17488
+ "Other"
17489
+ ]
17490
+ },
17491
+ "otherCentralHeatingFuelType": {
17492
+ "title": "Please describe the other fuel type",
17493
+ "type": "string",
17494
+ "minLength": 1
17495
+ }
17496
+ }
17505
17497
  }
17506
- }
17507
- }
17508
- ]
17509
- },
17510
- "centralHeatingInstalled": {
17511
- "title": "When was the heating system installed?",
17512
- "type": "string",
17513
- "format": "date"
17514
- },
17515
- "boilerInstallationCertificate": {
17516
- "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
17517
- "type": "object",
17518
- "properties": {
17519
- "yesNo": {
17520
- "type": "string",
17521
- "title": "",
17522
- "enum": [
17523
- "Yes",
17524
- "No"
17525
17498
  ]
17526
- }
17527
- },
17528
- "oneOf": [
17529
- {
17499
+ },
17500
+ "centralHeatingInstalled": {
17501
+ "title": "When was the heating system installed?",
17502
+ "type": "string",
17503
+ "format": "date"
17504
+ },
17505
+ "boilerInstallationCertificate": {
17506
+ "title": "Was a gas boiler installed after 1st April 2005, or a solid fuel or oil boiler installed after 1st October 2010?",
17507
+ "type": "object",
17530
17508
  "properties": {
17531
17509
  "yesNo": {
17510
+ "type": "string",
17511
+ "title": "",
17532
17512
  "enum": [
17513
+ "Yes",
17533
17514
  "No"
17534
17515
  ]
17535
17516
  }
17536
- }
17537
- },
17538
- {
17539
- "properties": {
17540
- "yesNo": {
17541
- "enum": [
17542
- "Yes"
17543
- ]
17517
+ },
17518
+ "oneOf": [
17519
+ {
17520
+ "properties": {
17521
+ "yesNo": {
17522
+ "enum": [
17523
+ "No"
17524
+ ]
17525
+ }
17526
+ }
17544
17527
  },
17545
- "attachments": {
17546
- "title": "Please supply a copy of the installation completion certificate from a competent person qualified under the relevant self-certification scheme e.g. HETAS etc",
17547
- "type": "string",
17548
- "enum": [
17549
- "Attached",
17550
- "To follow"
17551
- ]
17528
+ {
17529
+ "properties": {
17530
+ "yesNo": {
17531
+ "enum": [
17532
+ "Yes"
17533
+ ]
17534
+ },
17535
+ "attachments": {
17536
+ "title": "Please supply a copy of the installation completion certificate from a competent person qualified under the relevant self-certification scheme e.g. HETAS etc",
17537
+ "type": "string",
17538
+ "enum": [
17539
+ "Attached",
17540
+ "To follow"
17541
+ ]
17542
+ }
17543
+ }
17552
17544
  }
17553
- }
17554
- }
17555
- ]
17556
- },
17557
- "heatingLastServicedDate": {
17558
- "title": "When was the heating system last serviced or maintained?",
17559
- "type": "string",
17560
- "format": "date"
17561
- },
17562
- "heatingLastServicedReport": {
17563
- "title": "Please provide a copy of the service or maintenance works report.",
17564
- "type": "string",
17565
- "enum": [
17566
- "Attached",
17567
- "To follow",
17568
- "Not available"
17569
- ]
17570
- },
17571
- "heatingInGoodWorkingOrder": {
17572
- "title": "Is the heating system in good working order to your satisfaction?",
17573
- "type": "object",
17574
- "properties": {
17575
- "yesNo": {
17545
+ ]
17546
+ },
17547
+ "heatingLastServicedDate": {
17548
+ "title": "When was the heating system last serviced or maintained?",
17549
+ "type": "string",
17550
+ "format": "date"
17551
+ },
17552
+ "heatingLastServicedReport": {
17553
+ "title": "Please provide a copy of the service or maintenance works report.",
17576
17554
  "type": "string",
17577
- "title": "",
17578
17555
  "enum": [
17579
- "Yes",
17580
- "No"
17556
+ "Attached",
17557
+ "To follow",
17558
+ "Not available"
17581
17559
  ]
17582
- }
17583
- },
17584
- "oneOf": [
17585
- {
17586
- "properties": {
17587
- "yesNo": {
17588
- "enum": [
17589
- "Yes"
17590
- ]
17591
- }
17592
- }
17593
17560
  },
17594
- {
17561
+ "heatingInGoodWorkingOrder": {
17562
+ "title": "Is the heating system in good working order to your satisfaction?",
17563
+ "type": "object",
17595
17564
  "properties": {
17596
17565
  "yesNo": {
17566
+ "type": "string",
17567
+ "title": "",
17597
17568
  "enum": [
17569
+ "Yes",
17598
17570
  "No"
17599
17571
  ]
17572
+ }
17573
+ },
17574
+ "oneOf": [
17575
+ {
17576
+ "properties": {
17577
+ "yesNo": {
17578
+ "enum": [
17579
+ "Yes"
17580
+ ]
17581
+ }
17582
+ }
17600
17583
  },
17601
- "details": {
17602
- "title": "Please provide details",
17603
- "type": "string",
17604
- "minLength": 1
17584
+ {
17585
+ "properties": {
17586
+ "yesNo": {
17587
+ "enum": [
17588
+ "No"
17589
+ ]
17590
+ },
17591
+ "details": {
17592
+ "title": "Please provide details",
17593
+ "type": "string",
17594
+ "minLength": 1
17595
+ }
17596
+ }
17605
17597
  }
17606
- }
17598
+ ]
17607
17599
  }
17600
+ }
17601
+ }
17602
+ }
17603
+ },
17604
+ {
17605
+ "properties": {
17606
+ "heatingType": {
17607
+ "enum": [
17608
+ "Community heating system"
17608
17609
  ]
17610
+ },
17611
+ "details": {
17612
+ "title": "Community heating system details",
17613
+ "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.",
17614
+ "type": "string",
17615
+ "minLength": 1
17609
17616
  }
17610
17617
  }
17611
17618
  }
17612
- }
17619
+ ]
17613
17620
  },
17614
- {
17615
- "properties": {
17616
- "heatingType": {
17617
- "enum": [
17618
- "Community heating system"
17619
- ]
17620
- },
17621
- "details": {
17622
- "title": "Community heating system details",
17623
- "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.",
17624
- "type": "string",
17625
- "minLength": 1
17626
- }
17621
+ "otherHeatingFeatures": {
17622
+ "title": "What other heating features does the property have?",
17623
+ "type": "array",
17624
+ "items": {
17625
+ "type": "string",
17626
+ "enum": [
17627
+ "Air Conditioning",
17628
+ "Double Glazing",
17629
+ "Eco-Friendly",
17630
+ "Night Storage",
17631
+ "Solar Water",
17632
+ "Underfloor Heating",
17633
+ "Wood Burner",
17634
+ "Open Fire",
17635
+ "Ground Source Heat Pump",
17636
+ "Air Source Heat Pump",
17637
+ "Solar Thermal"
17638
+ ]
17627
17639
  }
17628
17640
  }
17629
- ]
17641
+ }
17630
17642
  },
17631
17643
  "insurance": {
17632
17644
  "title": "Insurance",