From 90b714a450d9ad5a7b65400cf5d3aadc96385258 Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Tue, 13 Nov 2018 10:31:35 +0100 Subject: [PATCH] Entity List --- schema/EntityList.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 schema/EntityList.json diff --git a/schema/EntityList.json b/schema/EntityList.json new file mode 100644 index 0000000..a9f54de --- /dev/null +++ b/schema/EntityList.json @@ -0,0 +1,11 @@ +{ + "$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 +} -- GitLab