Skip to content

Commit

Permalink
Update components/Issuer.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <[email protected]>
  • Loading branch information
mburchil and dlongley authored Feb 27, 2024
1 parent aca38dd commit d769a3a
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 JSON-LD 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 (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.
oneOf:
- type: string
- type: object
Expand Down

0 comments on commit d769a3a

Please sign in to comment.