Skip to content

Instantly share code, notes, and snippets.

@kayaelle
Last active March 18, 2022 18:59
Show Gist options
  • Save kayaelle/911605388a7803c6fa1fda4a3ded862e to your computer and use it in GitHub Desktop.
Save kayaelle/911605388a7803c6fa1fda4a3ded862e to your computer and use it in GitHub Desktop.
vc-demo-ob-context
{
"@context": {
"id": "@id",
"type": "@type",
"obi": "https://w3id.org/openbadges#",
"schema": "http://schema.org/",
"Criteria": "obi:Criteria",
"IdentityObject": "obi:IdentityObject",
"criteria": { "@id": "obi:criteria", "@type": "@id" },
"hashed": { "@id": "obi:hashed", "@type": "xsd:boolean" },
"identity": { "@id": "obi:identityHash" },
"narrative": { "@id": "obi:narrative" },
"recipient": { "@id": "obi:recipient", "@type": "@id" },
"salt": { "@id": "obi:salt" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment