toloka.client.project.field_spec.ArrayUrlSpec
| Source code
ArrayUrlSpec( self, *, required: Optional[bool] = True, hidden: Optional[bool] = False, min_size: Optional[int] = None, max_size: Optional[int] = None)
A URL array field specification.
Parameters | Type | Description |
---|---|---|
required | Optional[bool] | Whether a field is required. Default value: |
hidden | Optional[bool] | Whether to hide an input field from Tolokers. Output fields can't be hidden. Default value: |
min_size | Optional[int] | The minimum number of elements in the array. |
max_size | Optional[int] | The maximum number of elements in the array. |