form-definition-schema-properties-conditions-conditions-item-properties-value
Value Type
object (Value)
value Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| name | string | Required | cannot be null | Form Definition Schema |
| conditions | array | Optional | cannot be null | Form Definition Schema |
name
Unique identifier for the condition set
name
-
is required
-
Type:
string(Name) -
cannot be null
-
defined in: Form Definition Schema
Name Type
string (Name)
conditions
Array of conditions, condition references, or condition groups
Elements can be direct conditions, references to named conditions, or nested condition groups. This structure allows building complex logical expressions with AND/OR operators.
conditions
-
is optional
-
Type: an array of merged types (Conditions Item)
-
cannot be null
-
defined in: Form Definition Schema
Conditions Type
an array of merged types (Conditions Item)