From 967cdf8efee87d03badf9c3e8121528e2cd172ff Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Tue, 27 Feb 2024 15:09:20 -0500 Subject: [PATCH] Fix grammar in IssuerRequest object description. Co-authored-by: Ted Thibodeau Jr --- components/Issuer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Issuer.yml b/components/Issuer.yml index c59e4c9..27f6173 100644 --- a/components/Issuer.yml +++ b/components/Issuer.yml @@ -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