v0.5.2-pre.006-fix-010
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
],
|
||||
"properties": {
|
||||
"wallets_directory": {
|
||||
"$ref": "#/$defs/non_empty_string"
|
||||
"$ref": "#/$defs/non_empty_string",
|
||||
"description": "Root directory dedicated to persistent native .kswallet containers."
|
||||
},
|
||||
"default_profile": {
|
||||
"$ref": "#/$defs/non_empty_string"
|
||||
@@ -45,7 +46,8 @@
|
||||
"$ref": "#/$defs/non_empty_string"
|
||||
},
|
||||
"directory": {
|
||||
"$ref": "#/$defs/non_empty_string"
|
||||
"$ref": "#/$defs/non_empty_string",
|
||||
"description": "Profile-specific temporary wallet and fixture directory, relative to wallets_directory unless absolute."
|
||||
},
|
||||
"cluster": {
|
||||
"$ref": "#/$defs/non_empty_string"
|
||||
|
||||
Reference in New Issue
Block a user