Commit 6886a4b2 authored by canterafonsj's avatar canterafonsj
Browse files

Subscription list

parent c4f887f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@
    "SubscriptionList": {
    "SubscriptionList": {
      "type": "array",
      "type": "array",
      "items": {
      "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"
      }
      }
    }
    }
  },
  },
+2 −2
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@
    "version": "latest"
    "version": "latest"
  },
  },
  "components": {
  "components": {
    "parameters": [
    "parameters": {
      "limit": {
      "limit": {
        "name": "limit",
        "name": "limit",
        "description": "Pagination limit",
        "description": "Pagination limit",
@@ -16,7 +16,7 @@
          "minimum": 1
          "minimum": 1
        }
        }
      }
      }
    ]
    }
  },
  },
  "paths": {
  "paths": {
    "/subscriptions/": {
    "/subscriptions/": {