Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schema/.source.json
Original file line number Diff line number Diff line change
@@ -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": "b8849292b06b3bb8cc8a2dda0cfe8a6318f7a85d",
"permalink": "https://github.com/mozilla/enterprise-firefox/blob/b8849292b06b3bb8cc8a2dda0cfe8a6318f7a85d/browser/components/enterprisepolicies/schemas/policies-schema.json"
}
14 changes: 13 additions & 1 deletion schema/policies-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -424,6 +424,18 @@
"type": "boolean"
}
}
},
"SpeechRecognition": {
"type": "object",
"properties": {
"Value": {
"type": "string",
"enum": ["available", "blocked"]
},
"Locked": {
"type": "boolean"
}
}
}
}
},
Expand Down