@@ -3399,7 +3399,8 @@ <h3>Refreshing</h3>
3399
3399
{
3400
3400
"@context": [
3401
3401
"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"
3403
3404
],
3404
3405
"id": "http://university.example/credentials/3732",
3405
3406
"type": ["VerifiableCredential", "ExampleDegreeCredential"],
@@ -3414,7 +3415,7 @@ <h3>Refreshing</h3>
3414
3415
},
3415
3416
< span class ="highlight "> "refreshService": {
3416
3417
"type": "VerifiableCredentialRefreshService2021",
3417
- "url": "https://university.example/flows /refresh-degree",
3418
+ "url": "https://university.example/workflows /refresh-degree",
3418
3419
"validFrom": "2021-09-01T19:23:24Z",
3419
3420
"validUntil": "2022-02-01T19:23:24Z"
3420
3421
}</ span >
@@ -3424,7 +3425,7 @@ <h3>Refreshing</h3>
3424
3425
< p >
3425
3426
In the example above, the [=issuer=] specifies an automatic
3426
3427
`refreshService` that can be used by directing the [=holder=] to
3427
- `https://university.example/flows /refresh-degree`.
3428
+ `https://university.example/workflows /refresh-degree`.
3428
3429
</ p >
3429
3430
3430
3431
</ section >
0 commit comments