form-definition-schema-properties-conditions-conditions-item
Items Type
object (Conditions Item)
items Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| name | string | Required | cannot be null | Form Definition Schema |
| displayName | string | Optional | cannot be null | Form Definition Schema |
| value | object | Required | cannot be null | Form Definition Schema |
name
Unique identifier used to reference this condition
name
-
is required
-
Type:
string(Name) -
cannot be null
-
defined in: Form Definition Schema
Name Type
string (Name)
displayName
Human-readable name for display in the UI
displayName
-
is optional
-
Type:
string(Display Name) -
cannot be null
-
defined in: Form Definition Schema
Display Name Type
string (Display Name)
value
The complete condition definition
value
-
is required
-
Type:
object(Value) -
cannot be null
-
defined in: Form Definition Schema
Value Type
object (Value)