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

Semantic validation #8

Closed yanaair closed 6 years ago

yanaair commented 6 years ago

Added:

  1. Ability to add custom validators from outside and run them when plugin is run
  2. More semantic validations. Now plugin covers almost all cases that are checked in swagger editor (except for security section validations, I plan to add it later).
  3. Some refactoring that was necessary for point # 1 on this list
  4. Tests
  5. Updated to java 8
yanaair commented 6 years ago

logger - fixed readme.md - removed message about validator-badge, mentioned implementations of validators (please take a look at this part, I'm not sure that I understood your request correctly).

Thanks, Yana

sylvainlaurent commented 6 years ago

thanks for your contribution!