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 649e1ae  Fixed CS and regen
649e1ae is described below

commit 649e1ae5d0cc095a8427b61e48ed5f47dbd412e2
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Feb 17 14:30:26 2022 +0100

    Fixed CS and regen
---
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd  | 9 +++++++++
 1 file changed, 9 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 9bb5e6a..547da9f 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
@@ -1854,6 +1854,14 @@ To configure validators.
     </xs:annotation>
   </xs:element>
 
+  <xs:element name="verb" type="tns:verbDefinition">
+    <xs:annotation>
+      <xs:documentation xml:lang="en"><![CDATA[
+Rest command
+      ]]></xs:documentation>
+    </xs:annotation>
+  </xs:element>
+
   <xs:element name="weighted" type="tns:weightedLoadBalancerDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
@@ -14591,6 +14599,7 @@ to refer to an existing data format instance.
           <xs:element minOccurs="0" ref="tns:securityDefinitions"/>
           <xs:element minOccurs="0" ref="tns:securityRequirements"/>
           <xs:choice maxOccurs="unbounded" minOccurs="0">
+            <xs:element ref="tns:verb"/>
             <xs:element ref="tns:delete"/>
             <xs:element ref="tns:get"/>
             <xs:element ref="tns:head"/>

Reply via email to