You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/23 09:44:33 UTC

[camel] 01/01: CAMEL-20031: camel-yaml-dsl - Fix description to be correct in model and schema

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

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

commit 07c410211dcc895bdd42880c374427ffaa6a3898
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Oct 23 11:44:18 2023 +0200

    CAMEL-20031: camel-yaml-dsl - Fix description to be correct in model and schema
---
 .../dsl/yaml/deserializers/ModelDeserializers.java | 154 +++++------
 .../dsl/yaml/GenerateYamlDeserializersMojo.java    |   4 +-
 .../generated/resources/schema/camelYamlDsl.json   | 304 ++++++++++-----------
 3 files changed, 231 insertions(+), 231 deletions(-)

diff --git a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
index 8f3aee8a841..2dfd38739da 100644
--- a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
+++ b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
@@ -329,7 +329,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "completion-timeout-checker-interval", type = "string", defaultValue = "1000", description = "Interval in millis that is used by the background task that checks for timeouts ( org.apache.camel.TimeoutMap ). By default the timeout checker runs every second. The timeout is an approximation and there is no guarantee that the a timeout is triggered exactly after the timeout value. It is not recommended to use very low timeout values or checker interva [...]
                     @YamlProperty(name = "completion-timeout-expression", type = "object:org.apache.camel.model.ExpressionSubElementDefinition", description = "Time in millis that an aggregated exchange should be inactive before its complete (timeout). This option can be set as either a fixed value or using an Expression which allows you to evaluate a timeout dynamically - will use Long as result. If both are set Camel will fallback to use the fixed value if the Expression result was nul [...]
                     @YamlProperty(name = "correlation-expression", type = "object:org.apache.camel.model.ExpressionSubElementDefinition", description = "The expression used to calculate the correlation key to use for aggregation. The Exchange which has the same correlation key is aggregated together. If the correlation key could not be evaluated an Exception is thrown. You can disable this by using the ignoreBadCorrelationKeys option.", displayName = "Correlation Expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "discard-on-aggregation-failure", type = "boolean", description = "Discards the aggregated message when aggregation failed (an exception was thrown from AggregationStrategy . This means the partly aggregated message is dropped and not sent out of the aggregator. This option cannot be used together with completionFromBatchConsumer.", displayName = "Discard On Aggregation Failure"),
                     @YamlProperty(name = "discard-on-completion-timeout", type = "boolean", description = "Discards the aggregated message on completion timeout. This means on timeout the aggregated message is dropped and not sent out of the aggregator.", displayName = "Discard On Completion Timeout"),
@@ -1070,7 +1070,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "bean-type", type = "string", description = "Sets the class name (fully qualified) of the bean to use", displayName = "Bean Type"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -1670,7 +1670,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Catches exceptions as part of a try, catch, finally block",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "exception", type = "array:string", description = "The exception(s) to catch.", displayName = "Exception"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -1743,7 +1743,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Route messages based on a series of predicates",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -1826,7 +1826,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "configuration", type = "string", description = "Refers to a circuit breaker configuration (such as resillience4j, or microprofile-fault-tolerance) to use for configuring the circuit breaker EIP.", displayName = "Configuration"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "fault-tolerance-configuration", type = "object:org.apache.camel.model.FaultToleranceConfigurationDefinition", description = "Configures the circuit breaker to use MicroProfile Fault Tolerance with the given configuration.", displayName = "Fault Tolerance Configuration"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -1915,7 +1915,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             properties = {
                     @YamlProperty(name = "aggregation-strategy", type = "string", description = "To use a custom AggregationStrategy instead of the default implementation. Notice you cannot use both custom aggregation strategy and configure data at the same time.", displayName = "Aggregation Strategy"),
                     @YamlProperty(name = "aggregation-strategy-method-name", type = "string", description = "This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.", displayName = "Aggregation Strategy Method Name"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "filter", type = "string", description = "Specify a filter to control what data gets merged data back from the claim check repository. The following syntax is supported: body - to aggregate the message body attachments - to aggregate all the message attachments headers - to aggregate all the message headers header:pattern - to aggregate all the message headers that matches the pattern. The following pattern rules are applied in this order: exact m [...]
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -2461,7 +2461,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "charset", type = "string", description = "To use a specific charset when converting", displayName = "Charset"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -4293,7 +4293,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
                     @YamlProperty(name = "async-delayed", type = "boolean", description = "Enables asynchronous delay which means the thread will not block while delaying.", displayName = "Async Delayed"),
                     @YamlProperty(name = "caller-runs-when-rejected", type = "boolean", description = "Whether or not the caller should run the task when it was rejected by the thread pool. Is by default true", displayName = "Caller Runs When Rejected"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "executor-service", type = "string", description = "To use a custom Thread Pool if asyncDelay has been enabled.", displayName = "Executor Service"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to define how long time to wait (in millis)", displayName = "Expression", oneOf = "expression"),
@@ -4385,7 +4385,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "client-request-validation", type = "boolean", description = "Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status 406 if validation error. 3) Missing required data (query parameters, HTTP headers, body); returns HTTP Status 400 if validation error. 4) Parsing error [...]
                     @YamlProperty(name = "consumes", type = "string", description = "To define the content type what the REST service consumes (accept as input), such as application/xml or application/json. This option will override what may be configured on a parent level", displayName = "Consumes"),
                     @YamlProperty(name = "deprecated", type = "boolean", description = "Marks this rest operation as deprecated in OpenApi documentation.", displayName = "Deprecated"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this REST service from the route during build time. Once an REST service has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "enable-cors", type = "boolean"),
                     @YamlProperty(name = "enable-no-content-response", type = "boolean", description = "Whether to return HTTP 204 with an empty body when a response contains an empty JSON object or XML root object. The default value is false.", displayName = "Enable No Content Response"),
@@ -4595,7 +4595,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
                     @YamlProperty(name = "cache-size", type = "number", description = "Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is used to cache and reuse producers when using this dynamic router, when uris are reused. Beware that when using dynamic endpoints then it affects how well the cache can be utilized. If each dynamic endpoint is unique then its best to turn off caching by setting this to -1, which allows Camel to not cache both the producers and [...]
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to call that returns the endpoint(s) to route to in the dynamic routing. Important: The expression will be called in a while loop fashion, until the expression returns null which means the dynamic router is finished.", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -4800,7 +4800,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "aggregation-strategy-method-name", type = "string", description = "This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.", displayName = "Aggregation Strategy Method Name"),
                     @YamlProperty(name = "allow-optimised-components", type = "boolean", description = "Whether to allow components to optimise enricher if they are org.apache.camel.spi.SendDynamicAware .", displayName = "Allow Optimised Components"),
                     @YamlProperty(name = "cache-size", type = "number", description = "Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is used to cache and reuse producer when uris are reused. Beware that when using dynamic endpoints then it affects how well the cache can be utilized. If each dynamic endpoint is unique then its best to turn off caching by setting this to -1, which allows Camel to not cache both the producers and endpoints; they are regarded as  [...]
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression that computes the endpoint uri to use as the resource endpoint to enrich from", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -5537,7 +5537,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to determine if the message should be filtered or not. If the expression returns an empty value or false then the message is filtered (dropped), otherwise the message is continued being routed.", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -5622,7 +5622,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Path traversed when a try, catch, finally block exits",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -5774,7 +5774,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "client-request-validation", type = "boolean", description = "Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status 406 if validation error. 3) Missing required data (query parameters, HTTP headers, body); returns HTTP Status 400 if validation error. 4) Parsing error [...]
                     @YamlProperty(name = "consumes", type = "string", description = "To define the content type what the REST service consumes (accept as input), such as application/xml or application/json. This option will override what may be configured on a parent level", displayName = "Consumes"),
                     @YamlProperty(name = "deprecated", type = "boolean", description = "Marks this rest operation as deprecated in OpenApi documentation.", displayName = "Deprecated"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this REST service from the route during build time. Once an REST service has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "enable-cors", type = "boolean"),
                     @YamlProperty(name = "enable-no-content-response", type = "boolean", description = "Whether to return HTTP 204 with an empty body when a response contains an empty JSON object or XML root object. The default value is false.", displayName = "Enable No Content Response"),
@@ -6228,7 +6228,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "client-request-validation", type = "boolean", description = "Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status 406 if validation error. 3) Missing required data (query parameters, HTTP headers, body); returns HTTP Status 400 if validation error. 4) Parsing error [...]
                     @YamlProperty(name = "consumes", type = "string", description = "To define the content type what the REST service consumes (accept as input), such as application/xml or application/json. This option will override what may be configured on a parent level", displayName = "Consumes"),
                     @YamlProperty(name = "deprecated", type = "boolean", description = "Marks this rest operation as deprecated in OpenApi documentation.", displayName = "Deprecated"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this REST service from the route during build time. Once an REST service has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "enable-cors", type = "boolean"),
                     @YamlProperty(name = "enable-no-content-response", type = "boolean", description = "Whether to return HTTP 204 with an empty body when a response contains an empty JSON object or XML root object. The default value is false.", displayName = "Enable No Content Response"),
@@ -6618,7 +6618,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
                     @YamlProperty(name = "completion-eager", type = "boolean", description = "Sets whether to complete the idempotent consumer eager or when the exchange is done. If this option is true to complete eager, then the idempotent consumer will trigger its completion when the exchange reached the end of the block of the idempotent consumer pattern. So if the exchange is continued routed after the block ends, then whatever happens there does not affect the state. If this option  [...]
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "eager", type = "boolean", description = "Sets whether to eagerly add the key to the idempotent repository or wait until the exchange is complete. Eager is default enabled.", displayName = "Eager"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression used to calculate the correlation key to use for duplicate check. The Exchange which has the same correlation key is regarded as a duplicate and will be rejected.", displayName = "Expression", oneOf = "expression"),
@@ -6726,7 +6726,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Set the expected data type of the input message. If the actual message type is different at runtime, camel look for a required Transformer and apply if exists. If validate attribute is true then camel applies Validator as well. Type name consists of two parts, 'scheme' and 'name' connected with ':'. For Java type 'name' is a fully qualified class name. For example {code java:java.lang.String} , {code json:ABCOrder} . It's also possible to specify only scheme pa [...]
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "urn", type = "string", required = true, description = "The input type URN.", displayName = "Urn"),
                     @YamlProperty(name = "validate", type = "boolean", description = "Whether if validation is required for this input type.", displayName = "Validate")
@@ -6783,7 +6783,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Intercepts a message at each step in the route",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -6849,7 +6849,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Intercepts incoming messages",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -6927,7 +6927,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "after-uri", type = "string", description = "After sending to the endpoint then send the message to this uri which allows to process its result.", displayName = "After Uri"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -8281,7 +8281,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "custom-load-balancer", type = "object:org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition", oneOf = "loadBalancerType"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "failover", type = "object:org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition", oneOf = "loadBalancerType"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -8453,7 +8453,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Logs the defined message to the logger",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -8547,7 +8547,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
                     @YamlProperty(name = "break-on-shutdown", type = "boolean", description = "If the breakOnShutdown attribute is true, then the loop will not iterate until it reaches the end when Camel is shut down.", displayName = "Break On Shutdown"),
                     @YamlProperty(name = "copy", type = "boolean", description = "If the copy attribute is true, a copy of the input Exchange is used for each iteration. That means each iteration will start from a copy of the same message. By default loop will loop the same exchange all over, so each iteration may have different message content.", displayName = "Copy"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "do-while", type = "boolean", description = "Enables the while loop that loops until the predicate evaluates to false or null.", displayName = "Do While"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to define how many times we should loop. Notice the expression is only evaluated once, and should return a number as how many times to loop. A value of zero or negative means no looping. The loop is like a for-loop fashion, if you want a while loop, then the dynamic router may be a better choice.", displayName = "Expression", oneOf = "expr [...]
@@ -8648,7 +8648,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "crypto", type = "object:org.apache.camel.model.dataformat.CryptoDataFormat", oneOf = "dataFormatType"),
                     @YamlProperty(name = "csv", type = "object:org.apache.camel.model.dataformat.CsvDataFormat", oneOf = "dataFormatType"),
                     @YamlProperty(name = "custom", type = "object:org.apache.camel.model.dataformat.CustomDataFormat", oneOf = "dataFormatType"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "fhir-json", type = "object:org.apache.camel.model.dataformat.FhirJsonDataFormat", oneOf = "dataFormatType"),
                     @YamlProperty(name = "fhir-xml", type = "object:org.apache.camel.model.dataformat.FhirXmlDataFormat", oneOf = "dataFormatType"),
@@ -9109,7 +9109,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "aggregation-strategy", type = "string", description = "Refers to an AggregationStrategy to be used to assemble the replies from the multicasts, into a single outgoing message from the Multicast. By default Camel will use the last reply as the outgoing message. You can also use a POJO as the AggregationStrategy", displayName = "Aggregation Strategy"),
                     @YamlProperty(name = "aggregation-strategy-method-allow-null", type = "boolean", description = "If this option is false then the aggregate method is not used if there was no data to enrich. If this option is true then null values is used as the oldExchange (when no data to enrich), when using POJOs as the AggregationStrategy", displayName = "Aggregation Strategy Method Allow Null"),
                     @YamlProperty(name = "aggregation-strategy-method-name", type = "string", description = "This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.", displayName = "Aggregation Strategy Method Name"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "executor-service", type = "string", description = "Refers to a custom Thread Pool to be used for parallel processing. Notice if you set this option, then parallel processing is automatic implied, and you do not have to enable that option as well.", displayName = "Executor Service"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -9545,7 +9545,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Route to be executed when normal route processing completes",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "executor-service", type = "string", description = "To use a custom Thread Pool to be used for parallel processing. Notice if you set this option, then parallel processing is automatic implied, and you do not have to enable that option as well.", displayName = "Executor Service"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -9653,7 +9653,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "continued", type = "object:org.apache.camel.model.ExpressionSubElementDefinition", description = "Sets whether the exchange should handle and continue routing from the point of failure. If this option is enabled then its considered handled as well.", displayName = "Continued"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "exception", type = "array:string", description = "A set of exceptions to react upon.", displayName = "Exception"),
                     @YamlProperty(name = "handled", type = "object:org.apache.camel.model.ExpressionSubElementDefinition", description = "Sets whether the exchange should be marked as handled or not.", displayName = "Handled"),
@@ -9782,7 +9782,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Route to be executed when Circuit Breaker EIP executes fallback",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "fallback-via-network", type = "boolean", description = "Whether the fallback goes over the network. If the fallback will go over the network it is another possible point of failure. It is important to execute the fallback command on a separate thread-pool, otherwise if the main command were to become latent and fill the thread-pool this would prevent the fallback from running if the two commands share the same pool.", displayName = "Fallback Via  [...]
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -9967,7 +9967,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Route to be executed when all other choices evaluate to false",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -10088,7 +10088,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Set the expected data type of the output message. If the actual message type is different at runtime, camel look for a required Transformer and apply if exists. If validate attribute is true then camel applies Validator as well. Type name consists of two parts, 'scheme' and 'name' connected with ':'. For Java type 'name' is a fully qualified class name. For example {code java:java.lang.String} , {code json:ABCOrder} . It's also possible to specify only scheme p [...]
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "urn", type = "string", required = true, description = "Set output type URN.", displayName = "Urn"),
                     @YamlProperty(name = "validate", type = "boolean", description = "Whether if validation is required for this output type.", displayName = "Validate")
@@ -10525,7 +10525,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "client-request-validation", type = "boolean", description = "Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status 406 if validation error. 3) Missing required data (query parameters, HTTP headers, body); returns HTTP Status 400 if validation error. 4) Parsing error [...]
                     @YamlProperty(name = "consumes", type = "string", description = "To define the content type what the REST service consumes (accept as input), such as application/xml or application/json. This option will override what may be configured on a parent level", displayName = "Consumes"),
                     @YamlProperty(name = "deprecated", type = "boolean", description = "Marks this rest operation as deprecated in OpenApi documentation.", displayName = "Deprecated"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this REST service from the route during build time. Once an REST service has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "enable-cors", type = "boolean"),
                     @YamlProperty(name = "enable-no-content-response", type = "boolean", description = "Whether to return HTTP 204 with an empty body when a response contains an empty JSON object or XML root object. The default value is false.", displayName = "Enable No Content Response"),
@@ -10673,7 +10673,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "consumer-listener", type = "string", required = true, description = "Sets the consumer listener to use", displayName = "Consumer Listener"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -10740,7 +10740,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Routes the message to a sequence of processors.",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -10801,7 +10801,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Defines a policy the route will use",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -10877,7 +10877,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "aggregation-strategy-method-allow-null", type = "string", description = "If this option is false then the aggregate method is not used if there was no data to enrich. If this option is true then null values is used as the oldExchange (when no data to enrich), when using POJOs as the AggregationStrategy.", displayName = "Aggregation Strategy Method Allow Null"),
                     @YamlProperty(name = "aggregation-strategy-method-name", type = "string", description = "This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.", displayName = "Aggregation Strategy Method Name"),
                     @YamlProperty(name = "cache-size", type = "number", description = "Sets the maximum size used by the org.apache.camel.spi.ConsumerCache which is used to cache and reuse consumers when uris are reused. Beware that when using dynamic endpoints then it affects how well the cache can be utilized. If each dynamic endpoint is unique then its best to turn off caching by setting this to -1, which allows Camel to not cache both the producers and endpoints; they are regarded as [...]
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression that computes the endpoint uri to use as the resource endpoint to enrich from", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -10990,7 +10990,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "client-request-validation", type = "boolean", description = "Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status 406 if validation error. 3) Missing required data (query parameters, HTTP headers, body); returns HTTP Status 400 if validation error. 4) Parsing error [...]
                     @YamlProperty(name = "consumes", type = "string", description = "To define the content type what the REST service consumes (accept as input), such as application/xml or application/json. This option will override what may be configured on a parent level", displayName = "Consumes"),
                     @YamlProperty(name = "deprecated", type = "boolean", description = "Marks this rest operation as deprecated in OpenApi documentation.", displayName = "Deprecated"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this REST service from the route during build time. Once an REST service has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "enable-cors", type = "boolean"),
                     @YamlProperty(name = "enable-no-content-response", type = "boolean", description = "Whether to return HTTP 204 with an empty body when a response contains an empty JSON object or XML root object. The default value is false.", displayName = "Enable No Content Response"),
@@ -11177,7 +11177,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Calls a Camel processor",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -11504,7 +11504,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "client-request-validation", type = "boolean", description = "Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status 406 if validation error. 3) Missing required data (query parameters, HTTP headers, body); returns HTTP Status 400 if validation error. 4) Parsing error [...]
                     @YamlProperty(name = "consumes", type = "string", description = "To define the content type what the REST service consumes (accept as input), such as application/xml or application/json. This option will override what may be configured on a parent level", displayName = "Consumes"),
                     @YamlProperty(name = "deprecated", type = "boolean", description = "Marks this rest operation as deprecated in OpenApi documentation.", displayName = "Deprecated"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this REST service from the route during build time. Once an REST service has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "enable-cors", type = "boolean"),
                     @YamlProperty(name = "enable-no-content-response", type = "boolean", description = "Whether to return HTTP 204 with an empty body when a response contains an empty JSON object or XML root object. The default value is false.", displayName = "Enable No Content Response"),
@@ -11767,7 +11767,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "aggregation-strategy-method-name", type = "string", description = "This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.", displayName = "Aggregation Strategy Method Name"),
                     @YamlProperty(name = "cache-size", type = "number", description = "Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is used to cache and reuse producers when using this recipient list, when uris are reused. Beware that when using dynamic endpoints then it affects how well the cache can be utilized. If each dynamic endpoint is unique then its best to turn off caching by setting this to -1, which allows Camel to not cache both the producers and [...]
                     @YamlProperty(name = "delimiter", type = "string", defaultValue = ",", description = "Delimiter used if the Expression returned multiple endpoints. Can be turned off using the value false. The default value is ,", displayName = "Delimiter"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "executor-service", type = "string", description = "To use a custom Thread Pool to be used for parallel processing. Notice if you set this option, then parallel processing is automatic implied, and you do not have to enable that option as well.", displayName = "Executor Service"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression that returns which endpoints (url) to send the message to (the recipients). If the expression return an empty value then the message is not sent to any recipients.", displayName = "Expression", oneOf = "expression"),
@@ -12324,7 +12324,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Removes a named header from the message",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -12395,7 +12395,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Removes message headers whose name matches a specified pattern",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "exclude-pattern", type = "string", description = "Name or patter of headers to not remove. The pattern is matched in the following order: 1 = exact match 2 = wildcard (pattern ends with a and the name starts with the pattern) 3 = regular expression (all of above is case in-sensitive).", displayName = "Exclude Pattern"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -12472,7 +12472,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Removes message exchange properties whose name matches a specified pattern",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "exclude-pattern", type = "string", description = "Name or pattern of properties to not remove. The pattern is matched in the following order: 1 = exact match 2 = wildcard (pattern ends with a and the name starts with the pattern) 3 = regular expression (all of above is case in-sensitive).", displayName = "Exclude Pattern"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -12549,7 +12549,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Removes a named property from the message exchange",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -12618,7 +12618,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
                     @YamlProperty(name = "batch-config", type = "object:org.apache.camel.model.config.BatchResequencerConfig", oneOf = "resequencerConfig"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to use for re-ordering the messages, such as a header with a sequence number", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -13025,7 +13025,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "client-request-validation", type = "boolean", description = "Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status 406 if validation error. 3) Missing required data (query parameters, HTTP headers, body); returns HTTP Status 400 if validation error. 4) Parsing error [...]
                     @YamlProperty(name = "component", type = "string", description = "Sets the component name that this definition will apply to", displayName = "Component"),
                     @YamlProperty(name = "consumes", type = "string", description = "To define the content type what the REST service consumes (accept as input), such as application/xml or application/json", displayName = "Consumes"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "enable-cors", type = "boolean"),
                     @YamlProperty(name = "enable-no-content-response", type = "boolean", description = "Whether to return HTTP 204 with an empty body when a response contains an empty JSON object or XML root object. The default value is false.", displayName = "Enable No Content Response"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -13378,7 +13378,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "client-request-validation", type = "boolean", description = "Whether to enable validation of the client request to check: 1) Content-Type header matches what the Rest DSL consumes; returns HTTP Status 415 if validation error. 2) Accept header matches what the Rest DSL produces; returns HTTP Status 406 if validation error. 3) Missing required data (query parameters, HTTP headers, body); returns HTTP Status 400 if validation error. 4) Parsing error [...]
                     @YamlProperty(name = "consumes", type = "string", description = "To define the content type what the REST service consumes (accept as input), such as application/xml or application/json. This option will override what may be configured on a parent level", displayName = "Consumes"),
                     @YamlProperty(name = "delete", type = "array:org.apache.camel.model.rest.DeleteDefinition"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this REST service from the route during build time. Once an REST service has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "enable-cors", type = "boolean"),
                     @YamlProperty(name = "enable-no-content-response", type = "boolean", description = "Whether to return HTTP 204 with an empty body when a response contains an empty JSON object or XML root object. The default value is false.", displayName = "Enable No Content Response"),
@@ -13714,7 +13714,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "A series of rest services defined using the rest-dsl",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "rest", type = "array:org.apache.camel.model.rest.RestDefinition")
             }
