@cheqd/studio 3.3.0-develop.1 → 3.3.0-develop.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -171,6 +171,57 @@
|
|
|
171
171
|
"statusPurpose": "revocation",
|
|
172
172
|
"statusListName": "employee-credentials"
|
|
173
173
|
}
|
|
174
|
+
},
|
|
175
|
+
"termsOfUse": {
|
|
176
|
+
"description": "Terms of use can be utilized by an issuer or a holder to communicate the terms under which a verifiable credential was issued.",
|
|
177
|
+
"type": "array",
|
|
178
|
+
"items": {
|
|
179
|
+
"type": "object",
|
|
180
|
+
"example": {
|
|
181
|
+
"type": "IssuerPolicy",
|
|
182
|
+
"id": "http://example.com/policies/credential/4",
|
|
183
|
+
"profile": "http://example.com/profiles/credential",
|
|
184
|
+
"prohibition": [
|
|
185
|
+
{
|
|
186
|
+
"assigner": "https://example.edu/issuers/14",
|
|
187
|
+
"assignee": "AllVerifiers",
|
|
188
|
+
"target": "http://example.edu/credentials/3732",
|
|
189
|
+
"action": [
|
|
190
|
+
"Archival"
|
|
191
|
+
]
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"refreshService": {
|
|
198
|
+
"description": "RefreshService property MUST be one or more refresh services that provides enough information to the recipient's software such that the recipient can refresh the verifiable credential.",
|
|
199
|
+
"type": "array",
|
|
200
|
+
"items": {
|
|
201
|
+
"type": "object",
|
|
202
|
+
"example": {
|
|
203
|
+
"type": "ManualRefreshService2018",
|
|
204
|
+
"id": "https://example.edu/refresh/3732"
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"evidence": {
|
|
209
|
+
"description": "Evidence property MUST be one or more evidence schemes providing enough information for a verifier to determine whether the evidence gathered by the issuer meets its confidence requirements for relying on the credential.",
|
|
210
|
+
"type": "array",
|
|
211
|
+
"items": {
|
|
212
|
+
"type": "object",
|
|
213
|
+
"example": {
|
|
214
|
+
"type": [
|
|
215
|
+
"DocumentVerification"
|
|
216
|
+
],
|
|
217
|
+
"id": "https://example.edu/evidence/f2aeec97-fc0d-42bf-8ca7-0548192d4231",
|
|
218
|
+
"verifier": "https://example.edu/issuers/14",
|
|
219
|
+
"evidenceDocument": "DriversLicense",
|
|
220
|
+
"subjectPresence": "Physical",
|
|
221
|
+
"documentPresence": "Physical",
|
|
222
|
+
"licenseNumber": "123AB4567"
|
|
223
|
+
}
|
|
224
|
+
}
|
|
174
225
|
}
|
|
175
226
|
},
|
|
176
227
|
"required": [
|
|
@@ -91,6 +91,45 @@
|
|
|
91
91
|
* example:
|
|
92
92
|
* statusPurpose: revocation
|
|
93
93
|
* statusListName: employee-credentials
|
|
94
|
+
* termsOfUse:
|
|
95
|
+
* description: Terms of use can be utilized by an issuer or a holder to communicate the terms under which a verifiable credential was issued.
|
|
96
|
+
* type: array
|
|
97
|
+
* items:
|
|
98
|
+
* type: object
|
|
99
|
+
* example: {
|
|
100
|
+
* type: IssuerPolicy,
|
|
101
|
+
* id: http://example.com/policies/credential/4,
|
|
102
|
+
* profile: http://example.com/profiles/credential,
|
|
103
|
+
* prohibition: [{
|
|
104
|
+
* assigner: https://example.edu/issuers/14,
|
|
105
|
+
* assignee: AllVerifiers,
|
|
106
|
+
* target: http://example.edu/credentials/3732,
|
|
107
|
+
* action: [ "Archival" ]
|
|
108
|
+
* }]
|
|
109
|
+
* }
|
|
110
|
+
* refreshService:
|
|
111
|
+
* description: RefreshService property MUST be one or more refresh services that provides enough information to the recipient's software such that the recipient can refresh the verifiable credential.
|
|
112
|
+
* type: array
|
|
113
|
+
* items:
|
|
114
|
+
* type: object
|
|
115
|
+
* example: {
|
|
116
|
+
* type: ManualRefreshService2018,
|
|
117
|
+
* id: https://example.edu/refresh/3732
|
|
118
|
+
* }
|
|
119
|
+
* evidence:
|
|
120
|
+
* description: Evidence property MUST be one or more evidence schemes providing enough information for a verifier to determine whether the evidence gathered by the issuer meets its confidence requirements for relying on the credential.
|
|
121
|
+
* type: array
|
|
122
|
+
* items:
|
|
123
|
+
* type: object
|
|
124
|
+
* example: {
|
|
125
|
+
* type: ["DocumentVerification"],
|
|
126
|
+
* id: https://example.edu/evidence/f2aeec97-fc0d-42bf-8ca7-0548192d4231,
|
|
127
|
+
* verifier: "https://example.edu/issuers/14",
|
|
128
|
+
* evidenceDocument: DriversLicense,
|
|
129
|
+
* subjectPresence: Physical,
|
|
130
|
+
* documentPresence: Physical,
|
|
131
|
+
* licenseNumber: 123AB4567
|
|
132
|
+
* }
|
|
94
133
|
* required:
|
|
95
134
|
* - issuerDid
|
|
96
135
|
* - subjectDid
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"swagger-api-types.d.ts","sourceRoot":"","sources":["../../src/types/swagger-api-types.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"swagger-api-types.d.ts","sourceRoot":"","sources":["../../src/types/swagger-api-types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAo1CG"}
|
|
@@ -92,6 +92,45 @@
|
|
|
92
92
|
* example:
|
|
93
93
|
* statusPurpose: revocation
|
|
94
94
|
* statusListName: employee-credentials
|
|
95
|
+
* termsOfUse:
|
|
96
|
+
* description: Terms of use can be utilized by an issuer or a holder to communicate the terms under which a verifiable credential was issued.
|
|
97
|
+
* type: array
|
|
98
|
+
* items:
|
|
99
|
+
* type: object
|
|
100
|
+
* example: {
|
|
101
|
+
* type: IssuerPolicy,
|
|
102
|
+
* id: http://example.com/policies/credential/4,
|
|
103
|
+
* profile: http://example.com/profiles/credential,
|
|
104
|
+
* prohibition: [{
|
|
105
|
+
* assigner: https://example.edu/issuers/14,
|
|
106
|
+
* assignee: AllVerifiers,
|
|
107
|
+
* target: http://example.edu/credentials/3732,
|
|
108
|
+
* action: [ "Archival" ]
|
|
109
|
+
* }]
|
|
110
|
+
* }
|
|
111
|
+
* refreshService:
|
|
112
|
+
* description: RefreshService property MUST be one or more refresh services that provides enough information to the recipient's software such that the recipient can refresh the verifiable credential.
|
|
113
|
+
* type: array
|
|
114
|
+
* items:
|
|
115
|
+
* type: object
|
|
116
|
+
* example: {
|
|
117
|
+
* type: ManualRefreshService2018,
|
|
118
|
+
* id: https://example.edu/refresh/3732
|
|
119
|
+
* }
|
|
120
|
+
* evidence:
|
|
121
|
+
* description: Evidence property MUST be one or more evidence schemes providing enough information for a verifier to determine whether the evidence gathered by the issuer meets its confidence requirements for relying on the credential.
|
|
122
|
+
* type: array
|
|
123
|
+
* items:
|
|
124
|
+
* type: object
|
|
125
|
+
* example: {
|
|
126
|
+
* type: ["DocumentVerification"],
|
|
127
|
+
* id: https://example.edu/evidence/f2aeec97-fc0d-42bf-8ca7-0548192d4231,
|
|
128
|
+
* verifier: "https://example.edu/issuers/14",
|
|
129
|
+
* evidenceDocument: DriversLicense,
|
|
130
|
+
* subjectPresence: Physical,
|
|
131
|
+
* documentPresence: Physical,
|
|
132
|
+
* licenseNumber: 123AB4567
|
|
133
|
+
* }
|
|
95
134
|
* required:
|
|
96
135
|
* - issuerDid
|
|
97
136
|
* - subjectDid
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"swagger-api-types.js","sourceRoot":"","sources":["../../src/types/swagger-api-types.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"swagger-api-types.js","sourceRoot":"","sources":["../../src/types/swagger-api-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAo1CG"}
|