Skip to content

Commit

Permalink
Add vc-refresh-service context to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Feb 18, 2024
1 parent 07cfc26 commit fd3f86d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3399,7 +3399,8 @@ <h3>Refreshing</h3>
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"https://www.w3.org/ns/credentials/examples/v2"
"https://www.w3.org/ns/credentials/examples/v2",
"https://w3id.org/vc-refresh-service/v1"
],
"id": "http://university.example/credentials/3732",
"type": ["VerifiableCredential", "ExampleDegreeCredential"],
Expand All @@ -3414,7 +3415,7 @@ <h3>Refreshing</h3>
},
<span class="highlight">"refreshService": {
"type": "VerifiableCredentialRefreshService2021",
"url": "https://university.example/flows/refresh-degree",
"url": "https://university.example/workflows/refresh-degree",
"validFrom": "2021-09-01T19:23:24Z",
"validUntil": "2022-02-01T19:23:24Z"
}</span>
Expand All @@ -3424,7 +3425,7 @@ <h3>Refreshing</h3>
<p>
In the example above, the [=issuer=] specifies an automatic
`refreshService` that can be used by directing the [=holder=] to
`https://university.example/flows/refresh-degree`.
`https://university.example/workflows/refresh-degree`.
</p>

</section>
Expand Down

0 comments on commit fd3f86d

Please sign in to comment.