[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:
adessoDpd
2021-09-21 05:46:05 +02:00
committed by GitHub
parent 04e67acd0a
commit 1a48c5f19f
39 changed files with 507 additions and 486 deletions

View File

@@ -14,9 +14,9 @@
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">././Api</directory>
<directory suffix=".php">././Model</directory>
<directory suffix=".php">././Controller</directory>
<directory suffix=".php">./.\/Api</directory>
<directory suffix=".php">./.\/Model</directory>
<directory suffix=".php">./.\/Controller</directory>
</whitelist>
</filter>
<php>