diff --git a/bin/openapi3/kotlin-springboot-petstore-server-reactive.sh b/bin/openapi3/kotlin-springboot-petstore-server-reactive.sh index 8c0d80c4e52..f14abcd4242 100755 --- a/bin/openapi3/kotlin-springboot-petstore-server-reactive.sh +++ b/bin/openapi3/kotlin-springboot-petstore-server-reactive.sh @@ -26,7 +26,7 @@ then fi export JAVA_OPTS="${JAVA_OPTS} -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="$@ generate -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -t modules/openapi-generator/src/main/resources/kotlin-spring -g kotlin-spring -o samples/server/openapi3/petstore/kotlin-springboot-reactive --additional-properties=library=spring-boot,beanValidations=true,swaggerAnnotations=true,serviceImplementation=true,reactive=true" +ags="$@ generate -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -t modules/openapi-generator/src/main/resources/kotlin-spring -g kotlin-spring -o samples/openapi3/server/petstore/kotlin-springboot-reactive --additional-properties=library=spring-boot,beanValidations=true,swaggerAnnotations=true,serviceImplementation=true,reactive=true" echo "Cleaning previously generated files if any from samples/server/openapi3/petstore/kotlin-springboot-reactive" rm -rf samples/server/openapi3/petstore/kotlin-springboot-reactive diff --git a/bin/openapi3/kotlin-springboot-petstore-server.sh b/bin/openapi3/kotlin-springboot-petstore-server.sh index 9db469e38a2..b1320abdb0a 100755 --- a/bin/openapi3/kotlin-springboot-petstore-server.sh +++ b/bin/openapi3/kotlin-springboot-petstore-server.sh @@ -26,7 +26,7 @@ then fi export JAVA_OPTS="${JAVA_OPTS} -Xmx1024M -DloggerPath=conf/log4j.properties" -ags="$@ generate -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -t modules/openapi-generator/src/main/resources/kotlin-spring -g kotlin-spring -o samples/server/openapi3/petstore/kotlin-springboot --additional-properties=library=spring-boot,beanValidations=true,swaggerAnnotations=true,serviceImplementation=true" +ags="$@ generate -i modules/openapi-generator/src/test/resources/3_0/petstore.yaml -t modules/openapi-generator/src/main/resources/kotlin-spring -g kotlin-spring -o samples/openapi3/server/petstore/kotlin-springboot --additional-properties=library=spring-boot,beanValidations=true,swaggerAnnotations=true,serviceImplementation=true" echo "Cleaning previously generated files if any from samples/server/openapi3/petstore/kotlin-springboot" rm -rf samples/server/openapi3/petstore/kotlin-springboot diff --git a/bin/openapi3/php-ze-ph-petstore-server.sh b/bin/openapi3/php-ze-ph-petstore-server.sh index c37137cd819..5b92d013109 100644 --- a/bin/openapi3/php-ze-ph-petstore-server.sh +++ b/bin/openapi3/php-ze-ph-petstore-server.sh @@ -26,7 +26,7 @@ then fi input=modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml -out_folder=samples/server/openapi3/petstore/php-ze-ph +out_folder=samples/openapi3/server/petstore/php-ze-ph resources=modules/openapi-generator/src/main/resources/php-ze-ph # if you've executed sbt assembly previously it will use that instead. diff --git a/bin/openapi3/python-flask-petstore-python2.sh b/bin/openapi3/python-flask-petstore-python2.sh index c98569d10c4..d469772d853 100755 --- a/bin/openapi3/python-flask-petstore-python2.sh +++ b/bin/openapi3/python-flask-petstore-python2.sh @@ -27,7 +27,7 @@ fi # if you've executed sbt assembly previously it will use that instead. input=modules/openapi-generator/src/test/resources/3_0/petstore.yaml -out_folder=samples/server/openapi3/petstore/python-flask-python2 +out_folder=samples/openapi3/server/petstore/python-flask-python2 resources=modules/openapi-generator/src/main/resources/python-flask # if you've executed sbt assembly previously it will use that instead. diff --git a/bin/openapi3/python-flask-petstore.sh b/bin/openapi3/python-flask-petstore.sh index 473c69a7b2c..5d75d60bdc7 100755 --- a/bin/openapi3/python-flask-petstore.sh +++ b/bin/openapi3/python-flask-petstore.sh @@ -27,7 +27,7 @@ fi # if you've executed sbt assembly previously it will use that instead. input=modules/openapi-generator/src/test/resources/3_0/petstore.yaml -out_folder=samples/server/openapi3/petstore/python-flask +out_folder=samples/openapi3/server/petstore/python-flask resources=modules/openapi-generator/src/main/resources/python-flask # if you've executed sbt assembly previously it will use that instead. diff --git a/bin/windows/openapi3/kotlin-springboot-petstore-server.bat b/bin/windows/openapi3/kotlin-springboot-petstore-server.bat index c86efaee3c8..0f557f0cb33 100644 --- a/bin/windows/openapi3/kotlin-springboot-petstore-server.bat +++ b/bin/windows/openapi3/kotlin-springboot-petstore-server.bat @@ -5,6 +5,6 @@ If Not Exist %executable% ( ) REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M -set ags=generate -i modules\openapi-generator\src\test\resources\3_0\petstore.yaml -g kotlin-spring -o samples\server\openapi3\petstore\kotlin-springboot --additional-properties=library=spring-boot +set ags=generate -i modules\openapi-generator\src\test\resources\3_0\petstore.yaml -g kotlin-spring -o samples\openapi3\server\petstore\kotlin-springboot --additional-properties=library=spring-boot java %JAVA_OPTS% -jar %executable% %ags% diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/.openapi-generator-ignore b/samples/openapi3/server/petstore/kotlin-springboot-reactive/.openapi-generator-ignore similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/.openapi-generator-ignore rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/.openapi-generator-ignore diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/.openapi-generator/VERSION b/samples/openapi3/server/petstore/kotlin-springboot-reactive/.openapi-generator/VERSION similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/.openapi-generator/VERSION rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/.openapi-generator/VERSION diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/README.md b/samples/openapi3/server/petstore/kotlin-springboot-reactive/README.md similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/README.md rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/README.md diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/build.gradle.kts b/samples/openapi3/server/petstore/kotlin-springboot-reactive/build.gradle.kts similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/build.gradle.kts rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/build.gradle.kts diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/pom.xml b/samples/openapi3/server/petstore/kotlin-springboot-reactive/pom.xml similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/pom.xml rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/pom.xml diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/settings.gradle b/samples/openapi3/server/petstore/kotlin-springboot-reactive/settings.gradle similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/settings.gradle rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/settings.gradle diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/Application.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/Application.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/Application.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/Application.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApi.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApi.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApi.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApi.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApiService.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApiService.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApiService.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApiService.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApiServiceImpl.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApiServiceImpl.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApiServiceImpl.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/PetApiServiceImpl.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApi.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApi.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApi.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApi.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApiService.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApiService.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApiService.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApiService.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApiServiceImpl.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApiServiceImpl.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApiServiceImpl.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/StoreApiServiceImpl.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApi.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApi.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApi.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApi.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApiService.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApiService.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApiService.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApiService.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApiServiceImpl.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApiServiceImpl.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApiServiceImpl.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/api/UserApiServiceImpl.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Category.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Category.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Category.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Category.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/InlineObject.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/InlineObject.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/InlineObject.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/InlineObject.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/InlineObject1.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/InlineObject1.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/InlineObject1.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/InlineObject1.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/ModelApiResponse.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/ModelApiResponse.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/ModelApiResponse.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/ModelApiResponse.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Order.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Order.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Order.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Order.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Pet.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Pet.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Pet.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Pet.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Tag.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Tag.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Tag.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/Tag.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/User.kt b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/User.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/User.kt rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/kotlin/org/openapitools/model/User.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/resources/application.yaml b/samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/resources/application.yaml similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot-reactive/src/main/resources/application.yaml rename to samples/openapi3/server/petstore/kotlin-springboot-reactive/src/main/resources/application.yaml diff --git a/samples/server/openapi3/petstore/kotlin-springboot/.openapi-generator-ignore b/samples/openapi3/server/petstore/kotlin-springboot/.openapi-generator-ignore similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/.openapi-generator-ignore rename to samples/openapi3/server/petstore/kotlin-springboot/.openapi-generator-ignore diff --git a/samples/server/openapi3/petstore/kotlin-springboot/.openapi-generator/VERSION b/samples/openapi3/server/petstore/kotlin-springboot/.openapi-generator/VERSION similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/.openapi-generator/VERSION rename to samples/openapi3/server/petstore/kotlin-springboot/.openapi-generator/VERSION diff --git a/samples/server/openapi3/petstore/kotlin-springboot/README.md b/samples/openapi3/server/petstore/kotlin-springboot/README.md similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/README.md rename to samples/openapi3/server/petstore/kotlin-springboot/README.md diff --git a/samples/server/openapi3/petstore/kotlin-springboot/build.gradle.kts b/samples/openapi3/server/petstore/kotlin-springboot/build.gradle.kts similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/build.gradle.kts rename to samples/openapi3/server/petstore/kotlin-springboot/build.gradle.kts diff --git a/samples/server/openapi3/petstore/kotlin-springboot/pom.xml b/samples/openapi3/server/petstore/kotlin-springboot/pom.xml similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/pom.xml rename to samples/openapi3/server/petstore/kotlin-springboot/pom.xml diff --git a/samples/server/openapi3/petstore/kotlin-springboot/settings.gradle b/samples/openapi3/server/petstore/kotlin-springboot/settings.gradle similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/settings.gradle rename to samples/openapi3/server/petstore/kotlin-springboot/settings.gradle diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/Application.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/Application.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/Application.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/Application.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/Exceptions.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/Exceptions.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/Exceptions.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/Exceptions.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApi.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApi.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApi.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApi.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApiService.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApiService.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApiService.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApiService.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApiServiceImpl.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApiServiceImpl.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApiServiceImpl.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/PetApiServiceImpl.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApi.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApi.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApi.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApi.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApiService.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApiService.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApiService.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApiService.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApiServiceImpl.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApiServiceImpl.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApiServiceImpl.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/StoreApiServiceImpl.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApi.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApi.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApi.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApi.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApiService.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApiService.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApiService.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApiService.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApiServiceImpl.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApiServiceImpl.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApiServiceImpl.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/api/UserApiServiceImpl.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Category.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Category.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Category.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Category.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/InlineObject.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/InlineObject.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/InlineObject.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/InlineObject.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/InlineObject1.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/InlineObject1.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/InlineObject1.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/InlineObject1.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/ModelApiResponse.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/ModelApiResponse.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/ModelApiResponse.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/ModelApiResponse.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Order.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Order.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Order.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Order.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Pet.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Pet.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Pet.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Pet.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Tag.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Tag.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Tag.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/Tag.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/User.kt b/samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/User.kt similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/User.kt rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/kotlin/org/openapitools/model/User.kt diff --git a/samples/server/openapi3/petstore/kotlin-springboot/src/main/resources/application.yaml b/samples/openapi3/server/petstore/kotlin-springboot/src/main/resources/application.yaml similarity index 100% rename from samples/server/openapi3/petstore/kotlin-springboot/src/main/resources/application.yaml rename to samples/openapi3/server/petstore/kotlin-springboot/src/main/resources/application.yaml diff --git a/samples/server/openapi3/petstore/php-ze-ph/.gitignore b/samples/openapi3/server/petstore/php-ze-ph/.gitignore similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/.gitignore rename to samples/openapi3/server/petstore/php-ze-ph/.gitignore diff --git a/samples/server/openapi3/petstore/php-ze-ph/.openapi-generator-ignore b/samples/openapi3/server/petstore/php-ze-ph/.openapi-generator-ignore similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/.openapi-generator-ignore rename to samples/openapi3/server/petstore/php-ze-ph/.openapi-generator-ignore diff --git a/samples/server/openapi3/petstore/php-ze-ph/.openapi-generator/VERSION b/samples/openapi3/server/petstore/php-ze-ph/.openapi-generator/VERSION similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/.openapi-generator/VERSION rename to samples/openapi3/server/petstore/php-ze-ph/.openapi-generator/VERSION diff --git a/samples/server/openapi3/petstore/php-ze-ph/README.md b/samples/openapi3/server/petstore/php-ze-ph/README.md similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/README.md rename to samples/openapi3/server/petstore/php-ze-ph/README.md diff --git a/samples/server/openapi3/petstore/php-ze-ph/application/config.yml b/samples/openapi3/server/petstore/php-ze-ph/application/config.yml similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/application/config.yml rename to samples/openapi3/server/petstore/php-ze-ph/application/config.yml diff --git a/samples/server/openapi3/petstore/php-ze-ph/application/config/app.yml b/samples/openapi3/server/petstore/php-ze-ph/application/config/app.yml similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/application/config/app.yml rename to samples/openapi3/server/petstore/php-ze-ph/application/config/app.yml diff --git a/samples/server/openapi3/petstore/php-ze-ph/application/config/data_transfer.yml b/samples/openapi3/server/petstore/php-ze-ph/application/config/data_transfer.yml similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/application/config/data_transfer.yml rename to samples/openapi3/server/petstore/php-ze-ph/application/config/data_transfer.yml diff --git a/samples/server/openapi3/petstore/php-ze-ph/application/config/path_handler.yml b/samples/openapi3/server/petstore/php-ze-ph/application/config/path_handler.yml similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/application/config/path_handler.yml rename to samples/openapi3/server/petstore/php-ze-ph/application/config/path_handler.yml diff --git a/samples/server/openapi3/petstore/php-ze-ph/application/container.php b/samples/openapi3/server/petstore/php-ze-ph/application/container.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/application/container.php rename to samples/openapi3/server/petstore/php-ze-ph/application/container.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/composer.json b/samples/openapi3/server/petstore/php-ze-ph/composer.json similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/composer.json rename to samples/openapi3/server/petstore/php-ze-ph/composer.json diff --git a/samples/server/openapi3/petstore/php-ze-ph/public/index.php b/samples/openapi3/server/petstore/php-ze-ph/public/index.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/public/index.php rename to samples/openapi3/server/petstore/php-ze-ph/public/index.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/AdditionalPropertiesClass.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/AdditionalPropertiesClass.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/AdditionalPropertiesClass.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/AdditionalPropertiesClass.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Animal.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Animal.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Animal.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Animal.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ApiResponse.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ApiResponse.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ApiResponse.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ApiResponse.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ArrayOfArrayOfNumberOnly.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ArrayOfArrayOfNumberOnly.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ArrayOfArrayOfNumberOnly.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ArrayOfArrayOfNumberOnly.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ArrayOfNumberOnly.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ArrayOfNumberOnly.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ArrayOfNumberOnly.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ArrayOfNumberOnly.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ArrayTest.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ArrayTest.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ArrayTest.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ArrayTest.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Capitalization.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Capitalization.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Capitalization.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Capitalization.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Cat.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Cat.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Cat.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Cat.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Category.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Category.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Category.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Category.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ClassModel.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ClassModel.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ClassModel.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ClassModel.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Client.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Client.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Client.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Client.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Dog.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Dog.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Dog.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Dog.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/EnumArrays.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/EnumArrays.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/EnumArrays.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/EnumArrays.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/EnumClass.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/EnumClass.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/EnumClass.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/EnumClass.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/EnumTest.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/EnumTest.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/EnumTest.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/EnumTest.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/FileSchemaTestClass.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/FileSchemaTestClass.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/FileSchemaTestClass.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/FileSchemaTestClass.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/FindPetsByStatusQueryData.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/FindPetsByStatusQueryData.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/FindPetsByStatusQueryData.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/FindPetsByStatusQueryData.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/FindPetsByTagsQueryData.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/FindPetsByTagsQueryData.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/FindPetsByTagsQueryData.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/FindPetsByTagsQueryData.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Foo.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Foo.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Foo.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Foo.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/FormatTest.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/FormatTest.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/FormatTest.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/FormatTest.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/HasOnlyReadOnly.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/HasOnlyReadOnly.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/HasOnlyReadOnly.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/HasOnlyReadOnly.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/HealthCheckResult.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/HealthCheckResult.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/HealthCheckResult.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/HealthCheckResult.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject1.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject1.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject1.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject1.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject2.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject2.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject2.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject2.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject3.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject3.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject3.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject3.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject4.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject4.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject4.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject4.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject5.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject5.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineObject5.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineObject5.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineResponseDefault.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineResponseDefault.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/InlineResponseDefault.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/InlineResponseDefault.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/LoginUserQueryData.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/LoginUserQueryData.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/LoginUserQueryData.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/LoginUserQueryData.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/MapTest.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/MapTest.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/MapTest.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/MapTest.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/MixedPropertiesAndAdditionalPropertiesClass.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/MixedPropertiesAndAdditionalPropertiesClass.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/MixedPropertiesAndAdditionalPropertiesClass.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/MixedPropertiesAndAdditionalPropertiesClass.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Model200Response.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Model200Response.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Model200Response.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Model200Response.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ModelReturn.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ModelReturn.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ModelReturn.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ModelReturn.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Name.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Name.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Name.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Name.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/NullableClass.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/NullableClass.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/NullableClass.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/NullableClass.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/NumberOnly.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/NumberOnly.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/NumberOnly.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/NumberOnly.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Order.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Order.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Order.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Order.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/OuterComposite.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/OuterComposite.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/OuterComposite.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/OuterComposite.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/OuterEnum.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/OuterEnum.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/OuterEnum.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/OuterEnum.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/OuterEnumDefaultValue.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/OuterEnumDefaultValue.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/OuterEnumDefaultValue.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/OuterEnumDefaultValue.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/OuterEnumInteger.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/OuterEnumInteger.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/OuterEnumInteger.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/OuterEnumInteger.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/OuterEnumIntegerDefaultValue.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/OuterEnumIntegerDefaultValue.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/OuterEnumIntegerDefaultValue.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/OuterEnumIntegerDefaultValue.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Pet.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Pet.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Pet.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Pet.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ReadOnlyFirst.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ReadOnlyFirst.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/ReadOnlyFirst.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/ReadOnlyFirst.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/SpecialModelName.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/SpecialModelName.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/SpecialModelName.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/SpecialModelName.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Tag.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Tag.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/Tag.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/Tag.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/TestBodyWithQueryParamsQueryData.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/TestBodyWithQueryParamsQueryData.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/TestBodyWithQueryParamsQueryData.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/TestBodyWithQueryParamsQueryData.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/TestEnumParametersQueryData.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/TestEnumParametersQueryData.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/TestEnumParametersQueryData.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/TestEnumParametersQueryData.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/TestGroupParametersQueryData.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/TestGroupParametersQueryData.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/TestGroupParametersQueryData.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/TestGroupParametersQueryData.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/User.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/User.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/DTO/User.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/DTO/User.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Factory.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Factory.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Factory.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Factory.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/AnotherFakeDummy.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/AnotherFakeDummy.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/AnotherFakeDummy.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/AnotherFakeDummy.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/Fake.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/Fake.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/Fake.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/Fake.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeBodyWithFileSchema.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeBodyWithFileSchema.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeBodyWithFileSchema.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeBodyWithFileSchema.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeBodyWithQueryParams.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeBodyWithQueryParams.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeBodyWithQueryParams.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeBodyWithQueryParams.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeClassnameTest.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeClassnameTest.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeClassnameTest.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeClassnameTest.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeHealth.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeHealth.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeHealth.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeHealth.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeInlineAdditionalProperties.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeInlineAdditionalProperties.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeInlineAdditionalProperties.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeInlineAdditionalProperties.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeJsonFormData.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeJsonFormData.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeJsonFormData.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeJsonFormData.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeOuterBoolean.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeOuterBoolean.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeOuterBoolean.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeOuterBoolean.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeOuterComposite.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeOuterComposite.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeOuterComposite.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeOuterComposite.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeOuterNumber.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeOuterNumber.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeOuterNumber.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeOuterNumber.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeOuterString.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeOuterString.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakeOuterString.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakeOuterString.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakePetIdUploadImageWithRequiredFile.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakePetIdUploadImageWithRequiredFile.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/FakePetIdUploadImageWithRequiredFile.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/FakePetIdUploadImageWithRequiredFile.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/Foo.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/Foo.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/Foo.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/Foo.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/Pet.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/Pet.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/Pet.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/Pet.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/PetFindByStatus.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/PetFindByStatus.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/PetFindByStatus.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/PetFindByStatus.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/PetFindByTags.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/PetFindByTags.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/PetFindByTags.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/PetFindByTags.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/PetPetId.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/PetPetId.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/PetPetId.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/PetPetId.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/PetPetIdUploadImage.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/PetPetIdUploadImage.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/PetPetIdUploadImage.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/PetPetIdUploadImage.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/StoreInventory.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/StoreInventory.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/StoreInventory.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/StoreInventory.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/StoreOrder.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/StoreOrder.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/StoreOrder.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/StoreOrder.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/StoreOrderOrderId.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/StoreOrderOrderId.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/StoreOrderOrderId.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/StoreOrderOrderId.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/User.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/User.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/User.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/User.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/UserCreateWithArray.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/UserCreateWithArray.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/UserCreateWithArray.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/UserCreateWithArray.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/UserCreateWithList.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/UserCreateWithList.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/UserCreateWithList.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/UserCreateWithList.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/UserLogin.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/UserLogin.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/UserLogin.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/UserLogin.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/UserLogout.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/UserLogout.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/UserLogout.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/UserLogout.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/UserUsername.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/UserUsername.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Handler/UserUsername.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Handler/UserUsername.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Middleware/InternalServerError.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Middleware/InternalServerError.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Middleware/InternalServerError.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Middleware/InternalServerError.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Strategy/Date.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Strategy/Date.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Strategy/Date.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Strategy/Date.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Strategy/DateTime.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Strategy/DateTime.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Strategy/DateTime.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Strategy/DateTime.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Strategy/QueryParameter.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Strategy/QueryParameter.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Strategy/QueryParameter.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Strategy/QueryParameter.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Strategy/QueryParameterArray.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Strategy/QueryParameterArray.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Strategy/QueryParameterArray.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Strategy/QueryParameterArray.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Validator/QueryParameterArrayType.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Validator/QueryParameterArrayType.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Validator/QueryParameterArrayType.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Validator/QueryParameterArrayType.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Validator/QueryParameterType.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Validator/QueryParameterType.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Validator/QueryParameterType.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Validator/QueryParameterType.php diff --git a/samples/server/openapi3/petstore/php-ze-ph/src/App/Validator/Type.php b/samples/openapi3/server/petstore/php-ze-ph/src/App/Validator/Type.php similarity index 100% rename from samples/server/openapi3/petstore/php-ze-ph/src/App/Validator/Type.php rename to samples/openapi3/server/petstore/php-ze-ph/src/App/Validator/Type.php diff --git a/samples/server/openapi3/petstore/python-flask-python2/.dockerignore b/samples/openapi3/server/petstore/python-flask-python2/.dockerignore similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/.dockerignore rename to samples/openapi3/server/petstore/python-flask-python2/.dockerignore diff --git a/samples/server/openapi3/petstore/python-flask-python2/.gitignore b/samples/openapi3/server/petstore/python-flask-python2/.gitignore similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/.gitignore rename to samples/openapi3/server/petstore/python-flask-python2/.gitignore diff --git a/samples/server/openapi3/petstore/python-flask-python2/.openapi-generator-ignore b/samples/openapi3/server/petstore/python-flask-python2/.openapi-generator-ignore similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/.openapi-generator-ignore rename to samples/openapi3/server/petstore/python-flask-python2/.openapi-generator-ignore diff --git a/samples/server/openapi3/petstore/python-flask-python2/.openapi-generator/VERSION b/samples/openapi3/server/petstore/python-flask-python2/.openapi-generator/VERSION similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/.openapi-generator/VERSION rename to samples/openapi3/server/petstore/python-flask-python2/.openapi-generator/VERSION diff --git a/samples/server/openapi3/petstore/python-flask-python2/.travis.yml b/samples/openapi3/server/petstore/python-flask-python2/.travis.yml similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/.travis.yml rename to samples/openapi3/server/petstore/python-flask-python2/.travis.yml diff --git a/samples/server/openapi3/petstore/python-flask-python2/Dockerfile b/samples/openapi3/server/petstore/python-flask-python2/Dockerfile similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/Dockerfile rename to samples/openapi3/server/petstore/python-flask-python2/Dockerfile diff --git a/samples/server/openapi3/petstore/python-flask-python2/README.md b/samples/openapi3/server/petstore/python-flask-python2/README.md similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/README.md rename to samples/openapi3/server/petstore/python-flask-python2/README.md diff --git a/samples/server/openapi3/petstore/python-flask-python2/git_push.sh b/samples/openapi3/server/petstore/python-flask-python2/git_push.sh similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/git_push.sh rename to samples/openapi3/server/petstore/python-flask-python2/git_push.sh diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/__init__.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/__init__.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/__init__.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/__init__.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/__main__.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/__main__.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/__main__.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/__main__.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/controllers/__init__.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/controllers/__init__.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/controllers/__init__.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/controllers/__init__.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/controllers/pet_controller.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/controllers/pet_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/controllers/pet_controller.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/controllers/pet_controller.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/controllers/security_controller_.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/controllers/security_controller_.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/controllers/security_controller_.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/controllers/security_controller_.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/controllers/store_controller.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/controllers/store_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/controllers/store_controller.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/controllers/store_controller.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/controllers/user_controller.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/controllers/user_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/controllers/user_controller.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/controllers/user_controller.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/encoder.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/encoder.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/encoder.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/encoder.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/__init__.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/__init__.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/__init__.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/__init__.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/api_response.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/api_response.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/api_response.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/api_response.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/base_model_.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/base_model_.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/base_model_.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/base_model_.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/category.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/category.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/category.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/category.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/inline_object.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/inline_object.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/inline_object.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/inline_object.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/inline_object1.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/inline_object1.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/inline_object1.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/inline_object1.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/order.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/order.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/order.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/order.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/pet.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/pet.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/pet.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/pet.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/tag.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/tag.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/tag.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/tag.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/user.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/user.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/models/user.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/models/user.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/openapi/openapi.yaml b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/openapi/openapi.yaml similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/openapi/openapi.yaml rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/openapi/openapi.yaml diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/test/__init__.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/test/__init__.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/test/__init__.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/test/__init__.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/test/test_pet_controller.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/test/test_pet_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/test/test_pet_controller.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/test/test_pet_controller.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/test/test_store_controller.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/test/test_store_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/test/test_store_controller.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/test/test_store_controller.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/test/test_user_controller.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/test/test_user_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/test/test_user_controller.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/test/test_user_controller.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/typing_utils.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/typing_utils.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/typing_utils.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/typing_utils.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/openapi_server/util.py b/samples/openapi3/server/petstore/python-flask-python2/openapi_server/util.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/openapi_server/util.py rename to samples/openapi3/server/petstore/python-flask-python2/openapi_server/util.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/requirements.txt b/samples/openapi3/server/petstore/python-flask-python2/requirements.txt similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/requirements.txt rename to samples/openapi3/server/petstore/python-flask-python2/requirements.txt diff --git a/samples/server/openapi3/petstore/python-flask-python2/setup.py b/samples/openapi3/server/petstore/python-flask-python2/setup.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/setup.py rename to samples/openapi3/server/petstore/python-flask-python2/setup.py diff --git a/samples/server/openapi3/petstore/python-flask-python2/test-requirements.txt b/samples/openapi3/server/petstore/python-flask-python2/test-requirements.txt similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/test-requirements.txt rename to samples/openapi3/server/petstore/python-flask-python2/test-requirements.txt diff --git a/samples/server/openapi3/petstore/python-flask-python2/tox.ini b/samples/openapi3/server/petstore/python-flask-python2/tox.ini similarity index 100% rename from samples/server/openapi3/petstore/python-flask-python2/tox.ini rename to samples/openapi3/server/petstore/python-flask-python2/tox.ini diff --git a/samples/server/openapi3/petstore/python-flask/.dockerignore b/samples/openapi3/server/petstore/python-flask/.dockerignore similarity index 100% rename from samples/server/openapi3/petstore/python-flask/.dockerignore rename to samples/openapi3/server/petstore/python-flask/.dockerignore diff --git a/samples/server/openapi3/petstore/python-flask/.gitignore b/samples/openapi3/server/petstore/python-flask/.gitignore similarity index 100% rename from samples/server/openapi3/petstore/python-flask/.gitignore rename to samples/openapi3/server/petstore/python-flask/.gitignore diff --git a/samples/server/openapi3/petstore/python-flask/.openapi-generator-ignore b/samples/openapi3/server/petstore/python-flask/.openapi-generator-ignore similarity index 100% rename from samples/server/openapi3/petstore/python-flask/.openapi-generator-ignore rename to samples/openapi3/server/petstore/python-flask/.openapi-generator-ignore diff --git a/samples/server/openapi3/petstore/python-flask/.openapi-generator/VERSION b/samples/openapi3/server/petstore/python-flask/.openapi-generator/VERSION similarity index 100% rename from samples/server/openapi3/petstore/python-flask/.openapi-generator/VERSION rename to samples/openapi3/server/petstore/python-flask/.openapi-generator/VERSION diff --git a/samples/server/openapi3/petstore/python-flask/.travis.yml b/samples/openapi3/server/petstore/python-flask/.travis.yml similarity index 100% rename from samples/server/openapi3/petstore/python-flask/.travis.yml rename to samples/openapi3/server/petstore/python-flask/.travis.yml diff --git a/samples/server/openapi3/petstore/python-flask/Dockerfile b/samples/openapi3/server/petstore/python-flask/Dockerfile similarity index 100% rename from samples/server/openapi3/petstore/python-flask/Dockerfile rename to samples/openapi3/server/petstore/python-flask/Dockerfile diff --git a/samples/server/openapi3/petstore/python-flask/README.md b/samples/openapi3/server/petstore/python-flask/README.md similarity index 100% rename from samples/server/openapi3/petstore/python-flask/README.md rename to samples/openapi3/server/petstore/python-flask/README.md diff --git a/samples/server/openapi3/petstore/python-flask/git_push.sh b/samples/openapi3/server/petstore/python-flask/git_push.sh similarity index 100% rename from samples/server/openapi3/petstore/python-flask/git_push.sh rename to samples/openapi3/server/petstore/python-flask/git_push.sh diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/__init__.py b/samples/openapi3/server/petstore/python-flask/openapi_server/__init__.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/__init__.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/__init__.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/__main__.py b/samples/openapi3/server/petstore/python-flask/openapi_server/__main__.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/__main__.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/__main__.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/controllers/__init__.py b/samples/openapi3/server/petstore/python-flask/openapi_server/controllers/__init__.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/controllers/__init__.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/controllers/__init__.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/controllers/pet_controller.py b/samples/openapi3/server/petstore/python-flask/openapi_server/controllers/pet_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/controllers/pet_controller.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/controllers/pet_controller.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/controllers/security_controller_.py b/samples/openapi3/server/petstore/python-flask/openapi_server/controllers/security_controller_.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/controllers/security_controller_.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/controllers/security_controller_.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/controllers/store_controller.py b/samples/openapi3/server/petstore/python-flask/openapi_server/controllers/store_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/controllers/store_controller.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/controllers/store_controller.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/controllers/user_controller.py b/samples/openapi3/server/petstore/python-flask/openapi_server/controllers/user_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/controllers/user_controller.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/controllers/user_controller.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/encoder.py b/samples/openapi3/server/petstore/python-flask/openapi_server/encoder.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/encoder.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/encoder.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/models/__init__.py b/samples/openapi3/server/petstore/python-flask/openapi_server/models/__init__.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/models/__init__.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/models/__init__.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/models/api_response.py b/samples/openapi3/server/petstore/python-flask/openapi_server/models/api_response.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/models/api_response.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/models/api_response.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/models/base_model_.py b/samples/openapi3/server/petstore/python-flask/openapi_server/models/base_model_.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/models/base_model_.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/models/base_model_.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/models/category.py b/samples/openapi3/server/petstore/python-flask/openapi_server/models/category.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/models/category.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/models/category.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/models/inline_object.py b/samples/openapi3/server/petstore/python-flask/openapi_server/models/inline_object.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/models/inline_object.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/models/inline_object.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/models/inline_object1.py b/samples/openapi3/server/petstore/python-flask/openapi_server/models/inline_object1.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/models/inline_object1.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/models/inline_object1.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/models/order.py b/samples/openapi3/server/petstore/python-flask/openapi_server/models/order.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/models/order.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/models/order.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/models/pet.py b/samples/openapi3/server/petstore/python-flask/openapi_server/models/pet.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/models/pet.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/models/pet.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/models/tag.py b/samples/openapi3/server/petstore/python-flask/openapi_server/models/tag.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/models/tag.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/models/tag.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/models/user.py b/samples/openapi3/server/petstore/python-flask/openapi_server/models/user.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/models/user.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/models/user.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/openapi/openapi.yaml b/samples/openapi3/server/petstore/python-flask/openapi_server/openapi/openapi.yaml similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/openapi/openapi.yaml rename to samples/openapi3/server/petstore/python-flask/openapi_server/openapi/openapi.yaml diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/test/__init__.py b/samples/openapi3/server/petstore/python-flask/openapi_server/test/__init__.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/test/__init__.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/test/__init__.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/test/test_pet_controller.py b/samples/openapi3/server/petstore/python-flask/openapi_server/test/test_pet_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/test/test_pet_controller.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/test/test_pet_controller.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/test/test_store_controller.py b/samples/openapi3/server/petstore/python-flask/openapi_server/test/test_store_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/test/test_store_controller.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/test/test_store_controller.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/test/test_user_controller.py b/samples/openapi3/server/petstore/python-flask/openapi_server/test/test_user_controller.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/test/test_user_controller.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/test/test_user_controller.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/typing_utils.py b/samples/openapi3/server/petstore/python-flask/openapi_server/typing_utils.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/typing_utils.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/typing_utils.py diff --git a/samples/server/openapi3/petstore/python-flask/openapi_server/util.py b/samples/openapi3/server/petstore/python-flask/openapi_server/util.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/openapi_server/util.py rename to samples/openapi3/server/petstore/python-flask/openapi_server/util.py diff --git a/samples/server/openapi3/petstore/python-flask/requirements.txt b/samples/openapi3/server/petstore/python-flask/requirements.txt similarity index 100% rename from samples/server/openapi3/petstore/python-flask/requirements.txt rename to samples/openapi3/server/petstore/python-flask/requirements.txt diff --git a/samples/server/openapi3/petstore/python-flask/setup.py b/samples/openapi3/server/petstore/python-flask/setup.py similarity index 100% rename from samples/server/openapi3/petstore/python-flask/setup.py rename to samples/openapi3/server/petstore/python-flask/setup.py diff --git a/samples/server/openapi3/petstore/python-flask/test-requirements.txt b/samples/openapi3/server/petstore/python-flask/test-requirements.txt similarity index 100% rename from samples/server/openapi3/petstore/python-flask/test-requirements.txt rename to samples/openapi3/server/petstore/python-flask/test-requirements.txt diff --git a/samples/server/openapi3/petstore/python-flask/tox.ini b/samples/openapi3/server/petstore/python-flask/tox.ini similarity index 100% rename from samples/server/openapi3/petstore/python-flask/tox.ini rename to samples/openapi3/server/petstore/python-flask/tox.ini