Skip to content

Commit

Permalink
Improve grammar related to VerificationResponse.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallTed authored Jun 25, 2024
1 parent 494f0a2 commit ff7b863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1273,11 +1273,11 @@ <h4>Types of ProblemDetails</h4>
</pre>
<h4>Verification Response</h4>
<h5>Errors and Warnings</h5>
Errors are `ProblemDetails` relating to cryptography, data model and malformed context.
Errors are `ProblemDetails` relating to cryptography, data model, and malformed context.
Warnings are `ProblemDetails` relating to statuses and validity periods.

The `VerificationResponse` object MUST have the `verified` value set to `false` if an error is included.
The `VerificationResponse` object MUST have the `verified` value set to `true` if no errors are included.
If an error is included, the `verified` property of the `VerificationResponse` object
MUST be set to `false`; if no errors are included, it MUST be set to `true`.

<pre class="example"
title="Verification Response">
Expand Down

0 comments on commit ff7b863

Please sign in to comment.