-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlegal-entity-vLEI-credential.json
174 lines (174 loc) · 5.15 KB
/
legal-entity-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
{
"$id": "ENPXp1vQzRF6JwIuS-mp2U8Uf1MoADoP_GqQ62VsDZWY",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Legal Entity vLEI Credential",
"description": "A vLEI Credential issued by a Qualified vLEI issuer to a Legal Entity",
"type": "object",
"credentialType": "LegalEntityvLEICredential",
"version": "1.0.0",
"properties": {
"v": {
"description": "Version",
"type": "string"
},
"d": {
"description": "Credential SAID",
"type": "string"
},
"u": {
"description": "One time use nonce",
"type": "string"
},
"i": {
"description": "QVI 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": "EJ6bFDLrv50bHmIDg-MSummpvYWsPa9CFygPUZyHoESj",
"description": "Attributes block",
"type": "object",
"properties": {
"d": {
"description": "Attributes block SAID",
"type": "string"
},
"i": {
"description": "LE Issuer AID",
"type": "string"
},
"dt": {
"description": "issuance date time",
"type": "string",
"format": "date-time"
},
"LEI": {
"description": "LE Issuer AID",
"type": "string",
"format": "ISO 17442"
}
},
"additionalProperties": false,
"required": [
"i",
"dt",
"LEI"
]
}
]
},
"e": {
"oneOf": [
{
"description": "Edges block SAID",
"type": "string"
},
{
"$id": "EDh9sp5cPk0-yo5sFMo6WJS1HMBYIOYCwJrnPvNaH1vI",
"description": "Edges block",
"type": "object",
"properties": {
"d": {
"description": "Edges block SAID",
"type": "string"
},
"qvi": {
"description": "QVI node",
"type": "object",
"properties": {
"n": {
"description": "Issuer credential SAID",
"type": "string"
},
"s": {
"description": "SAID of required schema of the credential pointed to by this node",
"type": "string",
"const": "EBfdlu8R27Fbx-ehrqwImnK-8Cm79sqbAQ4MmvEAYqao"
}
},
"additionalProperties": false,
"required": [
"n",
"s"
]
}
},
"additionalProperties": false,
"required": [
"d",
"qvi"
]
}
]
},
"r": {
"oneOf": [
{
"description": "Rules block SAID",
"type": "string"
},
{
"$id": "ECllqarpkZrSIWCb97XlMpEZZH3q4kc--FQ9mbkFMb_5",
"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."
}
}
}
},
"additionalProperties": false,
"required": [
"d",
"usageDisclaimer",
"issuanceDisclaimer"
]
}
]
}
},
"additionalProperties": false,
"required": [
"i",
"ri",
"s",
"d",
"e",
"r"
]
}