add support for configuration schema and validation (#553) (#719)

* add support for configuration schema and validation (#553)

* rename types

* minor doc fix

* update i18n regexes

* make openapi click options required arguments
This commit is contained in:
Tom Kralidis
2021-07-06 17:01:05 -04:00
committed by GitHub
parent d6df7d4fef
commit 89eff49ce0
18 changed files with 627 additions and 60 deletions
@@ -3,7 +3,7 @@
Publishing metadata to OGC API - Records
========================================
`OGC API - Records `_ provides geospatial data access functionality to vector data.
`OGC API - Records`_ provides geospatial data access functionality to vector data.
To add vector data to pygeoapi, you can use the dataset example in :ref:`configuration`
as a baseline and modify accordingly.