Skip to content

Commit

Permalink
update contexts to point to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mprorock committed Jul 31, 2023
1 parent af35bc1 commit 81cc40f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,7 @@ <h3>StatusList2021Entry</h3>
<pre class="example nohighlight" title="Example StatusList2021Entry">
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/vc/status-list/2021/v1"
"https://www.w3.org/ns/credentials/v2",
],
"id": "https://example.com/credentials/23894672394",
"type": ["VerifiableCredential"],
Expand Down Expand Up @@ -598,8 +597,7 @@ <h3>StatusList2021Credential</h3>
<pre class="example nohighlight" title="Example StatusList2021Credential">
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/vc/status-list/2021/v1"
"https://www.w3.org/ns/credentials/v2",
],
"id": "<span class="highlight">https://example.com/credentials/status/3</span>",
"type": ["VerifiableCredential", "<span class="highlight">StatusList2021Credential</span>"],
Expand All @@ -620,8 +618,7 @@ <h3>StatusList2021Credential</h3>
<pre class="example nohighlight" title="Example StatusList2021Credential">
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/vc/status-list/2021/v1"
"https://www.w3.org/ns/credentials/v2",
],
"id": "<span class="highlight">https://example.com/credentials/status/3</span>",
"type": ["VerifiableCredential", "<span class="highlight">StatusList2021Credential</span>"],
Expand Down Expand Up @@ -991,8 +988,7 @@ <h2>Revocable Verifiable Credential</h2>
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/ns/credentials/examples/v2",
"https://w3id.org/vc/status-list/2021/v1"
"https://www.w3.org/ns/credentials/examples/v2"
],
"id": "https://example.com/credentials/23894672394",
"type": ["VerifiableCredential"],
Expand Down Expand Up @@ -1020,8 +1016,7 @@ <h2>Status List Verifiable Credential</h2>
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/ns/credentials/examples/v2",
"https://w3id.org/vc/status-list/2021/v1"
"https://www.w3.org/ns/credentials/examples/v2"
],
"id": "<span class="highlight">https://example.com/credentials/status/3</span>",
"type": ["VerifiableCredential", "<span class="highlight">StatusList2021Credential</span>"],
Expand Down

0 comments on commit 81cc40f

Please sign in to comment.