@pdtf/schemas 3.0.3-2 → 3.0.3-4

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.3-2",
3
+ "version": "3.0.3-4",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -529,7 +529,7 @@
529
529
  },
530
530
  "holdingDeposit": {
531
531
  "ntslRef": "A3.2",
532
- "title": "Security deposit",
532
+ "title": "Holding deposit",
533
533
  "type": "number"
534
534
  }
535
535
  }
@@ -8744,11 +8744,7 @@
8744
8744
  "buildingSafety",
8745
8745
  "sprayFoamInsulation"
8746
8746
  ],
8747
- "ntsRequired": [
8748
- "isStandardForm",
8749
- "buildingSafety",
8750
- "accessibilityAndAdaptations"
8751
- ],
8747
+ "ntsRequired": ["isStandardForm", "buildingSafety"],
8752
8748
  "properties": {
8753
8749
  "isStandardForm": {
8754
8750
  "baspiRef": "A1.8.1",
@@ -8812,7 +8808,7 @@
8812
8808
  "title": "Are you aware of any building safety issues?",
8813
8809
  "baspiTitle": "Are you aware of any remediation required to the property due to building safety?",
8814
8810
  "ta7Title": "Have any remediation works on the building been proposed or carried out?",
8815
- "description": "For example issues related to unsafe cladding, integrity of building materials used in construction (e.g. asbestos), risk of collapse (e.g. damaged roofs or strucutural failures), at-risk wooden decking for external structures (including balconies), lack of emergency lighting where required or insufficient fire/smoke alarm systems",
8811
+ "description": "For example issues related to unsafe cladding, integrity of building materials used in construction (e.g. asbestos), risk of collapse (e.g. damaged roofs or structural failures), at-risk wooden decking for external structures (including balconies), lack of emergency lighting where required or insufficient fire/smoke alarm systems",
8816
8812
  "type": "object",
8817
8813
  "properties": {
8818
8814
  "yesNo": {
@@ -787,8 +787,7 @@
787
787
  "ntsRef": "A1.2",
788
788
  "required": [
789
789
  "isStandardForm",
790
- "buildingSafety",
791
- "accessibilityAndAdaptations"
790
+ "buildingSafety"
792
791
  ],
793
792
  "properties": {
794
793
  "isStandardForm": {
@@ -383,7 +383,7 @@
383
383
  "type": "number"
384
384
  },
385
385
  "holdingDeposit": {
386
- "title": "Security deposit",
386
+ "title": "Holding deposit",
387
387
  "type": "number"
388
388
  }
389
389
  }
@@ -7612,7 +7612,7 @@
7612
7612
  },
7613
7613
  "buildingSafety": {
7614
7614
  "title": "Are you aware of any building safety issues?",
7615
- "description": "For example issues related to unsafe cladding, integrity of building materials used in construction (e.g. asbestos), risk of collapse (e.g. damaged roofs or strucutural failures), at-risk wooden decking for external structures (including balconies), lack of emergency lighting where required or insufficient fire/smoke alarm systems",
7615
+ "description": "For example issues related to unsafe cladding, integrity of building materials used in construction (e.g. asbestos), risk of collapse (e.g. damaged roofs or structural failures), at-risk wooden decking for external structures (including balconies), lack of emergency lighting where required or insufficient fire/smoke alarm systems",
7616
7616
  "type": "object",
7617
7617
  "properties": {
7618
7618
  "yesNo": {