Skip to content

Commit 68e17ac

Browse files
committed
Correct context url and image url
1 parent 9b3d152 commit 68e17ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

credentials/utopia-birth-certificate-vc-v2/credential.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"@context": [
33
"https://www.w3.org/ns/credentials/v2",
4-
"https://w3id.org/vital-records/v1rc3",
4+
"https://w3id.org/vital-records/v1rc4",
55
"https://w3id.org/vc/render-method/v2rc1"
66
],
77
"type": [
@@ -10,6 +10,7 @@
1010
],
1111
"issuer": "https://ugh.example/issuer",
1212
"name": "Utopia Birth Certificate",
13+
"image": "https://examples.vcplayground.org/credentials/utopia-birth-certificate-vc-v2/image.png",
1314
"description": "An official information about a person's birth.",
1415
"validFrom": "2023-09-30T11:30:00Z",
1516
"credentialSubject": {

0 commit comments

Comments
 (0)