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:eu.europa.ec.eudi:por:1
Name
POR SD-JWT VC Type Metadata
Preview
POR SD-JWT VC Type Metadata preview
landscape · light · normal contrast
Description
Power of Representation (POR) SD-JWT Verifiable Credential Type Metadata, based on ietf-oauth-sd-jwt-vc (draft 13), using a single language tag (en-US).
Source
GET https://registry.uoa.gr/type-metadata?vct=urn%3Aeu.europa.ec.eudi%3Apor%3A1

Raw Metadata JSON

{
  "vct": "urn:eu.europa.ec.eudi:por:1",
  "name": "POR SD-JWT VC Type Metadata",
  "description": "Power of Representation (POR) SD-JWT Verifiable Credential Type Metadata, based on ietf-oauth-sd-jwt-vc (draft 13), using a single language tag (en-US).",
  "display": [
    {
      "locale": "en-US",
      "name": "POR",
      "description": "Power of Representation (POR) SD-JWT VC",
      "rendering": {
        "simple": {
          "background_color": "#c3b25d",
          "text_color": "#363531"
        },
        "svg_templates": [
          {
            "uri": "https://registry.uoa.gr/images/por-svg-template.svg",
            "uri#integrity": "sha256-svaDGSytz8PrVT1h7KOY6ltt6E5szNo407FL67aSQyM=",
            "properties": {
              "orientation": "landscape",
              "color_scheme": "light",
              "contrast": "normal"
            }
          }
        ]
      }
    }
  ],
  "claims": [
    {
      "path": [
        "vct"
      ],
      "mandatory": true,
      "sd": "never"
    },
    {
      "path": [
        "iss"
      ],
      "mandatory": true,
      "sd": "never"
    },
    {
      "path": [
        "iat"
      ],
      "mandatory": true,
      "sd": "never"
    },
    {
      "path": [
        "cnf"
      ],
      "mandatory": true,
      "sd": "never"
    },
    {
      "path": [
        "legal_person_identifier"
      ],
      "mandatory": true,
      "sd": "never",
      "svg_id": "legal_person_identifier",
      "display": [
        {
          "locale": "en-US",
          "label": "Legal entity ID",
          "description": "Unique identifier of the legal entity being represented."
        }
      ]
    },
    {
      "path": [
        "legal_name"
      ],
      "mandatory": true,
      "sd": "never",
      "svg_id": "legal_name",
      "display": [
        {
          "locale": "en-US",
          "label": "Legal entity name",
          "description": "Name of the legal entity being represented."
        }
      ]
    },
    {
      "path": [
        "full_powers"
      ],
      "mandatory": true,
      "sd": "never",
      "svg_id": "full_powers",
      "display": [
        {
          "locale": "en-US",
          "label": "Full Representation Powers",
          "description": "Indicates whether the representative is fully authorized to act on behalf of the legal entity."
        }
      ]
    },
    {
      "path": [
        "eService"
      ],
      "sd": "never",
      "svg_id": "eService",
      "display": [
        {
          "locale": "en-US",
          "label": "Designated eService",
          "description": "Identifies the eServices in relation to which the natural person is empowered to represent the legal entity."
        }
      ]
    },
    {
      "path": [
        "issuing_authority"
      ],
      "mandatory": true,
      "sd": "never",
      "display": [
        {
          "locale": "en-US",
          "label": "Issuing authority",
          "description": "Legal name of the issuing entity."
        }
      ]
    },
    {
      "path": [
        "issuing_country"
      ],
      "mandatory": true,
      "sd": "never",
      "svg_id": "issuing_country",
      "display": [
        {
          "locale": "en-US",
          "label": "Issuing country",
          "description": "Country code where the document was issued."
        }
      ]
    },
    {
      "path": [
        "effective_until_date"
      ],
      "sd": "never",
      "svg_id": "effective_until_date",
      "display": [
        {
          "locale": "en-US",
          "label": "Effective until",
          "description": "End date of valid representation (inclusive)."
        }
      ]
    },
    {
      "path": [
        "effective_from_date"
      ],
      "mandatory": true,
      "sd": "never",
      "svg_id": "effective_from_date",
      "display": [
        {
          "locale": "en-US",
          "label": "Effective from",
          "description": "Start date of valid representation (inclusive)."
        }
      ]
    }
  ]
}