form-definition-schema-properties-conditions-conditions-item-properties-value-properties-conditions-conditions-item-anyof-unknown-value-type
Condition Item Type
object (Unknown Value Type)
Condition Item Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| field | object | Optional | cannot be null | Form Definition Schema |
| operator | string | Required | cannot be null | Form Definition Schema |
| value | Merged | Optional | cannot be null | Form Definition Schema |
| coordinator | string | Optional | cannot be null | Form Definition Schema |
field
The form field being evaluated in this condition
field
-
is optional
-
Type:
object(Field) -
cannot be null
-
defined in: Form Definition Schema
Field Type
object (Field)
operator
Comparison operator: equals, notEquals, contains, notContains, greaterThan, lessThan, isEmpty, isNotEmpty
operator
-
is required
-
Type:
string(Operator) -
cannot be null
-
defined in: Form Definition Schema
Operator Type
string (Operator)
value
Value to compare the field against, either fixed or relative date
value
-
is optional
-
Type: merged type (Value)
-
cannot be null
-
defined in: Form Definition Schema
Value Type
merged type (Value)
any of
coordinator
Logical operator connecting this condition with others (AND, OR)
coordinator
-
is optional
-
Type:
string(Coordinator) -
cannot be null
-
defined in: Form Definition Schema
Coordinator Type
string (Coordinator)