Skip to content

Commit

Permalink
Add name, description, image, identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Mar 12, 2021
1 parent c5bcd46 commit d30f1f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion context/v0.1/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"@protected": true,
"id": "@id",
"type": "@type",
"name": "http://schema.org/name",
"description": "http://schema.org/description",
"identifier": "http://schema.org/identifier",
"image": {"@id": "http://schema.org/image", "@type": "@id"},
"EmploymentCredential": {
"@id": "https://danubetech.github.io/employment-vocab/#EmploymentCredential",
"@context": {
Expand All @@ -12,7 +16,9 @@
"id": "@id",
"type": "@type",
"name": "https://schema.org/name",
"description": "https://schema.org/description"
"description": "https://schema.org/description",
"identifier": "http://schema.org/identifier",
"image": {"@id": "http://schema.org/image", "@type": "@id"}
}
},
"Employee": {
Expand Down

0 comments on commit d30f1f7

Please sign in to comment.