From 6199f521afc60b97321baba47ce8f3e177e7f51a Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:01:04 -0400 Subject: [PATCH] Apply linting suggestions from code review Co-authored-by: Dave Longley --- components/VerifyCredentialResult.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/VerifyCredentialResult.yml b/components/VerifyCredentialResult.yml index 2d652d9..71ddc3d 100644 --- a/components/VerifyCredentialResult.yml +++ b/components/VerifyCredentialResult.yml @@ -45,9 +45,9 @@ components: valid: type: boolean description: Validation result. - details: - type: string - description: Optional information to provide in the response. + details: + type: string + description: Optional information to provide in the response. input: type: string description: The validFrom value. @@ -58,9 +58,9 @@ components: valid: type: boolean description: Validation result. - details: - type: string - description: Optional information to provide in the response. + details: + type: string + description: Optional information to provide in the response. input: type: string description: The validUntil value. @@ -122,5 +122,5 @@ components: "credentialSchema": [], "credentialStatus": [], "proof": [] - } + } }