igrantio-credential-schema-passportlisted
Install: claude install-skill L3-iGrant/skills
# Passport credential schema
## When to use
Use this skill when you issue or ask for a **Passport** credential. The
credential is the digital form of a passport: the identity of the holder, the
travel document data, the portrait and the signature. Use it for a border check,
a hotel check-in, or any flow that needs a travel document.
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 | Passport |
| Credential type | `Passport` |
| Namespace | `Passport` |
| Format | `dc+sd-jwt` |
| Supported version | `version_01` |
```json
{
"claims": [
{
"path": ["serialNumber"],
"mandatory": true,
"limitDisclosure": true
},
{
"path": ["firstName"],
"mandatory": true,
"limitDisclosure": true
},
{
"path": ["signature"],
"mandatory": true,
"limitDisclosure": true
},
{
"path": ["personalNumber"],
"mandatory": true,
"limitDisclosure": true
},
{
"path": ["image"],
"mandatory": true,
"limitDisclosure": true
},
{
"path": ["birthDate"],
"mandatory": true,
"limitDisclosu