v0.5.2-pre.006-fix-010

This commit is contained in:
2026-08-11 12:03:35 +02:00
parent 1ee1d0297d
commit 56572cec40
67 changed files with 2484 additions and 539 deletions

View File

@@ -465,6 +465,7 @@
"additionalProperties": false,
"required": [
"wallet_dir",
"temporary_wallet_dir",
"cluster",
"temporary_wallet_enabled",
"temporary_wallet_alias",
@@ -474,6 +475,9 @@
"wallet_dir": {
"$ref": "#/$defs/non_empty_string"
},
"temporary_wallet_dir": {
"$ref": "#/$defs/non_empty_string"
},
"cluster": {
"$ref": "#/$defs/non_empty_string"
},

View File

@@ -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"