From df959fdc8913042afec8601552e991bf6010a5a9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 3 Mar 2022 17:13:33 +0100 Subject: [PATCH] Add codenotary support to add-on configuration (#87) --- src/config.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.schema.json b/src/config.schema.json index 8226616..368ab8a 100644 --- a/src/config.schema.json +++ b/src/config.schema.json @@ -51,6 +51,10 @@ "enum": ["auto", "manual"], "type": "string" }, + "codenotary": { + "type": "string", + "format": "email" + }, "description": { "type": "string" },