Name | Type | Description | Notes |
---|---|---|---|
Name | string | Input name. | |
Annotations | Dictionary<string, string> | An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. | [optional] |
Description | string | Optional description for input. | [optional] |
Platform | List<string> | Name of the client platform (e.g. Grasshopper, Revit, etc). The value can be any strings as long as it has been agreed between client-side developer and author of the recipe. | |
Handler | List<IOAliasHandler> | List of process actions to process the input or output value. | |
Default | List<AnyType> | Default value to use for an input if a value was not supplied. | [optional] |
Required | bool | A field to indicate if this input is required. This input needs to be set explicitly even when a default value is provided. | [optional] [default to false] |
Spec | Object | An optional JSON Schema specification to validate the input value. You can use validate_spec method to validate a value against the spec. | [optional] |
ItemsType | ItemType | Type of items in an array. All the items in an array must be from the same type. | [optional] |
Type | string | [optional] [readonly] [default to "DAGArrayInputAlias"] |