igrantio-credential-schema-lpidlisted
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