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