Consumption of OpenAPI Multipart for JSON and Form Data

Request and response schemas for multipart (with a media type of multipart/form-data or multipart/mixed) are compliant with the OpenAPI 3.x standard. This enables you to consume the OpenAPI standard using the REST Adapter as a trigger connection in an integration.

For example, use cases such as the following are supported:
  • Consuming an OpenAPI document with endpoints that consume or produce HTML form data
  • Consuming an OpenAPI document with endpoints with a multipart/mixed content type
  • Consuming an OpenAPI document with endpoints with multipart/form-data

See Consume and Publish OpenAPI Documents with Multipart/Mixed and Multipart/Form-Data.