Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
An issue was also mentioned about the error type `https://www.w3.org/TR/vc-data-model#PARSING_ERROR` not resulting in any meaningful destination/description.

Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
PatStLouis and TallTed authored Sep 17, 2024
1 parent 8bf6848 commit 0a321b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions components/VerifyCredentialResult.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ components:
properties:
verified:
type: boolean
description: Overall verification assertion of the VerifiableCredential. This is set to True if no errors were detected during the verification process, otherwise False. See error handling section for more guidance around errors, warnings, validation and verification steps.
description: Overall verification assertion of the VerifiableCredential. This is set to `True` if no errors were detected during the verification process; otherwise, `False`. See error handling section for more guidance around errors, warnings, and validation and verification steps.
credential:
type: object
description: The VerifiableCredential used as the verification input.
Expand All @@ -40,7 +40,7 @@ components:
properties:
validFrom:
type: object
description: Results from validating the validFrom property if present in the VerifiableCredential.
description: Results of validating the validFrom property, if present in the VerifiableCredential.
properties:
valid:
type: boolean
Expand All @@ -53,7 +53,7 @@ components:
description: The validFrom value.
validUntil:
type: object
description: Results from validating the validUntil property if present in the VerifiableCredential.
description: Results of validating the validUntil property, if present in the VerifiableCredential.
properties:
valid:
type: boolean
Expand All @@ -73,7 +73,7 @@ components:
properties:
valid:
type: boolean
description: Results from validating the credentialSchema object.
description: Results of validating the credentialSchema object.
details:
type: string
description: Optional information to provide in the response.
Expand All @@ -85,14 +85,14 @@ components:
description: Results from validating the credentialStatus objects if any.
items:
type: object
description: Results from validating a credentialStatus object.
description: Results of validating a credentialStatus object.
properties:
value:
type: integer
description: Value of the statusEntry Bit.
valid:
type: boolean
description: Results from validating the credentialStatus object.
description: Results of validating the credentialStatus object.
details:
type: string
description: Optional information to provide in the response.
Expand All @@ -108,7 +108,7 @@ components:
properties:
valid:
type: boolean
description: Results from validating the proof object.
description: Results of validating the proof object.
details:
type: string
description: Optional information to provide in the response.
Expand Down

0 comments on commit 0a321b8

Please sign in to comment.