From 0008f296b178f8551212ce6562640d56be5fc0aa Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Sun, 17 Mar 2024 17:27:27 +0100 Subject: [PATCH] fix: ajv warning for stricttypes Signed-off-by: aramissennyeydd --- plugins/tech-insights-backend-module-jsonfc/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tech-insights-backend-module-jsonfc/config.json b/plugins/tech-insights-backend-module-jsonfc/config.json index b95b5e52bb..347d4aa54f 100644 --- a/plugins/tech-insights-backend-module-jsonfc/config.json +++ b/plugins/tech-insights-backend-module-jsonfc/config.json @@ -109,7 +109,7 @@ ] }, "rule": { - "type": "string", + "type": "object", "required": ["conditions"], "properties": { "conditions": {