igrantio-credential-schema-software-statementlisted
Install: claude install-skill L3-iGrant/skills
# Software Statement - credential schema
## When to use
Use this skill when you issue or verify a **Software Statement** credential. A
software statement attests a registered client application.
The registry gives the title `Software Statement` and the credential type
`SoftwareStatement`. 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/softwareStatement`. 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.
- **`client_uri`** - mandatory. It holds the URI of the client application that
the statement covers.
The pointer does not set `limitDisclosure`. The credential has one claim, so
selective disclosure adds nothing here.
Do not add a claim path that the registry does not hold. 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 | Software Statement |
| Format | `dc+sd-jwt` |
| `credentialType` | `SoftwareStatement` |
| `vct` to send | `SoftwareStatement` |
| `validationPath` | `$` |
| Claim carrier in the request | `claims` |
```json
{
"claims": [
{
"path": [
"client_uri"