cleanup macro

This commit is contained in:
Dylan Hurd
2026-03-08 21:52:28 -07:00
parent 93915d0043
commit 8adc0646a9
6 changed files with 48 additions and 9 deletions

View File

@@ -6438,6 +6438,13 @@
}
]
},
"PermissionGrantScope": {
"enum": [
"turn",
"session"
],
"type": "string"
},
"PermissionProfile": {
"properties": {
"file_system": {
@@ -6509,6 +6516,14 @@
"properties": {
"permissions": {
"$ref": "#/definitions/GrantedPermissionProfile"
},
"scope": {
"allOf": [
{
"$ref": "#/definitions/PermissionGrantScope"
}
],
"default": "turn"
}
},
"required": [