lburgazzoli opened a new issue #548:
URL: https://github.com/apache/camel-kamelets/issues/548


   In order to help visual tools to render kamelets, it would be nice if we 
include metadata information to the properties a kamelet expose, as example we 
could use some dedicated urn to group authentication related properties:
   
   ```yaml
   spec:
     definition:
       title: AWS SNS Sink
       type: object
       properties:
         accessKey:
           title: Access Key
           description: The access key obtained from AWS
           type: string
           format: password
           x-descriptors:
           - urn:alm:descriptor:com.tectonic.ui:password
           - urn:camel:group:credentials
         secretKey:
           title: Secret Key
           description: The secret key obtained from AWS
           type: string
           format: password
           x-descriptors:
           - urn:alm:descriptor:com.tectonic.ui:password
           - urn:camel:group:credentials
   ```
   
   @nicolaferraro @oscerd what do you think ?


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to