-
Notifications
You must be signed in to change notification settings - Fork 0
/
credential-5.json-ld
56 lines (52 loc) · 2.88 KB
/
credential-5.json-ld
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
{
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"IdenCredential": {
"@id": "https://raw.githubusercontent.com/vmidyllic/proof-format/main/credential-5.json-ld#IdenCredential",
"@context":{
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"iden-vocab": "https://github.com/vmidyllic/proof-format/blob/main/creds/Readme.md#",
"iden-proof-vocab":"https://github.com/vmidyllic/proof-format/blob/main/proofs/Readme.md#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"identifier": {"@id":"iden-vocab:identifier","@type": "xsd:string"},
"other_identifier": {"@id":"iden-vocab:other_identifier","@type": "xsd:string"},
"expiration":{"@id":"iden-vocab:expiration","@type": "xsd:dateTime"},
"updatable": {"@id":"iden-vocab:updatable","@type": "xsd:boolean"},
"version": {"@id":"iden-vocab:updatable","@type": "xsd:integer"},
"rev_nonce": {"@id":"iden-vocab:updatable","@type": "xsd:integer"},
"proof":{"@id": "iden-proof-vocab:proof", "@type": "@id", "@container": "@graph"}
"index":{"@id": "iden-proof-vocab:index", "@container": "@list"}
"value":{"@id": "iden-proof-vocab:value", "@container": "@list"}
}
},
"IdenMerkleProof": {
"@id": "https://raw.githubusercontent.com/vmidyllic/proof-format/main/credential-5.json-ld#IdenMerkleProof",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"sec": "https://w3id.org/security#",
"iden-proof-vocab":"https://github.com/vmidyllic/proof-format/blob/main/proofs/Readme.md#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"issuer": {"@id":"iden-proof-vocab:issuer","@type": "xsd:string"},
"mtp": {"@id": "iden-proof-vocab:mtp", "@type": "xsd:string"},
"state":"@nest",
"tx_id": {"@id": "iden-proof-vocab:tx_id", "@nest": "state", "@type": "xsd:string"},
"transacted": {"@id": "iden-proof-vocab:transacted", "@nest": "state", "@type": "xsd:boolean"},
"confirmed": {"@id": "iden-proof-vocab:confirmed", "@nest": "state","@type": "xsd:boolean"},
"block_timestamp": {"@id": "iden-proof-vocab:block_timestamp", "@nest": "state","@type": "xsd:integer"},
"block_number": {"@id": "iden-proof-vocab:block_number", "@nest": "state","@type": "xsd:integer"},
"root_of_roots": {"@id": "iden-proof-vocab:root_of_roots", "@nest": "state","@type": "xsd:string"},
"claims_tree_root": {"@id": "iden-proof-vocab:claims_tree_root", "@nest": "state","@type": "xsd:string"},
"revocation_tree_root": {"@id": "iden-proof-vocab:revocation_tree_root", "@nest": "state","@type": "xsd:string"}
}
}
}
}