From 31ba1cf5fc78288121cb29d5149d42dd63715ebe Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Mon, 19 Nov 2018 18:14:30 +0100 Subject: [PATCH] Fix Subscription Schema --- schema/subscriptions/Subscription.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/subscriptions/Subscription.json b/schema/subscriptions/Subscription.json index e48998e..81d070f 100644 --- a/schema/subscriptions/Subscription.json +++ b/schema/subscriptions/Subscription.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/schema#", - "id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json", + "id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json", "title": "NGSI-LD Common Definitions", "description": "NGSI-LD Common", "definitions": { -- GitLab