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