From 9fc8e10390e41c932ead2034de4d2028c5626e79 Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:20:43 -0400 Subject: [PATCH] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 46aba4c..fd73ae2 100644 --- a/index.html +++ b/index.html @@ -1213,11 +1213,11 @@

Types of ProblemDetails

Verification Response

Errors and Warnings
- 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.