Skip to content

Instantly share code, notes, and snippets.

@ottonomy
Created April 8, 2015 05:25
Show Gist options
  • Save ottonomy/8f85fd2b6feab665edfa to your computer and use it in GitHub Desktop.
Save ottonomy/8f85fd2b6feab665edfa to your computer and use it in GitHub Desktop.
draft credentials context v1
{
"@context": {
"id": "@id",
"type": "@type",
"credentials": "http://specification.openbadges.org/credentials/#",
"obi": "http://specification.openbadges.org/#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dc": "http://purl.org/dc/terms/",
"sec": "https://w3id.org/security#",
"claim": { "@id": "credentials:claim", "@type": "@id" },
"signature": "sec:signature",
"signatureAlgorithm": "sec:signatureAlgorithm",
"signatureValue": "sec:signatureValue",
"creator": {"@id": "dc:creator", "@type": "@id"},
"CryptographicKey": "sec:Key",
"GraphSignature2012": "sec:GraphSignature2012"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment