Open
Description
Hi,
In the OpenAPI spec, when defining a Callback Object, you can use a runtime expression in the form of:
$request.body#...
What goes after "body" should be a JSON pointer expression.
However, when the HTTP request contains a multipart body, I fail to see how to reference a specific body part, where the JSON pointer expression is to be applied.
Any hint on how to express this in OpenAPI?