From 3b29c10f6b93110ba95062e6828e2cf8fedc4f09 Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Wed, 8 Nov 2023 13:21:52 +0100 Subject: [PATCH] custom_signatures.schema - add requirement for either bof or eof property to be set --- custom_signatures.schema.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/custom_signatures.schema.json b/custom_signatures.schema.json index b9a2c4d..9d1132c 100644 --- a/custom_signatures.schema.json +++ b/custom_signatures.schema.json @@ -22,6 +22,20 @@ "operator" ] }, + "else": { + "oneOf": [ + { + "required": [ + "bof" + ] + }, + { + "required": [ + "eof" + ] + } + ] + }, "properties": { "bof": { "type": "string"