← ClaudeAtlas

igrantio-credential-schema-passportlisted

Claim path pointer schema for the Passport credential (credential type Passport, mdoc doctype org.iso.18013.5.1.passport) from the iGrant.io verifiable data registry. It holds the travel document claims: serialNumber, firstName, lastName, birthDate, gender, nationality, personalNumber, expiryDate, issuerAuthority, image and signature. The registry publishes it in all three formats: dc+sd-jwt, jwt_vc_json and mso_mdoc. Use this skill when you create a passport credential definition on the iGrant.io OpenID4VC API, 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
# 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