Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.8 KB

StepArrayInput.md

File metadata and controls

20 lines (16 loc) · 1.8 KB

StepArrayInput

A JSON array input.

Properties

Name Type Description Notes
alias list[AnyOfDAGGenericInputAliasDAGStringInputAliasDAGIntegerInputAliasDAGNumberInputAliasDAGBooleanInputAliasDAGFolderInputAliasDAGFileInputAliasDAGPathInputAliasDAGArrayInputAliasDAGJSONObjectInputAliasDAGLinkedInputAlias] A list of aliases for this input in different platforms. [optional]
annotations dict(str, str) An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
default list[object] Default value to use for an input if a value was not supplied. [optional]
description str Optional description for input. [optional]
items_type ItemType Type of items in an array. All the items in an array must be from the same type. [optional]
name str Input name.
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]
type str [optional] [readonly] [default to 'StepArrayInput']
value list[object]

[Back to Model list] [Back to API list] [Back to README]