{ "@context": { "@version": 1.1, "@protected": true, "SkillCertificate": { "@id": "https://github.com/sunbird-specs/vc-specs#SkillCertificate", "@context": { "id": "@id", "@version": 1.1, "@protected": true, "skills": "schema:Text" } }, "Person": { "@id": "https://github.com/sunbird-specs/vc-specs#Person", "@context": { "name": "schema:Text" } }, "course": { "@id": "https://github.com/sunbird-specs/vc-specs#trainedOn", "@context": { "name": "schema:Text" } }, "certificate": { "@id": "https://github.com/sunbird-specs/vc-specs#trainedOn", "@context": { "name": "schema:Text" } }, "completedOn": { "@id": "https://github.com/sunbird-specs/vc-specs#completedOn", "@context": { "name": "schema:Text" } }, "issuedTo": { "@id": "https://github.com/sunbird-specs/vc-specs#Person", "@context": { "name": "schema:Text" } }, "expiry": { "@id": "https://github.com/sunbird-specs/vc-specs#expiry", "@context": { "name": "schema:Text" } } } }