From fd3f86d1fd6bb642a223ae578b371a9cc58796ab Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sun, 18 Feb 2024 14:28:26 -0500 Subject: [PATCH] Add vc-refresh-service context to example. --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7cfb6b18f..e32744bd9 100644 --- a/index.html +++ b/index.html @@ -3399,7 +3399,8 @@

Refreshing

{ "@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"], @@ -3414,7 +3415,7 @@

Refreshing

}, "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" } @@ -3424,7 +3425,7 @@

Refreshing

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`.