form-definition-v2-schema-properties-conditions-conditions-item
Items Type
object (Conditions Item)
items Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| id | string | Optional | cannot be null | Form Definition V2 Schema |
| displayName | string | Optional | cannot be null | Form Definition V2 Schema |
| items | array | Optional | cannot be null | Form Definition V2 Schema |
| coordinator | Multiple | Optional | can be null | Form Definition V2 Schema |
id
Unique identifier for the condition
id
-
is optional
-
Type:
string(Id) -
cannot be null
-
defined in: Form Definition V2 Schema
Id Type
string (Id)
id Constraints
UUID: the string must be a UUID, according to RFC 4122
displayName
Human-readable name for display in the UI
displayName
-
is optional
-
Type:
string(Display Name) -
cannot be null
-
defined in: Form Definition V2 Schema
Display Name Type
string (Display Name)
items
Array of conditions or condition references
items
-
is optional
-
Type: an array of merged types (Items Item)
-
cannot be null
-
defined in: Form Definition V2 Schema
Items Type
an array of merged types (Items Item)
items Constraints
maximum number of items: the maximum number of items for this array is: 15
minimum number of items: the minimum number of items for this array is: 1
coordinator
Logical operator connecting this condition with others (AND, OR)
coordinator
-
is optional
-
Type: any of the following:
arrayorbooleanornumberorobjectorstring(Coordinator) -
can be null
-
defined in: Form Definition V2 Schema
Coordinator Type
any of the following: array or boolean or number or object or string (Coordinator)