From 225b9a3a396d1c454a79dd5cced014da28f831c9 Mon Sep 17 00:00:00 2001 From: David Chadwick Date: Wed, 27 Sep 2023 20:14:59 +0100 Subject: [PATCH] Add Cred Metadata to Example --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index ef81ef3e..4f9c67da 100644 --- a/index.html +++ b/index.html @@ -238,6 +238,10 @@

Securing JSON-LD Verifiable Credentials with JOSE

"degree": { "type": "BachelorDegree", "name": "Bachelor of Science and Arts" + }, + "credentialSchema": { + "id": "https://example.org/examples/degree.json", + "type": "JsonSchema" } } }