Inputs Supported Types str value: str = /* values here */ int value: int = /* values here */ float value: float = /* values here */ bool value: bool = /* values here */ List[Any] value: List[Any] = /* values here */