diff --git a/examples/request/vp_token_alternative_credentials.json b/examples/request/vp_token_alternative_credentials.json index 7a5ca418..0659266a 100644 --- a/examples/request/vp_token_alternative_credentials.json +++ b/examples/request/vp_token_alternative_credentials.json @@ -41,7 +41,7 @@ { "id": "passport credential", "format": { - "jose_vc_json": { + "jose_vc": { "alg": [ "RS256" ] diff --git a/openid-4-verifiable-presentations-1_0.md b/openid-4-verifiable-presentations-1_0.md index 03e715b4..7b14e164 100644 --- a/openid-4-verifiable-presentations-1_0.md +++ b/openid-4-verifiable-presentations-1_0.md @@ -2259,11 +2259,11 @@ The Credential format identifier is `vc+sd-jwt`. The following is a non-normative example of the unsecured payload of an IETF SD-JWT VC that will be used throughout this section: -<{{examples/credentials/sd_jose_vc_unsecured.json}} +<{{examples/credentials/sd_jwt_vc_unsecured.json}} The following is a non-normative example of an IETF SD-JWT VC using the unsecured payload above, containing claims that are selectively disclosable. -<{{examples/credentials/sd_jose_vc.json}} +<{{examples/credentials/sd_jwt_vc.json}} The following are disclosures belonging to the claims from the example above.