Releases: bjansen/swagger-schema-validator
Releases · bjansen/swagger-schema-validator
v1.0.0
Changelog:
xml
, example
and other Swagger V2 keywords are not reported as warnings anymore (#17)
- fixed transformation of definition properties to be recursive (#19)
- added the possibility to provide custom extra transformations (#18)
- added a factory method that takes a spec in a pre-parsed
JsonNode
instead of parsing automatically from a Reader
(#15)
v0.4.1
Changelog:
- the library reports a better error message when an incorrect definition pointer is used (#7, #9 and #11)
- upgraded to
io.swagger:swagger-core:1.6.2
and com.github.java-json-tools:json-schema-validator:2.2.14
v0.4.0
- Added an option to deep check objects (#6)
- Updated dependencies to
swagger-core:1.6.0
(with jackson-databind:2.10.1
) and json-schema-validator:2.2.13
v0.1.1
Bug fixes:
- the validator does not crash on empty payloads anymore (#1)
- the JUnit dependency now has the correct
test
scope (#2)