Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename credential display url to uri to match spec #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "Reservation",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/pid.png",
"uri": "https://examplestate.com/public/pid.png",
"alt_text": "A square figure of a PID"
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/metadata_config/credentials_supported/hiid_mdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "Health ID",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/hiid.png",
"uri": "https://examplestate.com/public/hiid.png",
"alt_text": "A square figure of a hiid"
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/metadata_config/credentials_supported/iban_mdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "IBAN",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/iban.png",
"uri": "https://examplestate.com/public/iban.png",
"alt_text": "A square figure of a iban"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"name": "Loyalty",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/pid.png",
"uri": "https://examplestate.com/public/pid.png",
"alt_text": "A square figure of a PID"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"name": "mDL",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/mdl.png",
"uri": "https://examplestate.com/public/mdl.png",
"alt_text": "A square figure of a mDL"
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/metadata_config/credentials_supported/mdl_mdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"name": "mDL",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/mdl.png",
"uri": "https://examplestate.com/public/mdl.png",
"alt_text": "A square figure of a mDL"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "MSISDN",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/msisdn.png",
"uri": "https://examplestate.com/public/msisdn.png",
"alt_text": "A square figure of a msisdn"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"name": "Photo",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/mdl.png",
"uri": "https://examplestate.com/public/mdl.png",
"alt_text": "A square figure of a mDL"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"name": "PID",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/pid.png",
"uri": "https://examplestate.com/public/pid.png",
"alt_text": "A square figure of a PID"
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/metadata_config/credentials_supported/pid_mdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "PID",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/pid.png",
"uri": "https://examplestate.com/public/pid.png",
"alt_text": "A square figure of a PID"
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/metadata_config/credentials_supported/por_mdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "Power Of Representation",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/por.png",
"uri": "https://examplestate.com/public/por.png",
"alt_text": "A square figure of a PoR"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"name": "Age over 18 Pseudonym",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/pid.png",
"uri": "https://examplestate.com/public/pid.png",
"alt_text": "A square figure of a Age over 18"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"name": "Pseudonym Deferred",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/pid.png",
"uri": "https://examplestate.com/public/pid.png",
"alt_text": "A square figure of a PID"
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/metadata_config/credentials_supported/tax_mdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"name": "Tax Number",
"locale": "en",
"logo": {
"url": "https://examplestate.com/public/tax.png",
"uri": "https://examplestate.com/public/tax.png",
"alt_text": "A square figure of a tax"
}
}
Expand Down