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**| - `credentialType`: A single string specifying type of credential. See [VC DataModel 1.1](https://www.w3.org/TR/vc-data-model/#types) or [VC DataModel 2.0](https://www.w3.org/TR/vc-data-model-2.0/#types), respectively. |
185
185
|| - `payload`: A Json Literal ([[json-ld11]], sect. 4.2.2) containing a [=Verifiable Credential=] defined by [VC DataModel version of the selected profile](#profiles-of-the-decentralized-claims-protocol). |
186
-
|| - `format`: a JSON string that describes the format of the credential to be issued|
186
+
|| - `format`: a JSON string that describes the format of the credential to be issued.|
187
187
188
188
## Credential Offer API
189
189
@@ -208,13 +208,13 @@ a [=Verifiable Credential=] offer.
|**Required**| - `type`: A string specifying the `CredentialObject` type|
241
-
|| - `credentialType`: A single string specifying type of credential being offered|
240
+
|**Required**| - `type`: A string specifying the `CredentialObject` type.|
241
+
|| - `credentialType`: A single string specifying type of credential being offered.|
242
242
|| - `id`: a string defining a unique, stable identifier for this `CredentialObject`|
243
243
|**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. |
244
-
|| - `bindingMethods`: An array of strings defining the key material that an issued credential is bound to|
244
+
|| - `bindingMethods`: An array of strings defining the key material that an issued credential is bound to.|
245
245
|| - `credentialSchema`: A URL pointing to the credential schema of the object in a VC's `credentialSubject` property. |
246
-
|| - `profile`: An string containing the alias of the [profiles](#profiles-of-the-decentralized-claims-protocol), e.g. `"vc20-bssl/jwt"`|
246
+
|| - `profile`: An string containing the alias of the [profiles](#profiles-of-the-decentralized-claims-protocol), e.g. `"vc20-bssl/jwt"`.|
247
247
|| - `issuancePolicy`: A [presentation definition](https://identity.foundation/presentation-exchange/spec/v2.1.1/#presentation-definition)[[presentation-ex]] signifying the required [=Verifiable Presentation=] for issuance. |
248
-
|| - `offerReason`: A reason for the offer as a string. Valid values may include `reissue` and `proof-key-revocation`|
248
+
|| - `offerReason`: A reason for the offer as a string. Valid values may include `reissue` and `proof-key-revocation`.|
249
249
250
250
The following is a non-normative example of a `CredentialObject`:
251
251
@@ -272,9 +272,9 @@ supported by the [=Credential Issuer=].
0 commit comments