Skip to content

Commit

Permalink
[fix] updated mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsiflit committed Dec 2, 2024
1 parent 5996659 commit 699a87e
Showing 1 changed file with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,53 @@
}
}
},
"eu.europa.ec.eudi.pid_mdoc": {
"format": "mso_mdoc",
"scope": "eu.europa.ec.eudi.pid_mso_mdoc",
"doctype": "org.iso.18013.5.1.PID",
"cryptographic_binding_methods_supported": [
"jwk"
],
"credential_signing_alg_values_supported": [
"RS256"
],
"display": [
{
"name": "Personal Identification Data",
"locale": "en-US",
"logo": {
"uri": "https://examplestate.com/public/pid.png",
"alt_text": "a square figure of a mobile driving license"
},
"background_color": "#12107c",
"text_color": "#FFFFFF"
}
],
"claims": {
"org.iso.18013.5.1": {
"given_name": {
"display": [
{
"name": "Given Name",
"locale": "en-US"
}
]
},
"family_name": {
"display": [
{
"name": "Surname",
"locale": "en-US"
}
]
},
"birth_date": {}
},
"org.iso.18013.5.1.aamva": {
"organ_donor": {}
}
}
},
"UniversityDegree_mso_mdoc": {
"format": "mso_mdoc",
"scope": "UniversityDegree",
Expand Down

0 comments on commit 699a87e

Please sign in to comment.