For example, the retrieveItem operation's return type (you need to click on the 200 button to show the response types) is described as string <binary>.
In fact, the input type is string <binary> but the return type should be string <url>.
The OpenAPI specs example has an example for file uploads but there is no example on how it should behave with a Component referenced (as the schema is using).
Maybe we should use a different component for the request type and response type?
For example, the
retrieveItemoperation's return type (you need to click on the 200 button to show the response types) is described asstring <binary>.In fact, the input type is
string <binary>but the return type should bestring <url>.The OpenAPI specs example has an example for file uploads but there is no example on how it should behave with a Component referenced (as the schema is using).
Maybe we should use a different component for the request type and response type?