← ClaudeAtlas

igrantio-credential-schema-qesaclisted

Claim path pointer schema for the QESAC credential. The registry defines the credential in the dc+sd-jwt format with one mandatory claim, credentialId. Use this skill when you build a QESAC credential definition for the iGrant.io OpenID4VC API, or when you need the exact QESAC claim path.
L3-iGrant/skills · ★ 1 · API & Backend · score 75
Install: claude install-skill L3-iGrant/skills
# QESAC - credential schema ## When to use Use this skill when you issue or verify a **QESAC** credential. The registry gives the title `QESAC` and the credential type `QESAC`. It gives no namespace for this credential. The schema supports one format: SD-JWT VC (`dc+sd-jwt`). The registry keeps this schema under `credentialSchemas/claimPathPointer/qesac`. Version **2025.7.1** is the latest version directory, and this skill uses it. The registry publishes the schema in one format: `dc+sd-jwt`. ## What the claims describe The registry defines one claim. - **`credentialId`** - mandatory. It identifies the credential. The pointer does not set `limitDisclosure`. The credential has one claim, so selective disclosure adds nothing here. Send any other data of your use case in a separate credential, or ask the registry maintainers to extend the schema. Do not add a claim path that the registry does not hold, because a verifier that reads the registry does not expect it. ## Claim path pointer documents Each document below is the file that the registry holds. Copy it without a change. ### SD-JWT VC (`dc+sd-jwt`) | Fact | Value | | --- | --- | | Title | QESAC | | Format | `dc+sd-jwt` | | `credentialType` | `QESAC` | | `vct` to send | `QESAC` | | `validationPath` | `$` | | Claim carrier in the request | `claims` | ```json { "claims": [ { "path": [ "credentialId" ], "mandatory": true } ] } ``` ## How to read a claim path point