From b3071b98d78e500a0b1e47162c9f1a34f66080f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 6 Sep 2026 08:36:32 +0000 Subject: [PATCH] chore(schema): sync from upstream --- schema/.source.json | 4 ++-- schema/policies-schema.json | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/schema/.source.json b/schema/.source.json index 3073bcb..3e2c3a3 100644 --- a/schema/.source.json +++ b/schema/.source.json @@ -1,5 +1,5 @@ { "url": "https://raw.githubusercontent.com/mozilla/enterprise-firefox/enterprise-main/browser/components/enterprisepolicies/schemas/policies-schema.json", - "commit": "2540629aed9328c45134a4dc926a0f321883ff3b", - "permalink": "https://github.com/mozilla/enterprise-firefox/blob/2540629aed9328c45134a4dc926a0f321883ff3b/browser/components/enterprisepolicies/schemas/policies-schema.json" + "commit": "c62772bd90e1fa501e2e2031b5fb3a2dda38947d", + "permalink": "https://github.com/mozilla/enterprise-firefox/blob/c62772bd90e1fa501e2e2031b5fb3a2dda38947d/browser/components/enterprisepolicies/schemas/policies-schema.json" } diff --git a/schema/policies-schema.json b/schema/policies-schema.json index 96757f0..46411a5 100644 --- a/schema/policies-schema.json +++ b/schema/policies-schema.json @@ -250,7 +250,7 @@ "firefox_enterprise": { "version_added": "149.0.2" } }, "x-restart-required": true, - "description": "Controls access to AI features: Translations, PDF alt text generation, smart tab groups, display summaries in link previews, AI chatbot in the sidebar and smart windows. The `Default` value applies to all AI features, unless overridden by a specific feature.", + "description": "Controls access to AI features: Translations, PDF alt text generation, smart tab groups, display summaries in link previews, AI chatbot in the sidebar, smart windows and on-device speech recognition. The `Default` value applies to all AI features, unless overridden by a specific feature.", "examples": [ { "Default": { @@ -424,6 +424,18 @@ "type": "boolean" } } + }, + "SpeechRecognition": { + "type": "object", + "properties": { + "Value": { + "type": "string", + "enum": ["available", "blocked"] + }, + "Locked": { + "type": "boolean" + } + } } } },