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