Skip to content

Commit

Permalink
fix: removed credential_definition in the ec-eaa example (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarino-ipzs authored Aug 29, 2024
1 parent 3ea35af commit 327a170
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions examples/ec-eaa.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,55 +254,6 @@
}
}
},
"EuropeanHealthInsuranceCard": {
"format": "vc+sd-jwt",
"scope": "EuropeanHealthInsuranceCard",
"cryptographic_binding_methods_supported": [
"jwk"
],
"credential_signing_alg_values_supported": [
"ES256",
"ES384",
"ES512"
],
"proof_types_supported": {
"jwt": {
"proof_signing_alg_values_supported": [
"ES256",
"ES384",
"ES512"
]
}
},
"display": [
{
"name": "Tessera sanitaria europea",
"locale": "it-IT"
},
{
"name": "European Health Insurance Card",
"locale": "en-US"
}
],
"credential_definition": {
"vct": "EuropeanHealthInsuranceCard",
"claims": {
"content": {
"value_type": "string",
"display": [
{
"name": "PDF della tessera sanitaria europea codificato in base64",
"locale": "it-IT"
},
{
"name": "European Health Insurance Card PDF base64 encoded",
"locale": "en-US"
}
]
}
}
}
},
"MDL": {
"format": "vc+sd-jwt",
"scope": "MDL",
Expand Down

0 comments on commit 327a170

Please sign in to comment.