Skip to content

Commit 4ebd04c

Browse files
peacekeepermsporny
authored andcommitted
Update "refreshService" example to VCDM2.0
1 parent a78384a commit 4ebd04c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -3307,14 +3307,13 @@ <h3>Refreshing</h3>
33073307
title="Use of the refreshService property by an issuer">
33083308
{
33093309
"@context": [
3310-
"https://www.w3.org/2018/credentials/v1",
3311-
"https://w3id.org/age/v1",
3312-
"https://w3id.org/security/suites/ed25519-2020/v1"
3310+
"https://www.w3.org/ns/credentials/v2",
3311+
"https://w3id.org/age/v1"
33133312
],
33143313
"type": ["VerifiableCredential", "AgeVerificationCredential"],
33153314
"issuer": "did:key:z6MksFxi8wnHkNq4zgEskSZF45SuWQ4HndWSAVYRRGe9qDks",
3316-
"issuanceDate": "2024-04-03T00:00:00.000Z",
3317-
"expirationDate": "2024-12-15T00:00:00.000Z",
3315+
"validFrom": "2024-04-03T00:00:00.000Z",
3316+
"validUntil": "2024-12-15T00:00:00.000Z",
33183317
"name": "Age Verification Credential",
33193318
"credentialSubject": {
33203319
"overAge": 21

0 commit comments

Comments
 (0)