Skip to content

Commit 1112d2d

Browse files
authored
Merge pull request #2318 from geopython/issue-2316
fix boolean OpenAPI typing in HelloWorld process (#2316)
2 parents 4794363 + bf559b6 commit 1112d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygeoapi/process/hello_world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
'title': 'As bytes',
8989
'description': 'Whether to force return as bytes',
9090
'schema': {
91-
'type': 'bool',
91+
'type': 'boolean',
9292
'default': False
9393
},
9494
'minOccurs': 0,

0 commit comments

Comments
 (0)