You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use both openapi3 and openapi2. But their description, summary, and operationId were generated differently in the documents. (with multiple snippets)
Issue #63 is for choose summary and description, and applies in #69.
Issue #140 is for choose operationId, and applies in #141.
I want to apply these issues to Openapi20Generator and PostmanCollectionGenerator
The text was updated successfully, but these errors were encountered:
I use both openapi3 and openapi2. But their description, summary, and operationId were generated differently in the documents. (with multiple snippets)
When Openapi3Generator generate openapi3, it determine them smartly.
However, Openapi20Generator and PostmanCollectionGenerator choose them from the first snippet.
Issue #63 is for choose summary and description, and applies in #69.
Issue #140 is for choose operationId, and applies in #141.
I want to apply these issues to Openapi20Generator and PostmanCollectionGenerator
The text was updated successfully, but these errors were encountered: