Claus Ibsen created CAMEL-7495:
----------------------------------
Summary: parameter json schema should support object types
Key: CAMEL-7495
URL: https://issues.apache.org/jira/browse/CAMEL-7495
Project: Camel
Issue Type: Improvement
Components: camel-core
Affects Versions: 2.13.1
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 2.13.2, 2.14.0
For example this DataSource option
https://github.com/apache/camel/blob/master/components/camel-jdbc/src/main/java/org/apache/camel/component/jdbc/JdbcEndpoint.java#L42
We need to expose that in the json schema as an object type.
And for configuring endpoint using uris, you would use a # registry lookup.
eg dataSource=#myDataSource.
But the schema needs to support this option
--
This message was sent by Atlassian JIRA
(v6.2#6252)