OBJECT
type FormulaValidator {# Boolean formula (Pipeliner calculation syntax) that must evaluate to true for # the value to be valid.expression: String! # Error message shown when the formula evaluates to false.message: String! }