Skip to main content
wwWallet logo

wwWallet

VCT Registry

Home Metadata Usage
Signed in as

Login

  1. Home
  2. Metadata

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.

Add new credential

Selection

Choose a VCT to inspect a single record, or switch to the complete registry response.

Details

VCT
urn:credential:diploma
Name
Diploma VC Type Metadata
Preview
Diploma VC Type Metadata preview
Description
This is a Bachelor Diploma verifiable credential
Source
GET https://registry.uoa.gr/type-metadata?vct=urn%3Acredential%3Adiploma

Raw Metadata JSON

{
  "vct": "urn:credential:diploma",
  "name": "Diploma VC Type Metadata",
  "description": "This is a Bachelor Diploma verifiable credential",
  "display": [
    {
      "locale": "en-US",
      "name": "Diploma",
      "description": "Bachelor Diploma SD-JWT VC",
      "rendering": {
        "simple": {
          "logo": {
            "uri": "https://registry.uoa.gr/images/diploma-logo.png",
            "uri#integrity": "sha256-7uoKaGRpp0tc+qZVR16G7d1RzLpU5xmstAnmtoBPO8Q=",
            "alt_text": "Diploma Logo"
          },
          "background_color": "#b1d3ff",
          "text_color": "#050708"
        },
        "svg_templates": [
          {
            "uri": "https://registry.uoa.gr/images/diploma-svg-template.svg",
            "uri#integrity": "sha256-Gs1Ig4JqugMY0hkhO7danfyFj5Juk/V2IkQSMB/jAYo="
          }
        ]
      }
    }
  ],
  "claims": [
    {
      "path": [
        "given_name"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Given Name",
          "description": "The given name of the Diploma Holder"
        }
      ],
      "svg_id": "given_name"
    },
    {
      "path": [
        "family_name"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Family Name",
          "description": "The family name of the Diploma Holder"
        }
      ],
      "svg_id": "family_name"
    },
    {
      "path": [
        "title"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Diploma Title",
          "description": "The title of the Diploma"
        }
      ],
      "svg_id": "title"
    },
    {
      "path": [
        "grade"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Grade",
          "description": "Graduate's grade (0-10)"
        }
      ]
    },
    {
      "path": [
        "eqf_level"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "EQF Level",
          "description": "The EQF level of the diploma according to https://europass.europa.eu/en/description-eight-eqf-levels"
        }
      ]
    },
    {
      "path": [
        "graduation_date"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Graduation Date",
          "description": "The graduation data"
        }
      ],
      "svg_id": "graduation_date"
    },
    {
      "path": [
        "expiry_date"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Expiry Date",
          "description": "The date and time expired this credential"
        }
      ],
      "svg_id": "expiry_date"
    }
  ]
}