From cf46a71e1f38614f0588edcbf668fa93c12d46ea Mon Sep 17 00:00:00 2001 From: Jahziel Villasana-Espinoza Date: Wed, 23 Jul 2025 18:04:24 -0400 Subject: [PATCH] add frozen field to schema (#31199) > No issue, just something I noticed # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Manual QA for all new/changed functionality --- ee/maintained-apps/inputs/homebrew/schema/input-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ee/maintained-apps/inputs/homebrew/schema/input-schema.json b/ee/maintained-apps/inputs/homebrew/schema/input-schema.json index 7b3683d896..dd0f141fe1 100644 --- a/ee/maintained-apps/inputs/homebrew/schema/input-schema.json +++ b/ee/maintained-apps/inputs/homebrew/schema/input-schema.json @@ -75,6 +75,10 @@ "description": "A filepath to an uninstall script. If provided, this script will override the generated uninstall script.", "minLength": 1, "pattern": "\\.sh$" + }, + "frozen": { + "type": "boolean", + "description": "If true, the app will not be processed during ingestion and no new output will be created." } }, "not": {