← ClaudeAtlas

igrantio-credential-schema-lpidlisted

Claim path pointer schema for Legal Person Identification Data (LPID, credential type LegalPersonIdentificationData, mdoc doctype org.iso.18013.5.1.lpid) from the iGrant.io verifiable data registry. It holds two claims, identifier and legalName, and the registry publishes it in all three formats: dc+sd-jwt, jwt_vc_json and mso_mdoc. Use this skill when you create an LPID credential definition on the iGrant.io OpenID4VC API, when you build a European Business Wallet (EUBW) integration, or when you need the exact claim path for each of the three credential formats.
L3-iGrant/skills · ★ 1 · API & Backend · score 75
Install: claude install-skill L3-iGrant/skills
# Legal Person Identification Data (LPID) credential schema ## When to use Use this skill when you issue or ask for **Legal Person Identification Data**. LPID identifies an organisation, not a natural person. It is the company counterpart of the Person Identification Data (PID) credential, and it is the base identity credential of a European Business Wallet (EUBW). The schema holds two claims: the registered identifier of the organisation and its legal name. The registry publishes this schema in **all three formats**: | Format | Metadata flag | Identifier to send | | --- | --- | --- | | `dc+sd-jwt` | `isSdJwt: true` | `vct` | | `jwt_vc_json` | `isJwt: true` | `type` | | `mso_mdoc` | `isMsoMdoc: true` | `doctype` | This page describes registry version **2025.7.1**, the latest version of the template. ## Claim path pointer document - dc+sd-jwt | Fact | Value | | --- | --- | | Title | Legal Person Identification Data (LPID) | | Credential type | `LegalPersonIdentificationData` | | Namespace | `org.iso.18013.5.1` | | Format | `dc+sd-jwt` | | Supported version | `version_01` | ```json { "claims": [ { "path": [ "identifier" ], "mandatory": true, "limitDisclosure": true }, { "path": [ "legalName" ], "mandatory": true, "limitDisclosure": true } ] } ``` ## Claim path pointer document - jwt_vc_json | Fact | Value | | --- | --- | | Title | Legal Person Identification Data (LPID) | | Credential t