igrantio-credential-schema-boarding-passlisted
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