Yelp / swagger_spec_validator

Other
104 stars 71 forks source link

`validate_spec` shows no errors, while `http://editor.swagger.io/` does #79

Closed netrounds-oleg-b closed 6 years ago

netrounds-oleg-b commented 7 years ago

Using swagger_spec_validator to check the generated schema, the validate_spec show everything if fine.

When trying to test the same schema file using http://editor.swagger.io/, it shows:

image

operationId has to be unique.

Is this a bug, or does one supposed to use swagger_spec_validator in some way to handle these type of semantic errors as well?