Commit 90b714a4 authored by canterafonsj's avatar canterafonsj
Browse files

Entity List

parent 3d3857b2
Loading
Loading
Loading
Loading

schema/EntityList.json

0 → 100644
+11 −0
Original line number Diff line number Diff line
{
  "$schema": "http://json-schema.org/schema#",
  "id": "https://uri.etsi.org/ngsi-ld/schema/EntityList.json",
  "title": "NGSI-LD EntityList",
  "description": "NGSI-LD EntityList",
  "type": "array",
  "items": {
    "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#"
  },
  "minItems": 1
}