Created
February 20, 2025 06:53
-
-
Save priyankt68/7f82fd503d6a23ccc76f4c76106b4fbe to your computer and use it in GitHub Desktop.
degreecontext.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": { | |
| "@version": 1.1, | |
| "@protected": true, | |
| "id": "@id", | |
| "schema": "https://schema.org/", | |
| "UniversityDegreeCredential": { | |
| "@id": "iri:3425", | |
| "@context": { | |
| "@version": 1.1, | |
| "id": "@id", | |
| "grade": "schema:Text", | |
| "programme": "schema:Text", | |
| "certifyingInstitute": "schema:Text", | |
| "evaluatingInstitute": "schema:Text" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment