diff --git a/schema/Entity.json b/schema/Entity.json index 822fffd5f9555e83a523bd1d7098860259db41e3..64ae9849839b8a561cdad95f1fe519df45184464 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"