File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
src/example/participation Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "@context" : [
3
+ "https://www.w3.org/2018/credentials/v1" ,
4
+ "https://w3id.org/axone/ontology/v$major/schema/credential/proof-of-participation/" ,
5
+ "https://schema.org"
6
+ ] ,
7
+ "type" : [
8
+ "VerifiableCredential" ,
9
+ "ProofOfParticipationCredential"
10
+ ] ,
11
+ "id" : "https://credentials.axone.xyz/proof-of-participation/katai/42" ,
12
+ "credentialSubject" : {
13
+ "id" : "urn:addr:axone1y6wwdp0gmgnj6hf0jt0r67axhw0fp5dsq37ccv" ,
14
+ "participatedIn" : {
15
+ "id" : "https://play.katai.axone.xyz/sprints/c5295c01-8381-4747-b7be-c7b12dc3b918" ,
16
+ "name" : "KatAI | Community-Driven Kat Art, AI & Rewards" ,
17
+ "startDate" : "2025-01-08T17:00:00.000Z" ,
18
+ "endDate" : "2025-01-29T16:59:59.000Z"
19
+ }
20
+ } ,
21
+ "issuanceDate" : "2025-01-11T19:14:24.344904+01:00" ,
22
+ "issuer" : {
23
+ "id" : "did:key:zQ3shs7auhJSmVJpiUbQWco6bxxEhSqWnVEPvaBHBRvBKw6Q3" ,
24
+ "name" : "Axone"
25
+ }
26
+ }
You can’t perform that action at this time.
0 commit comments