From 1879937d622c94c9b9f563ce0698f65aa867ac11 Mon Sep 17 00:00:00 2001 From: Markus Sabadello Date: Fri, 12 Mar 2021 11:14:45 +0100 Subject: [PATCH] Don't redefine protected terms. --- context/v0.1/index.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/context/v0.1/index.json b/context/v0.1/index.json index 5c4a906..2b3700d 100644 --- a/context/v0.1/index.json +++ b/context/v0.1/index.json @@ -4,8 +4,8 @@ "@protected": true, "id": "@id", "type": "@type", - "name": "http://schema.org/name", - "description": "http://schema.org/description", + "name": "https://schema.org/name", + "description": "https://schema.org/description", "identifier": "http://schema.org/identifier", "image": {"@id": "http://schema.org/image", "@type": "@id"}, "EmploymentCredential": { @@ -14,11 +14,7 @@ "@version": 1.1, "@protected": true, "id": "@id", - "type": "@type", - "name": "https://schema.org/name", - "description": "https://schema.org/description", - "identifier": "http://schema.org/identifier", - "image": {"@id": "http://schema.org/image", "@type": "@id"} + "type": "@type" } }, "Employee": {