forked from hamrt/credential-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsontest.json
More file actions
executable file
·61 lines (61 loc) · 1.68 KB
/
jsontest.json
File metadata and controls
executable file
·61 lines (61 loc) · 1.68 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
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
{
"@context": [
"https://www.w3.org/ns/credentials/v2",
"http://data.europa.eu/snb/model/context/edc-ap"
],
"credentialSchema": [
{
"id": "http://data.europa.eu/snb/model/ap/edc-generic-full",
"type": "ShaclValidator2017"
},
{
"id": "https://api-pilot.ebsi.eu/trusted-schemas-registry/v3/schemas/0x7ff3bc76bd5e37b3d29721b8698646a722a24a4f4ab0a0ba63d4bbbe0ef9758d",
"type": "JsonSchema"
}
],
"credentialSubject": {
"hasClaim": [
{
"id": "https://example.com/achievements/21st-century-skills/teamwork",
"specifiedBy": {
"learningOutcome": [
"Team members are nominated for this badge by their peers and recognized upon review by Example Corp management."
],
"title": {
"en": [
"Teamwork"
]
}
},
"title": {
"en": [
"Teamwork Badge"
]
}
}
],
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21"
},
"id": "http://example.com/credentials/3527",
"issuer": {
"id": "https://example.com/issuers/876543",
"legalName": {
"en": "Example Corp"
}
},
"proof": [
{
"created": "2024-05-31T14:05:25Z",
"cryptosuite": "eddsa-rdfc-2022",
"proofPurpose": "assertionMethod",
"proofValue": "zJPcuWH556eQMEiPVd1Emp85PNTgsRyVYbMcxjsQXJ4MBQ2yEn83CQyJDjpvUSNx8GTSpiCC5pdYBou5gyTvnSwx",
"type": "DataIntegrityProof",
"verificationMethod": "https://example.com/issuers/876543#z6MksaRBVxaAjk4dNYcw5tReeHK6VAVVpjTyAzb4NofmhoGi"
}
],
"type": [
"VerifiableCredential",
"OpenBadgeCredential"
],
"validFrom": "2010-01-01T00:00:00Z"
}