{
  "@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"
      }
    },
    "event": {
      "@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"
      }
    },
    "startDate": {
      "@id": "https://github.com/sunbird-specs/vc-specs#startDate",
      "@context": {
        "name": "schema:Text"
      }
    },
    "endDate": {
      "@id": "https://github.com/sunbird-specs/vc-specs#endDate",
      "@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"
      }
    },
    "email": {
      "@id": "https://github.com/sunbird-specs/vc-specs#email",
      "@context": {
        "name": "schema:Text"
      }  }
  }
}
