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