Skip to content

Commit bf559b6

Browse files
authored
fix boolean OpenAPI typing in HelloWorld process (#2316)
1 parent 4794363 commit bf559b6

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)