fix: use AbsolutePathBuf for permission profile file roots

This commit is contained in:
Michael Bolin
2026-02-26 17:27:01 -08:00
parent a11da86b37
commit 6bbf5b2c9f
22 changed files with 380 additions and 191 deletions

View File

@@ -3411,7 +3411,7 @@
"properties": {
"read": {
"items": {
"type": "string"
"$ref": "#/definitions/AbsolutePathBuf"
},
"type": [
"array",
@@ -3420,7 +3420,7 @@
},
"write": {
"items": {
"type": "string"
"$ref": "#/definitions/AbsolutePathBuf"
},
"type": [
"array",