@pdtf/schemas 2.0.0-32 → 2.0.0-34

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.
@@ -7007,7 +7007,7 @@
7007
7007
  },
7008
7008
  "details": {
7009
7009
  "baspiRef": "A11.1.3.2",
7010
- "title": "Was the test result was below the recommended level?",
7010
+ "title": "Was the test result was below the recommended action level?",
7011
7011
  "enum": [
7012
7012
  "Yes",
7013
7013
  "No"
@@ -8232,15 +8232,31 @@
8232
8232
  },
8233
8233
  "yearWorkCarriedOut": {
8234
8234
  "baspiRef": "B4.2.2",
8235
- "title": "State the year the work was carried"
8235
+ "title": "State the year the work was carried out"
8236
8236
  },
8237
8237
  "details": {
8238
8238
  "baspiRef": "B4.2.3",
8239
8239
  "title": "Provide details"
8240
8240
  },
8241
- "attachments": {
8242
- "baspiRef": "B4.2.4",
8243
- "title": "Please supply the signed Electrical Safety Certificate (BS7671) and Building Regulations Compliance Certificate (or equivalent)",
8241
+ "electricalSafetyCertificate": {
8242
+ "baspiRef": "B4.2.4.1",
8243
+ "title": "Please provide a signed Electrical Safety Certificate (BS7671)",
8244
+ "enum": [
8245
+ "Attached",
8246
+ "To follow"
8247
+ ]
8248
+ },
8249
+ "buildingRegulationsComplianceCertificate": {
8250
+ "baspiRef": "B4.2.4.2",
8251
+ "title": "or a Building Regulations Compliance Certificate (or equivalent)",
8252
+ "enum": [
8253
+ "Attached",
8254
+ "To follow"
8255
+ ]
8256
+ },
8257
+ "buildingControlCompletionCertificate": {
8258
+ "baspiRef": "B4.2.4.3",
8259
+ "title": "or a Building Control Completion Certificate",
8244
8260
  "enum": [
8245
8261
  "Attached",
8246
8262
  "To follow"
@@ -8249,8 +8265,7 @@
8249
8265
  },
8250
8266
  "required": [
8251
8267
  "yearWorkCarriedOut",
8252
- "details",
8253
- "attachments"
8268
+ "details"
8254
8269
  ]
8255
8270
  }
8256
8271
  ],