From b9cd7d42f0aafbd548001704cb19b61eb17e71ad Mon Sep 17 00:00:00 2001 From: fmarino-ipzs <77629526+fmarino-ipzs@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:30:52 +0200 Subject: [PATCH] fix: removed credential_definition in the ec-eaa example --- examples/ec-eaa.json | 49 -------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/examples/ec-eaa.json b/examples/ec-eaa.json index 767b3e98b..5bc90e5ca 100644 --- a/examples/ec-eaa.json +++ b/examples/ec-eaa.json @@ -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",