Skip to content

Commit

Permalink
Apply changes from code review to formatting, property naming, and en…
Browse files Browse the repository at this point in the history
…dpoint description.

Co-authored-by: Dave Longley <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
3 people authored Mar 12, 2024
1 parent 5956b61 commit 3589fb3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/Challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components:
verified:
type: string
description: Whether verification of the challenge was successful
firstVerified:
firstVerifiedAt:
type: string
description: dateTimeStamp when the challenge was first verified.
uses:
Expand Down
2 changes: 1 addition & 1 deletion holder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/ProvePresentationResponse"
$ref: "#/components/schemas/ProvePresentationResponse"
"400":
description: invalid input!
"500":
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ <h4>Create Challenge</h4>
<div class="api-detail"
data-api-endpoint="post /challenges"></div>
<p>
The instance should create a challenge for use during verification and it should keep track of the number of times a challenge has been passed to verification endpoints as `options.challenge`.
The instance should create a challenge for use during verification, and track the number of times the challenge has been passed to verification endpoints as `options.challenge`.
</p>
</section>

Expand Down
10 changes: 5 additions & 5 deletions verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ paths:
description: Parameters for verifying a verifiablePresentation.
responses:
"200":
description: Verifiable Presentation successfully verified!
content:
application/json:
schema:
$ref: "#/components/schemas/VerifyPresentationResponse"
description: Verifiable Presentation successfully verified!
content:
application/json:
schema:
$ref: "#/components/schemas/VerifyPresentationResponse"

"400":
description: Invalid or malformed input
Expand Down

0 comments on commit 3589fb3

Please sign in to comment.