Skip to content

Commit

Permalink
updating zss schema to have keyshares and ciphers
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Filteau <[email protected]>
  • Loading branch information
jordanfilteau1995 committed Sep 18, 2023
1 parent cb35677 commit 06fe9ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schemas/zss-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@
"password": {
"type": [ "string", "null" ],
"description": "The password to the keyring"
},
"ciphers": {
"type": [ "string", "null" ],
"description": "The list of ciphers in order of priority"
},
"keyshares": {
"type": [ "string", "null" ],
"description": "The list of key shares in order of priority"
}
}
},
Expand Down

0 comments on commit 06fe9ba

Please sign in to comment.