This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 0404a33  Update jsonata-component.adoc
0404a33 is described below

commit 0404a336086edbf172f57b834b14daf3d18aea7b
Author: Rifki Yandhi <[email protected]>
AuthorDate: Wed Jan 20 08:25:14 2021 +0800

    Update jsonata-component.adoc
    
    Update documentation due to wrong reference.
---
 components/camel-jsonata/src/main/docs/jsonata-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jsonata/src/main/docs/jsonata-component.adoc 
b/components/camel-jsonata/src/main/docs/jsonata-component.adoc
index fd0b272..a4750e3 100644
--- a/components/camel-jsonata/src/main/docs/jsonata-component.adoc
+++ b/components/camel-jsonata/src/main/docs/jsonata-component.adoc
@@ -90,7 +90,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | *allowContextMapAll* (producer) | Sets whether the context map should allow 
access to all details. By default only the message body and headers can be 
accessed. This option can be enabled for full access to the current Exchange 
and CamelContext. Doing so impose a potential security risk as this opens 
access to the full power of CamelContext API. | false | boolean
 | *contentCache* (producer) | Sets whether to use resource content cache or 
not | false | boolean
-| *inputType* (producer) | Specifies if the output should be Jackson JsonNode 
or a JSON String. There are 2 enums and the value can be one of: Jackson, 
JsonString | Jackson | JsonataInputOutputType
+| *inputType* (producer) | Specifies if the input should be Jackson JsonNode 
or a JSON String. There are 2 enums and the value can be one of: Jackson, 
JsonString | Jackson | JsonataInputOutputType
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *outputType* (producer) | Specifies if the output should be Jackson JsonNode 
or a JSON String. There are 2 enums and the value can be one of: Jackson, 
JsonString | Jackson | JsonataInputOutputType
 |===

Reply via email to