Getting started Community Training Tutorials Documentation APIs, AI & Tools
type MimeType = { "type": String, subtype: String, parameters: MimeTypeParameter }
Mime Types
Mime Types
You're viewing an older version of the documentation. You can switch to the latest version or use the version selector in the left navigation.
| Type | Definition | Description |
|---|---|---|
MimeType |
|
DataWeave type for representing a MIME type. Supports the following fields:
Introduced in DataWeave version 2.7.0. |
MimeTypeError |
|
DataWeave type of the data that returns when a
Introduced in DataWeave version 2.7.0. |
MimeTypeParameter |
|
DataWeave type for representing a MIME type parameter. Introduced in DataWeave version 2.7.0. |