diff --git a/schema/subscriptions/SubscriptionList.json b/schema/subscriptions/SubscriptionList.json index 9d18ca630ae92f67eb5a02c9b792044ba2a79ee7..5c046bbb2a5a5ae025d162d2fcdd7723359c1a7c 100644 --- a/schema/subscriptions/SubscriptionList.json +++ b/schema/subscriptions/SubscriptionList.json @@ -7,7 +7,7 @@ "SubscriptionList": { "type": "array", "items": { - "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Subscription.json#/definitions/Subscription" + "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json#/definitions/Subscription" } } }, diff --git a/spec/updated/subscriptions-spec.json b/spec/updated/subscriptions-spec.json index 17d7e1b8eee488eb9aaff000d0a9d7d6abb90adc..b7f0356b8ae40c61162e2be8288811a9ac543e87 100644 --- a/spec/updated/subscriptions-spec.json +++ b/spec/updated/subscriptions-spec.json @@ -5,7 +5,7 @@ "version": "latest" }, "components": { - "parameters": [ + "parameters": { "limit": { "name": "limit", "description": "Pagination limit", @@ -16,7 +16,7 @@ "minimum": 1 } } - ] + } }, "paths": { "/subscriptions/": {