list-schema-v2-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 | List Schema V2 |
| text | string | Optional | cannot be null | List Schema V2 |
| description | string | Optional | cannot be null | List Schema V2 |
| conditional | object | Optional | cannot be null | List Schema V2 |
| condition | string | Optional | cannot be null | List Schema V2 |
| hint | object | Optional | cannot be null | List Schema V2 |
| value | number | Required | cannot be null | List Schema V2 |
id
Unique identifier for the list item
id
-
is optional
-
Type:
string(Id) -
cannot be null
-
defined in: List Schema V2
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: List Schema V2
Text Type
string (Text)
description
Optional additional descriptive text for the item
description
-
is optional
-
Type:
string(Description) -
cannot be null
-
defined in: List Schema V2
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: List Schema V2
Conditional Type
object (Conditional)
condition
Condition that determines if this item is shown
condition
-
is optional
-
Type:
string(Condition) -
cannot be null
-
defined in: List Schema V2
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: List Schema V2
Hint Type
object (Hint)
value
Numeric value stored when this item is selected
value
-
is required
-
Type:
number(Value) -
cannot be null
-
defined in: List Schema V2
Value Type
number (Value)