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