From 6fc84758a0eb363a59e8f299e0898cdd6b2a34da Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 6 May 2019 12:42:57 +0000 Subject: [PATCH] fix ref --- pygeoapi/openapi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygeoapi/openapi.py b/pygeoapi/openapi.py index 0304c06..46ec1aa 100644 --- a/pygeoapi/openapi.py +++ b/pygeoapi/openapi.py @@ -362,8 +362,8 @@ def get_oas_30(cfg): 'required': False, 'schema': { 'type': 'string', - 'enum': ['GeoJSON', 'CSV'], - 'default': 'GeoJSON' + 'enum': ['json', 'csv'], + 'default': 'json' }, 'style': 'form', 'explode': False