-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathvc-4-verified.json
More file actions
34 lines (32 loc) · 1.49 KB
/
vc-4-verified.json
File metadata and controls
34 lines (32 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"@context":[
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/security/suites/ed25519-2020/v1",
"https://w3id.org/vc-revocation-list-2020/v1",
"https://schema.inrupt.com/credentials/v2.jsonld"],
"id":"{{baseUrl}}/access-grant-4",
"type":["VerifiableCredential","SolidAccessGrant"],
"issuer":"{{baseUrl}}",
"expirationDate":"2022-08-27T12:00:00Z",
"issuanceDate":"2022-08-25T20:34:05.153Z",
"credentialStatus":{
"id":"https://accessgrant.example/status/CVAM#2832",
"revocationListCredential":"https://accessgrant.example/status/CVAM",
"revocationListIndex":"2832",
"type":"RevocationList2020Status"},
"credentialSubject":{
"id":"https://id.test/username",
"providedConsent":{
"mode":["Read","Append"],
"hasStatus":"https://w3id.org/GConsent#ConsentStatusExplicitlyGiven",
"isProvidedTo":"https://id.test/agent",
"forPurpose":["https://purpose.test/Purpose1"],
"forPersonalData":["https://storage.test/data/"],
"verifiedRequest": "http://localhost:33367/access-request-5"}},
"proof":{
"created":"2022-08-25T20:34:05.236Z",
"proofPurpose":"assertionMethod",
"proofValue":"nIeQF44XVik7onnAbdkbp8xxJ2C8JoTw6-VtCkAzxuWYRFsSfYpft5MuAJaivyeKDmaK82Lj_YsME2xgL2WIBQ",
"type":"Ed25519Signature2020",
"verificationMethod":"https://accessgrant.example/key/1e332728-4af5-46e4-a5db-4f7b89e3f378"}
}