@@ -456,8 +456,8 @@ Where the contents of the `request` query parameter consist of a base64url-encod
456456 "vct_values" : [ " https://credentials.example.com/identity_credential" ]
457457 },
458458 "claims" : [
459- {"path" : [" last_name " ]},
460- {"path" : [" first_name " ]}
459+ {"path" : [" family_name " ]},
460+ {"path" : [" given_name " ]}
461461 ]
462462 }
463463 ]
@@ -1129,8 +1129,8 @@ claims:
11291129
11301130The following is a non-normative example of a DCQL query that requests a
11311131Credential of the format ` dc+sd-jwt ` with a type value of
1132- ` https://credentials.example.com/identity_credential ` and the claims ` last_name ` ,
1133- ` first_name ` , and ` address.street_address ` :
1132+ ` https://credentials.example.com/identity_credential ` and the claims ` family_name ` ,
1133+ ` given_name ` , and ` address.street_address ` :
11341134
11351135<{{examples/query_lang/simple.json}}
11361136
@@ -1337,8 +1337,8 @@ a few public keys for encryption in the `jwks` member of the `client_metadata` r
13371337 "vct_values" : [" https://credentials.example.com/identity_credential" ]
13381338 },
13391339 "claims" : [
1340- {"path" : [" last_name " ]},
1341- {"path" : [" first_name " ]},
1340+ {"path" : [" family_name " ]},
1341+ {"path" : [" given_name " ]},
13421342 {"path" : [" address" , " postal_code" ]}
13431343 ]
13441344 }
@@ -3290,7 +3290,7 @@ Note: The `nonce` and `aud` are set to the `nonce` of the request and the Client
32903290
32913291The following is a non-normative example of a DCQL query that requests a Verifiable
32923292Credential in the format ` mso_mdoc ` with the claims ` vehicle_holder ` and
3293- ` first_name ` :
3293+ ` given_name ` :
32943294
32953295<{{examples/query_lang/simple_mdoc.json}}
32963296
@@ -3313,13 +3313,13 @@ come from an mDL or a photoid Credential.
33133313
33143314The following is a non-normative example of a DCQL query that requests
33153315
3316- - the mandatory claims ` last_name ` and ` date_of_birth ` , and
3316+ - the mandatory claims ` family_name ` and ` date_of_birth ` , and
33173317- either the claim ` postal_code ` , or, if that is not available, both of the claims ` locality ` and ` region ` .
33183318
33193319<{{examples/query_lang/claims_alternatives.json}}
33203320
33213321The following example shows a query that uses the ` values ` constraints
3322- to request a Credential with specific values for the ` last_name ` and ` postal_code ` claims:
3322+ to request a Credential with specific values for the ` family_name ` and ` postal_code ` claims:
33233323
33243324<{{examples/query_lang/value_matching_simple.json}}
33253325
0 commit comments