Skip to content

Commit

Permalink
Fix similar inconsistencies in other examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sietseringers committed Apr 5, 2024
1 parent 49385a7 commit 1103150
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/credential_metadata_jwt_vc_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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
2 changes: 1 addition & 1 deletion examples/credential_metadata_ldp_vc.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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
4 changes: 2 additions & 2 deletions examples/credential_metadata_mso_mdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Mobile Driving License",
"locale": "en-US",
"logo": {
"url": "https://state.example.org/public/mdl.png",
"uri": "https://state.example.org/public/mdl.png",
"alt_text": "state mobile driving license"
},
"background_color": "#12107c",
Expand All @@ -24,7 +24,7 @@
"name": "モバイル運転免許証",
"locale": "ja-JP",
"logo": {
"url": "https://state.example.org/public/mdl.png",
"uri": "https://state.example.org/public/mdl.png",
"alt_text": "米国州発行のモバイル運転免許証"
},
"background_color": "#12107c",
Expand Down

0 comments on commit 1103150

Please sign in to comment.