Skip to main content

Rule sets

A rule set is the collection of checks you apply to a database. Each rule focuses on one property.

Available rule types

  • Required value: The property must have a value.
  • Minimum number: Number must be at least a value.
  • Maximum number: Number must be at most a value.
  • Text contains: Text must include a substring.
  • Regex pattern: Text must match a pattern.
  • Must be checked: Checkbox must be enabled.
  • Unique value: Value must be unique across all pages.

Rule creation tips

  • Start with required fields, then add uniqueness and formatting rules.
  • Use regex for strict formats (e.g., URLs, IDs, phone numbers).
  • Keep rules human-readable so teammates understand them.