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

fix: removed credential_definition in the ec-eaa example #393

Merged
merged 1 commit into from
Aug 29, 2024
Merged
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
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
Loading