From f5cba610830c0935035472cbf86127be2d3f522f Mon Sep 17 00:00:00 2001 From: Parth Bhatt Date: Thu, 2 Oct 2025 07:28:46 -0700 Subject: [PATCH 1/3] Add name & description fields --- credentials/utopia-birth-certificate-vc-v2/credential.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/credentials/utopia-birth-certificate-vc-v2/credential.json b/credentials/utopia-birth-certificate-vc-v2/credential.json index e8a87e1..639ed92 100644 --- a/credentials/utopia-birth-certificate-vc-v2/credential.json +++ b/credentials/utopia-birth-certificate-vc-v2/credential.json @@ -9,6 +9,8 @@ "BirthCertificateCredential" ], "issuer": "https://ugh.example/issuer", + "name": "Utopia Birth Certificate", + "description": "A Vital Record.", "validFrom": "2023-09-30T11:30:00Z", "credentialSubject": { "type": "BirthCertificate", From 454a3c5caf6425d3c8aa1f07ae58411596e10810 Mon Sep 17 00:00:00 2001 From: Parth Bhatt Date: Thu, 2 Oct 2025 09:00:55 -0700 Subject: [PATCH 2/3] Update description message --- credentials/utopia-birth-certificate-vc-v2/credential.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credentials/utopia-birth-certificate-vc-v2/credential.json b/credentials/utopia-birth-certificate-vc-v2/credential.json index 639ed92..f243988 100644 --- a/credentials/utopia-birth-certificate-vc-v2/credential.json +++ b/credentials/utopia-birth-certificate-vc-v2/credential.json @@ -10,7 +10,7 @@ ], "issuer": "https://ugh.example/issuer", "name": "Utopia Birth Certificate", - "description": "A Vital Record.", + "description": "An official information about a person's birth.", "validFrom": "2023-09-30T11:30:00Z", "credentialSubject": { "type": "BirthCertificate", From 404ed1488ffb8db259ea129c75d77c984dd6ba61 Mon Sep 17 00:00:00 2001 From: Parth Bhatt Date: Thu, 2 Oct 2025 16:12:14 -0700 Subject: [PATCH 3/3] Correct context url and image url --- credentials/utopia-birth-certificate-vc-v2/credential.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/credentials/utopia-birth-certificate-vc-v2/credential.json b/credentials/utopia-birth-certificate-vc-v2/credential.json index f243988..3119709 100644 --- a/credentials/utopia-birth-certificate-vc-v2/credential.json +++ b/credentials/utopia-birth-certificate-vc-v2/credential.json @@ -1,7 +1,7 @@ { "@context": [ "https://www.w3.org/ns/credentials/v2", - "https://w3id.org/vital-records/v1rc3", + "https://w3id.org/vital-records/v1rc4", "https://w3id.org/vc/render-method/v2rc1" ], "type": [ @@ -10,6 +10,7 @@ ], "issuer": "https://ugh.example/issuer", "name": "Utopia Birth Certificate", + "image": "https://examples.vcplayground.org/credentials/utopia-birth-certificate-vc-v2/image.png", "description": "An official information about a person's birth.", "validFrom": "2023-09-30T11:30:00Z", "credentialSubject": {