- Description:
This key defines the input type, which controls how this input appears and behaves.
- Appears in:
└── _inputs └── * └── Choice Input └── type- Type:
"choice"Required- Examples:
In this example, we have configured the
statuskey as a Choice Input type.Copied to clipboard_inputs: status: type: choice{ "_inputs": { "status": { "type": "choice" } } }