From 5a3e5e8966988f3dc3f1e45f74ff857652e071ac Mon Sep 17 00:00:00 2001 From: Brian Campbell Date: Wed, 23 Oct 2024 11:33:55 -0600 Subject: [PATCH] Use dcql in #browser_api_request example rather than pe (editorial change to a non-normative example) --- openid-4-verifiable-presentations-1_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid-4-verifiable-presentations-1_0.md b/openid-4-verifiable-presentations-1_0.md index 232cbba..7fd2587 100644 --- a/openid-4-verifiable-presentations-1_0.md +++ b/openid-4-verifiable-presentations-1_0.md @@ -1987,7 +1987,7 @@ The following is a non-normative example of an unsigned OpenID4VP request (when response_mode: "w3c_dc_api", nonce: "n-0S6_WzA2Mj", client_metadata: {...}, - presentation_definition: {...} + dcql_query: {...} } ```