@pdtf/schemas 3.6.0-1 → 3.6.0-3

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.6.0-1",
3
+ "version": "3.6.0-3",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -26101,6 +26101,39 @@
26101
26101
  "title": "",
26102
26102
  "type": "string",
26103
26103
  "enum": ["Attached", "To follow"]
26104
+ },
26105
+ "fensaCertificates": {
26106
+ "type": "object",
26107
+ "properties": {
26108
+ "certificates": {
26109
+ "type": "array",
26110
+ "items": {
26111
+ "type": "object",
26112
+ "properties": {
26113
+ "certificateId": {
26114
+ "type": "string",
26115
+ "minLength": 1
26116
+ },
26117
+ "numberOfWindows": {
26118
+ "type": "integer",
26119
+ "minimum": 0
26120
+ },
26121
+ "numberOfDoors": {
26122
+ "type": "integer",
26123
+ "minimum": 0
26124
+ },
26125
+ "certificateIssued": {
26126
+ "type": "string",
26127
+ "format": "date"
26128
+ },
26129
+ "workCompleted": {
26130
+ "type": "string",
26131
+ "format": "date"
26132
+ }
26133
+ }
26134
+ }
26135
+ }
26136
+ }
26104
26137
  }
26105
26138
  },
26106
26139
  "baspi4Required": ["attachments"],
@@ -2240,6 +2240,14 @@
2240
2240
  doubleGlazing
2241
2241
  yesNo
2242
2242
  attachments
2243
+ fensaCertificates
2244
+ certificates[
2245
+ certificateId
2246
+ numberOfWindows
2247
+ numberOfDoors
2248
+ certificateIssued
2249
+ workCompleted
2250
+ ]
2243
2251
  electricalRepairOrInstallation
2244
2252
  yesNo
2245
2253
  attachments
@@ -21341,6 +21341,39 @@
21341
21341
  "Attached",
21342
21342
  "To follow"
21343
21343
  ]
21344
+ },
21345
+ "fensaCertificates": {
21346
+ "type": "object",
21347
+ "properties": {
21348
+ "certificates": {
21349
+ "type": "array",
21350
+ "items": {
21351
+ "type": "object",
21352
+ "properties": {
21353
+ "certificateId": {
21354
+ "type": "string",
21355
+ "minLength": 1
21356
+ },
21357
+ "numberOfWindows": {
21358
+ "type": "integer",
21359
+ "minimum": 0
21360
+ },
21361
+ "numberOfDoors": {
21362
+ "type": "integer",
21363
+ "minimum": 0
21364
+ },
21365
+ "certificateIssued": {
21366
+ "type": "string",
21367
+ "format": "date"
21368
+ },
21369
+ "workCompleted": {
21370
+ "type": "string",
21371
+ "format": "date"
21372
+ }
21373
+ }
21374
+ }
21375
+ }
21376
+ }
21344
21377
  }
21345
21378
  }
21346
21379
  }
@@ -2851,7 +2851,18 @@
2851
2851
  },
2852
2852
  "doubleGlazing": {
2853
2853
  "yesNo": "variant",
2854
- "attachments": "string"
2854
+ "attachments": "string",
2855
+ "fensaCertificates": {
2856
+ "certificates": [
2857
+ {
2858
+ "certificateId": "string",
2859
+ "numberOfWindows": "integer",
2860
+ "numberOfDoors": "integer",
2861
+ "certificateIssued": "string",
2862
+ "workCompleted": "string"
2863
+ }
2864
+ ]
2865
+ }
2855
2866
  },
2856
2867
  "electricalRepairOrInstallation": {
2857
2868
  "yesNo": "variant",