From bfa62885c680577d09f9d887689ba3f6bd338e8d Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Wed, 15 Nov 2023 14:54:04 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20erreur=20sch=C3=A9ma=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.schema.json b/config.schema.json index 0acbb84..d1e13dc 100644 --- a/config.schema.json +++ b/config.schema.json @@ -4,7 +4,7 @@ "properties": { "inputNature": { "description": "Nature des entrées", - "type": "array", + "type": ["array", "null"], "items": { "type": "object", "properties": {