concentricsky / openbadges-caliper-profile

Caliper Metric Profiles for Open Badges Events
3 stars 1 forks source link

Define JSON-LD Context #3

Open ottonomy opened 7 years ago

ottonomy commented 7 years ago

Define a draft context for discussion.

arwhyte commented 7 years ago

Consider aliasing both \@id and \@type as id and type as we do in Caliper in alignment with what is now standard JSON-LD community practice.

{
  "@context": {
    "id": "@id",
    "type": "@type",
    . . .
}