-
Notifications
You must be signed in to change notification settings - Fork 0
/
tyest.json
128 lines (128 loc) · 3.48 KB
/
tyest.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json",
{
"duration": "https://schema.org/duration",
"fullName": "https://schema.org/name",
"portfolio": "https://schema.org/portfolio",
"evidenceLink": "https://schema.org/evidenceLink",
"evidenceDescription": "https://schema.org/evidenceDescription",
"credentialType": "https://schema.org/credentialType"
},
"https://w3id.org/security/suites/ed25519-2020/v1"
],
"id": "urn:uuid:d0393f60-32af-42fb-807e-44ca2626b77f",
"type": [
"VerifiableCredential",
"OpenBadgeCredential"
],
"issuer": {
"id": "did:key:z6Mkf7RNCTDPq6M9FDRgqdsiLEssETMAdk6GvKtHCKVJy45h",
"type": [
"Profile"
]
},
"issuanceDate": "2024-08-30T14:48:04.239Z",
"expirationDate": "2025-08-30T14:48:04.237Z",
"credentialSubject": {
"type": [
"AchievementSubject"
],
"name": "omar salah",
"portfolio": [
{
"name": "",
"url": ""
}
],
"evidenceLink": "",
"evidenceDescription": "",
"duration": "",
"credentialType": "Business",
"achievement": [
{
"id": "urn:uuid:a740cecd-e7ab-4696-b246-0625a6ce7d98",
"type": [
"Achievement"
],
"criteria": {
"narrative": ""
},
"description": "",
"name": "sdsd"
}
]
},
"proof": {
"type": "Ed25519Signature2020",
"created": "2024-08-30T14:48:09Z",
"verificationMethod": "did:key:z6Mkf7RNCTDPq6M9FDRgqdsiLEssETMAdk6GvKtHCKVJy45h#z6Mkf7RNCTDPq6M9FDRgqdsiLEssETMAdk6GvKtHCKVJy45h",
"proofPurpose": "assertionMethod",
"proofValue": "zheNXxZtn9GpB4d4Sj8z4igabeDhFi8Lni4YZq8SLP5GzX3BBpAcZUXdUr7D5keVm8zvNfyfUgwskogJsHkJ3AVp"
}
}
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.3.json",
{
"duration": "https://schema.org/duration",
"fullName": "https://schema.org/name",
"portfolio": "https://schema.org/portfolio",
"evidenceLink": "https://schema.org/evidenceLink",
"evidenceDescription": "https://schema.org/evidenceDescription",
"credentialType": "https://schema.org/credentialType"
}
],
"id": "urn:uuid:3418f98f-50c4-4712-b925-6f414d72da77",
"type": [
"VerifiableCredential",
"OpenBadgeCredential"
],
"issuer": {
"id": "did:key:z6MkgbuM1kHnDiMffWqsaMFiAsNsZ3oLbaYpeRR35WnNzP3R",
"type": [
"Profile"
]
},
"issuanceDate": "2024-08-30T14:14:23.850Z",
"expirationDate": "2025-12-31T23:59:59Z",
"credentialSubject": {
"type": [
"AchievementSubject"
],
"name": "John Doe",
"portfolio": [
{
"name": "Portfolio 1",
"url": "https://example.com/portfolio1"
},
{
"name": "Portfolio 2",
"url": "https://example.com/portfolio2"
}
],
"evidenceLink": "https://example.com/evidence",
"evidenceDescription": "This is an achievement",
"duration": "1 year",
"credentialType": "Credential Type",
"achievement": [
{
"id": "urn:uuid:17721eff-0b01-4ebd-9686-f287db4ca458",
"type": [
"Achievement"
],
"criteria": {
"narrative": "This is a narrative"
},
"description": "This is an achievement",
"name": "Achievement Name",
"image": {
"id": "https://example.com/evidence",
"type": "Image"
}
}
]
}
}