2 Home
gitea_admin edited this page 2026-03-11 14:39:48 +00:00

Resolve Schema Action

Resolves schema from given mime type and payload. Sets the resolved schema, the schema type and its content class as properties for later reference.

Metadata

Property Value
Type action
Group Actions
Namespace Transformation
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
mimeType string application/json The mime type to determine the schema resolver implementation that should perform the operation.
schema string Optional schema content (as single-line, using JSON format).
contentClass string Type information of the content object. Fully qualified class name.
targetMimeType string Additional mime type information used to determine the schema resolver. Usually only used in combination with mime type "application/x-java-object"

Dependencies

  • camel:kamelet
  • camel:core
  • camel:jackson-avro
  • camel:jackson-protobuf