From 7f541ddf1a58dd2fe915028c3ffa759426107ab2 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Wed, 22 Jun 2022 08:20:27 +0100 Subject: [PATCH] Fix normative requirement around `errors` property --- spec/Section 7 -- Response.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 7 -- Response.md b/spec/Section 7 -- Response.md index 2e58276ab..648b511c3 100644 --- a/spec/Section 7 -- Response.md +++ b/spec/Section 7 -- Response.md @@ -52,7 +52,7 @@ If an error was raised during the execution that prevented a valid response, the The `errors` entry in the response is a non-empty list of errors, where each error is a map. -If no errors were raised during the request, the `errors` entry should not be +If no errors were raised during the request, the `errors` entry must not be present in the result. If the `data` entry in the response is not present, the `errors` entry in the