| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | A string indicating the expected data type of the property's value. For example: boolean | [optional] |
| pattern | str | A string indicating the expected pattern of the property's value. For example: ^\\d+$ | [optional] |
| any_of | list[ConnectionStepPropsAnyOf] | A series of arrays containing key-value pairs for the type and format combinations Stitch will accept as the property's value. F | [optional] |