Skip to content

A generic validator for checking HTTP interactions against a Swagger specification.

License

Notifications You must be signed in to change notification settings

energizedwork/swagger-http-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger HTTP Validator

This project provides a generic validator for checking HTTP interactions against a Swagger specification.

HTTP requests and responses are represented by interfaces for which adapters can be implemented for any client or server.

Building locally

To run the tests: ./gradlew test

TODO

  • Form validation
  • multipleOf
  • allowEmptyValue
  • collectionFormat
  • uniqueItems

About

A generic validator for checking HTTP interactions against a Swagger specification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages