igrantio-credential-schema-e-receiptlisted
Install: claude install-skill L3-iGrant/skills
# eReceipt credential schema
## When to use
Use this skill when you issue or ask for an **eReceipt**. The credential is a
digital purchase receipt: what the customer bought, from which seller, for which
amount, with which tax, by which payment means, and when the goods arrived. The
claim names follow the business document vocabulary of an electronic invoice, so
a receipt line is a `purchase_receipt_line` and a total is a `monetary_total`.
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 | eReceipt |
| Credential type | `VerifiablevReceiptSDJWT` |
| Namespace | `eu.europa.ec.eudi.verifiablereceipt` |
| Format | `dc+sd-jwt` |
| Supported version | `version_01` |
```json
{
"claims": [
{
"path": [
"address",
"city_name"
],
"limitDisclosure": true,
"mandatory": true
},
{
"path": [
"address",
"country_identifier"
],
"limitDisclosure": true,
"mandatory": true
},
{
"path": [
"address",
"postcode"
],
"limitDisclosure": true,
"mandatory": true
},
{
"path": [
"address",