'OperationId' is not unique throughout the OpenAPI definition
Issue ID: semantic-operation-id
Description
The operation does not have a unique operationID
. All operations in your API must have unique operation IDs.
For more details, see the OpenAPI Specification.
Remediation
Make sure that all operations in your API have a unique operationID
.