Skip to content

Callbacks runtime expressions in multipart bodies #2146

Open
@jdegre

Description

@jdegre

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

No one assigned

    Labels

    linksmedia and encodingIssues regarding media type support and how to encode data (outside of query/path params)question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions