Skip to content

Commit 52c78e2

Browse files
changed items type to string to match schema
1 parent 03c92f4 commit 52c78e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/openapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ def get_oas_30_parameters(cfg: dict, locale_: str):
619619
'schema': {
620620
'type': 'string',
621621
'items': {
622-
'type': 'any'
622+
'type': 'string'
623623
},
624624
'format': 'dim1:value1,dim2:value2'
625625
}

0 commit comments

Comments
 (0)