Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
PatStLouis and TallTed authored Jun 18, 2024
1 parent a752eca commit 9fc8e10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1213,11 +1213,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.
Warnings are ProblemDetails relating to statuses and validity periods.
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.
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.

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

0 comments on commit 9fc8e10

Please sign in to comment.