mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 14:47:10 +00:00
[Wsdl] Handle schema property of type array with oneOf items and other minor updates/fixes (#10434)
* add handling of array of oneOfs * handle res model-type lowercase name +shorten code * remove unnecessary vendor-extension model enum * handle openapi lowercase schema name for array res * change xs:anytype to string for file responses * update checkstyles * remove not needed imports again * update samples * upper/lowercase use local getdefault * update samples again
This commit is contained in:
@@ -12,7 +12,7 @@ def client(loop, aiohttp_client):
|
||||
"swagger_ui": True
|
||||
}
|
||||
specification_dir = os.path.join(os.path.dirname(__file__), '..',
|
||||
"src/",
|
||||
"src\",
|
||||
'openapi_server',
|
||||
'openapi')
|
||||
app = connexion.AioHttpApp(__name__, specification_dir=specification_dir,
|
||||
|
||||
Reference in New Issue
Block a user