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 ae76c28  Regen for commit cd29c736bcd5262d7eb379d4a60dc59d919efa57
ae76c28 is described below

commit ae76c288a093b4ac28418a5f1399109c8ce00d78
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Wed May 12 13:11:19 2021 +0000

    Regen for commit cd29c736bcd5262d7eb379d4a60dc59d919efa57
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../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>

Reply via email to