Expand description
Additional metadata defined by the SD-JWT VC specification such as issuer’s metadata and credential type metadata.
Structs§
- Display information for a given claim.
- Information about a particular claim for displaying and validation purposes.
- 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. - Credential type’s display information of a given language.
- An integrity metadata string as defined in W3C SRI.
- 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.
- Information on how to render a given credential type.
- SD-JWT VC’s credential type.
Enums§
- Information about whether a given claim is selectively disclosable.
- A single segment of a
ClaimPath
. - JWK Set containing the issuer’s public keys or a URL string referencing them.
- Either a reference to or an embedded JSON Schema.
Constants§
- Path used to retrieve VC Type Metadata.
- Path used to query
IssuerMetadata
for a given JWT VC issuer.