SubscriptionList.json 406 Bytes
Newer Older
{
  "title": "NGSI-LD Subscription List",
  "description": "NGSI-LD Subscription List",
  "definitions": {
    "SubscriptionList": {
      "type": "array",
      "items": {
Stefan Wiedemann's avatar
Stefan Wiedemann committed
        "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/subscriptions/Subscription.json#/definitions/Subscription"
Stefan Wiedemann's avatar
Stefan Wiedemann committed
  "allOf": [
    {
      "$ref": "#/definitions/SubscriptionList"
    }
  ]
}