From bf0c4dfa5d64972907ee1f10ae527cecfe185ca9 Mon Sep 17 00:00:00 2001 From: Josh Cannon <3956745+thejcannon@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:09:18 -0600 Subject: [PATCH] Update schema.json --- schema.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/schema.json b/schema.json index 125a0fd..4567c3c 100644 --- a/schema.json +++ b/schema.json @@ -313,7 +313,8 @@ "description": "GitHub commit status name", "type": "string" } - } + }, + "additionalProperties": false }, "if": { "$ref": "#/definitions/if" @@ -946,7 +947,8 @@ "description": "GitHub commit status name", "type": "string" } - } + }, + "additionalProperties": false }, "if": { "$ref": "#/definitions/if"