@@ -3665,7 +3665,7 @@ <h3>Zero-Knowledge Proofs</h3>
36653665 title ="Verifiable credential using the Data Integrity BBS Cryptosuite with a Base Proof ">
36663666{
36673667 "@context": [
3668- "https://www.w3.org/2018 /credentials/v2",
3668+ "https://www.w3.org/ns /credentials/v2",
36693669 "https://w3id.org/citizenship/v3"
36703670 ],
36713671 "type": ["VerifiableCredential", "PermanentResidentCard"],
@@ -3711,11 +3711,11 @@ <h3>Zero-Knowledge Proofs</h3>
37113711 < pre class ="example nohighlight "
37123712 title ="Verifiable presentation using the Data Integrity BBS Cryptosuite with a derived credential and proof ">
37133713{
3714- @context: "https://www.w3.org/2018 /credentials/v2"
3714+ @context: "https://www.w3.org/ns /credentials/v2"
37153715 type: "VerifiablePresentation",
37163716 verifiableCredential: {
37173717 "@context": [
3718- "https://www.w3.org/2018 /credentials/v2",
3718+ "https://www.w3.org/ns /credentials/v2",
37193719 "https://w3id.org/citizenship/v3"
37203720 ],
37213721 "type": ["VerifiableCredential", "PermanentResidentCard"],
@@ -4470,7 +4470,7 @@ <h3>Media Type Precision</h3>
44704470 </ li >
44714471 < li >
44724472Ensure that the first element of the `@context` property matches
4473- `https://www.w3.org/2018 /credentials/v2`.
4473+ `https://www.w3.org/ns /credentials/v2`.
44744474 </ li >
44754475 < li >
44764476Assume an `application/vp` media type if the JSON document contains a top-level
0 commit comments