energizedwork / swagger-http-validator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Java 100.0%