I have set up a custom connector.
The request body should contain an array parameter called "price_updates"
Here's how the definition of the request body appears in the Swagger Editor
Running a test from the Custom Connector edit page, there are no problems.
But adding this action to a flow causes the ResponseSwaggerSchemaValidationFailure exception.
However, the request is successful even when used in a flow.
Normally, I can figure out what I did wrong. But everything looks ok to me.
Why does this error occur?