From f374254f132db8d1ff4af5ef434bbebf3937f488 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 9 Feb 2024 09:33:55 +0100 Subject: [PATCH] modify id of schema as snake notation --- schemas/course-credential.json | 2 +- schemas/e-operator-claim.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/course-credential.json b/schemas/course-credential.json index 94cc700..25b1d26 100644 --- a/schemas/course-credential.json +++ b/schemas/course-credential.json @@ -1,5 +1,5 @@ { - "$id": "https://idhub.pangea.org/vc_schemas/course-credential", + "$id": "https://idhub.pangea.org/vc_schemas/course-credential.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NGO Course Credential Schema", "description": "A NGO Course Credential Schema awarded by a NGO federation and their NGO members, as proposed by Lafede.cat", diff --git a/schemas/e-operator-claim.json b/schemas/e-operator-claim.json index d3562e0..59b2434 100644 --- a/schemas/e-operator-claim.json +++ b/schemas/e-operator-claim.json @@ -1,5 +1,5 @@ { - "$id": "https://idhub.pangea.org/vc_schemas/eOperatorClaim.json", + "$id": "https://idhub.pangea.org/vc_schemas/e-operator-claim.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EOperatorClaim", "description": "Product and waste electronics operator claim, as proposed by eReuse.org",