From 6608ab4233bfccfeffd2621bd5e7510914cdd266 Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Wed, 12 Dec 2018 15:49:39 +0100 Subject: [PATCH] Update ContextSourceRegistrationList-example.json --- examples/ContextSourceRegistrationList-example.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/ContextSourceRegistrationList-example.json b/examples/ContextSourceRegistrationList-example.json index 8db699a..8977df7 100644 --- a/examples/ContextSourceRegistrationList-example.json +++ b/examples/ContextSourceRegistrationList-example.json @@ -69,9 +69,9 @@ "start": "2017-11-29T14:53:15Z" }], "@context": [ - "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/coreContext/ngsi-ld-core-context.json", - "http://example.org/cim/commonTerms.jsonld", - "http://example.org/cim/vehicle.jsonld", - "http://example.org/cim/parking.jsonld" + "http://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld", + "http://example.org/ngsi-ld/commonTerms.jsonld", + "http://example.org/ngsi-ld/vehicle.jsonld", + "http://example.org/ngsi-ld/parking.jsonld" ] }] -- GitLab