diff --git a/context/e-operator-claim.jsonld b/context/ereuse-roles.jsonld similarity index 100% rename from context/e-operator-claim.jsonld rename to context/ereuse-roles.jsonld diff --git a/idhub/templates/credentials/e-operator-claim.json b/idhub/templates/credentials/ereuse-roles.json similarity index 100% rename from idhub/templates/credentials/e-operator-claim.json rename to idhub/templates/credentials/ereuse-roles.json diff --git a/schemas/ereuse-role.json b/schemas/ereuse-roles.json similarity index 96% rename from schemas/ereuse-role.json rename to schemas/ereuse-roles.json index ab3dfed..b08afae 100644 --- a/schemas/ereuse-role.json +++ b/schemas/ereuse-roles.json @@ -1,7 +1,7 @@ { - "$id": "https://idhub.pangea.org/vc_schemas/e-operator-claim.json", + "$id": "https://idhub.pangea.org/vc_schemas/ereuse-role.json", "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "EOperatorClaim", + "title": "EreuseRoles", "description": "Product and waste electronics operator claim, as proposed by eReuse.org", "name": [ { @@ -75,4 +75,4 @@ } } ] -} \ No newline at end of file +}