Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed May 21, 2024
1 parent cc2ddb7 commit f9cfc00
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/ensip/draft-vc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,30 @@ This record aims to store a list of verifiable credentials or did's, pointing to
An example of a verifiable credential

```json
// this example is wip
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://schema.org/"
"https://www.w3.org/2018/credentials/v1"
],
"id": "https://example.com/credentials/3847",
"type": ["VerifiableCredential"],
"issuanceDate": "2019-01-01T19:23:24Z",
"issuanceDate": "2024-05-21T00:00:00Z",
"credentialSubject": {
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
"knows": "did:example:6f1c276e12ec21ebfeb1f712ebc"
}
}
```

f
or in the form of a presentation:

```json
// this example is wip
{
"@context": [
"https://www.w3.org/2018/credentials/v1"
],
"type": [
"VerifiablePresentation"
],
"type": ["VerifiablePresentation"],
"verfiableCredential": [
{
"@context": [
Expand Down

0 comments on commit f9cfc00

Please sign in to comment.