Skip to content

Commit

Permalink
Don't redefine protected terms.
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Mar 12, 2021
1 parent d30f1f7 commit 1879937
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions context/v0.1/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit 1879937

Please sign in to comment.