-
Notifications
You must be signed in to change notification settings - Fork 2
/
governance-framework-format-1.json
78 lines (78 loc) · 1.91 KB
/
governance-framework-format-1.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
{
"@context": [
"https://github.com/hyperledger/aries-rfcs/blob/main/concepts/0430-machine-readable-governance-frameworks/context.jsonld"
],
"author": "did:example:viacheslavnazarenko",
"name": "Proven Ecosystem Governance",
"version": "0.1",
"format": "1.0",
"id": "c64846d1-cf60-4ac5-835e-cbd25569f2fa",
"uri": "htpps://degov.com/proven.json",
"ttl": 300,
"description": "This document describes email and employment governance in a machine readable way",
"last_updated": 1673307432,
"docs_uri": "https://url-for-docs...",
"schemas": [
{
"id": "BXtzYPyPdiVKGAjkqtPexs:2:Email:1.0",
"name": "Email Credential"
},
{
"id": "QHqtjywxfP3yYsFrRHFLQm:2:Employment:1.0",
"name": "Employment Credential"
}
],
"participants": {
"id": "1e762324-6a45-4f6a-b124-ecb21190fe09",
"author": "did:example:viacheslavnazarenko",
"created": 1673307432,
"version": "2.0",
"topic": "uri:to-multi-topic-schema",
"entries": {
"https://example.com/roles.schema.json": {
"98nVuCngj7ReESPrH7skpF": {
"roles": ["role_1", "role_2"]
},
"WdvgJP7fwfvCrKupRRhDEu": {
"roles": ["role_3", "role_4"]
}
},
"https://example.com/description.schema.json": {
"98nVuCngj7ReESPrH7skpF": {
"name": "Proven issuer agency",
"website": "issuinggovernmentsite.org",
"email": "credential_manager@issuinggovernmentsite.org",
"phone": "123-456-6780"
},
"WdvgJP7fwfvCrKupRRhDEu": {
"name": "Proven verifier agency",
"website": "verifyinglabsite.com",
"email": "credential_manager@verifyinglabsite.com",
"phone": "098-765-4321"
}
}
}
},
"roles": {
"role_1": {
"issue": [
"QHqtjywxfP3yYsFrRHFLQm:2:Employment:1.0"
]
},
"role_2": {
"issue": [
"BXtzYPyPdiVKGAjkqtPexs:2:Email:1.0"
]
},
"role_3": {
"verify": [
"QHqtjywxfP3yYsFrRHFLQm:2:Employment:1.0"
]
},
"role_4": {
"verify": [
"BXtzYPyPdiVKGAjkqtPexs:2:Email:1.0"
]
}
}
}