Skip to content

Commit

Permalink
fix: add missing 'type' field with value 'object' on schema (#13)
Browse files Browse the repository at this point in the history
* add missing 'type' field with value 'object' on schema

---------

Co-authored-by: Tomás Ciccola <[email protected]>
  • Loading branch information
tomasciccola and Tomás Ciccola authored Sep 30, 2024
1 parent e6df049 commit a30d179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions json/geometry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://comapeo.app/schemas/shared/geometry.json",
"title": "Geometry",
"type": "object",
"description": "A subset of the GeoJSON geometry object.",
"definitions": {
"position": {
Expand Down

0 comments on commit a30d179

Please sign in to comment.