SubscriptionList.json 374 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": "http://localhost:8090/schema/subscriptions/Subscription.json#/definitions/Subscription"
Stefan Wiedemann's avatar
Stefan Wiedemann committed
  "allOf": [
    {
      "$ref": "#/definitions/SubscriptionList"
    }
  ]
}