Verifiable Credential Type Metadata
Explore one credential definition at a time or inspect the full registry payload. This page is optimized for both quick browsing and raw JSON review.
Selection
Choose a VCT to inspect a single record, or switch to the complete registry response.
Details
- VCT
-
https://credentials.gr/vct/elm-course-achievement/v1 - Name
- Course Completion VC Type Metadata
- Preview
-
- Description
- Verifiable credential confirming the successful completion of a university course.
- Source
-
GET https://registry.uoa.gr/type-metadata?vct=https%3A%2F%2Fcredentials.gr%2Fvct%2Felm-course-achievement%2Fv1
Raw Metadata JSON
{
"vct": "https://credentials.gr/vct/elm-course-achievement/v1",
"name": "Course Completion VC Type Metadata",
"description": "Verifiable credential confirming the successful completion of a university course.",
"display": [
{
"locale": "en-US",
"name": "Course Completion",
"description": "Credential confirming successful completion of a course.",
"rendering": {
"simple": {
"logo": {
"uri": "https://registry.uoa.gr/static/esc-logo.png",
"uri#integrity": "sha256-MIarErLJPgVE7EAzecav7ICAxcah4EOvfHPcmZ9e3N4=",
"alt_text": "National and Kapodistrian University of Athens"
},
"background_color": "#F4F7FB",
"text_color": "#172B4D"
},
"svg_templates": [
{
"uri": "https://registry.uoa.gr/static/ccc-template-v0.1.svg",
"uri#integrity": "sha256-U2RcaIZNlAa1xLxvp+dEXTgNFGQEPckjQPsvthVkLvQ="
}
]
}
}
],
"claims": [
{
"path": [
"credentialSubject",
"givenName",
"en"
],
"display": [
{
"locale": "en-US",
"label": "Given Name",
"description": "Given name of the credential holder."
}
],
"svg_id": "given_name"
},
{
"path": [
"credentialSubject",
"familyName",
"en"
],
"display": [
{
"locale": "en-US",
"label": "Family Name",
"description": "Family name of the credential holder."
}
],
"svg_id": "family_name"
},
{
"path": [
"credentialSubject",
"hasClaim",
0,
"title",
"en"
],
"display": [
{
"locale": "en-US",
"label": "Course",
"description": "Title of the completed course."
}
],
"svg_id": "course_title"
},
{
"path": [
"credentialSubject",
"hasClaim",
0,
"specifiedBy",
"identifier",
"notation"
],
"display": [
{
"locale": "en-US",
"label": "Course Code",
"description": "University course identifier."
}
]
},
{
"path": [
"credentialSubject",
"hasClaim",
0,
"creditReceived",
0,
"points"
],
"display": [
{
"locale": "en-US",
"label": "ECTS Credits",
"description": "ECTS credits awarded for the course."
}
],
"svg_id": "ects"
},
{
"path": [
"credentialSubject",
"hasClaim",
0,
"provenBy",
0,
"grade",
"noteLiteral",
"en"
],
"display": [
{
"locale": "en-US",
"label": "Grade",
"description": "Grade achieved for the course."
}
],
"svg_id": "grade"
},
{
"path": [
"credentialSubject",
"hasClaim",
0,
"provenBy",
0,
"gradeStatus",
"notation"
],
"display": [
{
"locale": "en-US",
"label": "Result",
"description": "Result of the course assessment."
}
],
"svg_id": "grade_status"
},
{
"path": [
"credentialSubject",
"hasClaim",
0,
"awardedBy",
"awardingBody",
0,
"legalName",
"en"
],
"display": [
{
"locale": "en-US",
"label": "Awarding Institution",
"description": "Institution awarding the course achievement."
}
]
}
]
}