From 2d49d1b0ccc0c22232110ec4e9114476022797f7 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 20 Jun 2024 09:05:58 +0200 Subject: [PATCH] fix ereuse-roles --- idhub/templates/credentials/ereuse-roles.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/idhub/templates/credentials/ereuse-roles.json b/idhub/templates/credentials/ereuse-roles.json index 9b4496d..af38c59 100644 --- a/idhub/templates/credentials/ereuse-roles.json +++ b/idhub/templates/credentials/ereuse-roles.json @@ -2,13 +2,13 @@ "@context": [ "https://www.w3.org/2018/credentials/v1", "https://idhub.pangea.org/context/base.jsonld", - "https://idhub.pangea.org/context/e-operator-claim.jsonld" + "https://idhub.pangea.org/context/ereuse-roles.jsonld" ], "id": "{{ vc_id }}", "type": [ "VerifiableCredential", "VerifiableAttestation", - "EOperatorClaim" + "EreuseRoles" ], "issuer": { "id": "{{ issuer_did }}", @@ -61,7 +61,7 @@ "revocationBitmapIndex": "{{ id_credential }}" }, "credentialSchema": { - "id": "https://idhub.pangea.org/vc_schemas/federation-membership.json", + "id": "https://idhub.pangea.org/vc_schemas/ereuse-roles.json", "type": "FullJsonSchemaValidator2021" } }