From ee2bae190d3ce986d8a34d01e9a6de35f377ffa1 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Mon, 29 Sep 2025 17:08:45 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9cup=C3=A9ration=20du=20sch=C3=A9ma=20#33?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils.py b/src/utils.py index 64e1244..91e5d0b 100644 --- a/src/utils.py +++ b/src/utils.py @@ -268,3 +268,6 @@ meta_content = { "Pour une commande publique accessible à toutes et tous." ), } + +# Récupération du schéma des données tabulaires +data_schema: dict = get(os.getenv("DATA_SCHEMA_PATH"), follow_redirects=True).json()