From 6f0f6a6d8e3bb5980794c407de75249ea9936b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 25 Sep 2023 12:18:27 +0200 Subject: [PATCH] Fix schema and doc --- tilecloud_chain/USAGE.rst | 2 +- tilecloud_chain/schema.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tilecloud_chain/USAGE.rst b/tilecloud_chain/USAGE.rst index ab74953f8..83cabeeef 100644 --- a/tilecloud_chain/USAGE.rst +++ b/tilecloud_chain/USAGE.rst @@ -301,7 +301,7 @@ Logging Tile logs can be saved to a PostgreSQL database with this configuration: -..code:: yaml +.. code:: yaml logging: database: diff --git a/tilecloud_chain/schema.json b/tilecloud_chain/schema.json index 2c9e53f09..3e402e71c 100644 --- a/tilecloud_chain/schema.json +++ b/tilecloud_chain/schema.json @@ -777,10 +777,10 @@ "description": "The layer definition, see https://github.com/camptocamp/tilecloud-chain/blob/master/tilecloud_chain/USAGE.rst#configure-layers", "anyOf": [ { - "$ref": "#definitions/layer_wms" + "$ref": "#/definitions/layer_wms" }, { - "$ref": "#definitions/layer_mapnik" + "$ref": "#/definitions/layer_mapnik" } ] },