From 22bcf70b6e14368cc93c8ee6cf8e80788c4269d3 Mon Sep 17 00:00:00 2001 From: Ashley Mensah Date: Tue, 28 Apr 2026 16:11:57 +0200 Subject: [PATCH] fix(ci): add additionalProperties to nested schema objects --- .github/issue-resolution/schemas/issue-resolution-output.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/issue-resolution/schemas/issue-resolution-output.json b/.github/issue-resolution/schemas/issue-resolution-output.json index e07295124..04d75bc07 100644 --- a/.github/issue-resolution/schemas/issue-resolution-output.json +++ b/.github/issue-resolution/schemas/issue-resolution-output.json @@ -37,6 +37,7 @@ "type": "array", "items": { "type": "object", + "additionalProperties": false, "required": ["type", "url"], "properties": { "type": { @@ -56,6 +57,7 @@ "type": "array", "items": { "type": "object", + "additionalProperties": false, "required": ["type", "url"], "properties": { "type": {