mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
fix: add top level permissions key to config file schema
This commit is contained in:
parent
a7af65fd4c
commit
d6fe2e3d34
1 changed files with 5 additions and 0 deletions
|
@ -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": {
|
"patch": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue