igarashitm opened a new issue, #4788: URL: https://github.com/apache/camel-k/issues/4788
### Requirement Is there a possibility to put any pointer to the external schema/CRD from Camel K CRD? Cc: @lburgazzoli ### Problem For example, while `/PipeSpec/metadata` is actually `Kubernetes meta/v1.ObjectMeta`, but the CRD just says it's `object` https://github.com/apache/camel-k/blob/main/config/crd/bases/camel.apache.org_pipes.yaml#L65-L66 It would be helpful for tooling if it has some pointer to the `Kubernetes meta/v1.ObjectMeta` Same for when it jumps to the Camel schema, the `template` in `Kamelet` https://github.com/apache/camel-k/blob/main/config/crd/bases/camel.apache.org_kamelets.yaml#L505 actually refers to Camel `RouteTemplateDefinition` https://github.com/apache/camel/blob/main/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json#L4921-L4951 ### Proposal _No response_ ### Open questions _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org