openapi-nodejs-cli
openapi-nodejs-cli copied to clipboard
Add crud filter to operationId
It has been detected that when generating the operationId of the yml it takes the summary and description tags as its method, which are optional but should be able to be completed. To do this, a filter will be added that only adds as a method what may be susceptible to being a CRUD. See reference: https://spec.openapis.org/oas/v3.1.0#path-item-object
Thank you for collaborating with the project by giving us feedback!