-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathlegal-entity-engagement-context-role-vLEI-credential.json
245 lines (245 loc) · 7.97 KB
/
legal-entity-engagement-context-role-vLEI-credential.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
{
"$id": "EEy9PkikFcANV1l7EHukCeXqrzT1hNZjGlUk7wuMO5jw",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Legal Entity Engagement Context Role vLEI Credential",
"description": "A vLEI Role Credential issued to representatives of a Legal Entity in other than official roles but in functional or other context of engagement",
"type": "object",
"credentialType": "LegalEntityEngagementContextRolevLEICredential",
"version": "1.0.0",
"properties": {
"v": {
"description": "Version",
"type": "string"
},
"d": {
"description": "Credential SAID",
"type": "string"
},
"u": {
"description": "A salty nonce",
"type": "string"
},
"i": {
"description": "QVI or LE Issuer AID",
"type": "string"
},
"ri": {
"description": "Credential status registry",
"type": "string"
},
"s": {
"description": "Schema SAID",
"type": "string"
},
"a": {
"oneOf": [
{
"description": "Attributes block SAID",
"type": "string"
},
{
"$id": "EDv4wiOMHE125CXu-EuOd0YRXz-AgpLilJfjoODFqtHD",
"description": "Attributes block",
"type": "object",
"properties": {
"d": {
"description": "Attributes block SAID",
"type": "string"
},
"u": {
"description": "A salty nonce",
"type": "string"
},
"i": {
"description": "Person Issuee AID",
"type": "string"
},
"dt": {
"description": "Issuance date time",
"type": "string",
"format": "date-time"
},
"LEI": {
"description": "LEI of the Legal Entity",
"type": "string",
"format": "ISO 17442"
},
"personLegalName": {
"description": "Recipient name as provided during identity assurance",
"type": "string"
},
"engagementContextRole": {
"description": "Role description i.e. 'Head of Standards'",
"type": "string"
}
},
"additionalProperties": false,
"required": [
"i",
"dt",
"LEI",
"personLegalName",
"engagementContextRole"
]
}
]
},
"e": {
"oneOf": [
{
"description": "Edges block SAID",
"type": "string"
},
{
"$id": "EEM9OvWMEmAfAY0BV2kXatSc8WM13QW1B5y33E8z4f33",
"description": "Edges block",
"type": "object",
"properties": {
"d": {
"description": "Edges block SAID",
"type": "string"
},
"auth": {
"description": "Chain to Auth vLEI credential from legal entity",
"type": "object",
"properties": {
"n": {
"description": "SAID of the ACDC to which the edge connects",
"type": "string"
},
"s": {
"description": "SAID of required schema of the credential pointed to by this node",
"type": "string",
"const": "EH6ekLjSr8V32WyFbGe1zXjTzFs9PkTYmupJ9H65O14g"
},
"o": {
"description": "Operator indicating this node is the issuer",
"type": "string",
"const": "I2I"
}
},
"additionalProperties": false,
"required": [
"n",
"s",
"o"
]
}
},
"additionalProperties": false,
"required": [
"d",
"auth"
]
},
{
"$id": "EHeZGaLBhCc_-sAcyAEgFFeCkxgnqCubPOBuEvoh9jHX",
"description": "Edges block for issuance from Legal Entity",
"type": "object",
"properties": {
"d": {
"description": "SAID of edges block",
"type": "string"
},
"le": {
"description": "Chain to legal entity vLEI credential",
"type": "object",
"properties": {
"n": {
"description": "SAID of the ACDC to which the edge connects",
"type": "string"
},
"s": {
"description": "SAID of required schema of the credential pointed to by this node",
"type": "string",
"const": "ENPXp1vQzRF6JwIuS-mp2U8Uf1MoADoP_GqQ62VsDZWY"
}
},
"additionalProperties": false,
"required": [
"n",
"s"
]
}
},
"additionalProperties": false,
"required": [
"d",
"le"
]
}
]
},
"r": {
"oneOf": [
{
"description": "Rules block SAID",
"type": "string"
},
{
"$id": "EEBm6OIpem19B8BzxWXOAuzKTtYeutGpXMLW9o3pAuRe",
"description": "Rules block",
"type": "object",
"properties": {
"d": {
"description": "Rules block SAID",
"type": "string"
},
"usageDisclaimer": {
"description": "Usage Disclaimer",
"type": "object",
"properties": {
"l": {
"description": "Associated legal language",
"type": "string",
"const": "Usage of a valid, unexpired, and non-revoked vLEI Credential, as defined in the associated Ecosystem Governance Framework, does not assert that the Legal Entity is trustworthy, honest, reputable in its business dealings, safe to do business with, or compliant with any laws or that an implied or expressly intended purpose will be fulfilled."
}
}
},
"issuanceDisclaimer": {
"description": "Issuance Disclaimer",
"type": "object",
"properties": {
"l": {
"description": "Associated legal language",
"type": "string",
"const": "All information in a valid, unexpired, and non-revoked vLEI Credential, as defined in the associated Ecosystem Governance Framework, is accurate as of the date the validation process was complete. The vLEI Credential has been issued to the legal entity or person named in the vLEI Credential as the subject; and the qualified vLEI Issuer exercised reasonable care to perform the validation process set forth in the vLEI Ecosystem Governance Framework."
}
}
},
"privacyDisclaimer": {
"description": "Privacy Disclaimer",
"type": "object",
"properties": {
"l": {
"description": "Associated legal language",
"type": "string",
"const": "It is the sole responsibility of Holders as Issuees of an ECR vLEI Credential to present that Credential in a privacy-preserving manner using the mechanisms provided in the Issuance and Presentation Exchange (IPEX) protocol specification and the Authentic Chained Data Container (ACDC) specification. https://github.com/WebOfTrust/IETF-IPEX and https://github.com/trustoverip/tswg-acdc-specification."
}
}
}
},
"additionalProperties": false,
"required": [
"d",
"usageDisclaimer",
"issuanceDisclaimer",
"privacyDisclaimer"
]
}
]
}
},
"additionalProperties": false,
"required": [
"v",
"u",
"i",
"ri",
"s",
"d",
"r",
"a",
"e"
]
}