From 0dac42f794df3ab43b68156e41b8dc060612f6f9 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 21 May 2024 18:11:23 +0000 Subject: [PATCH] Bump --- docs/ensip/draft-vc.mdx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/ensip/draft-vc.mdx b/docs/ensip/draft-vc.mdx index 8667565c..f7432255 100644 --- a/docs/ensip/draft-vc.mdx +++ b/docs/ensip/draft-vc.mdx @@ -39,14 +39,14 @@ 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" @@ -54,7 +54,7 @@ An example of a verifiable credential } ``` -f +or in the form of a presentation: ```json // this example is wip @@ -62,9 +62,7 @@ f "@context": [ "https://www.w3.org/2018/credentials/v1" ], - "type": [ - "VerifiablePresentation" - ], + "type": ["VerifiablePresentation"], "verfiableCredential": [ { "@context": [