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

davsclaus pushed a commit to branch fix/CAMEL-24298-siblings
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c7900a196eace9ef7269c7b64572f1a668168613
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Aug 6 14:39:44 2026 +0200

    CAMEL-24298: regen camelYamlDsl-model.json with allowedSchemes
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 .../camel/catalog/schemas/camelYamlDsl-model.json  | 50 ++++++++++++++++++++++
 .../resources/schema/camelYamlDsl-model.json       | 50 ++++++++++++++++++++++
 2 files changed, 100 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camelYamlDsl-model.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camelYamlDsl-model.json
index ff289173abc1..2c7cb827c3cf 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camelYamlDsl-model.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camelYamlDsl-model.json
@@ -2174,6 +2174,16 @@
         "index" : 7,
         "group" : "advanced",
         "label" : "advanced"
+      }, {
+        "name" : "allowedSchemes",
+        "type" : "string",
+        "description" : "Sets an optional comma-separated allow-list of 
component schemes that the dynamic recipient may resolve to (e.g. http,https). 
When set, a dynamic endpoint whose scheme is not in the list is rejected. This 
is a defence-in-depth restriction, useful for low-code / Kamelet deployments; 
by default (unset) any scheme is allowed.",
+        "title" : "Allowed Schemes",
+        "displayName" : "Allowed Schemes",
+        "kind" : "attribute",
+        "index" : 8,
+        "group" : "security",
+        "label" : "advanced,security"
       } ]
     },
     "enrich" : {
@@ -2344,6 +2354,16 @@
         "index" : 15,
         "group" : "advanced",
         "label" : "advanced"
+      }, {
+        "name" : "allowedSchemes",
+        "type" : "string",
+        "description" : "Sets an optional comma-separated allow-list of 
component schemes that the dynamic recipient may resolve to (e.g. http,https). 
When set, a dynamic endpoint whose scheme is not in the list is rejected. This 
is a defence-in-depth restriction, useful for low-code / Kamelet deployments; 
by default (unset) any scheme is allowed.",
+        "title" : "Allowed Schemes",
+        "displayName" : "Allowed Schemes",
+        "kind" : "attribute",
+        "index" : 16,
+        "group" : "security",
+        "label" : "advanced,security"
       } ]
     },
     "errorHandler" : {
@@ -4994,6 +5014,16 @@
         "index" : 14,
         "group" : "advanced",
         "label" : "advanced"
+      }, {
+        "name" : "allowedSchemes",
+        "type" : "string",
+        "description" : "Sets an optional comma-separated allow-list of 
component schemes that the dynamic recipient may resolve to (e.g. http,https). 
When set, a dynamic endpoint whose scheme is not in the list is rejected. This 
is a defence-in-depth restriction, useful for low-code / Kamelet deployments; 
by default (unset) any scheme is allowed.",
+        "title" : "Allowed Schemes",
+        "displayName" : "Allowed Schemes",
+        "kind" : "attribute",
+        "index" : 15,
+        "group" : "security",
+        "label" : "advanced,security"
       } ]
     },
     "process" : {
@@ -5316,6 +5346,16 @@
         "index" : 19,
         "group" : "advanced",
         "label" : "advanced"
+      }, {
+        "name" : "allowedSchemes",
+        "type" : "string",
+        "description" : "Sets an optional comma-separated allow-list of 
component schemes that the dynamic recipient may resolve to (e.g. http,https). 
When set, a dynamic endpoint whose scheme is not in the list is rejected. This 
is a defence-in-depth restriction, useful for low-code / Kamelet deployments; 
by default (unset) any scheme is allowed.",
+        "title" : "Allowed Schemes",
+        "displayName" : "Allowed Schemes",
+        "kind" : "attribute",
+        "index" : 20,
+        "group" : "security",
+        "label" : "advanced,security"
       } ]
     },
     "redeliveryPolicy" : {
@@ -6907,6 +6947,16 @@
         "index" : 7,
         "group" : "advanced",
         "label" : "advanced"
+      }, {
+        "name" : "allowedSchemes",
+        "type" : "string",
+        "description" : "Sets an optional comma-separated allow-list of 
component schemes that the dynamic recipient may resolve to (e.g. http,https). 
When set, a dynamic endpoint whose scheme is not in the list is rejected. This 
is a defence-in-depth restriction, useful for low-code / Kamelet deployments; 
by default (unset) any scheme is allowed.",
+        "title" : "Allowed Schemes",
+        "displayName" : "Allowed Schemes",
+        "kind" : "attribute",
+        "index" : 8,
+        "group" : "security",
+        "label" : "advanced,security"
       } ]
     },
     "saga" : {
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl-model.json
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl-model.json
index ff289173abc1..2c7cb827c3cf 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl-model.json
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl-model.json
@@ -2174,6 +2174,16 @@
         "index" : 7,
         "group" : "advanced",
         "label" : "advanced"
+      }, {
+        "name" : "allowedSchemes",
+        "type" : "string",
+        "description" : "Sets an optional comma-separated allow-list of 
component schemes that the dynamic recipient may resolve to (e.g. http,https). 
When set, a dynamic endpoint whose scheme is not in the list is rejected. This 
is a defence-in-depth restriction, useful for low-code / Kamelet deployments; 
by default (unset) any scheme is allowed.",
+        "title" : "Allowed Schemes",
+        "displayName" : "Allowed Schemes",
+        "kind" : "attribute",
+        "index" : 8,
+        "group" : "security",
+        "label" : "advanced,security"
       } ]
     },
     "enrich" : {
@@ -2344,6 +2354,16 @@
         "index" : 15,
         "group" : "advanced",
         "label" : "advanced"
+      }, {
+        "name" : "allowedSchemes",
+        "type" : "string",
+        "description" : "Sets an optional comma-separated allow-list of 
component schemes that the dynamic recipient may resolve to (e.g. http,https). 
When set, a dynamic endpoint whose scheme is not in the list is rejected. This 
is a defence-in-depth restriction, useful for low-code / Kamelet deployments; 
by default (unset) any scheme is allowed.",
+        "title" : "Allowed Schemes",
+        "displayName" : "Allowed Schemes",
+        "kind" : "attribute",
+        "index" : 16,
+        "group" : "security",
+        "label" : "advanced,security"
       } ]
     },
     "errorHandler" : {
@@ -4994,6 +5014,16 @@
         "index" : 14,
         "group" : "advanced",
         "label" : "advanced"
+      }, {
+        "name" : "allowedSchemes",
+        "type" : "string",
+        "description" : "Sets an optional comma-separated allow-list of 
component schemes that the dynamic recipient may resolve to (e.g. http,https). 
When set, a dynamic endpoint whose scheme is not in the list is rejected. This 
is a defence-in-depth restriction, useful for low-code / Kamelet deployments; 
by default (unset) any scheme is allowed.",
+        "title" : "Allowed Schemes",
+        "displayName" : "Allowed Schemes",
+        "kind" : "attribute",
+        "index" : 15,
+        "group" : "security",
+        "label" : "advanced,security"
       } ]
     },
     "process" : {
@@ -5316,6 +5346,16 @@
         "index" : 19,
         "group" : "advanced",
         "label" : "advanced"
+      }, {
+        "name" : "allowedSchemes",
+        "type" : "string",
+        "description" : "Sets an optional comma-separated allow-list of 
component schemes that the dynamic recipient may resolve to (e.g. http,https). 
When set, a dynamic endpoint whose scheme is not in the list is rejected. This 
is a defence-in-depth restriction, useful for low-code / Kamelet deployments; 
by default (unset) any scheme is allowed.",
+        "title" : "Allowed Schemes",
+        "displayName" : "Allowed Schemes",
+        "kind" : "attribute",
+        "index" : 20,
+        "group" : "security",
+        "label" : "advanced,security"
       } ]
     },
     "redeliveryPolicy" : {
@@ -6907,6 +6947,16 @@
         "index" : 7,
         "group" : "advanced",
         "label" : "advanced"
+      }, {
+        "name" : "allowedSchemes",
+        "type" : "string",
+        "description" : "Sets an optional comma-separated allow-list of 
component schemes that the dynamic recipient may resolve to (e.g. http,https). 
When set, a dynamic endpoint whose scheme is not in the list is rejected. This 
is a defence-in-depth restriction, useful for low-code / Kamelet deployments; 
by default (unset) any scheme is allowed.",
+        "title" : "Allowed Schemes",
+        "displayName" : "Allowed Schemes",
+        "kind" : "attribute",
+        "index" : 8,
+        "group" : "security",
+        "label" : "advanced,security"
       } ]
     },
     "saga" : {

Reply via email to