fix: Detect default values for String types in OpenAPI output (#1928)

This commit is contained in:
laurenceisla
2021-08-27 21:59:54 -05:00
committed by GitHub
parent ed98ac9d7e
commit ed5072f4b1
5 changed files with 80 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #1871, Fix OpenAPI missing default values for String types and identify Array types as "array" instead of "string" - @laurenceisla
## [8.0.0] - 2021-07-25
### Added