christophd opened a new issue, #5048: URL: https://github.com/apache/camel-k/issues/5048
### Requirement Pipes are able to reference data types by their name (e.g. text-plain, avro-binary and so on). When a data type is component specific (e.g. aws2-s3:application-cloudevents) the data type name may use the component scheme as a prefix. Users run into issues because they are using the component scheme as a prefix when referencing a data type but the Pipe specification must use "scheme" and "format" properties when referencing a data type ### Problem The Pipe specification uses "scheme" and "format" properties when referencing a data type: ``` dataTypes: out: scheme: aws2-s3 format: application-cloudevents ``` ### Proposal We should also allow to use the component scheme as a prefix. Something like ``` dataTypes: out: format: aws2-s3:application-cloudevents ``` ### 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