Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.19.0
-
Component/s: camel-connector
-
Labels:None
-
Estimated Complexity:Unknown
Description
So the camel-connector-plugin can generate the json schema file to be included in the source code you check in git along side camel-connector.json so you have all the details at your finger tips.
Its the files camel-connector-schema.json and camel-component-schema.json which currently are built in the target/classes folder. We can make the built into src/main/resources so they are more visible to the developers.