@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.0.0-15",
3
+ "version": "3.0.0-17",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -336,9 +336,17 @@
336
336
  }
337
337
  },
338
338
  "connectedUtilities": {
339
- "mainsElectricity": {
340
- "yesNo": "Yes",
341
- "supplier": "Octopus Energy"
339
+ "electricity": {
340
+ "mainsElectricity": {
341
+ "yesNo": "Yes",
342
+ "supplier": "Octopus Energy"
343
+ },
344
+ "solarPanels": {
345
+ "yesNo": "No"
346
+ },
347
+ "otherSources": {
348
+ "yesNo": "No"
349
+ }
342
350
  },
343
351
  "mainsGas": {
344
352
  "yesNo": "Yes",
@@ -363,36 +371,32 @@
363
371
  "supplier": "BT",
364
372
  "typeOfConnection": "FTTC (Fibre to the Cabinet)"
365
373
  },
366
- "solarPanels": {
367
- "yesNo": "No"
368
- },
369
- "otherServices": {
370
- "yesNo": "No"
371
- },
372
374
  "maintenanceAgreements": {
373
375
  "yesNo": "No"
374
376
  }
375
377
  },
376
378
  "heating": {
377
- "heatingType": "Central heating",
378
- "otherHeatingFeatures": ["Underfloor Heating"],
379
- "centralHeatingDetails": {
380
- "boilerInstallationCertificate": {
381
- "yesNo": "Yes",
382
- "details": "Certified installation",
383
- "attachments": "To follow"
384
- },
385
- "heatingInGoodWorkingOrder": {
386
- "yesNo": "Yes"
387
- },
388
- "centralHeatingFuel": {
389
- "centralHeatingFuelType": "Other",
390
- "otherCentralHeatingFuelType": "Ground-source Heat Pump"
391
- },
392
- "centralHeatingInstalled": "2016-04-20",
393
- "heatingLastServicedDate": "2021-03-26",
394
- "heatingLastServicedReport": "To follow"
395
- }
379
+ "heatingSystem": {
380
+ "heatingType": "Central heating",
381
+ "centralHeatingDetails": {
382
+ "boilerInstallationCertificate": {
383
+ "yesNo": "Yes",
384
+ "details": "Certified installation",
385
+ "attachments": "To follow"
386
+ },
387
+ "heatingInGoodWorkingOrder": {
388
+ "yesNo": "Yes"
389
+ },
390
+ "centralHeatingFuel": {
391
+ "centralHeatingFuelType": "Other",
392
+ "otherCentralHeatingFuelType": "Ground-source Heat Pump"
393
+ },
394
+ "centralHeatingInstalled": "2016-04-20",
395
+ "heatingLastServicedDate": "2021-03-26",
396
+ "heatingLastServicedReport": "To follow"
397
+ }
398
+ },
399
+ "otherHeatingFeatures": ["Underfloor Heating"]
396
400
  },
397
401
  "insurance": {
398
402
  "isInsured": "Yes",