Swagger-parser 2.0.13 released!
Notable Changes:
- Resolve request body examples - issue #1131 in PR #1132
- boolean enum values incorrectly deserialized - issue #1129 in PR #1130
- Fix for fully resolving map schema - issue #1125 in PR #1124
- Use SafeConstructor in snakeyaml to fix CVE - PR #1116
- Avoid prepending forward slashes when the URL already starts with a forward slash - issue #1113 in PR #1115
- Fix for Parameter.allowReserved is always null - issue #1108 in PR #1110
- Fix resolving external reference in query parameter - Issue #1094 in PR #1109
- Handle parent of parent ref - PR #1107
- Resolving Remote Ref Response with ArraySchema Ref Items - issue #1105 in PR #1106
- Remote PathItem Resolving - issue #1103 in PR #1104
- Ensure error message when "items" undefined for schema with type=array - issue #1047 in PR #1101
- Avoid wrong error message when parsing a boolean value for additionalProperties - issue #1099 in PR #1100
- Properties order lost while converting from v2 to v3 - issue #997 in PR #1093
- Fix integer type replace for number when enum values are present - issue #1090 in PR #1092
- OpenAPIV3Parser#getExtensions() not finding extensions on OSGi - issue #1003 in PR #1068