You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Required**| - `type`: A string specifying the `CredentialObject` type. |
236
-
|| - `credentialType`: A single string specifying type of credential being offered. |
237
237
|| - `id`: a string defining a unique, stable identifier for this `CredentialObject`|
238
238
|**Optional**| - `@context`: Specifies a valid Json-Ld context ([[json-ld11]], sect. 3.1). As the `credentialObject` is usually embedded, its context is provided by the enveloping object. |
239
+
|| - `credentialType`: A single string specifying type of credential being offered. |
239
240
|| - `bindingMethods`: An array of strings defining the key material that an issued credential is bound to. |
240
241
|| - `credentialSchema`: A URL pointing to the credential schema of the object in a VC's `credentialSubject` property. |
241
242
|| - `profile`: An string containing the alias of the [profiles](#profiles-of-the-decentralized-claims-protocol), e.g. `"vc20-bssl/jwt"`. |
@@ -278,6 +279,9 @@ The following is a non-normative example of a `IssuerMetadata` response object:
278
279
</pre>
279
280
</aside>
280
281
282
+
Every `CredentialObject` in the `credentialsSupported` array MUST contain all optional properties defined
283
+
in [[[#credentialobject]]].
284
+
281
285
## Credential Request Status API
282
286
283
287
The Credential Request Status API defines the REQUIRED [=Issuer Service=] endpoint for conveying the status of a
0 commit comments