From 2bf5d60407c13311ffb7cd1f73e44d1fdddbf1b7 Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Fri, 9 Nov 2018 11:02:24 +0100 Subject: [PATCH] Fix pointers to Geometry schema --- schema/ContextSourceRegistration.json | 2 +- schema/Entity.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/ContextSourceRegistration.json b/schema/ContextSourceRegistration.json index 38379cd..0b668bd 100644 --- a/schema/ContextSourceRegistration.json +++ b/schema/ContextSourceRegistration.json @@ -80,7 +80,7 @@ } }, "location": { - "$ref": "http://json-schema.org/geojson/geometry.json#" + "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/geometry-schema.json#" }, "expires": { "type": "string", diff --git a/schema/Entity.json b/schema/Entity.json index 781beb2..3a54945 100644 --- a/schema/Entity.json +++ b/schema/Entity.json @@ -103,7 +103,7 @@ "const": "GeoProperty" }, "value": { - "$ref": "http://json-schema.org/geojson/geometry.json#" + "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/geometry-schema.json#" }, "observedAt": { "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt" -- GitLab