From c212df5c8c5b1e54c90ef09fe27bcb5c246b335b Mon Sep 17 00:00:00 2001 From: Filip Date: Sun, 15 Sep 2024 23:45:26 +0200 Subject: [PATCH] Fix incorrect context URL in examples. --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 1fdbf3338..a3f360e5f 100644 --- a/index.html +++ b/index.html @@ -3665,7 +3665,7 @@

Zero-Knowledge Proofs

title="Verifiable credential using the Data Integrity BBS Cryptosuite with a Base Proof"> { "@context": [ - "https://www.w3.org/2018/credentials/v2", + "https://www.w3.org/ns/credentials/v2", "https://w3id.org/citizenship/v3" ], "type": ["VerifiableCredential", "PermanentResidentCard"], @@ -3711,11 +3711,11 @@

Zero-Knowledge Proofs

 {
-  @context: "https://www.w3.org/2018/credentials/v2"
+  @context: "https://www.w3.org/ns/credentials/v2"
   type: "VerifiablePresentation",
   verifiableCredential: {
     "@context": [
-      "https://www.w3.org/2018/credentials/v2",
+      "https://www.w3.org/ns/credentials/v2",
       "https://w3id.org/citizenship/v3"
     ],
     "type": ["VerifiableCredential", "PermanentResidentCard"],
@@ -4470,7 +4470,7 @@ 

Media Type Precision

  • Ensure that the first element of the `@context` property matches -`https://www.w3.org/2018/credentials/v2`. +`https://www.w3.org/ns/credentials/v2`.
  • Assume an `application/vp` media type if the JSON document contains a top-level