@pdtf/schemas 2.0.0-17 → 2.0.0-18

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-17",
3
+ "version": "2.0.0-18",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -18508,13 +18508,14 @@
18508
18508
  ]
18509
18509
  },
18510
18510
  "remedialMeasuresOnConstruction": {
18511
+ "baspiRef": "A11.1.3.4",
18511
18512
  "rdsRef": "Sustainability/Environmental|Natural|Situational",
18512
18513
  "ta6Ref": "7.5",
18513
18514
  "title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
18514
18515
  "type": "object",
18515
18516
  "properties": {
18516
18517
  "yesNo": {
18517
- "baspiRef": "A11.1.3.4",
18518
+ "baspiRef": "A11.1.3.4.1",
18518
18519
  "type": "string",
18519
18520
  "title": "",
18520
18521
  "enum": ["Yes", "No"]
@@ -6765,12 +6765,14 @@
6765
6765
  }
6766
6766
  },
6767
6767
  "remedialMeasuresOnConstruction": {
6768
+ "baspiRef": "A11.1.3.4",
6769
+ "title": "Were any remedial measures undertaken on construction to reduce Radon gas levels on the property?",
6768
6770
  "required": [
6769
6771
  "yesNo"
6770
6772
  ],
6771
6773
  "properties": {
6772
6774
  "yesNo": {
6773
- "baspiRef": "A11.1.3.4",
6775
+ "baspiRef": "A11.1.3.4.1",
6774
6776
  "enum": [
6775
6777
  "Yes",
6776
6778
  "No"