From 393d29cfd405886d5f1720eb46c23cfb01f472bd Mon Sep 17 00:00:00 2001 From: Anthony Watherston Date: Thu, 7 Nov 2024 09:22:55 +1100 Subject: [PATCH] Updated schema --- Schemas/global-settings-schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Schemas/global-settings-schema.json b/Schemas/global-settings-schema.json index 3933e628..fe299b12 100644 --- a/Schemas/global-settings-schema.json +++ b/Schemas/global-settings-schema.json @@ -113,6 +113,9 @@ "type": "string" } ] + }, + "excludeSubscriptions": { + "type": "boolean" } }, "additionalProperties": false, @@ -140,4 +143,4 @@ "pacOwnerId", "pacEnvironments" ] -} +} \ No newline at end of file