📄️ contains
Rego's contains keyword is used to incrementally build
📄️ default
The default keyword is used to provide a default value for rules and
📄️ if
The if keyword is used when defining rules in Rego. if separates the
📄️ import
In Rego, the import keyword is used to include references in the current file
📄️ some
The some keyword is used to define a local variable for use later in a rule.