{ "title": "NGSI-LD EntityList", "description": "NGSI-LD EntityList", "definitions": { "EntityList": { "type": "array", "items": { "$ref": "http://localhost:8090/schema/Entity.json#/definitions/Entity" } } }, "allOf": [ { "$ref": "#/definitions/EntityList" } ] }