@@ -13764,7 +13764,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Resume EIP to support resuming processing from last known offset.",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -13839,7 +13839,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Forces a rollback by stopping routing the message",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -14101,7 +14101,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "A Camel route",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -14232,7 +14232,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
                     @YamlProperty(name = "cache-size", type = "number", description = "Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is used to cache and reuse producers when using this routing slip, when uris are reused. Beware that when using dynamic endpoints then it affects how well the cache can be utilized. If each dynamic endpoint is unique then its best to turn off caching by setting this to -1, which allows Camel to not cache both the producers and e [...]
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to define the routing slip, which defines which endpoints to route the message in a pipeline style. Notice the expression is evaluated once, if you want a more dynamic style, then the dynamic router eip is a better choice.", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -14435,7 +14435,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "compensation", type = "object:org.apache.camel.model.SagaActionUriDefinition", description = "The compensation endpoint URI that must be called to compensate all changes done in the route. The route corresponding to the compensation URI must perform compensation and complete without error. If errors occur during compensation, the saga service may call again the compensation URI to retry.", displayName = "Compensation"),
                     @YamlProperty(name = "completion", type = "object:org.apache.camel.model.SagaActionUriDefinition", description = "The completion endpoint URI that will be called when the Saga is completed successfully. The route corresponding to the completion URI must perform completion tasks and terminate without error. If errors occur during completion, the saga service may call again the completion URI to retry.", displayName = "Completion"),
                     @YamlProperty(name = "completion-mode", type = "enum:AUTO,MANUAL", defaultValue = "AUTO", description = "Determine how the saga should be considered complete. When set to AUTO, the saga is completed when the exchange that initiates the saga is processed successfully, or compensated when it completes exceptionally. When set to MANUAL, the user must complete or compensate the saga using the saga:complete or saga:compensate endpoints.", displayName = "Completion Mode"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -14536,7 +14536,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Extract a sample of the messages passing through a route",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -14610,7 +14610,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to return the transformed message body (the new message body to use)", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -14921,7 +14921,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "consul-service-discovery", type = "object:org.apache.camel.model.cloud.ConsulServiceCallServiceDiscoveryConfiguration", oneOf = "serviceDiscoveryConfiguration"),
                     @YamlProperty(name = "custom-service-filter", type = "object:org.apache.camel.model.cloud.CustomServiceCallServiceFilterConfiguration", oneOf = "serviceFilterConfiguration"),
                     @YamlProperty(name = "default-load-balancer", type = "object:org.apache.camel.model.cloud.DefaultServiceCallServiceLoadBalancerConfiguration", oneOf = "loadBalancerConfiguration"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "dns-service-discovery", type = "object:org.apache.camel.model.cloud.DnsServiceCallServiceDiscoveryConfiguration", oneOf = "serviceDiscoveryConfiguration"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.cloud.ServiceCallExpressionConfiguration", description = "Configures the Expression using the given configuration.", displayName = "Expression", oneOf = "expression"),
@@ -15379,7 +15379,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression that returns the new body to use", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -15454,7 +15454,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Sets the exchange pattern on the message exchange",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -15525,7 +15525,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to return the value of the header", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -15606,7 +15606,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to return the value of the message exchange property", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -15836,7 +15836,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
                     @YamlProperty(name = "comparator", type = "string", description = "Sets the comparator to use for sorting", displayName = "Comparator"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Optional expression to sort by something else than the message body", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -15988,7 +15988,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "aggregation-strategy-method-allow-null", type = "boolean", description = "If this option is false then the aggregate method is not used if there was no data to enrich. If this option is true then null values is used as the oldExchange (when no data to enrich), when using POJOs as the AggregationStrategy", displayName = "Aggregation Strategy Method Allow Null"),
                     @YamlProperty(name = "aggregation-strategy-method-name", type = "string", description = "This option can be used to explicit declare the method name to use, when using POJOs as the AggregationStrategy.", displayName = "Aggregation Strategy Method Name"),
                     @YamlProperty(name = "delimiter", type = "string", defaultValue = ",", description = "Delimiter used in splitting messages. Can be turned off using the value false. The default value is ,", displayName = "Delimiter"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "executor-service", type = "string", description = "To use a custom Thread Pool to be used for parallel processing. Notice if you set this option, then parallel processing is automatically implied, and you do not have to enable that option as well.", displayName = "Executor Service"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression of how to split the message body, such as as-is, using a tokenizer, or using a xpath.", displayName = "Expression", oneOf = "expression"),
@@ -16315,7 +16315,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Routes the message to a sequence of processors which is grouped together as one logical name",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -16420,7 +16420,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Stops the processing of the current message",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean")
@@ -16815,7 +16815,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             properties = {
                     @YamlProperty(name = "allow-core-thread-time-out", type = "boolean", description = "Whether idle core threads is allowed to timeout and therefore can shrink the pool size below the core pool size Is by default true", displayName = "Allow Core Thread Time Out"),
                     @YamlProperty(name = "default-profile", type = "boolean", description = "Whether this profile is the default thread pool profile", displayName = "Default Profile"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "keep-alive-time", type = "number", description = "Sets the keep alive time for idle threads in the pool", displayName = "Keep Alive Time"),
                     @YamlProperty(name = "max-pool-size", type = "number", description = "Sets the maximum pool size", displayName = "Max Pool Size"),
@@ -16907,7 +16907,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             properties = {
                     @YamlProperty(name = "allow-core-thread-time-out", type = "boolean", description = "Whether idle core threads are allowed to timeout and therefore can shrink the pool size below the core pool size Is by default false", displayName = "Allow Core Thread Time Out"),
                     @YamlProperty(name = "caller-runs-when-rejected", type = "string", defaultValue = "true", description = "Whether or not to use as caller runs as fallback when a task is rejected being added to the thread pool (when its full). This is only used as fallback if no rejectedPolicy has been configured, or the thread pool has no configured rejection handler. Is by default true", displayName = "Caller Runs When Rejected"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "executor-service", type = "string", description = "To use a custom thread pool", displayName = "Executor Service"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -17087,7 +17087,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "async-delayed", type = "boolean", description = "Enables asynchronous delay which means the thread will not block while delaying.", displayName = "Async Delayed"),
                     @YamlProperty(name = "caller-runs-when-rejected", type = "boolean", description = "Whether or not the caller should run the task when it was rejected by the thread pool. Is by default true", displayName = "Caller Runs When Rejected"),
                     @YamlProperty(name = "correlation-expression", type = "object:org.apache.camel.model.ExpressionSubElementDefinition", description = "The expression used to calculate the correlation key to use for throttle grouping. The Exchange which has the same correlation key is throttled together.", displayName = "Correlation Expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "executor-service", type = "string", description = "To use a custom thread pool (ScheduledExecutorService) by the throttler.", displayName = "Executor Service"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to configure the maximum number of messages to throttle per request", displayName = "Expression", oneOf = "expression"),
@@ -17194,7 +17194,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Throws an exception",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "exception-type", type = "string", description = "The class of the exception to create using the message.", displayName = "Exception Type"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -17322,7 +17322,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Sends the message to a static endpoint",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -17409,7 +17409,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "allow-optimised-components", type = "boolean", description = "Whether to allow components to optimise toD if they are org.apache.camel.spi.SendDynamicAware .", displayName = "Allow Optimised Components"),
                     @YamlProperty(name = "auto-start-components", type = "boolean", description = "Whether to auto startup components when toD is starting up.", displayName = "Auto Start Components"),
                     @YamlProperty(name = "cache-size", type = "number", description = "Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is used to cache and reuse producers when using this recipient list, when uris are reused. Beware that when using dynamic endpoints then it affects how well the cache can be utilized. If each dynamic endpoint is unique then its best to turn off caching by setting this to -1, which allows Camel to not cache both the producers and [...]
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "ignore-invalid-endpoint", type = "boolean", description = "Whether to ignore invalid endpoint URIs and skip sending the message.", displayName = "Ignore Invalid Endpoint"),
@@ -17671,7 +17671,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Enables transaction on the route",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
                     @YamlProperty(name = "inherit-error-handler", type = "boolean"),
@@ -17739,7 +17739,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to return the transformed message body (the new message body to use)", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "from-type", type = "string", description = "From type used in data type transformation.", displayName = "From Type"),
@@ -17906,7 +17906,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             description = "Marks the beginning of a try, catch, finally block",
             deprecated = false,
             properties = {
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "do-catch", type = "array:org.apache.camel.model.CatchDefinition"),
                     @YamlProperty(name = "do-finally", type = "object:org.apache.camel.model.FinallyDefinition"),
@@ -18459,7 +18459,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "crypto", type = "object:org.apache.camel.model.dataformat.CryptoDataFormat", oneOf = "dataFormatType"),
                     @YamlProperty(name = "csv", type = "object:org.apache.camel.model.dataformat.CsvDataFormat", oneOf = "dataFormatType"),
                     @YamlProperty(name = "custom", type = "object:org.apache.camel.model.dataformat.CustomDataFormat", oneOf = "dataFormatType"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "fhir-json", type = "object:org.apache.camel.model.dataformat.FhirJsonDataFormat", oneOf = "dataFormatType"),
                     @YamlProperty(name = "fhir-xml", type = "object:org.apache.camel.model.dataformat.FhirXmlDataFormat", oneOf = "dataFormatType"),
@@ -18757,7 +18757,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression to use for validation as a predicate. The expression should return either true or false. If returning false the message is invalid and an exception is thrown.", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -19003,7 +19003,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression used as the predicate to evaluate whether this when should trigger and route the message or not.", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -19083,7 +19083,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
             deprecated = false,
             properties = {
                     @YamlProperty(name = "__extends", type = "object:org.apache.camel.model.language.ExpressionDefinition", oneOf = "expression"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "expression", type = "object:org.apache.camel.model.language.ExpressionDefinition", description = "Expression used as the predicate to evaluate whether the message should be sent or not to the endpoint", displayName = "Expression", oneOf = "expression"),
                     @YamlProperty(name = "id", type = "string", description = "Sets the id of this node", displayName = "Id"),
@@ -19166,7 +19166,7 @@ public final class ModelDeserializers extends YamlDeserializerSupport {
                     @YamlProperty(name = "auto-start-components", type = "boolean", description = "Whether to auto startup components when toD is starting up.", displayName = "Auto Start Components"),
                     @YamlProperty(name = "cache-size", type = "number", description = "Sets the maximum size used by the org.apache.camel.spi.ProducerCache which is used to cache and reuse producers when using this recipient list, when uris are reused. Beware that when using dynamic endpoints then it affects how well the cache can be utilized. If each dynamic endpoint is unique then its best to turn off caching by setting this to -1, which allows Camel to not cache both the producers and [...]
                     @YamlProperty(name = "copy", type = "boolean", description = "Uses a copy of the original exchange", displayName = "Copy"),
-                    @YamlProperty(name = "description", type = "string", description = "Sets the id of this node", displayName = "Id"),
+                    @YamlProperty(name = "description", type = "string", description = "Sets the description of this node", displayName = "Description"),
                     @YamlProperty(name = "disabled", type = "boolean", description = "Whether to disable this EIP from the route during build time. Once an EIP has been disabled then it cannot be enabled later at runtime.", displayName = "Disabled"),
                     @YamlProperty(name = "dynamic-uri", type = "boolean", description = "Whether the uri is dynamic or static. If the uri is dynamic then the simple language is used to evaluate a dynamic uri to use as the wire-tap destination, for each incoming message. This works similar to how the toD EIP pattern works. If static then the uri is used as-is as the wire-tap destination.", displayName = "Dynamic Uri"),
                     @YamlProperty(name = "executor-service", type = "string", description = "Uses a custom thread pool", displayName = "Executor Service"),
diff --git a/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/GenerateYamlDeserializersMojo.java b/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/GenerateYamlDeserializersMojo.java
index 1fb4155df84..d8d941e21fd 100644
--- a/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/GenerateYamlDeserializersMojo.java
+++ b/dsl/camel-yaml-dsl/camel-yaml-dsl-maven-plugin/src/main/java/org/apache/camel/maven/dsl/yaml/GenerateYamlDeserializersMojo.java
@@ -545,8 +545,8 @@ public class GenerateYamlDeserializersMojo extends GenerateYamlSupportMojo {
 
             properties.add(
                     YamlProperties.annotation("description", "string")
-                            .withDescription(descriptor.description("id"))
-                            .withDisplayName(descriptor.displayName("id"))
+                            .withDescription(descriptor.description("description"))
+                            .withDisplayName(descriptor.displayName("description"))
                             .build());
         }
 
diff --git a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
index 15df9786f50..ecb630c593f 100644
--- a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
+++ b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
@@ -422,8 +422,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -513,8 +513,8 @@
             },
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -557,8 +557,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -602,8 +602,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -657,8 +657,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -714,8 +714,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -793,8 +793,8 @@
             },
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -919,8 +919,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -1048,8 +1048,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -1208,8 +1208,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -1774,8 +1774,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -1835,8 +1835,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -2001,8 +2001,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -2078,8 +2078,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "id" : {
             "type" : "string",
@@ -2107,8 +2107,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -2142,8 +2142,8 @@
           "properties" : {
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -2188,8 +2188,8 @@
             },
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -2335,8 +2335,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -2379,8 +2379,8 @@
           "properties" : {
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -2513,8 +2513,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -2981,8 +2981,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3062,8 +3062,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3140,8 +3140,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3214,8 +3214,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3299,8 +3299,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3371,8 +3371,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3427,8 +3427,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "id" : {
             "type" : "string",
@@ -3493,8 +3493,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3525,8 +3525,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3557,8 +3557,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3689,8 +3689,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3750,8 +3750,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -3930,8 +3930,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -4174,8 +4174,8 @@
           "properties" : {
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -4210,8 +4210,8 @@
           "properties" : {
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -4251,8 +4251,8 @@
           "properties" : {
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -4292,8 +4292,8 @@
           "properties" : {
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -4420,8 +4420,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -4621,8 +4621,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -4667,8 +4667,8 @@
           "properties" : {
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -5063,8 +5063,8 @@
             },
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -5171,8 +5171,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -5231,8 +5231,8 @@
           "properties" : {
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -5338,8 +5338,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -5457,8 +5457,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -5510,8 +5510,8 @@
           "properties" : {
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -5612,8 +5612,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -5737,8 +5737,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -5867,8 +5867,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -6007,8 +6007,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -6109,8 +6109,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -6141,8 +6141,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -6252,8 +6252,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "id" : {
             "type" : "string",
@@ -6313,8 +6313,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -6466,8 +6466,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -6532,8 +6532,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -6576,8 +6576,8 @@
           "properties" : {
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -6636,8 +6636,8 @@
             },
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -6683,8 +6683,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -6789,8 +6789,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -6849,8 +6849,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -6895,8 +6895,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -7437,8 +7437,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -7578,8 +7578,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -7703,8 +7703,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -7779,8 +7779,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -8857,8 +8857,8 @@
             },
             "description" : {
               "type" : "string",
-              "title" : "Id",
-              "description" : "Sets the id of this node"
+              "title" : "Description",
+              "description" : "Sets the description of this node"
             },
             "disabled" : {
               "type" : "boolean",
@@ -13532,8 +13532,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -13643,8 +13643,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -13754,8 +13754,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -14032,8 +14032,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -14143,8 +14143,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -14254,8 +14254,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -14457,8 +14457,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "enableCors" : {
             "type" : "boolean"
@@ -14702,8 +14702,8 @@
           },
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "disabled" : {
             "type" : "boolean",
@@ -14841,8 +14841,8 @@
         "properties" : {
           "description" : {
             "type" : "string",
-            "title" : "Id",
-            "description" : "Sets the id of this node"
+            "title" : "Description",
+            "description" : "Sets the description of this node"
           },
           "id" : {
             "type" : "string",