Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 793 Bytes

File metadata and controls

12 lines (8 loc) · 793 Bytes

ConnectionStepPropsJsonSchema

Properties

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]

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