Validator Badge Versions Save

Validate your Swagger JSON/YAML today!

v2.0.8

2 years ago
  • latest SwaggerUI

v2.0.7

2 years ago
  • latest SwaggerUI

v2.0.6

2 years ago
  • mount SwaggerUI with queryConfigEnabled configuration parameter
  • get rid of downloading schema from http://swagger.io/v2/schema.json
  • log validation exception
  • fix schema validation using local schema for v2 (refs #187)
  • handle all the failing process specification

v2.0.5

3 years ago
  • Updated Swagger Parser version to latest 2.0.24
  • Refs #170 - Updated OpenAPI 3.0 Json Schema to use format: uri instead of format: uri-reference (this is interpreted by validator as a URI Reference aka either a URI or a Relative Reference

v2.0.4

4 years ago
  • default content type as json (#160 )

v1.0.7

4 years ago
  • bump dependencies versions

v2.0.3

4 years ago
  • fixes leaking of user agent in request to url (#157)

v2.0.2

4 years ago

Note: as described in README, #154 introduces the following:

Since version 2.0.2 local and non http/https urls are rejected by default, along with redirects; this is controllable with docker env variables / java system properties:

docker run -it -p 8080:8080 -e "REJECT_LOCAL=false" -e "REJECT_REDIRECT=false" --name swagger-validator-v2 swaggerapi/swagger-validator-v2:v2.0.1

In non docker environments, system properties rejectLocal and rejectRedirect can be used.

Major changes:

  • update jackson to 2.9.10 (#152)
  • disable local and redirect url, add config (#154)

v2.0.1

4 years ago

Major changes (#145):

  • fix spec description
  • add UI
  • update deps
  • bump inflector to 2.0.3
  • fix yaml response with updated inflector

v1.0.3

8 years ago

This release leverages updates in the swagger-parser to provide better feedback to end-users when errors are in a specification. In addition, you can now pull the swagger-validator service from Dockerhub to have a validation service running in seconds!