Hello again 🙂
I am using a custom connector to pass binary data to an API. However, I can't figure out how to allow that in a custom connector.
When I set it here, I get the following error.

Specified swagger has the following errors: 'Definition is not valid. Error: 'Error : paths/~1interactions~1{Ticket}~1attachments/post/parameters/2/schema/properties/FileContents : A schema with type/format 'string/binary' can only be at the top level of a body or formData parameter. '
Is that not the "top level of a body"?