Skip to content

Commit

Permalink
fix: Updated secure storage spec to allow null as result value (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws authored and kpears201 committed Feb 3, 2023
1 parent 2ebeabb commit 4117ad7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/modules/secureStorage.json
Expand Up @@ -39,7 +39,10 @@
"name": "value",
"summary": "The retrieved value, if found.",
"schema": {
"type": "string"
"oneOf": [
{"type": "string"},
{"type": "null"}
]
}
},
"examples": [
Expand Down

0 comments on commit 4117ad7

Please sign in to comment.