EntityList.json 322 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": "http://localhost:8090/schema/Entity.json#/definitions/Entity"
Stefan Wiedemann's avatar
Stefan Wiedemann committed
  "allOf": [
    {
      "$ref": "#/definitions/EntityList"
    }
  ]
}