jsonSchema describes a credentialSubject schema

This commit is contained in:
leandro@ac.upc.edu 2023-12-04 20:51:24 +01:00
parent a3922a063a
commit 32325fe8df
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
"name": "{{ first_name }}", "name": "{{ first_name }}",
"surnames": "{{ last_name }}", "surnames": "{{ last_name }}",
"email": "{{ email }}", "email": "{{ email }}",
"credentialSchema": { "jsonSchema": {
"id": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/membership-card-schema.json", "id": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/membership-card-schema.json",
"type": "JsonSchema" "type": "JsonSchema"
} }