From 06fe9ba841c8e1f8868e836cf5dffabd7afc4799 Mon Sep 17 00:00:00 2001 From: Jordan Filteau Date: Mon, 18 Sep 2023 16:23:43 -0500 Subject: [PATCH] updating zss schema to have keyshares and ciphers Signed-off-by: Jordan Filteau --- schemas/zss-config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schemas/zss-config.json b/schemas/zss-config.json index 0ab9b7bbe..592609692 100644 --- a/schemas/zss-config.json +++ b/schemas/zss-config.json @@ -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" } } },