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": {