This commit is contained in:
Tom Kralidis
2019-05-06 12:42:57 +00:00
parent 4121b7f697
commit 6fc84758a0
+2 -2
View File
@@ -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