You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/spicedb/modeling/composable-schemas.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ written to SpiceDB but not compiled.
71
71
72
72
The obvious breaking changes are `import` and `partial` becoming keywords, so if you have a permission or
73
73
relation with those names, your schema can't be compiled.
74
-
We have also reserved some keywords for future use, such as `and`, `or`, and `not`.
74
+
We have also reserved some keywords for future use, such as `use`, `and`, `or`, and `not`.
75
75
If you get an unexpected `TokenTypeKeyword` error, this is probably why.
76
76
A full list of reserved keywords can be found in [`keyword` map definition](https://github.com/authzed/spicedb/blob/main/pkg/composableschemadsl/lexer/lex_def.go#L74) in the lexer.
0 commit comments