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

@@ -145,11 +145,26 @@
"read_write"
],
"type": "string"
},
"PermissionGrantScope": {
"enum": [
"turn",
"session"
],
"type": "string"
}
},
"properties": {
"permissions": {
"$ref": "#/definitions/GrantedPermissionProfile"
},
"scope": {
"allOf": [
{
"$ref": "#/definitions/PermissionGrantScope"
}
],
"default": "turn"
}
},
"required": [