Skip to content

Commit

Permalink
Fix inconsistency in credential_issuer_metadata_jwt_vc_json.json
Browse files Browse the repository at this point in the history
Per the definition of the data structure that this example shows, the `logo` of the display properties of a Credential should have an `uri` field instead of `url` field.
  • Loading branch information
sietseringers authored Apr 3, 2024
1 parent 01fea3d commit 49385a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/credential_issuer_metadata_jwt_vc_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"name": "University Credential",
"locale": "en-US",
"logo": {
"url": "https://university.example.edu/public/logo.png",
"uri": "https://university.example.edu/public/logo.png",
"alt_text": "a square logo of a university"
},
"background_color": "#12107c",
Expand Down

0 comments on commit 49385a7

Please sign in to comment.