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

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

commit 83f8e222c9b6d1bb5fcfcd2245f0c2f5d980f6ba
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 15 08:28:16 2025 +0200

    CAMEL-22064: camel-xml-io - Generate XSD schema
---
 .../src/main/java/org/apache/camel/maven/DocumentationEnricher.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/DocumentationEnricher.java
 
b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/DocumentationEnricher.java
index 8aaa598c7cc..bdacf8e9ceb 100644
--- 
a/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/DocumentationEnricher.java
+++ 
b/tooling/maven/camel-eip-documentation-enricher-maven-plugin/src/main/java/org/apache/camel/maven/DocumentationEnricher.java
@@ -94,6 +94,8 @@ public class DocumentationEnricher {
         } else if ("serviceRef".equals(name) && 
jsonFile.getName().endsWith("proxy.json")) {
             descriptionText
                     = "Reference to existing endpoint to lookup by endpoint id 
in the Camel registry to be used as proxied service";
+        } else if ("dataFormats".equals(name) && 
jsonFile.getName().endsWith("beans.json")) {
+            descriptionText = "List of data formats";
         }
 
         if (descriptionText == null || descriptionText.equals("null")) {

Reply via email to