← ClaudeAtlas

igrantio-credential-schema-mobile-driving-licenselisted

Claim path pointer schema for the ISO/IEC 18013-5 Mobile Driving Licence (mDL, doctype org.iso.18013.5.1.mDL) from the iGrant.io verifiable data registry. It holds the 25 mdoc claims of the org.iso.18013.5.1 namespace, from family_name and birth_date to driving_privileges, portrait, age_over_18 and issuing_authority. Use this skill when you create an mDL credential definition on the iGrant.io OpenID4VC API, or when you need the exact claim paths, namespace and doctype of a mobile driving licence.
L3-iGrant/skills · ★ 1 · API & Backend · score 75
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