From a30d1798c2a42d1346e79a925f4b2633941c27ce Mon Sep 17 00:00:00 2001 From: tomasciccola <117094913+tomasciccola@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:51:12 -0300 Subject: [PATCH] fix: add missing 'type' field with value 'object' on schema (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add missing 'type' field with value 'object' on schema --------- Co-authored-by: Tomás Ciccola --- json/geometry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/json/geometry.json b/json/geometry.json index 6da453c..1162c7e 100644 --- a/json/geometry.json +++ b/json/geometry.json @@ -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": {