Unverified Commit fa5c90e5 authored by sknirmalkar89's avatar sknirmalkar89 Committed by GitHub
Browse files

Sb 29303: update recipient Name and context url info (#3254)

Showing with 10 additions and 4 deletions
+10 -4
{
"@context": [
"https://raw.githubusercontent.com/project-sunbird/sunbird-devops/release-4.8.0/kubernetes/helm_charts/sunbird-RC/registry/templates/v1_context.json",
"https://raw.githubusercontent.com/project-sunbird/sunbird-devops/release-4.8.0/kubernetes/helm_charts/sunbird-RC/registry/templates/sunbird_context.json"
"https://gist.githubusercontent.com/reshmi-nair/386ef6d832236014b7d1037ad4de3da7/raw/8288d9739f3e7946740b4119d0f5f1991695c2a5/v1_context.json",
"https://gist.githubusercontent.com/reshmi-nair/d4043c6f74bf98e9fa60232ebf8a6af4/raw/6d17f5bfd48daca5281e5dbef9b384f7cc9d301f/sunbird_context.json"
],
"type": [
"VerifiableCredential"
......@@ -10,7 +10,7 @@
"issuanceDate": "{{osCreatedAt}}",
"credentialSubject": {
"type":"{{certificateLabel}}",
"name": "{{recipient.name}}",
"recipientName": "{{recipient.name}}",
"trainingName": "{{training.name}}",
"trainingId":"{{training.id}}"
},
......
......@@ -17,7 +17,13 @@
"name":"schema:Text"
}
},
"trainingId":{
"recipientName":{
"@id":"https://raw.githubusercontent.com/project-sunbird/sunbird-devops/release-4.8.0/kubernetes/helm_charts/sunbird-RC/registry/templates/READ.md#recipientName",
"@context": {
"name":"schema:Text"
}
},
"trainingId":{
"@id":"https://raw.githubusercontent.com/project-sunbird/sunbird-devops/release-4.8.0/kubernetes/helm_charts/sunbird-RC/registry/templates/READ.md#trainingId",
"@context": {
"name":"schema:Text"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment