From 86a759c949c794778fb79fdac4cd1ef214b2124d Mon Sep 17 00:00:00 2001 From: Sathishkumar Deena Kirupakaran Date: Thu, 9 Nov 2023 11:38:34 -0500 Subject: [PATCH] fix: if condition --- src/openrpc/hdmi-input.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openrpc/hdmi-input.json b/src/openrpc/hdmi-input.json index 949b3f8c8..a4a7b77a3 100644 --- a/src/openrpc/hdmi-input.json +++ b/src/openrpc/hdmi-input.json @@ -647,9 +647,9 @@ }, "then": { "properties": { - "dimensions": { - "required": true - } + "required": [ + "dimensions" + ] } } },