Skip to content

Commit

Permalink
Fix bool type in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 9, 2020
1 parent 12ddfed commit 88199ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/server/api/ogc/schema.json
Expand Up @@ -389,7 +389,7 @@
"description" : "Sort results in descending order, field name must be specified with 'sortby' parameter",
"required" : false,
"schema" : {
"type" : "bool"
"type" : "boolean"
}
},
"relations" : {
Expand Down

0 comments on commit 88199ae

Please sign in to comment.