I am modelling an existing API which uses positional arguments in the request body. According to this stackoverflow answer the correct way to do that is to use prefixItems.
Unfortunately, this seems not to be picked up by openapi-explorer. The model tab just shows [].
Any chance this could be supported properly? Or maybe there's a workaround?