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 aReader
(#15)