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
commit c702a5ef4bef0041b94dbaa648b1e838c265056a Author: lburgazzoli <[email protected]> AuthorDate: Fri Oct 2 15:19:01 2020 +0000 Regen for commit b106a9c2755f36d44659767ad631ac0482d3f37b Signed-off-by: GitHub <[email protected]> --- .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd index 727c1aa..b5974cb 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd @@ -12231,6 +12231,14 @@ Name of header to use as input, instead of the message body. ]]></xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="option" type="xs:string"> + <xs:annotation> + <xs:documentation xml:lang="en"><![CDATA[ +To configure additional options on json path. Multiple values can be separated +by comma. + ]]></xs:documentation> + </xs:annotation> + </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType>
