misl / openapi-validator-maven-plugin

Plugin to validate and merge splitted OpenAPI specification files.
6 stars 1 forks source link

Same operationId not reported as issue #22

Closed vlavasa closed 2 years ago

vlavasa commented 4 years ago

Hi, I would like report this bug: I have API definition split into multiple files linked together by $ref. I use this plugin for merging API to one-file version, because tools as WSO, Postman etc. still not support splitted definition.

If in two diferent files there are two diferent paths with the same operationId, plugin's validation not report this as issue. But final merged file is not valid, because unique operationId is required.

Best regards Vladimir

misl commented 2 years ago

This is an error in the underlying swagger parser being used. The plugin is just a very thing layer. Please report the error over there.