@pdtf/schemas 2.0.0-12 → 2.0.0-13

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": "2.0.0-12",
3
+ "version": "2.0.0-13",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -374,7 +374,8 @@
374
374
  },
375
375
  "centralHeatingFuel": { "centralHeatingFuelType": "Gas" },
376
376
  "centralHeatingInstalled": "2016-04-20",
377
- "heatingLastServiced": "2021-03-26"
377
+ "heatingLastServicedDate": "2021-03-26",
378
+ "heatingLastServicedReport": "To follow"
378
379
  }
379
380
  },
380
381
  "insurance": {
@@ -528,10 +529,15 @@
528
529
  "energyAndMeters": {
529
530
  "testedByQualifiedElectrician": {
530
531
  "yesNo": "Yes",
531
- "details": "2015",
532
+ "yearTested": 2015,
533
+ "attachments": "To follow"
534
+ },
535
+ "electricalWorkSince2005": {
536
+ "yesNo": "Yes",
537
+ "yearWorkCarriedOut": 2016,
538
+ "details": "New fuse box",
532
539
  "attachments": "To follow"
533
540
  },
534
- "electricalWorkSince2005": { "yesNo": "No" },
535
541
  "solarPanels": { "hasSolarPanels": "No" }
536
542
  },
537
543
  "smartHomeSystems": { "hasSmartHomeSystems": "No" },
@@ -17496,7 +17496,8 @@
17496
17496
  "centralHeatingFuel",
17497
17497
  "centralHeatingInstalled",
17498
17498
  "boilerInstallationCertificate",
17499
- "heatingLastServiced",
17499
+ "heatingLastServicedDate",
17500
+ "heatingLastServicedReport",
17500
17501
  "heatingInGoodWorkingOrder"
17501
17502
  ]
17502
17503
  }
@@ -19537,7 +19538,7 @@
19537
19538
  "enum": ["Attached", "To follow"]
19538
19539
  }
19539
19540
  },
19540
- "baspiRequired": ["details", "attachments"]
19541
+ "baspiRequired": ["yearTested", "attachments"]
19541
19542
  }
19542
19543
  ]
19543
19544
  },
@@ -19590,7 +19591,11 @@
19590
19591
  "enum": ["Attached", "To follow"]
19591
19592
  }
19592
19593
  },
19593
- "baspiRequired": ["details", "attachments"]
19594
+ "baspiRequired": [
19595
+ "yearWorkCarriedOut",
19596
+ "details",
19597
+ "attachments"
19598
+ ]
19594
19599
  }
19595
19600
  ]
19596
19601
  },
@@ -19719,7 +19724,7 @@
19719
19724
  },
19720
19725
  "attachments": {
19721
19726
  "baspiRef": "4.3.3.3",
19722
- "title": "please supply copies of the relevant documents",
19727
+ "title": "Please supply copies of the relevant documents",
19723
19728
  "type": "string",
19724
19729
  "enum": ["Attached", "To follow"]
19725
19730
  }
@@ -5472,7 +5472,8 @@
5472
5472
  "centralHeatingFuel",
5473
5473
  "centralHeatingInstalled",
5474
5474
  "boilerInstallationCertificate",
5475
- "heatingLastServiced",
5475
+ "heatingLastServicedDate",
5476
+ "heatingLastServicedReport",
5476
5477
  "heatingInGoodWorkingOrder"
5477
5478
  ],
5478
5479
  "properties": {
@@ -7817,7 +7818,7 @@
7817
7818
  }
7818
7819
  },
7819
7820
  "required": [
7820
- "details",
7821
+ "yearTested",
7821
7822
  "attachments"
7822
7823
  ]
7823
7824
  }
@@ -7876,6 +7877,7 @@
7876
7877
  }
7877
7878
  },
7878
7879
  "required": [
7880
+ "yearWorkCarriedOut",
7879
7881
  "details",
7880
7882
  "attachments"
7881
7883
  ]
@@ -8005,7 +8007,7 @@
8005
8007
  },
8006
8008
  "attachments": {
8007
8009
  "baspiRef": "4.3.3.3",
8008
- "title": "please supply copies of the relevant documents",
8010
+ "title": "Please supply copies of the relevant documents",
8009
8011
  "enum": [
8010
8012
  "Attached",
8011
8013
  "To follow"
@@ -18349,7 +18349,7 @@
18349
18349
  "minLength": 1
18350
18350
  },
18351
18351
  "attachments": {
18352
- "title": "please supply copies of the relevant documents",
18352
+ "title": "Please supply copies of the relevant documents",
18353
18353
  "type": "string",
18354
18354
  "enum": [
18355
18355
  "Attached",