From b2f09c5dd0e7b8b37e1bc7bfe6da83104ad74599 Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Mon, 20 Jan 2025 08:21:29 +0100 Subject: [PATCH] Removed the "MUST" for error conditions --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8aa835cc0..661505d8f 100644 --- a/index.html +++ b/index.html @@ -4775,12 +4775,12 @@

Problem Details

title
-The `title` [=property=] MUST be present and its value SHOULD provide a short +The `title` [=property=] SHOULD provide a short but specific human-readable string for the problem.
detail
-The `detail` [=property=] MUST be present and its value SHOULD provide a +The `detail` [=property=] SHOULD provide a longer human-readable string for the problem.