form-definition-v2-schema-properties-lists-lists-item-properties-items-oneof-number-list-items-items-array-item
Items Type
object (Items (array) Item)
items Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| id | string | Optional | cannot be null | Form Definition V2 Schema |
| text | string | Optional | cannot be null | Form Definition V2 Schema |
| description | string | Optional | cannot be null | Form Definition V2 Schema |
| conditional | object | Optional | cannot be null | Form Definition V2 Schema |
| condition | string | Optional | cannot be null | Form Definition V2 Schema |
| hint | object | Optional | cannot be null | Form Definition V2 Schema |
| value | number | Required | cannot be null | Form Definition V2 Schema |
id
Unique identifier for the list item
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
text
Display text shown to the user
text
-
is optional
-
Type:
string(Text) -
cannot be null
-
defined in: Form Definition V2 Schema
Text Type
string (Text)
description
Optional additional descriptive text for the item
description
-
is optional
-
Type:
string(Description) -
cannot be null
-
defined in: Form Definition V2 Schema
Description Type
string (Description)
conditional
Optional components to show when this item is selected
conditional
-
is optional
-
Type:
object(Conditional) -
cannot be null
-
defined in: Form Definition V2 Schema
Conditional Type
object (Conditional)
condition
Condition that determines if this item is shown
condition
-
is optional
-
Type:
string(Condition) -
cannot be null
-
defined in: Form Definition V2 Schema
Condition Type
string (Condition)
hint
Optional hint text to be shown on list item
hint
-
is optional
-
Type:
object(Hint) -
cannot be null
-
defined in: Form Definition V2 Schema
Hint Type
object (Hint)
value
Numeric value stored when this item is selected
value
-
is required
-
Type:
number(Value) -
cannot be null
-
defined in: Form Definition V2 Schema
Value Type
number (Value)