Skip to content

Commit 76f93d2

Browse files
authored
Merge pull request #214 from Sphereon-Opensource/feature/SSISDK-89_metadata-persistence
chore: added 'vc+sd-jwt' for vcdm2
2 parents 5c41a38 + 0f21894 commit 76f93d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/oid4vci-common/lib/types/v1_0_15.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export type CredentialConfigurationSupportedCommonV1_0_15 = {
7373
}
7474

7575
export interface CredentialConfigurationSupportedSdJwtVcV1_0_15 extends CredentialConfigurationSupportedCommonV1_0_15 {
76-
format: 'dc+sd-jwt' // REQUIRED. Updated format identifier for SD-JWT VC to align with the media type in draft -06 of [I-D.ietf-oauth-sd-jwt-vc]
76+
format: 'dc+sd-jwt' | 'vc+sd-jwt' // REQUIRED. Updated format identifier for SD-JWT VC to align with the media type in draft -06 of [I-D.ietf-oauth-sd-jwt-vc]
7777
vct: string // REQUIRED. String designating the type of a Credential, as defined in [I-D.ietf-oauth-sd-jwt-vc].
7878
claims?: ClaimsDescriptionV1_0_15[] // OPTIONAL. Array of claims description objects using claims path pointers as defined in Appendix C.
7979
order?: string[] // OPTIONAL. An array of claims.display.name values that lists them in the order they should be displayed by the Wallet.

0 commit comments

Comments
 (0)