fix: add top level permissions key to config file schema

This commit is contained in:
David Sherret 2025-09-17 15:13:23 -04:00
parent a7af65fd4c
commit d6fe2e3d34

View file

@ -857,6 +857,11 @@
}
]
},
"permissions": {
"type": "object",
"description": "Named permission sets that can be selected with -P/--permission-set or referenced in \"test\", \"bench\", or \"compile\" permissions. A special name \"default\" is used when -P is passed without a value.",
"additionalProperties": { "$ref": "#/$defs/permissionSet" }
},
"patch": {
"type": "array",
"items": {