Skip to content

Commit fd3f86d

Browse files
committed
Add vc-refresh-service context to example.
1 parent 07cfc26 commit fd3f86d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -3399,7 +3399,8 @@ <h3>Refreshing</h3>
33993399
{
34003400
"@context": [
34013401
"https://www.w3.org/ns/credentials/v2",
3402-
"https://www.w3.org/ns/credentials/examples/v2"
3402+
"https://www.w3.org/ns/credentials/examples/v2",
3403+
"https://w3id.org/vc-refresh-service/v1"
34033404
],
34043405
"id": "http://university.example/credentials/3732",
34053406
"type": ["VerifiableCredential", "ExampleDegreeCredential"],
@@ -3414,7 +3415,7 @@ <h3>Refreshing</h3>
34143415
},
34153416
<span class="highlight">"refreshService": {
34163417
"type": "VerifiableCredentialRefreshService2021",
3417-
"url": "https://university.example/flows/refresh-degree",
3418+
"url": "https://university.example/workflows/refresh-degree",
34183419
"validFrom": "2021-09-01T19:23:24Z",
34193420
"validUntil": "2022-02-01T19:23:24Z"
34203421
}</span>
@@ -3424,7 +3425,7 @@ <h3>Refreshing</h3>
34243425
<p>
34253426
In the example above, the [=issuer=] specifies an automatic
34263427
`refreshService` that can be used by directing the [=holder=] to
3427-
`https://university.example/flows/refresh-degree`.
3428+
`https://university.example/workflows/refresh-degree`.
34283429
</p>
34293430

34303431
</section>

0 commit comments

Comments
 (0)