You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Johnathan Ingram (Jira)" <ji...@apache.org> on 2022/05/05 23:16:00 UTC

[jira] [Created] (CAMEL-18065) OpenApi Specification Generator - Support multiple tags for an operation

Johnathan Ingram created CAMEL-18065:
----------------------------------------

             Summary: OpenApi Specification Generator - Support multiple tags for an operation
                 Key: CAMEL-18065
                 URL: https://issues.apache.org/jira/browse/CAMEL-18065
             Project: Camel
          Issue Type: Improvement
          Components: camel-core, camel-openapi-java
    Affects Versions: 3.14.2
            Reporter: Johnathan Ingram


Hi

 

The OpenAPI specification supports multiple tags per operation allowing applications to use the tags for custom purposes. Camel only supports 1 tag per operation.

[https://swagger.io/docs/specification/grouping-operations-with-tags/]

 

Recommended adding new method to camel-core-model called setTags(array of tags)
The internal sort within the camel-opeanapi-java can use the first tag for camel grouping, but then still render multiple tags in the OpenAPI spec generated.

 

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)