-
Notifications
You must be signed in to change notification settings - Fork 2
/
governance-framework-format-2.json
89 lines (89 loc) · 1.97 KB
/
governance-framework-format-2.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
79
80
81
82
83
84
85
86
87
88
89
{
"author": "did:example:viacheslavnazarenko",
"id": "c64846d1-cf60-4ac5-835e-cbd25569f2ea",
"name": "Proven Ecosystem Governance",
"description": "This document describes email and employment governance in a machine readable way",
"version": "0.1",
"format": "2.0",
"docs_uri": "https://url-for-docs...",
"last_updated": 1684366927,
"schemas": [
{
"name": "Email Credential",
"id": "BXtzYPyPdiVKGAjkqtPexs:2:Email:1.0",
"creator": "Simon"
},
{
"name": "Employment Credential",
"id": "QHqtjywxfP3yYsFrRHFLQm:2:Employment:1.0",
"creator": "Simon"
}
],
"participants": {
"id": "1e762324-6a45-4f6a-b124-acb21190fe09",
"author": "did:example:viacheslavnazarenko",
"created": 1684366927,
"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": "[email protected]",
"phone": "123-456-6780",
"address": "234 Main str",
"city": "Austin",
"zip": "32876",
"state": "TX"
},
"WdvgJP7fwfvCrKupRRhDEu": {
"name": "Proven verifier agency",
"website": "verifyinglabsite.com",
"email": "[email protected]",
"phone": "098-765-4321",
"address": "824 State St.",
"city": "Christiansburg",
"zip": "24073",
"state": "VA"
}
}
}
},
"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"
]
}
}
}