From 03e21e6e7c3819ede9cc732421cd81af327db1bd Mon Sep 17 00:00:00 2001 From: Johan Date: Tue, 26 May 2020 18:32:36 +0200 Subject: [PATCH] Reinstate budget schema --- catalog.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/catalog.json b/catalog.json index 0795417..d408628 100644 --- a/catalog.json +++ b/catalog.json @@ -51,6 +51,18 @@ "doc_url_by_ref": { "~latest_tag": "https://scdl.opendatafrance.net/docs/schemas/irve.html" } + }, + { + "repo_url": "https://github.com/etalab/schema-stationnement", + "doc_url_by_ref": { + "~latest_tag": "https://scdl.opendatafrance.net/docs/schemas/irve.html" + } + }, + { + "repo_url": "https://git.opendatafrance.net/scdl/budget/", + "doc_url_by_ref": { + "~latest_tag": "https://scdl.opendatafrance.net/docs/schemas/budget.html" + } } ] } -- GitLab