{ "$schema": "http://json-schema.org/schema#",
"$id": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/SubscriptionList.json",
"title": "NGSI-LD Subscription List", "description": "NGSI-LD Subscription List", "definitions": { "SubscriptionList": { "type": "array", "items": {
"$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json#/definitions/Subscription"
} } }, "allOf": [{ "$ref": "#/definitions/SubscriptionList" }] }