modify id of schema as snake notation
This commit is contained in:
parent
3d3d844395
commit
f374254f13
|
@ -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",
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||||
"title": "NGO Course Credential 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",
|
"description": "A NGO Course Credential Schema awarded by a NGO federation and their NGO members, as proposed by Lafede.cat",
|
||||||
|
|
|
@ -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",
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||||
"title": "EOperatorClaim",
|
"title": "EOperatorClaim",
|
||||||
"description": "Product and waste electronics operator claim, as proposed by eReuse.org",
|
"description": "Product and waste electronics operator claim, as proposed by eReuse.org",
|
||||||
|
|
Loading…
Reference in New Issue