| Text Input | Short text input for testing | Text (Short) | Yes | Hello World |
| Blob Input | Long text input for testing | Text (Long) | No | This is a longer text input that can contain multiple lines and extensive content for testing purposes. |
| Blob Input Code | Long text input for testing with code editor | Text (Long) | No | This is a longer text input that can contain multiple lines and extensive content for testing purposes. |
| URL Input | URL input for testing | Link | No | https://www.example.com |
| Email Input | Email address input for testing | Email | No | test@example.com |
| Date Input | Date input for testing | Date | No | 2024-01-15 |
| Date-Time Input | Date and time input for testing | Datetime | No | 2024-01-15T10:30:00Z |
| Time Input | Time input for testing | Time | No | 10:30:00 |
| Secret Input | Secret/password input for testing | Text (Short) | No | secret123 |
| Integer Input | Integer number input for testing | Number | No | 42 |
| Number Input | Decimal number input for testing | Number with decimals | No | 3.14159 |
| Boolean Input | True/false input for testing | True/False | No | true |
| Enum Input | Predefined choice list input for testing | Predefined Choice List | No | Option 1 |
| Array of Text Input | Array of text values for testing | List of Text (Short) | No | |
| Array of Numbers Input | Array of numbers for testing | List of Number with decimals | No | |
| Array of Integers Input | Array of integers for testing | List of Number | No | |
| Array of Emails Input | Array of email addresses for testing | List of Email | No | |
| Array of Booleans Input | Array of boolean values for testing | List of True/False | No | |
| Weekly days example | | List of Text (Short) | No | |
| Priority levels | Priority levels for the task | List of Number | No | |
| Array of Objects Input | Array of objects for testing complex data structures | List of undefined | No | |
| Array of Enums | Array of enums for testing | List of Predefined Choice List | No | |
| Nested Object Input | A complex nested object with multiple layers and array of objects for testing | | No | |
| Key Value Pair Input - Single Type | Key value pair input with single data type (email) for additional properties | | No | |
| Key Value Pair Input - Multiple Types | Key value pair input with multiple data types (oneOf) for additional properties | | No | |
| Key Value Pair Input - Nested Object | Nested object with additionalProperties allowing dynamic properties at nested level | | No | |
| Key Value Pair Input - Multiple Nesting Levels | Multiple levels of nesting with additionalProperties at different levels | | No | |
| Key Value Pair Input - Array Single Type | Array of objects with additionalProperties allowing single data type for each object | | No | |
| Key Value Pair Input - Array Multiple Types | Array of objects with additionalProperties allowing multiple data types for each object | | No | |