Expand description
Additional metadata defined by the SD-JWT VC specification such as issuer’s metadata and credential type metadata.
Structs§
- Claim
Display - Display information for a given claim.
- Claim
Metadata - Information about a particular claim for displaying and validation purposes.
- Claim
Path - A non-empty list of string,
null
values, or non-negative integers. It is used to select a particular claim in the credential or a set of claims. See Claim Path for more information. - Display
Metadata - Credential type’s display information of a given language.
- Integrity
Metadata - An integrity metadata string as defined in W3C SRI.
- Issuer
Metadata - SD-JWT VC issuer’s metadata. Contains information about one issuer’s public keys, either as an embedded JWK Set or a reference to one.
- Rendering
Metadata - Information on how to render a given credential type.
- Type
Metadata - SD-JWT VC’s credential type.
Enums§
- Claim
Disclosability - Information about whether a given claim is selectively disclosable.
- Claim
Path Segment - A single segment of a
ClaimPath
. - Jwks
- JWK Set containing the issuer’s public keys or a URL string referencing them.
- Type
Schema - Either a reference to or an embedded JSON Schema.
Constants§
- WELL_
KNOWN_ VCT - Path used to retrieve VC Type Metadata.
- WELL_
KNOWN_ VC_ ISSUER - Path used to query
IssuerMetadata
for a given JWT VC issuer.