@pdtf/schemas 3.6.0-28 → 3.6.0-30

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.
@@ -52,6 +52,10 @@
52
52
  "Bash(sort -t'.' -k1,1n -k2,2n -k3,3n -k4,4n)",
53
53
  "Bash(wc -l /Users/ed/Code/schemas/src/schemas/v3/combined.json /Users/ed/Code/schemas/src/schemas/v3/overlays/*.json)"
54
54
  ],
55
- "deny": []
55
+ "deny": [],
56
+ "additionalDirectories": [
57
+ "/tmp",
58
+ "/private/tmp"
59
+ ]
56
60
  }
57
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdtf/schemas",
3
- "version": "3.6.0-28",
3
+ "version": "3.6.0-30",
4
4
  "description": "Property Data Trust Framework Schemas and Utilities",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -26370,7 +26370,7 @@
26370
26370
  "coastalErosion"
26371
26371
  ],
26372
26372
  "ta6Required": ["flooding", "radon"],
26373
- "ta6ed6Required": ["flooding", "radon", "greenDealScheme"],
26373
+ "ta6ed6Required": ["flooding", "radon"],
26374
26374
  "properties": {
26375
26375
  "flooding": {
26376
26376
  "ntsRef": "C3.1.1",
@@ -26854,7 +26854,7 @@
26854
26854
  {
26855
26855
  "properties": {
26856
26856
  "yesNo": {
26857
- "enum": ["No"]
26857
+ "enum": ["No", "Not known"]
26858
26858
  }
26859
26859
  }
26860
26860
  },
@@ -5802,7 +5802,8 @@
5802
5802
  "properties": {
5803
5803
  "yesNo": {
5804
5804
  "enum": [
5805
- "No"
5805
+ "No",
5806
+ "Not known"
5806
5807
  ]
5807
5808
  }
5808
5809
  }
@@ -5954,7 +5954,8 @@
5954
5954
  "properties": {
5955
5955
  "yesNo": {
5956
5956
  "enum": [
5957
- "No"
5957
+ "No",
5958
+ "Not known"
5958
5959
  ]
5959
5960
  }
5960
5961
  }
@@ -3251,7 +3251,8 @@
3251
3251
  "properties": {
3252
3252
  "yesNo": {
3253
3253
  "enum": [
3254
- "No"
3254
+ "No",
3255
+ "Not known"
3255
3256
  ]
3256
3257
  }
3257
3258
  }
@@ -5033,8 +5033,7 @@
5033
5033
  "ta6ed6Ref": "8",
5034
5034
  "required": [
5035
5035
  "flooding",
5036
- "radon",
5037
- "greenDealScheme"
5036
+ "radon"
5038
5037
  ],
5039
5038
  "properties": {
5040
5039
  "flooding": {
@@ -5154,7 +5153,8 @@
5154
5153
  "properties": {
5155
5154
  "yesNo": {
5156
5155
  "enum": [
5157
- "No"
5156
+ "No",
5157
+ "Not known"
5158
5158
  ]
5159
5159
  }
5160
5160
  }
@@ -21716,7 +21716,8 @@
21716
21716
  "properties": {
21717
21717
  "yesNo": {
21718
21718
  "enum": [
21719
- "No"
21719
+ "No",
21720
+ "Not known"
21720
21721
  ]
21721
21722
  }
21722
21723
  }