Skip to content

Commit

Permalink
Use the correct type for the example credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg authored and msporny committed Oct 25, 2023
1 parent 4193079 commit ede59e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Example</h3>
],
"type": [
"VerifiableCredential",
"Iso18013DriversLicense"
"Iso18013DriversLicenseCredential"
],
"issuer": "did:key:z6MkjxvA4FNrQUhr8f7xhdQuP1VPzErkcnfxsRaU5oFgy2E5",
"issuanceDate": "2018-01-15T10:00:00.0000000-07:00",
Expand Down Expand Up @@ -214,7 +214,7 @@ <h3>Alternative Data Model Expression</h3>
],
"type": [
"VerifiableCredential",
"Iso18013DriversLicense"
"Iso18013DriversLicenseCredential"
],
"issuer": "did:key:z6MkjxvA4FNrQUhr8f7xhdQuP1VPzErkcnfxsRaU5oFgy2E5",
"issuanceDate": "2018-01-15T10:00:00.0000000-07:00",
Expand Down

0 comments on commit ede59e6

Please sign in to comment.