diff --git a/schema/registrations/ContextSourceNotification.json b/schema/registrations/ContextSourceNotification.json index cd289c23e05781f1ca6d73f10e009f5ff6f06e0b..5c5082cc685e9bc1587fe986104ac694c6a6b388 100644 --- a/schema/registrations/ContextSourceNotification.json +++ b/schema/registrations/ContextSourceNotification.json @@ -27,7 +27,7 @@ "data": { "type": "array", "items": { - "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/ContextSourceRegistration.json#" + "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration" }, "minItems": 1 }, diff --git a/schema/registrations/ContextSourceRegistration.json b/schema/registrations/ContextSourceRegistration.json index f5386bfd934671b51303d16a38c7efaa7304f04f..74ff4e7b6d655dee24f7a360e8a2497206e5208e 100644 --- a/schema/registrations/ContextSourceRegistration.json +++ b/schema/registrations/ContextSourceRegistration.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/ContextSourceRegistration.json", + "id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json", "title": "NGSI-LD Context Source Registration", "description": "NGSI-LD Context Source Registration", "definitions": { diff --git a/schema/subscriptions/Subscription.json b/schema/subscriptions/Subscription.json index 68c57c7574e35916de279df4080f02f6516b5f67..d63495a9f0073f48713f014b676a70cb1f0f948a 100644 --- a/schema/subscriptions/Subscription.json +++ b/schema/subscriptions/Subscription.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "id": "https://uri.etsi.org/ngsi-ld/schema/Subscription.json", + "id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json", "title": "NGSI-LD Subscription", "description": "NGSI-LD Subscription", "definitions": {