From d6fe2e3d34dc6ff8502c1ccf20d6ccf5fe93b01c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 17 Sep 2025 15:13:23 -0400 Subject: [PATCH] fix: add top level permissions key to config file schema --- cli/schemas/config-file.v1.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index a88016db6b..f4c3fba047 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -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": {