Skip to content

Commit

Permalink
Merge pull request #2085 from camptocamp/fix-schema
Browse files Browse the repository at this point in the history
Fix schema and doc
  • Loading branch information
sbrunner authored Sep 25, 2023
2 parents d3d2044 + eec75d2 commit 6016046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tilecloud_chain/USAGE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Logging

Tile logs can be saved to a PostgreSQL database with this configuration:

..code:: yaml
.. code:: yaml
logging:
database:
Expand Down
4 changes: 2 additions & 2 deletions tilecloud_chain/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down

0 comments on commit 6016046

Please sign in to comment.