This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 947b0a9 Regen for commit 4c39770be2406900ca23a7b73fd52ebe03eafbdd
947b0a9 is described below
commit 947b0a98f4e751f89e67147b98c1c9ef63c72d90
Author: oscerd <[email protected]>
AuthorDate: Thu May 13 05:29:18 2021 +0000
Regen for commit 4c39770be2406900ca23a7b73fd52ebe03eafbdd
Signed-off-by: GitHub <[email protected]>
---
.../org/apache/camel/catalog/schemas/camel-spring.xsd | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
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 57c504d..1147f5d 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
@@ -10337,21 +10337,31 @@ Reference to the route templates in the xml dsl.
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
-Parameter name.
+The name of the parameter.
+ ]]></xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+ <xs:attribute name="required" type="xs:boolean">
+ <xs:annotation>
+ <xs:documentation xml:lang="en"><![CDATA[
+Whether the parameter is required or not. A parameter is required unless this
+option is set to false or a default value has been configured. Default value:
+false
]]></xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="defaultValue" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
-Parameter default value.
+Default value of the parameter. If a default value is provided then the
+parameter is implied not to be required.
]]></xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="description" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[
-Parameter description.
+Description of the parameter.
]]></xs:documentation>
</xs:annotation>
</xs:attribute>