-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Labels
linksmedia and encodingIssues regarding media type support and how to encode data (outside of query/path params)Issues regarding media type support and how to encode data (outside of query/path params)question
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?
Metadata
Metadata
Assignees
Labels
linksmedia and encodingIssues regarding media type support and how to encode data (outside of query/path params)Issues regarding media type support and how to encode data (outside of query/path params)question