Skip to content

Commit 84d11d8

Browse files
committed
Rename VCTM Registry to Credential Type Registry
More generic term since the registry handles more than just VCTMs
1 parent c4ccab7 commit 84d11d8

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/sirosid/integrations/token-status-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ Cache-Control: max-age=43200
181181

182182
## Next Steps
183183

184-
- [VCTM Registry](../vctm-registry) – Credential type metadata registry
184+
- [Credential Type Registry](../vctm-registry) – Credential type metadata registry
185185
- [Trust Services](./trust/) – Configure trust for status list issuers

docs/sirosid/overview/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ flowchart TB
3535
3636
subgraph "Trust Infrastructure"
3737
TrustConfig[Trust Configuration]
38-
Registry[VCTM Registry]
38+
Registry[Credential Type Registry]
3939
TSL[Token Status Lists]
4040
end
4141
end
@@ -70,7 +70,7 @@ flowchart TB
7070
| **Credential Manager** | wwWallet-based wallet for storing and presenting credentials | [Credential Manager](../cm) |
7171
| **Verifier** | Validates credentials and provides OIDC/OID4VP interfaces | [Verifier Integration](../integrations/verifiers/concepts) |
7272
| **Trust Framework** | OpenID Federation and ETSI TSL support for trust validation | [Trust Architecture](../integrations/trust/) |
73-
| **VCTM Registry** | Aggregated credential type metadata | [registry.siros.org](../vctm-registry) |
73+
| **Credential Type Registry** | Aggregated credential type metadata | [registry.siros.org](../vctm-registry) |
7474

7575
## Supported Standards
7676

docs/sirosid/vctm-registry.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
sidebar_position: 4
33
---
44

5-
# VCTM Registry
5+
# Credential Type Registry
66

7-
The SIROS Foundation maintains a public registry for publishing Verifiable Credential Type Metadata (VCTM) at **[registry.siros.org](https://registry.siros.org)**.
7+
The SIROS Foundation maintains a public registry for publishing credential type metadata at **[registry.siros.org](https://registry.siros.org)**.
88

99
## Purpose
1010

11-
The registry provides a publication platform for organizations to share their VCTM files. It serves as:
11+
The registry provides a publication platform for organizations to share their credential type metadata files (including VCTM). It serves as:
1212

13-
- **A storage backend** for VCTM files organized by organization
13+
- **A storage backend** for credential type metadata organized by organization
1414
- **A publication point** where credential type metadata can be discovered
15-
- **An aggregation service** that collects VCTMs from multiple sources
15+
- **An aggregation service** that collects metadata from multiple sources
1616

1717
:::note Important Distinction
18-
The registry is a publication mechanism, not a VCTM resolution service. VCTM resolution (looking up credential type metadata by VCT identifier) is implemented separately. See the [go-wallet-backend](https://github.com/sirosfoundation/go-wallet-backend) for a reference implementation that can use registry.siros.org as a backend.
18+
The registry is a publication mechanism, not a resolution service. Credential type resolution (looking up metadata by VCT identifier) is implemented separately. See the [go-wallet-backend](https://github.com/sirosfoundation/go-wallet-backend) for a reference implementation that can use registry.siros.org as a backend.
1919
:::
2020

2121
## What is VCTM?
2222

2323
Verifiable Credential Type Metadata (VCTM) files define how credentials should be displayed and what claims they contain. They follow the [IETF SD-JWT VC specification](https://datatracker.ietf.org/doc/draft-ietf-oauth-sd-jwt-vc/).
2424

25-
Visit [registry.siros.org](https://registry.siros.org) for details on available VCTMs and how to publish your own.
25+
Visit [registry.siros.org](https://registry.siros.org) for details on available credential types and how to publish your own.

0 commit comments

Comments
 (0)