fix: Add required OpenAPI items object when the paramater is an array

This commit is contained in:
Laurence Isla
2023-02-02 03:30:15 -05:00
committed by Steve Chavez
parent 9d4ff812c9
commit 8aa7368786
5 changed files with 252 additions and 10 deletions
+2
View File
@@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #2565, Fix bad M2M embedding on RPC - @steve-chavez
- #2575, Replace misleading error message when no function is found with a hint containing functions/parameters names suggestions - @laurenceisla
- #2569, Replace misleading error message when no relationship is found with a hint containing parent/child names suggestions - @laurenceisla
- #1405, Add the required OpenAPI items object when the parameter is an array - @laurenceisla
## [10.1.1] - 2022-11-08
### Fixed