From 2005ebf919e06b46617be94febfd4848e2cec865 Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Fri, 8 Dec 2023 15:13:52 -0500 Subject: [PATCH] fix bug in json schema. Need a comma --- buildtest/schemas/settings.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtest/schemas/settings.schema.json b/buildtest/schemas/settings.schema.json index e72a1316d..3757b74b0 100644 --- a/buildtest/schemas/settings.schema.json +++ b/buildtest/schemas/settings.schema.json @@ -123,7 +123,7 @@ "properties": { "terse": { "$ref": "#/definitions/terse" }, "format": { "$ref": "#/definitions/format" }, - "count": { "$ref": "#/definitions/count" }, + "count": { "$ref": "#/definitions/count" } } }, "processor": {