From 027d7c8c4fdaac1555c189fd66130dc65c3c0b46 Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Thu, 5 Sep 2019 10:43:31 +0200 Subject: [PATCH] FIX Correct id for the Schemas --- schema/EntityList.json | 2 +- schema/Entity_keyValues.json | 2 +- schema/UpdateResult.json | 2 +- schema/registrations/ContextSourceNotification.json | 2 +- schema/registrations/ContextSourceRegistrationList.json | 2 +- schema/subscriptions/Notification.json | 2 +- schema/subscriptions/SubscriptionList.json | 2 +- schema/temporal/EntityTemporalList.json | 2 +- schema/temporal/Entity_temporalValues.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/schema/EntityList.json b/schema/EntityList.json index f71f57e..9490e01 100644 --- a/schema/EntityList.json +++ b/schema/EntityList.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "https://uri.etsi.org/ngsi-ld/schema/EntityList.json", + "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/EntityList.json", "title": "NGSI-LD EntityList", "description": "NGSI-LD EntityList", "definitions": { diff --git a/schema/Entity_keyValues.json b/schema/Entity_keyValues.json index e2a7b68..24b0216 100644 --- a/schema/Entity_keyValues.json +++ b/schema/Entity_keyValues.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "https://uri.etsi.org/ngsi-ld/schema/Entity_keyValues.json", + "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity_keyValues.json", "title": "NGSI-LD Entity Key Values", "description": "NGSI-LD Entity Simplified Representation", "type": "object", diff --git a/schema/UpdateResult.json b/schema/UpdateResult.json index cba48d9..8becde0 100644 --- a/schema/UpdateResult.json +++ b/schema/UpdateResult.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "https://uri.etsi.org/ngsi-ld/schema/UpdateResult.json", + "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/UpdateResult.json", "title": "NGSI-LD Update Result", "description": "NGSI-LD Update Result", "definitions": { diff --git a/schema/registrations/ContextSourceNotification.json b/schema/registrations/ContextSourceNotification.json index 3b8df6e..f94ba2c 100644 --- a/schema/registrations/ContextSourceNotification.json +++ b/schema/registrations/ContextSourceNotification.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "https://uri.etsi.org/ngsi-ld/schema/ContextSourceNotification.json", + "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceNotification.json", "title": "NGSI-LD Context Source Notification", "description": "NGSI-LD Context Source Notification", "type": "object", diff --git a/schema/registrations/ContextSourceRegistrationList.json b/schema/registrations/ContextSourceRegistrationList.json index 72400b9..8bb5cd7 100644 --- a/schema/registrations/ContextSourceRegistrationList.json +++ b/schema/registrations/ContextSourceRegistrationList.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "https://uri.etsi.org/ngsi-ld/schema/ContextSourceRegistrationList.json", + "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistrationList.json", "title": "NGSI-LD Registration List", "description": "NGSI-LD Registration List", "definitions": { diff --git a/schema/subscriptions/Notification.json b/schema/subscriptions/Notification.json index 911f2b1..7352cc5 100644 --- a/schema/subscriptions/Notification.json +++ b/schema/subscriptions/Notification.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "https://uri.etsi.org/ngsi-ld/schema/Notification.json", + "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Notification.json", "title": "NGSI-LD Notification", "description": "NGSI-LD Notification", "type": "object", diff --git a/schema/subscriptions/SubscriptionList.json b/schema/subscriptions/SubscriptionList.json index a4dcad4..ec06754 100644 --- a/schema/subscriptions/SubscriptionList.json +++ b/schema/subscriptions/SubscriptionList.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "https://uri.etsi.org/ngsi-ld/schema/SubscriptionList.json", + "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/SubscriptionList.json", "title": "NGSI-LD Subscription List", "description": "NGSI-LD Subscription List", "definitions": { diff --git a/schema/temporal/EntityTemporalList.json b/schema/temporal/EntityTemporalList.json index 540f665..f942533 100644 --- a/schema/temporal/EntityTemporalList.json +++ b/schema/temporal/EntityTemporalList.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "https://uri.etsi.org/ngsi-ld/schema/temporal/EntityTemporalList.json", + "$id": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporalList.json", "title": "NGSI-LD Entity", "description": "NGSI-LD Temporal Representation List", "definitions": { diff --git a/schema/temporal/Entity_temporalValues.json b/schema/temporal/Entity_temporalValues.json index 9afb6c1..4e613bd 100644 --- a/schema/temporal/Entity_temporalValues.json +++ b/schema/temporal/Entity_temporalValues.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "$id": "https://uri.etsi.org/ngsi-ld/schema/Entity_temporalValues.json", + "$id": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/temporal/Entity_temporalValues.json", "title": "NGSI-LD Entity Temporal Values", "description": "NGSI-LD Simplified Temporal Representation of Entities", "definitions": { -- 2.18.1