diff --git a/schema/temporal/EntityTemporalList.json b/schema/temporal/EntityTemporalList.json index 16f41cab9819c5e963fe79b8e65b33020f609f08..f4e65a3cf9e8d8d0dfb255acd9a3bae0213edbda 100644 --- a/schema/temporal/EntityTemporalList.json +++ b/schema/temporal/EntityTemporalList.json @@ -3,8 +3,17 @@ "id": "https://uri.etsi.org/ngsi-ld/schema/temporal/EntityTemporalList.json", "title": "NGSI-LD Entity", "description": "NGSI-LD Temporal Representation List", - "type": "array", - "items": { - "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#" - } + "definitions": { + "EntityTemporalList": { + "type": "array", + "items": { + "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#" + } + } + }, + "allOf": [ + { + "$ref": "#/definitions/EntityTemporalList" + } + ] }