From 17b8812f43675201f339677d168b8a0634d0ecf8 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Tue, 17 Mar 2026 09:02:19 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20tarif=20sortie=20temporaire=20au=20sch?= =?UTF-8?q?=C3=A9ma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.schema.json b/config.schema.json index 8395b2f..1f9213c 100644 --- a/config.schema.json +++ b/config.schema.json @@ -36,6 +36,11 @@ "type" : { "type" : "string", "enum" : ["définitif", "temporaire", "retour"] + }, + "fee" : { + "description" : "tarif sortie temporaire", + "type" : ["string", "null"], + "enum" : ["gratuit", "payant"] } } }