EntityList.json 354 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
1
2
3
{
  "title": "NGSI-LD EntityList",
  "description": "NGSI-LD EntityList",
4
5
6
7
  "definitions": {
    "EntityList": {
      "type": "array",
      "items": {
Stefan Wiedemann's avatar
Stefan Wiedemann committed
8
        "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity"
9
10
11
      }
    }
  },
Stefan Wiedemann's avatar
Stefan Wiedemann committed
12
13
14
15
16
17
  "allOf": [
    {
      "$ref": "#/definitions/EntityList"
    }
  ]
}