sylvainlaurent / swagger-validator-maven-plugin

A maven plugin that validates swagger files in yaml and json formats
Apache License 2.0
11 stars 6 forks source link

Introduce semantic validation of swagger doc #5

Closed giuliopulina closed 7 years ago

giuliopulina commented 7 years ago

Introduced semantic error validation (#4):

Definitions:

Operations:

giuliopulina commented 7 years ago

Thanks for the suggestion: you are right, I generated with IntelliJ the delegate with inheritance when I wasn't 100% sure about the approach (and the fields I needed). I just pushed a new commit removing inheritance and useless methods.