fix ereuse-roles

This commit is contained in:
Cayo Puigdefabregas 2024-06-20 09:05:58 +02:00
parent 5f84991c7d
commit 2d49d1b0cc
1 changed files with 3 additions and 3 deletions

View File

@ -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"
}
}