Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kayaelle/e588c9fc3e25f7c007b7d89a16d95042 to your computer and use it in GitHub Desktop.
Save kayaelle/e588c9fc3e25f7c007b7d89a16d95042 to your computer and use it in GitHub Desktop.
VC Reference to Open Badge Assertion
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/openbadges/v2"
],
"type": [
"VerifiableCredential",
"OpenBadge"
],
"Issuer": "did:example:issuer",
"issuanceDate": "2010-01-01T19:23:24Z",
"credentialSubject": {
"id": "did:example:recipient",
"Assertion": "https://example.com/assertions/1001"
},
"proof": {
"type": "PROOF-Type",
"created": "DATE OF SIGNING",
"proofPurpose": "assertionMethod",
"verificationMethod": "ISSUER-SIGNING-KEY-DID-LINK",
"jws": "SIGNATURE"
}
}
@jfariascl
Copy link

K¨_I jjjkjnijn+ijn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment