← ClaudeAtlas

igrantio-credential-schema-boarding-passlisted

Claim path pointer schema for the Boarding Pass credential (credential type VerifiableFerryBoardingPassCredentialSDJWT, namespace eu.europa.ec.eudi.boardingpass) from the iGrant.io verifiable data registry. It holds the 14 flat travel claims of a ferry or airline boarding pass: departure and arrival date, time and port, passenger name, seat number and type, ticket number, ticket QR and vessel description. Use this skill when you create a boarding pass credential definition on the iGrant.io OpenID4VC API, or when you need the exact claim paths of a travel ticket credential.
L3-iGrant/skills · ★ 1 · API & Backend · score 75
Install: claude install-skill L3-iGrant/skills
# Boarding Pass credential schema ## When to use Use this skill when you issue or ask for a **Boarding Pass**. The credential holds one travel ticket: who travels, on which vessel, from which port, at which time, and in which seat. The registry models a ferry boarding pass, and the same claims fit any scheduled trip with a departure port and an arrival port. The registry publishes this schema in **one format only: `dc+sd-jwt`** (SD-JWT VC). The metadata sets `isSdJwt` to `true`, and `isJwt` and `isMsoMdoc` to `false`. There is no JWT form and no mdoc form of this schema in the registry. This page describes registry version **2025.7.1**, the latest version of the template. ## Claim path pointer document - dc+sd-jwt | Fact | Value | | --- | --- | | Title | Boarding Pass | | Credential type | `VerifiableFerryBoardingPassCredentialSDJWT` | | Namespace | `eu.europa.ec.eudi.boardingpass` | | Format | `dc+sd-jwt` | | Supported version | `version_01` | ```json { "claims": [ { "path": [ "arrivalDate" ], "mandatory": true, "limitDisclosure": true }, { "path": [ "arrivalPort" ], "mandatory": true, "limitDisclosure": true }, { "path": [ "arrivalTime" ], "mandatory": true, "limitDisclosure": true }, { "path": [ "departureDate" ], "mandatory": true, "limitDisclosure": true