From 5f84991c7d5112967f79d9bc4e311ce79886611c Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 20 Jun 2024 09:04:59 +0200 Subject: [PATCH] fix renamed e-operator for ereuse-roles --- context/{e-operator-claim.jsonld => ereuse-roles.jsonld} | 0 .../{e-operator-claim.json => ereuse-roles.json} | 0 schemas/{ereuse-role.json => ereuse-roles.json} | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename context/{e-operator-claim.jsonld => ereuse-roles.jsonld} (100%) rename idhub/templates/credentials/{e-operator-claim.json => ereuse-roles.json} (100%) rename schemas/{ereuse-role.json => ereuse-roles.json} (96%) 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 +}