igrantio-credential-schema-mobile-driving-licenselisted
Install: claude install-skill L3-iGrant/skills
# Mobile Driving Licence (mDL) credential schema
## When to use
Use this skill when you issue or ask for a **Mobile Driving Licence**. The
credential is the ISO/IEC 18013-5 mDL: the driving privileges of the holder plus
the identity data that a roadside or an online check needs.
The registry publishes this schema in **one format only: `mso_mdoc`**. The
metadata sets `isMsoMdoc` to `true`, and `isSdJwt` and `isJwt` to `false`. The
mDL is an mdoc by definition, so there is no SD-JWT VC form and no JWT form in
the registry.
This page describes registry version **2026.4.1**, the latest version of the
template.
## Claim path pointer document - mso_mdoc
| Fact | Value |
| --- | --- |
| Title | Mobile Driving Licence (mDL) |
| Credential type | `org.iso.18013.5.1.mDL` |
| Doctype | `org.iso.18013.5.1.mDL` |
| Namespace | `org.iso.18013.5.1` |
| Format | `mso_mdoc` |
| Supported version | `version_01` |
```json
{
"claims": [
{
"path": ["org.iso.18013.5.1", "administrative_number"],
"mandatory": true,
"limitDisclosure": true
},
{
"path": ["org.iso.18013.5.1", "age_birth_year"],
"mandatory": true,
"limitDisclosure": true
},
{
"path": ["org.iso.18013.5.1", "age_in_years"],
"mandatory": true,
"limitDisclosure": true
},
{
"path": ["org.iso.18013.5.1", "age_over_18"],
"mandatory": true,
"limitDisclosure": true
},
{
"path": ["org.iso.18013.5.1", "age_over_21"],
"ma