Skip to main content
UoA logo

UoA

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:esc
Name
ESC VC Type Metadata
Preview
ESC VC Type Metadata preview
portrait
ESC VC Type Metadata preview
landscape
Description
This is a European Student Card verifiable credential
Source
GET https://registry.uoa.gr/type-metadata?vct=urn%3Acredential%3Aesc

Raw Metadata JSON

{
  "vct": "urn:credential:esc",
  "name": "ESC VC Type Metadata",
  "description": "This is a European Student Card verifiable credential",
  "display": [
    {
      "locale": "en-US",
      "name": "European Student Card",
      "description": "European Student Card SD-JWT VC",
      "rendering": {
        "simple": {
          "logo": {
            "uri": "https://registry.uoa.gr/static/esc-logo.png",
            "uri#integrity": "sha256-MIarErLJPgVE7EAzecav7ICAxcah4EOvfHPcmZ9e3N4=",
            "alt_text": "European Student Card Logo"
          },
          "background_color": "#dfe2ee",
          "text_color": "#2c4390"
        },
        "svg_templates": [
          {
            "uri": "https://registry.uoa.gr/static/esc-svg-template.svg",
            "uri#integrity": "sha256-8SdthAZExMxRBC9Bxcmplq2ukhSf8dHb0E3WpGHSt1s=",
            "properties": {
              "orientation": "portrait"
            }
          },
          {
            "uri": "https://registry.uoa.gr/static/esc-svg-template-landscape.svg",
            "uri#integrity": "sha256-0JZNEZgbRdssn58RXcc25hdqHLyhVsrf6rdX+ZNdh+g=",
            "properties": {
              "orientation": "landscape"
            }
          }
        ]
      }
    }
  ],
  "claims": [
    {
      "path": [
        "firstName",
        "en"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "First Name (English)",
          "description": "Student's first name in English."
        }
      ],
      "svg_id": "firstNameEn"
    },
    {
      "path": [
        "firstName",
        "el"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "First Name (Greek)",
          "description": "Student's first name in Greek."
        }
      ]
    },
    {
      "path": [
        "middleName",
        "en"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Middle Name (English)",
          "description": "Student's middle name in English."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "middleName",
        "el"
      ],
      "display": [
        {
          "locale": "el",
          "label": "Middle Name (Greek)",
          "description": "Student's middle name in Greek."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "lastName",
        "en"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Last Name (English)",
          "description": "Student's last name in English."
        }
      ],
      "svg_id": "lastNameEn"
    },
    {
      "path": [
        "lastName",
        "el"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Last Name (Greek)",
          "description": "Student's last name in Greek."
        }
      ]
    },
    {
      "path": [
        "birthDate"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Date of Birth",
          "description": "Full birth date of the student."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "photo"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Picture"
        }
      ],
      "sd": "always",
      "svg_id": "photo"
    },
    {
      "path": [
        "QRCode"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "QR Code"
        }
      ],
      "sd": "always",
      "svg_id": "QRCode"
    },
    {
      "path": [
        "cardNumber"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Card Number",
          "description": "Unique identifier of the ESC card."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "ssn"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Social Security Number",
          "description": "Unique personal identifier used by social security services."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "ssnCountry"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Country Social Security Number",
          "description": "Country of social security number"
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "issuedAt"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Issue Date",
          "description": "Date when the card was issued."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "expiresAt"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Expiry Date",
          "description": "Date when the card expires."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "displayName"
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Academic Details",
          "description": "Student's academic details"
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "fullLabel"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Full Label",
          "description": "Full label combining institution and credential information."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "esi"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "European Student Identifier",
          "description": "Unique European Student Identifier."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "esiCode"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "European Student Identifier Code",
          "description": "Unique European Student Identifier Code."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "department",
        "en"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Department (English)",
          "description": "Name of the department in English."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "department",
        "el"
      ],
      "display": [
        {
          "locale": "el",
          "label": "Department (Greek)",
          "description": "Name of the department in Greek."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "departmentId"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Department ID",
          "description": "Identifier of the department."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "enrollmentType"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Enrollment Type",
          "description": "Type of enrollment."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "inscriptionAcYear"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Inscription Academic Year",
          "description": "Academic year of inscription."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "program",
        "en"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Program (English)",
          "description": "Name of the academic program in English."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "program",
        "el"
      ],
      "display": [
        {
          "locale": "el",
          "label": "Program (Greek)",
          "description": "Name of the academic program in Greek."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "programId"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Program ID",
          "description": "Identifier of the academic program."
        }
      ],
      "mandatory": true,
      "sd": "always"
    },
    {
      "path": [
        "academicDetails",
        "registrationId"
      ],
      "display": [
        {
          "locale": "en-US",
          "label": "Registration ID",
          "description": "Student's registration identifier."
        }
      ],
      "mandatory": true,
      "sd": "always"
    }
  ]
}