fix name EIssuer
This commit is contained in:
parent
713ab080d6
commit
338ab6e083
|
@ -8,7 +8,7 @@
|
||||||
"type": [
|
"type": [
|
||||||
"VerifiableCredential",
|
"VerifiableCredential",
|
||||||
"VerifiableAttestation",
|
"VerifiableAttestation",
|
||||||
"EreuseIssuer"
|
"EIssuer"
|
||||||
],
|
],
|
||||||
"issuer": {
|
"issuer": {
|
||||||
"id": "{{ issuer_did }}",
|
"id": "{{ issuer_did }}",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$id": "https://idhub.pangea.org/vc_schemas/issuer.json",
|
"$id": "https://idhub.pangea.org/vc_schemas/issuer.json",
|
||||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||||
"title": "EreuseIssuer",
|
"title": "EIssuer",
|
||||||
"description": "This credential allow to holder to be issuer for a list of schemas",
|
"description": "This credential allow to holder to be issuer for a list of schemas",
|
||||||
"name": [
|
"name": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue