Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0001 committed Aug 5, 2024
1 parent aabc65f commit f89f714
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions application/schemas/geospatial-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@
"type":{
"title": "Type",
"type": "string",
"enum": ["Point", "LineString", "Polygon"]
"enum": ["point", "lineString", "polygon"]
},
"coordinates": {
"title": "Coordinates",
Expand All @@ -1252,8 +1252,10 @@
"type": "array",
"items": {
"type": "number"
}
}
},
"minItems": 2
},
"minItems": 2
}
}
}
Expand Down

0 comments on commit f89f714

Please sign in to comment.