Field¶
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ||
| name | str | [optional] | |
| description | str | [optional] | |
| field_type | str | [optional] | |
| required | bool | [optional] | |
| multivalued | bool | [optional] | |
| filled_by_pipeline | bool | [optional] | |
| fields | [Field] | [optional] | |
| enumeration_values | [str] | [optional] | |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |