Open Issues Need Help
View All on GitHub Default validators do not check if OperationId is unique about 1 month ago
AI Summary: The task is to fix a bug in the OpenAPI.NET Hidi validator where duplicate `operationId` values in an OpenAPI specification are not detected. This involves modifying the validator's logic to identify and report instances of non-unique `operationId` values within the `paths` section of the OpenAPI document.
Complexity:
4/5
type:enhancement help wanted status:waiting-for-author-feedback
The OpenAPI.NET SDK contains a useful object model for OpenAPI documents in .NET along with common serializers to extract raw OpenAPI JSON and YAML documents from the model.
C#
#http#openapi