From ce115610e4b35f0eee1b9b9545db36e117df9fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20G=C3=B6drei?= Date: Tue, 1 Oct 2024 08:35:33 +0200 Subject: [PATCH] Add enabled propoerty to the target-based triggers schema (#4119) --- src/schemas/json/bitrise.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/schemas/json/bitrise.json b/src/schemas/json/bitrise.json index f3f47deefe8..270ead03ba3 100644 --- a/src/schemas/json/bitrise.json +++ b/src/schemas/json/bitrise.json @@ -406,6 +406,9 @@ }, "TriggersModel": { "properties": { + "enabled": { + "type": "boolean" + }, "push": { "items": { "$ref": "#/definitions/PushTriggerModel"