This commit is contained in:
Dylan Hurd
2026-03-10 00:03:05 -07:00
parent b879894222
commit 93bba98319
15 changed files with 358 additions and 62 deletions

View File

@@ -298,16 +298,17 @@
"type": "object"
},
"MacOsAutomationPermission": {
"oneOf": [
"anyOf": [
{
"enum": [
"none",
"all"
],
"type": "string"
"$ref": "#/definitions/MacOsAutomationPermissionModeSchema"
},
{
"items": {
"type": "string"
},
"type": "array"
},
{
"additionalProperties": false,
"properties": {
"bundle_ids": {
"items": {
@@ -324,6 +325,13 @@
}
]
},
"MacOsAutomationPermissionModeSchema": {
"enum": [
"none",
"all"
],
"type": "string"
},
"MacOsPreferencesPermission": {
"enum": [
"none",