-
Notifications
You must be signed in to change notification settings - Fork 0
/
ide3cred.json
47 lines (39 loc) · 1.42 KB
/
ide3cred.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
{
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"Iden3Credential": {
"@id": "https://raw.githubusercontent.com/vmidyllic/proof-format/main/ide3cred.json#Iden3Credential",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"iden3cred": "https://raw.githubusercontent.com/vmidyllic/proof-format/main/ide3cred.json#",
"iden3proof": "https://raw.githubusercontent.com/vmidyllic/proof-format/main/iden3proof.jsonld",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dataSchema": {
"@id": "iden3cred:dataSchema",
"@type": "@id",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"iden3cred": "https://raw.githubusercontent.com/vmidyllic/proof-format/main/ide3cred.json#",
"JsonSchemaValidator2018": "iden3cred:JsonSchemaValidator2018"
}
},
"data": {"@id": "iden3cred:data", "@type": "@id"},
"expirationDate": {"@id": "iden3cred:expirationDate", "@type": "xsd:dateTime"},
"proof": {"@id": "iden3proof:proof", "@type": "@id", "@container": "@graph"}
}
},
"Iden3Proof":{
"id": "https://raw.githubusercontent.com/vmidyllic/proof-format/main/iden3proof.jsonld#Iden3proof",
"@context"
}
}
}