diff --git a/schema/EntityList.json b/schema/EntityList.json
new file mode 100644
index 0000000000000000000000000000000000000000..a9f54de195e998021a24c0ccb200180d30d455be
--- /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
+}