From 56ce9ada1d0913bb13ab24ac3ddcfd0ea7cdafe2 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Wed, 8 Nov 2023 10:25:22 -0700 Subject: [PATCH] chore: revert schemas --- schemas/hooks/sf-deploy.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/hooks/sf-deploy.json b/schemas/hooks/sf-deploy.json index 3ec8f74f..77d426a5 100644 --- a/schemas/hooks/sf-deploy.json +++ b/schemas/hooks/sf-deploy.json @@ -74,6 +74,9 @@ "releaseNotesUrl": { "type": "string" }, + "scopeProfiles": { + "type": "boolean" + }, "uninstallScript": { "type": "string" },