Skip to content

Instantly share code, notes, and snippets.

@tejash-jl
Last active July 11, 2022 04:52
Show Gist options
  • Save tejash-jl/02d0df589abde35b00357fbf7b1c5aa7 to your computer and use it in GitHub Desktop.
Save tejash-jl/02d0df589abde35b00357fbf7b1c5aa7 to your computer and use it in GitHub Desktop.
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://gist.githubusercontent.com/priyanka-TL/fad903c8c33916ac0c1429109743678e/raw/549de616e123a7cfe004b24996fc26291c53c2b8/v1_context.json",
"https://gist.githubusercontent.com/tejash-jl/f80b32c053c3bcb62aaaa80514375a88/raw/cb18fdd90777a2f924f1e503d236d0a51d55c5a3/proj_cer_context"
],
"type": [
"VerifiableCredential"
],
"id":"did:sunbird:{{osid}}",
"issuanceDate": "{{osCreatedAt}}",
"credentialSubject": {
"type":"{{certificateLabel}}",
"recipientName": "{{recipient.name}}",
"projectName": "{{projectName}}",
"stateName": "{{stateName}}"
},
"issuer":{
"id":"https://raw.githubusercontent.com/project-sunbird/sunbird-devops/release-4.8.0/kubernetes/helm_charts/sunbird-RC/registry/templates/READ.md#Issuer",
"type":[
"Issuer"
],
"name":"{{issuer.name}}",
"url":"{{issuer.url}}",
"publicKey":["{{issuer.kid}}"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment