← ClaudeAtlas

igrantio-credential-schema-certificate-of-registrationlisted

Claim path pointer schema for the Certificate Of Registration credential (credential type CertificateOfRegistration, mdoc doctype org.iso.18013.5.1.cor) from the iGrant.io verifiable data registry. It holds 13 claims that attest a company registration: name, orgNumber, legalForm, legalStatus, activity, registrationDate and the registeredAddress object with its six parts. The registry publishes it in all three formats: dc+sd-jwt, jwt_vc_json and mso_mdoc. Use this skill when you create a company registration credential definition on the iGrant.io OpenID4VC API or build a European Business Wallet (EUBW) integration.
L3-iGrant/skills · ★ 1 · API & Backend · score 75
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