From d769a3a0da76eb56dac2d15c9b754ec8e22e8d72 Mon Sep 17 00:00:00 2001 From: Michael Burchill Date: Tue, 27 Feb 2024 09:27:39 -0700 Subject: [PATCH] Update components/Issuer.yml Co-authored-by: Dave Longley --- components/Issuer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Issuer.yml b/components/Issuer.yml index 301e1b4..c59e4c9 100644 --- a/components/Issuer.yml +++ b/components/Issuer.yml @@ -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