From a3317d4160055d31b51ee84b05930ccb0d89fb23 Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Mon, 5 Nov 2018 15:58:51 +0100 Subject: [PATCH] Update Entity.json --- schema/Entity.json | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/schema/Entity.json b/schema/Entity.json index 822fffd..64ae984 100644 --- a/schema/Entity.json +++ b/schema/Entity.json @@ -4,31 +4,6 @@ "title": "NGSI-LD Entity", "description": "NGSI-LD Entity", "definitions": { - "LdContext": { - "anyOf": [ - { - "type": "object" - }, - { - "type": "string", - "format": "uri" - }, - { - "type": "array", - "items": { - "anyOf": [ - { - "type": "string", - "format": "uri" - }, - { - "type": "object" - } - ] - } - } - ] - }, "observedAt": { "type": "string", "format": "date-time" -- GitLab