Skip to content

Commit b0fcf0b

Browse files
committed
Add KeyConfig doc comment
Signed-off-by: Kai A. Hiller <[email protected]>
1 parent 2def4f5 commit b0fcf0b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/config/src/sections/secrets.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ fn example_secret() -> &'static str {
2727
"0000111122223333444455556666777788889999aaaabbbbccccddddeeeeffff"
2828
}
2929

30+
/// A single key with its key ID and optional password.
3031
#[derive(JsonSchema, Serialize, Deserialize, Clone, Debug)]
3132
pub struct KeyConfig {
3233
kid: String,

docs/config.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,7 @@
15381538
}
15391539
},
15401540
"KeyConfig": {
1541+
"description": "A single key with its key ID and optional password.",
15411542
"type": "object",
15421543
"required": [
15431544
"kid"

0 commit comments

Comments
 (0)