This data type represents an array of a given type. It can be an array of primitive data or of custom data.
Name | Type | Description | Notes |
---|---|---|---|
array_item_type | WorkflowArrayItem | [optional] | |
max | int | Specify the maximum value of the array. | [optional] |
min | int | Specify the minimum value of the array. | [optional] |