node-red / node-red-node-swagger

A set of tools for generating Swagger api documentation based on the HTTP nodes deployed in a flow
Apache License 2.0
62 stars 46 forks source link

no way to set `operationId` to the operation object #73

Open BorisDaich opened 3 years ago

BorisDaich commented 3 years ago

see here https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#operation-object

It is not mandatory but It actually required if you want to deploy on GCP see here https://cloud.google.com/endpoints/docs/openapi/configure-endpoints#operationid

As a solution please just add a field for to set a value. The uniqueness can be left to the user to take care of.

Thanks.