igrantio-credential-schema-certificate-of-registrationlisted
Install: claude install-skill L3-iGrant/skills
# Certificate Of Registration credential schema
## When to use
Use this skill when you issue or ask for a **Certificate Of Registration**. A
business register issues this credential to attest that a company exists: its
registered name and number, its legal form and status, its business activity,
the date of registration, and its registered address. It is a core credential of
a European Business Wallet (EUBW) integration.
The registry publishes this schema in **all three formats**:
| Format | Metadata flag | Identifier to send |
| --- | --- | --- |
| `dc+sd-jwt` | `isSdJwt: true` | `vct` |
| `jwt_vc_json` | `isJwt: true` | `type` |
| `mso_mdoc` | `isMsoMdoc: true` | `doctype` |
This page describes registry version **2025.7.1**, the latest version of the
template.
## Claim path pointer document - dc+sd-jwt
| Fact | Value |
| --- | --- |
| Title | Certificate Of Registration |
| Credential type | `CertificateOfRegistration` |
| Namespace | `org.iso.18013.5.1.cor` |
| Format | `dc+sd-jwt` |
| Supported version | `version_01` |
```json
{
"claims": [
{
"path": [
"name"
],
"mandatory": true,
"limitDisclosure": true
},
{
"path": [
"legalForm"
],
"limitDisclosure": true,
"mandatory": true
},
{
"path": [
"activity"
],
"limitDisclosure": true,
"mandatory": true
},
{
"path": [
"registrationDate"
],
"limitDisclosure": true,
"m