-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
operationId #26
Comments
@okutyrin It is possible, however https://github.com/swagger-api/swagger-js#tags-interface says that it can work without operationIds:
I could do something similar, using
etc. Can you check whether that would work for your downstream tools? Thanks in advance |
Yes, in theory. But the way how they deduce operationIds out of existing tags results sometimes in ambiguous IDs, which is sort of bad ;)
Sure, will give it a try. |
Hi @okutyrin, The examples in branch Can you please check whether that works for your client tools? If it does, I will merge this into Thanks in advance |
Is it possible to generate operationId as a part of OpenAPI definition? While it is optional from the POV of OpenAPI spec, some clients (https://github.com/swagger-api/swagger-js) rely on its existence.
Thanks!
The text was updated successfully, but these errors were encountered: