This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
·
113 commits
to master
since this release
Enhancements
- Performance improvements to OpenAPI 2 validation, this will only apply to validation only. Full OpenAPI 2 parsing is not altered.
Bug Fixes
- Returns a validation error while trying to parse a YAML or JSON object which does not contain the
swagger
key, in prior versions the parser may have crashed under some inputs. - Improved clarity of validation error messages.
- Fixes a case where the source map information may be missing for one type of validation errors.