From 3237d94d9cc3ce057114b6a0b8de55e7da65c165 Mon Sep 17 00:00:00 2001 From: kathryn-ods Date: Thu, 5 Dec 2024 12:03:11 +0000 Subject: [PATCH] making empty required --- schema/openapi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema/openapi.json b/schema/openapi.json index 03adcf1..eb2cd88 100644 --- a/schema/openapi.json +++ b/schema/openapi.json @@ -833,7 +833,8 @@ "type": "boolean", "description": "A Boolean value indicating if there is an empty result set" } - } + }, + "required": ["empty"] } }, "parameters": {