From dedf29dd31de1a53d6378b8eca8c0da7e039f9a8 Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Fri, 9 Nov 2018 11:03:33 +0100 Subject: [PATCH] Update geometry-schema.json --- schema/geometry-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/geometry-schema.json b/schema/geometry-schema.json index 40f89c5..ff32991 100644 --- a/schema/geometry-schema.json +++ b/schema/geometry-schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "id": "http://json-schema.org/geojson/geometry.json#", + "id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/geometry-schema.json", "title": "geometry", "description": "One geometry as defined by GeoJSON. Licensed as per original source is https://github.com/fge/sample-json-schemas/blob/master/geojson/geometry.json", "type": "object", -- GitLab