From 56ff7e4f7df9750074b5d23e1a5a7e84a3627fb7 Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Thu, 22 Nov 2018 09:44:29 +0100 Subject: [PATCH] Entity Temporal List --- schema/temporal/EntityTemporalList.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/schema/temporal/EntityTemporalList.json b/schema/temporal/EntityTemporalList.json index 16f41ca..f4e65a3 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" + } + ] } -- GitLab