hi All, I was trying SpiceDB *cavate * feature, I am having issue in querying format, can anyone pls help me on this
I have below schema
definition user {}
caveat sre_role(role string) {
role == 'sre'
}
definition organization {
relation maintainer: user | user with sre_role
permission admin = maintainer
}