From 84c1f257d987163a9a4c3d0725dc3d62b2a9c9aa Mon Sep 17 00:00:00 2001 From: Shane Mill <43827821+ShaneMill1@users.noreply.github.com> Date: Thu, 28 Oct 2021 09:55:04 -0400 Subject: [PATCH] Update openapi.py Update openapi.py to use https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/standard/openapi instead of "candidate-standard" --- pygeoapi/openapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygeoapi/openapi.py b/pygeoapi/openapi.py index 1841230..c3362e9 100644 --- a/pygeoapi/openapi.py +++ b/pygeoapi/openapi.py @@ -52,7 +52,7 @@ OPENAPI_YAML = { 'oapit': 'https://raw.githubusercontent.com/opengeospatial/ogcapi-tiles/master/openapi/swaggerhub/tiles.yaml', # noqa 'oapimt': 'https://raw.githubusercontent.com/opengeospatial/ogcapi-tiles/master/openapi/swaggerhub/map-tiles.yaml', # noqa 'oapir': 'https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi', # noqa - 'oaedr': 'https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/candidate-standard/openapi', # noqa + 'oaedr': 'https://raw.githubusercontent.com/opengeospatial/ogcapi-environmental-data-retrieval/master/standard/openapi', # noqa 'oat': 'https://raw.githubusercontent.com/opengeospatial/ogcapi-tiles/master/openapi/swaggerHubUnresolved/ogc-api-tiles.yaml', # noqa }