Skip to content

Commit

Permalink
Fix grammar in IssuerRequest object description.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed committed Feb 27, 2024
1 parent 1e3b946 commit c63ccfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Issuer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ components:
{ "id": "did:key:z6MkjRagNiMu91DduvCvgEsqLZDVzrJzFrwahc4tXLt9DoHd" }
IssuerRequest:
type: object
description: A W3C Verifiable Credential Issuer. The presence of object 'issuer' is optional (SHOULD be omitted). If provided, it MUST adhere to the configuration requirements of the particular implementation. Implementations MUST be able to understand and process the supplied value in accordance with their configuration. In scenarios where multiple configurations exist for a specific endpoint, the 'issuer' object, if present, MAY be utilized to select among multiple potential issuers. In such cases, the provided 'issuer' value MUST align with the available configurations, allowing the implementation to appropriately determine the issuer for the specific endpoint. Implementations MUST ensure that the selected issuer aligns with their configuration and can be processed successfully.
description: A W3C Verifiable Credential Issuer. The presence of object 'issuer' is optional (and it SHOULD be omitted). If provided, it MUST adhere to the configuration requirements of the particular implementation. Implementations MUST be able to understand and process the supplied value in accordance with their configuration. In scenarios where multiple configurations exist for a specific endpoint, the 'issuer' object, if present, MAY be utilized to select among multiple potential issuers. In such cases, the provided 'issuer' value MUST align with the available configurations, allowing the implementation to appropriately determine the issuer for the specific request. Implementations MUST ensure that the selected issuer aligns with their configuration and can be processed successfully.
oneOf:
- type: string
- type: object
Expand Down

0 comments on commit c63ccfc

Please sign in to comment.