From b4df09b691b8ff73c07478ad97448be3c5f9a1ea Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Fri, 17 Jan 2025 12:43:23 +0100 Subject: [PATCH] fileformats.schema - remove not allowed enum value from extract.on_success --- fileformats.schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/fileformats.schema.json b/fileformats.schema.json index 50a721c..f6478ef 100644 --- a/fileformats.schema.json +++ b/fileformats.schema.json @@ -365,7 +365,6 @@ "type": "string", "enum": [ "convert", - "template", "manual", "ignore" ]