forked from loafle/openapi-generator-original
When components/schema/<object> reference other objects, validate() was getting called on the referenced objects with no arguments. The return value was void, but checked as if it was a boolean value.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
CMakeLists.txt
|
||||
README.md
|
||||
api/ApiBase.h
|
||||
api/StoreApi.cpp
|
||||
api/StoreApi.h
|
||||
impl/StoreApiImpl.cpp
|
||||
impl/StoreApiImpl.h
|
||||
main-api-server.cpp
|
||||
model/Helpers.cpp
|
||||
model/Helpers.h
|
||||
model/MiddleType.cpp
|
||||
model/MiddleType.h
|
||||
model/OuterType.cpp
|
||||
model/OuterType.h
|
||||
@@ -0,0 +1 @@
|
||||
7.6.0-SNAPSHOT
|
||||
Reference in New Issue
Block a user