The "User Defined Roles" example in the playground...
# spicedb
b
The "User Defined Roles" example in the playground has a permission with parentheses (
permission resolve = (project->assigned_issue_resolver & assigned) + project->any_issue_resolver
), however it is not mentioned anywhere in the documentation (https://authzed.com/docs/spicedb/concepts/schema) that this is a supported feature, would it be worth adding it in?