Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/spicedb/modeling/composable-schemas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ written to SpiceDB but not compiled.

The obvious breaking changes are `import` and `partial` becoming keywords, so if you have a permission or
relation with those names, your schema can't be compiled.
We have also reserved some keywords for future use, such as `and`, `or`, and `not`.
We have also reserved some keywords for future use, such as `use`, `and`, `or`, and `not`.
If you get an unexpected `TokenTypeKeyword` error, this is probably why.
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.

Expand Down