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": {