Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Update Fork #2

Merged
merged 155 commits into from May 1, 2020
Merged

Update Fork #2

merged 155 commits into from May 1, 2020

Conversation

MiguelFranken
Copy link
Owner

No description provided.

wing328 and others added 30 commits April 2, 2020 08:19
* better common verb handling

* better debugging

* add option to customize common verb
…ITools#5736)

* [cli] Some CLI improvements…

* Introduce --version
* Introduce --help
* Add --sha to version command for short SHA display
* Output Version and SHA details
* In new --version output, display repo and doc site

Additional cleanup to suppress warnings and code quality.

* [docker] Adds labels for metadata

This adds image labels to store metadata on the online and cli docker
images, using standard labels:

* org.opencontainers.image.created
* org.opencontainers.image.revision
* org.opencontainers.image.title
* org.opencontainers.image.version

These can be inspected via 'docker inspect IMAGE_NAME' and may be useful
in tooling/automation or bug reports submitted by users.

For more details on these labels, see:
https://github.com/opencontainers/image-spec/blob/master/annotations.md

* Include version --full for equiv to --version
-D option has been deprecated as it was previously used to:

* Pass "system properties"
* Pass additional properties

This was confusing because we already have --additional-properties and
because Java System Properties are passed as -D before program
arguments.

Confusion around the -D option had existed for some time, but when we
introduced the thread-safe GlobalSettings to avoid overwriting Java
System Properties, we created a hard break from Java System Properties
in the generator. This also disconnected the previous "system
properties" from accepting additional properties.

Once these newly deprecated methods are removed, we will have a clear
separation of concerns between:

* Java System Properties
* Global generator properties (used as workflow context)
* Additional properties (used as generator options)

This commit marks multiple places for cleanup in 5.0. These will be
breaking changes, and lower effort to break in 5.0 with deprecation
warnings now rather than adding sibling properties throughout the code
and potentially introducing logic errors.
…I methods (OpenAPITools#5611)

* [go-experimental][go][client] Remove unreachable code in go client API methods

* Properly regenerate all samples
* added openVALIDATION Project to readme

* Update README.md

Co-Authored-By: Akihito Nakano <sora.akatsuki@gmail.com>

Co-authored-by: Akihito Nakano <sora.akatsuki@gmail.com>
…tion/json (OpenAPITools#5787)

* [csharp-client] Complex form parameters are now correctly serialized as json.
Reference: http://spec.openapis.org/oas/v3.0.3#special-considerations-for-multipart-content

* Updated bin/windows csharp sample generation scripts to point to the correct directories

* Updated csharp samples

Co-authored-by: Olivier Leonard <oleonard@ankama.com>
* fix scala-akka java8 serializers

* regenerate samples for akka-http
…SeparateModelsAndApi (OpenAPITools#5797)

* add ts-ignore

* add petstore sample
…PITools#5811)

* add with http support

* use full name in tests

* using full name in test

* skip type check
…Tools#5814)

* debugging array response

* fix find pet tests

* better tests to ignore order
…ages (OpenAPITools#5808)

* Warn once instead of many times when the log statement does not have contextual information

* Warn once instead of many times when the log statement does not have contextual information
* make name cache configurable

* Address review comments
…minor err msg improvement (OpenAPITools#5791)

* Add documentation to generated code

* Improve error message

* Improve documentation

* Improve documentation

* Improve documentation

* Improve documentation

* Improve documentation

* Improve documentation

* Run sample scripts

* Address review comments

* Address review comments

* Fix problem in python error message
* Scala akka-http server base implementation

* [scala-akka-http-server] petStore samples

* Improved the formatting of generated files

* Updated scala-akka-http server samples

* [scala-akka-http-server] the groupId, artifactId and artifactVersion default value are used as intended.

* Fixed the default operation not being correctly generated on parameterless operations

* Added build.sbt.mustache supporting file

* Updated scala-akka-http server samples

* ScalaAkkaHttpServer: Fixed a String.format call to use Locale.ROOT for locale

* [scala-akka-http-server] Fixed defaultValue being escaped during generation

* Added scala-akka-http.md

* Replaced all "⇒" character with "=>" to retain compatibility with scala 2.13

* [scala-akka-http] Added a config option akkaHttpVersion
It's set in the generated build.sbt.

* Updated scala-akka-http server samples

* [scala-akka-http] More accurate akkaHttpVersion parsing

* Updated scala-akka-http.md

* [scala-akka-http] Changed the akka-http version check to fix the generation of StringDirectives

* Updated scala-akka-http samples

* updated scala-akka-http.md

Co-authored-by: Olivier Leonard <oleonard@ankama.com>
* minor improvements to scala akka server

* add samples

* update doc
* update swagger parser to 2.0.18

* fix online server exception

* Revert "fix online server exception"

This reverts commit fe3cb52.

* update parser to 2.0.19
When generating model that use allOf, the equals and hashCode methods
must take the parent class into account.
…PITools#5776)

* fix default value generation for kotlin

* add updated pet templates

* Revert "add updated pet templates"

This reverts commit 7e8168a

* regen pet store projects code
* First try to generate unit tests for the models of the C-libcurl client. Models into models are not supported yet.

* Added unit tests for the modules of the C-libcurl client to the git repository.

* Support for objects having other objects as properties, for the C-libcurl client generator

* Proper formatting of generated code
…mpression variables initialization (OpenAPITools#5834)

When contentCompression is not enabled, the variables isRequestCompressionEnabled and isResponseCompressionEnabled in HttpRequestWorker are not being initialized.
Without initialization the compress function could be called and the request content could be an empty QByteArray instead of original request body.
…nAPITools#5829)

* [scala-akka-http-server] Normalized vendor extension "paths" to "x-paths"

* [scala-akka-http-server] Normalized vendor extension "hasDefaultValue", "isDefault", "specificMarshallers", "fileParams", "nonFileParams"

Co-authored-by: Olivier Leonard <oleonard@ankama.com>
wing328 and others added 27 commits April 28, 2020 00:09
…al) (OpenAPITools#6058)

* add fmt-maven-plugin to jersey2 exp

* update samples

* add http signature auth template

* minor fix

* fix http beaer auth, update sample

* fix http signature auth

* fix http signature auth

* header support

* add query string to path

* undo changes in default codegen

* ignore fake test

* add serialize to string method

* add serialzie to string method

* add get mapper

* auto format java source code

* remove plugin

* update pom.xml

* change back AbstractOpenApiSchema to T

* skip mvn code formatter in bin script

* undo changes to spec

* update samples

* add back HttpSignatureAuth.java
* add MoonVision user

* add moonvision to readme list
* Fix URLSessionImplementations file upload

* Generated petstore
deepObject query parameters need to be specially marshalled.
Unfortunately, they're quite tricky to distinguish in mustache because
there's no boolean property for deepObject, so add a vendorExtension
property to ease the mustache template.
Check "typeof FormData" first. This allows the code to also work in
nodejs with isomorphic-fetch.
There are cases where minimizing quotes results in invalid YAML. For
example, an input YAML with string "1234_1234" will be converted to YAML
value 1234_1234 which is an int in YAML 1.1
(https://yaml.org/type/int.html)

THe only option in these cases is to either:

* Revert the option completely to always quote values
* Provide a user-customization to disable quotes minimization

This applies the latter with the assumption that this is an edge case
and users who are unaffected will default to the "prettier" version.

An alternative would be to write a custom serializer for strings, and if
they are in the format of of any of the valid formats defined in YAML:

[-+]?0b[0-1_]+ # (base 2)
|[-+]?0[0-7_]+ # (base 8)
|[-+]?(0|[1-9][0-9_]*) # (base 10)
|[-+]?0x[0-9a-fA-F_]+ # (base 16)
|[-+]?[1-9][0-9_]*(:[0-5]?[0-9])+ # (base 60)

Then wrap the result in quotes. That approach was not taken because of
the potential for significant performance impact on very large specs,
which our users are often tasked with transforming.
Add a lambda that formats the documentation correctly even if it
contains newlines. The generated docs with typedoc looks a lot better
and also renders Markdown correctly.

Also remove the "no description" fallback for APIs because we don't have
it anywhere else, other generators don't generate a default fallback and
I'd rather have no documentation than a "no description" string.
* Fixes md docs

* Separates out boolean enum options into legacyDiscriminatorBehaviorOpts

* Updates docs, adds true and false descriptions
…ls#6087)

* Add AuthService example to TypeScript Angular README.md

* Update generated Angular libs
* Generate readonly properties in Swift5 with additional readonlyProperties parameter

* add sample
The specification requires that tags are unique. This isn't caught by
swagger-parser, so we will issue a warning if duplicate tag names are
found.
…enAPITools#5680)

* Fixed valuetype parameters and discriminator deserialization

- Made non-required valuetypes nullable, and flagged required valuetypes as "x-csharp-value-type"
- Made sure to camelCase discriminator property names in Subtype converter

* Ran pet store sample script

* Ensure that readWriteVars and readOnlyVars are also marked as isEnum and isPrimitiveType where appropriate

* Updated petstore sample with enum fix

* Fields that are required should emit default values (otherwise the consuming API might throw a fit

* Added missing sample updated

* Re-ran petstore example script to grab all changes

* Rebased and re-ran example update script

* update csharp samples

Co-authored-by: William Cheng <wing328hk@gmail.com>
…ype header. (OpenAPITools#6078)

* Fix problem with clients, that put charset in content type header.

With this fix header "Content-Type: application/json; charset=utf-8" working same as "Content-Type: application/json" for parse input data

* Fix code style, add $consumes length check.

* Add isContentTypeAllowed static method and tests

* Fix old tests

Right now serializer doesn't support anything beside json and xml.
Call tests with application/json instead of form data.

Co-authored-by: Yuriy Belenko <yura-bely@mail.ru>
* [cli][build] Relax the git id plugin

* Guard against null on missing build properties
* better anytype support

* add tests for any type

* fix test with any_value

* fix tests

* fix case additionalProperties: {}

* test with CI

* remove check in map schema

* Revert "remove check in map schema"

This reverts commit e016c41.

* fix tests, comment out map schema fix

* fix tests

* fix tests with correct codegen model

* fix tests

* fix tests for map of any type

* fix array of any type

* fix array of any type

* update samples, remove log

* add typemapping to go, python
* Fix return type in model setters.
Previously return type was same, as method arguments. It`s wrong, and cause errors like
"Return value of Foo::setSuccess() must be of the type bool, object returned"
We cant use self and current {{classname}} as return type, because that can break class inheritance. So, better remove type hint on setters, until PHP-devs dont make realization for return static

* Add return self type hint for setters

* Revert "Add return self type hint for setters"

This reverts commit 07dd971
…6115)

* provide code samples in api doc

* update petstore samples
* test scala akka in ci

* fix compilation error

* fix scala akka test

* add tests
* Propagate deprecated property through $ref's

As $ref is supposed to completely replace the definition of a property,
make sure we also include the 'deprecated' property when generating the
type of a $ref property.

This makes a property $ref'ing a deprecated schema also become deprecated.

* Clarify why we're messing around with $ref
# Conflicts:
#	README.md
#	modules/openapi-generator/src/main/java/org/openapitools/codegen/CodegenModel.java
#	modules/openapi-generator/src/main/resources/META-INF/services/org.openapitools.codegen.CodegenConfig
#	modules/openapi-generator/src/main/resources/typescript-angular/README.mustache
#	samples/client/petstore/c/.openapi-generator/VERSION
#	samples/client/petstore/c/api/PetAPI.c
#	samples/client/petstore/c/api/PetAPI.h
#	samples/client/petstore/c/api/StoreAPI.c
#	samples/client/petstore/c/api/StoreAPI.h
#	samples/client/petstore/c/api/UserAPI.c
#	samples/client/petstore/c/api/UserAPI.h
#	samples/client/petstore/c/include/apiClient.h
#	samples/client/petstore/c/model/api_response.h
#	samples/client/petstore/c/model/category.h
#	samples/client/petstore/c/model/object.h
#	samples/client/petstore/c/model/order.h
#	samples/client/petstore/c/model/pet.h
#	samples/client/petstore/c/model/tag.h
#	samples/client/petstore/c/model/user.h
#	samples/client/petstore/c/src/apiClient.c
#	samples/client/petstore/cpp-qt5/.openapi-generator/VERSION
#	samples/client/petstore/cpp-qt5/PetStore/main.cpp
#	samples/client/petstore/cpp-qt5/client/PFXApiResponse.cpp
#	samples/client/petstore/cpp-qt5/client/PFXApiResponse.h
#	samples/client/petstore/cpp-qt5/client/PFXCategory.cpp
#	samples/client/petstore/cpp-qt5/client/PFXCategory.h
#	samples/client/petstore/cpp-qt5/client/PFXHelpers.cpp
#	samples/client/petstore/cpp-qt5/client/PFXHelpers.h
#	samples/client/petstore/cpp-qt5/client/PFXHttpRequest.cpp
#	samples/client/petstore/cpp-qt5/client/PFXHttpRequest.h
#	samples/client/petstore/cpp-qt5/client/PFXOrder.cpp
#	samples/client/petstore/cpp-qt5/client/PFXOrder.h
#	samples/client/petstore/cpp-qt5/client/PFXPet.cpp
#	samples/client/petstore/cpp-qt5/client/PFXPet.h
#	samples/client/petstore/cpp-qt5/client/PFXTag.cpp
#	samples/client/petstore/cpp-qt5/client/PFXTag.h
#	samples/client/petstore/cpp-qt5/client/PFXUser.cpp
#	samples/client/petstore/cpp-qt5/client/PFXUser.h
#	samples/client/petstore/csharp-dotnet2/OpenAPIClientTest/Lib/OpenAPIClient/.openapi-generator/VERSION
#	samples/client/petstore/csharp-dotnet2/OpenAPIClientTest/Lib/OpenAPIClient/README.md
#	samples/client/petstore/csharp-dotnet2/OpenAPIClientTest/Lib/OpenAPIClient/docs/PetApi.md
#	samples/client/petstore/csharp-dotnet2/OpenAPIClientTest/Lib/OpenAPIClient/docs/StoreApi.md
#	samples/client/petstore/csharp-dotnet2/OpenAPIClientTest/Lib/OpenAPIClient/docs/UserApi.md
#	samples/client/petstore/csharp-dotnet2/OpenAPIClientTest/Lib/OpenAPIClient/src/main/CsharpDotNet2/Org/OpenAPITools/Client/ApiClient.cs
#	samples/client/petstore/csharp-dotnet2/OpenAPIClientTest/Lib/OpenAPIClient/src/main/CsharpDotNet2/Org/OpenAPITools/Client/Configuration.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Client/ClientUtils.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Model/Animal.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Model/Category.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Model/EnumTest.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Model/FormatTest.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Model/Pet.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Model/TypeHolderDefault.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Model/TypeHolderExample.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Client/ClientUtils.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Model/Animal.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Model/Category.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Model/EnumTest.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Model/FormatTest.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Model/Pet.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Model/TypeHolderDefault.cs
#	samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Model/TypeHolderExample.cs
#	samples/client/petstore/csharp/OpenAPIClient/build.bat
#	samples/client/petstore/csharp/OpenAPIClient/build.sh
#	samples/client/petstore/csharp/OpenAPIClient/docs/FakeApi.md
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools.Test/Org.OpenAPITools.Test.csproj
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools.Test/packages.config
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Api/FakeApi.cs
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Client/ApiClient.cs
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/Animal.cs
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/Category.cs
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/EnumTest.cs
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/FormatTest.cs
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/Name.cs
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/Pet.cs
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/TypeHolderDefault.cs
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Model/TypeHolderExample.cs
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Org.OpenAPITools.csproj
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Org.OpenAPITools.nuspec
#	samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/packages.config
#	samples/client/petstore/csharp/OpenAPIClientNet35/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClientNet35/build.bat
#	samples/client/petstore/csharp/OpenAPIClientNet35/build.sh
#	samples/client/petstore/csharp/OpenAPIClientNet35/docs/FakeApi.md
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools.Test/Org.OpenAPITools.Test.csproj
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools.Test/packages.config
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Api/FakeApi.cs
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Model/Animal.cs
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Model/Category.cs
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Model/EnumTest.cs
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Model/FormatTest.cs
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Model/Name.cs
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Model/Pet.cs
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Model/TypeHolderDefault.cs
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Model/TypeHolderExample.cs
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Org.OpenAPITools.csproj
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/Org.OpenAPITools.nuspec
#	samples/client/petstore/csharp/OpenAPIClientNet35/src/Org.OpenAPITools/packages.config
#	samples/client/petstore/csharp/OpenAPIClientNet40/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClientNet40/build.bat
#	samples/client/petstore/csharp/OpenAPIClientNet40/build.sh
#	samples/client/petstore/csharp/OpenAPIClientNet40/docs/FakeApi.md
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools.Test/Org.OpenAPITools.Test.csproj
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools.Test/packages.config
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Api/FakeApi.cs
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Model/Animal.cs
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Model/Category.cs
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Model/EnumTest.cs
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Model/FormatTest.cs
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Model/Name.cs
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Model/Pet.cs
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Model/TypeHolderDefault.cs
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Model/TypeHolderExample.cs
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Org.OpenAPITools.csproj
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/Org.OpenAPITools.nuspec
#	samples/client/petstore/csharp/OpenAPIClientNet40/src/Org.OpenAPITools/packages.config
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/README.md
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/docs/FakeApi.md
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Api/FakeApi.cs
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Client/ApiClient.cs
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Model/Animal.cs
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Model/Category.cs
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Model/EnumTest.cs
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Model/FormatTest.cs
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Model/Name.cs
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Model/Pet.cs
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Model/TypeHolderDefault.cs
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Model/TypeHolderExample.cs
#	samples/client/petstore/csharp/OpenAPIClientNetCoreProject/src/Org.OpenAPITools/Org.OpenAPITools.csproj
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/docs/FakeApi.md
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/src/Org.OpenAPITools/Api/FakeApi.cs
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/src/Org.OpenAPITools/Model/Animal.cs
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/src/Org.OpenAPITools/Model/Category.cs
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/src/Org.OpenAPITools/Model/EnumTest.cs
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/src/Org.OpenAPITools/Model/FormatTest.cs
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/src/Org.OpenAPITools/Model/Name.cs
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/src/Org.OpenAPITools/Model/Pet.cs
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/src/Org.OpenAPITools/Model/TypeHolderDefault.cs
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/src/Org.OpenAPITools/Model/TypeHolderExample.cs
#	samples/client/petstore/csharp/OpenAPIClientNetStandard/src/Org.OpenAPITools/project.json
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/.openapi-generator/VERSION
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/build.bat
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/build.sh
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/docs/FakeApi.md
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/src/Org.OpenAPITools.Test/Org.OpenAPITools.Test.csproj
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/src/Org.OpenAPITools.Test/packages.config
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/src/Org.OpenAPITools/Api/FakeApi.cs
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/src/Org.OpenAPITools/Model/Animal.cs
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/src/Org.OpenAPITools/Model/EnumTest.cs
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/src/Org.OpenAPITools/Org.OpenAPITools.csproj
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/src/Org.OpenAPITools/Org.OpenAPITools.nuspec
#	samples/client/petstore/csharp/OpenAPIClientWithPropertyChanged/src/Org.OpenAPITools/packages.config
#	samples/client/petstore/dart-dio/.openapi-generator/VERSION
#	samples/client/petstore/dart-dio/lib/api/pet_api.dart
#	samples/client/petstore/dart/flutter_petstore/openapi/doc/InlineObject.md
#	samples/client/petstore/dart/flutter_petstore/openapi/doc/InlineObject1.md
#	samples/client/petstore/dart/flutter_petstore/openapi/lib/model/inline_object.dart
#	samples/client/petstore/dart/flutter_petstore/openapi/lib/model/inline_object1.dart
#	samples/client/petstore/dart2/openapi/.openapi-generator/VERSION
#	samples/client/petstore/dart2/openapi/lib/api.dart
#	samples/client/petstore/dart2/petstore/test/fake_client.dart
#	samples/client/petstore/dart2/petstore/test/pet_faked_client_test.dart
#	samples/client/petstore/dart2/petstore/test/store_faked_client_test.dart
#	samples/client/petstore/dart2/petstore/test/store_test.dart
#	samples/client/petstore/dart2/petstore_client_lib/lib/api.dart
#	samples/client/petstore/dart2/petstore_client_lib/lib/api/pet_api.dart
#	samples/client/petstore/dart2/petstore_client_lib/lib/api/store_api.dart
#	samples/client/petstore/dart2/petstore_client_lib/lib/api/user_api.dart
#	samples/client/petstore/dart2/petstore_client_lib/lib/api_client.dart
#	samples/client/petstore/go-experimental/go-petstore/api_another_fake.go
#	samples/client/petstore/go-experimental/go-petstore/api_fake.go
#	samples/client/petstore/go-experimental/go-petstore/api_fake_classname_tags123.go
#	samples/client/petstore/go-experimental/go-petstore/api_pet.go
#	samples/client/petstore/go-experimental/go-petstore/api_store.go
#	samples/client/petstore/go-experimental/go-petstore/api_user.go
#	samples/client/petstore/go-experimental/go-petstore/docs/AnotherFakeApi.md
#	samples/client/petstore/go-experimental/go-petstore/docs/FakeApi.md
#	samples/client/petstore/go-experimental/go-petstore/docs/FakeClassnameTags123Api.md
#	samples/client/petstore/go-experimental/go-petstore/docs/PetApi.md
#	samples/client/petstore/go-experimental/go-petstore/docs/StoreApi.md
#	samples/client/petstore/go-experimental/go-petstore/docs/UserApi.md
#	samples/client/petstore/go/go-petstore-withXml/api_another_fake.go
#	samples/client/petstore/go/go-petstore-withXml/api_fake.go
#	samples/client/petstore/go/go-petstore-withXml/api_fake_classname_tags123.go
#	samples/client/petstore/go/go-petstore-withXml/api_pet.go
#	samples/client/petstore/go/go-petstore-withXml/api_store.go
#	samples/client/petstore/go/go-petstore-withXml/api_user.go
#	samples/client/petstore/go/go-petstore/api_another_fake.go
#	samples/client/petstore/go/go-petstore/api_fake.go
#	samples/client/petstore/go/go-petstore/api_fake_classname_tags123.go
#	samples/client/petstore/go/go-petstore/api_pet.go
#	samples/client/petstore/go/go-petstore/api_store.go
#	samples/client/petstore/go/go-petstore/api_user.go
#	samples/client/petstore/java/feign/build.gradle
#	samples/client/petstore/java/feign/build.sbt
#	samples/client/petstore/java/feign/pom.xml
#	samples/client/petstore/java/feign/src/main/java/org/openapitools/client/api/FakeApi.java
#	samples/client/petstore/java/feign/src/main/java/org/openapitools/client/api/PetApi.java
#	samples/client/petstore/java/feign/src/main/java/org/openapitools/client/api/StoreApi.java
#	samples/client/petstore/java/feign/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/feign10x/build.gradle
#	samples/client/petstore/java/feign10x/build.sbt
#	samples/client/petstore/java/feign10x/pom.xml
#	samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/api/FakeApi.java
#	samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/api/PetApi.java
#	samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/api/StoreApi.java
#	samples/client/petstore/java/feign10x/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/google-api-client/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/jersey1/pom.xml
#	samples/client/petstore/java/jersey1/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/jersey2-experimental/docs/Dog.md
#	samples/client/petstore/java/jersey2-experimental/docs/Foo.md
#	samples/client/petstore/java/jersey2-java6/pom.xml
#	samples/client/petstore/java/jersey2-java6/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/jersey2-java8/pom.xml
#	samples/client/petstore/java/jersey2-java8/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/jersey2/pom.xml
#	samples/client/petstore/java/jersey2/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/native/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/okhttp-gson-parcelableModel/build.gradle
#	samples/client/petstore/java/okhttp-gson-parcelableModel/build.sbt
#	samples/client/petstore/java/okhttp-gson-parcelableModel/pom.xml
#	samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/JSON.java
#	samples/client/petstore/java/okhttp-gson-parcelableModel/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/okhttp-gson/build.gradle
#	samples/client/petstore/java/okhttp-gson/build.sbt
#	samples/client/petstore/java/okhttp-gson/pom.xml
#	samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/JSON.java
#	samples/client/petstore/java/okhttp-gson/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/rest-assured/build.gradle
#	samples/client/petstore/java/rest-assured/build.sbt
#	samples/client/petstore/java/rest-assured/pom.xml
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/JSON.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesAnyType.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesArray.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesBoolean.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesInteger.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesNumber.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesObject.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/AdditionalPropertiesString.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ArrayTest.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/BigCat.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/BigCatAllOf.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Capitalization.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Cat.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/CatAllOf.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Category.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ClassModel.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Client.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Dog.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/DogAllOf.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumArrays.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumClass.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/EnumTest.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/FileSchemaTestClass.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/FormatTest.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/HasOnlyReadOnly.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/MapTest.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClass.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Model200Response.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ModelApiResponse.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ModelReturn.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Name.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/NumberOnly.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Order.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/OuterComposite.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/OuterEnum.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Pet.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/ReadOnlyFirst.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/SpecialModelName.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/Tag.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/TypeHolderDefault.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/TypeHolderExample.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/User.java
#	samples/client/petstore/java/rest-assured/src/main/java/org/openapitools/client/model/XmlItem.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/api/AnotherFakeApiTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/api/FakeApiTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/api/FakeClassnameTags123ApiTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/api/PetApiTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/api/StoreApiTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/api/UserApiTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/AdditionalPropertiesAnyTypeTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/AdditionalPropertiesArrayTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/AdditionalPropertiesBooleanTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/AdditionalPropertiesClassTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/AdditionalPropertiesIntegerTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/AdditionalPropertiesNumberTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/AdditionalPropertiesObjectTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/AdditionalPropertiesStringTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/AnimalTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnlyTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/ArrayOfNumberOnlyTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/ArrayTestTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/CapitalizationTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/CatTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/CategoryTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/ClassModelTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/ClientTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/DogTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/EnumArraysTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/EnumClassTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/EnumTestTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/FileSchemaTestClassTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/FormatTestTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/HasOnlyReadOnlyTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/MapTestTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/MixedPropertiesAndAdditionalPropertiesClassTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/Model200ResponseTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/ModelApiResponseTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/ModelReturnTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/NameTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/NumberOnlyTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/OrderTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/OuterCompositeTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/OuterEnumTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/PetTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/ReadOnlyFirstTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/SpecialModelNameTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/TagTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/TypeHolderDefaultTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/TypeHolderExampleTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/UserTest.java
#	samples/client/petstore/java/rest-assured/src/test/java/org/openapitools/client/model/XmlItemTest.java
#	samples/client/petstore/java/resteasy/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/ApiClient.java
#	samples/client/petstore/java/resttemplate-withXml/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/ApiClient.java
#	samples/client/petstore/java/resttemplate/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/retrofit/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/retrofit2-play24/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/retrofit2-play25/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/retrofit2-play26/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/retrofit2/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/retrofit2rx/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/retrofit2rx2/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/vertx/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/java/webclient/src/main/java/org/openapitools/client/model/Animal.java
#	samples/client/petstore/powershell-experimental/Test1.ps1
#	samples/client/petstore/powershell-experimental/docs/PSPetApi.md
#	samples/client/petstore/powershell-experimental/docs/PSStoreApi.md
#	samples/client/petstore/powershell-experimental/docs/PSUserApi.md
#	samples/client/petstore/powershell-experimental/src/PSPetstore/API/PSPetApi.ps1
#	samples/client/petstore/powershell-experimental/src/PSPetstore/API/PSStoreApi.ps1
#	samples/client/petstore/powershell-experimental/src/PSPetstore/API/PSUserApi.ps1
#	samples/client/petstore/powershell-experimental/src/PSPetstore/Client/PSConfiguration.ps1
#	samples/client/petstore/powershell-experimental/src/PSPetstore/Model/Category.ps1
#	samples/client/petstore/powershell-experimental/src/PSPetstore/Model/Order.ps1
#	samples/client/petstore/powershell-experimental/src/PSPetstore/Model/Pet.ps1
#	samples/client/petstore/powershell-experimental/src/PSPetstore/Model/User.ps1
#	samples/client/petstore/powershell-experimental/src/PSPetstore/PSPetstore.psd1
#	samples/client/petstore/powershell-experimental/src/PSPetstore/PSPetstore.psm1
#	samples/client/petstore/powershell-experimental/src/PSPetstore/Private/PSApiClient.ps1
#	samples/client/petstore/powershell-experimental/tests/Petstore.Tests.ps1
#	samples/client/petstore/python-asyncio/README.md
#	samples/client/petstore/python-asyncio/docs/AnotherFakeApi.md
#	samples/client/petstore/python-asyncio/docs/FakeApi.md
#	samples/client/petstore/python-asyncio/docs/FakeClassnameTags123Api.md
#	samples/client/petstore/python-asyncio/docs/PetApi.md
#	samples/client/petstore/python-asyncio/docs/StoreApi.md
#	samples/client/petstore/python-asyncio/docs/UserApi.md
#	samples/client/petstore/python-asyncio/petstore_api/api_client.py
#	samples/client/petstore/python-asyncio/petstore_api/configuration.py
#	samples/client/petstore/python-asyncio/petstore_api/rest.py
#	samples/client/petstore/python-asyncio/tests/test_pet_api.py
#	samples/client/petstore/python-experimental/README.md
#	samples/client/petstore/python-experimental/docs/AnotherFakeApi.md
#	samples/client/petstore/python-experimental/docs/Child.md
#	samples/client/petstore/python-experimental/docs/FakeApi.md
#	samples/client/petstore/python-experimental/docs/FakeClassnameTags123Api.md
#	samples/client/petstore/python-experimental/docs/Parent.md
#	samples/client/petstore/python-experimental/docs/PetApi.md
#	samples/client/petstore/python-experimental/docs/StoreApi.md
#	samples/client/petstore/python-experimental/docs/UserApi.md
#	samples/client/petstore/python-experimental/petstore_api/api_client.py
#	samples/client/petstore/python-experimental/petstore_api/configuration.py
#	samples/client/petstore/python-experimental/petstore_api/model_utils.py
#	samples/client/petstore/python-experimental/petstore_api/models/animal.py
#	samples/client/petstore/python-experimental/petstore_api/models/cat.py
#	samples/client/petstore/python-experimental/petstore_api/models/child.py
#	samples/client/petstore/python-experimental/petstore_api/models/child_cat.py
#	samples/client/petstore/python-experimental/petstore_api/models/child_dog.py
#	samples/client/petstore/python-experimental/petstore_api/models/child_lizard.py
#	samples/client/petstore/python-experimental/petstore_api/models/dog.py
#	samples/client/petstore/python-experimental/petstore_api/models/grandparent_animal.py
#	samples/client/petstore/python-experimental/petstore_api/models/parent.py
#	samples/client/petstore/python-experimental/petstore_api/models/parent_pet.py
#	samples/client/petstore/python-experimental/petstore_api/rest.py
#	samples/client/petstore/python-experimental/test/test_format_test.py
#	samples/client/petstore/python-experimental/tests/test_api_exception.py
#	samples/client/petstore/python-experimental/tests/test_deserialization.py
#	samples/client/petstore/python-experimental/tests/test_pet_api.py
#	samples/client/petstore/python-tornado/README.md
#	samples/client/petstore/python-tornado/docs/AnotherFakeApi.md
#	samples/client/petstore/python-tornado/docs/FakeApi.md
#	samples/client/petstore/python-tornado/docs/FakeClassnameTags123Api.md
#	samples/client/petstore/python-tornado/docs/PetApi.md
#	samples/client/petstore/python-tornado/docs/StoreApi.md
#	samples/client/petstore/python-tornado/docs/UserApi.md
#	samples/client/petstore/python-tornado/petstore_api/api_client.py
#	samples/client/petstore/python-tornado/petstore_api/configuration.py
#	samples/client/petstore/python-tornado/petstore_api/rest.py
#	samples/client/petstore/python/README.md
#	samples/client/petstore/python/docs/AnotherFakeApi.md
#	samples/client/petstore/python/docs/FakeApi.md
#	samples/client/petstore/python/docs/FakeClassnameTags123Api.md
#	samples/client/petstore/python/docs/PetApi.md
#	samples/client/petstore/python/docs/StoreApi.md
#	samples/client/petstore/python/docs/UserApi.md
#	samples/client/petstore/python/petstore_api/api_client.py
#	samples/client/petstore/python/petstore_api/configuration.py
#	samples/client/petstore/python/petstore_api/rest.py
#	samples/client/petstore/python/test/test_format_test.py
#	samples/client/petstore/python/tests/test_api_exception.py
#	samples/client/petstore/scala-akka/pom.xml
#	samples/client/petstore/scala-akka/src/main/scala/org/openapitools/client/core/Serializers.scala
#	samples/client/petstore/scala-akka/src/main/scala/org/openapitools/client/core/requests.scala
#	samples/client/petstore/spring-cloud-async/src/main/java/org/openapitools/model/Order.java
#	samples/client/petstore/spring-cloud/src/main/java/org/openapitools/model/Order.java
#	samples/client/petstore/spring-stubs/src/main/java/org/openapitools/model/Order.java
#	samples/client/petstore/swift4/default/.openapi-generator/VERSION
#	samples/client/petstore/swift4/default/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift4/default/README.md
#	samples/client/petstore/swift4/nonPublicApi/.openapi-generator/VERSION
#	samples/client/petstore/swift4/nonPublicApi/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift4/nonPublicApi/README.md
#	samples/client/petstore/swift4/objcCompatible/.openapi-generator/VERSION
#	samples/client/petstore/swift4/objcCompatible/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift4/objcCompatible/README.md
#	samples/client/petstore/swift4/promisekitLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift4/promisekitLibrary/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift4/promisekitLibrary/README.md
#	samples/client/petstore/swift4/resultLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift4/resultLibrary/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift4/resultLibrary/README.md
#	samples/client/petstore/swift4/rxswiftLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift4/rxswiftLibrary/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift4/rxswiftLibrary/README.md
#	samples/client/petstore/swift4/unwrapRequired/.openapi-generator/VERSION
#	samples/client/petstore/swift4/unwrapRequired/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift4/unwrapRequired/README.md
#	samples/client/petstore/swift5/alamofireLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/alamofireLibrary/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/APIs.swift
#	samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/CodableHelper.swift
#	samples/client/petstore/swift5/alamofireLibrary/PetstoreClient/Classes/OpenAPIs/Models.swift
#	samples/client/petstore/swift5/alamofireLibrary/README.md
#	samples/client/petstore/swift5/combineLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/combineLibrary/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift5/combineLibrary/PetstoreClient/Classes/OpenAPIs/APIs.swift
#	samples/client/petstore/swift5/combineLibrary/PetstoreClient/Classes/OpenAPIs/CodableHelper.swift
#	samples/client/petstore/swift5/combineLibrary/PetstoreClient/Classes/OpenAPIs/Models.swift
#	samples/client/petstore/swift5/combineLibrary/PetstoreClient/Classes/OpenAPIs/URLSessionImplementations.swift
#	samples/client/petstore/swift5/combineLibrary/README.md
#	samples/client/petstore/swift5/default/.openapi-generator/VERSION
#	samples/client/petstore/swift5/default/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift5/default/PetstoreClient/Classes/OpenAPIs/APIs.swift
#	samples/client/petstore/swift5/default/PetstoreClient/Classes/OpenAPIs/CodableHelper.swift
#	samples/client/petstore/swift5/default/PetstoreClient/Classes/OpenAPIs/Models.swift
#	samples/client/petstore/swift5/default/PetstoreClient/Classes/OpenAPIs/URLSessionImplementations.swift
#	samples/client/petstore/swift5/default/README.md
#	samples/client/petstore/swift5/nonPublicApi/.openapi-generator/VERSION
#	samples/client/petstore/swift5/nonPublicApi/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift5/nonPublicApi/PetstoreClient/Classes/OpenAPIs/APIs.swift
#	samples/client/petstore/swift5/nonPublicApi/PetstoreClient/Classes/OpenAPIs/CodableHelper.swift
#	samples/client/petstore/swift5/nonPublicApi/PetstoreClient/Classes/OpenAPIs/Models.swift
#	samples/client/petstore/swift5/nonPublicApi/PetstoreClient/Classes/OpenAPIs/URLSessionImplementations.swift
#	samples/client/petstore/swift5/nonPublicApi/README.md
#	samples/client/petstore/swift5/objcCompatible/.openapi-generator/VERSION
#	samples/client/petstore/swift5/objcCompatible/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift5/objcCompatible/PetstoreClient/Classes/OpenAPIs/APIs.swift
#	samples/client/petstore/swift5/objcCompatible/PetstoreClient/Classes/OpenAPIs/CodableHelper.swift
#	samples/client/petstore/swift5/objcCompatible/PetstoreClient/Classes/OpenAPIs/Models.swift
#	samples/client/petstore/swift5/objcCompatible/PetstoreClient/Classes/OpenAPIs/URLSessionImplementations.swift
#	samples/client/petstore/swift5/objcCompatible/README.md
#	samples/client/petstore/swift5/promisekitLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/promisekitLibrary/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift5/promisekitLibrary/PetstoreClient/Classes/OpenAPIs/APIs.swift
#	samples/client/petstore/swift5/promisekitLibrary/PetstoreClient/Classes/OpenAPIs/CodableHelper.swift
#	samples/client/petstore/swift5/promisekitLibrary/PetstoreClient/Classes/OpenAPIs/Models.swift
#	samples/client/petstore/swift5/promisekitLibrary/PetstoreClient/Classes/OpenAPIs/URLSessionImplementations.swift
#	samples/client/petstore/swift5/promisekitLibrary/README.md
#	samples/client/petstore/swift5/readonlyProperties/docs/Tag.md
#	samples/client/petstore/swift5/resultLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient/Classes/OpenAPIs/APIs.swift
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient/Classes/OpenAPIs/APIs/AnotherFakeAPI.swift
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient/Classes/OpenAPIs/APIs/FakeAPI.swift
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient/Classes/OpenAPIs/APIs/FakeClassnameTags123API.swift
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient/Classes/OpenAPIs/APIs/PetAPI.swift
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient/Classes/OpenAPIs/APIs/StoreAPI.swift
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient/Classes/OpenAPIs/APIs/UserAPI.swift
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient/Classes/OpenAPIs/CodableHelper.swift
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient/Classes/OpenAPIs/Models.swift
#	samples/client/petstore/swift5/resultLibrary/PetstoreClient/Classes/OpenAPIs/URLSessionImplementations.swift
#	samples/client/petstore/swift5/resultLibrary/README.md
#	samples/client/petstore/swift5/rxswiftLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/rxswiftLibrary/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift5/rxswiftLibrary/PetstoreClient/Classes/OpenAPIs/APIs.swift
#	samples/client/petstore/swift5/rxswiftLibrary/PetstoreClient/Classes/OpenAPIs/CodableHelper.swift
#	samples/client/petstore/swift5/rxswiftLibrary/PetstoreClient/Classes/OpenAPIs/Models.swift
#	samples/client/petstore/swift5/rxswiftLibrary/PetstoreClient/Classes/OpenAPIs/URLSessionImplementations.swift
#	samples/client/petstore/swift5/rxswiftLibrary/README.md
#	samples/client/petstore/swift5/urlsessionLibrary/.openapi-generator/VERSION
#	samples/client/petstore/swift5/urlsessionLibrary/PetstoreClient.xcodeproj/project.pbxproj
#	samples/client/petstore/swift5/urlsessionLibrary/PetstoreClient/Classes/OpenAPIs/APIs.swift
#	samples/client/petstore/swift5/urlsessionLibrary/PetstoreClient/Classes/OpenAPIs/CodableHelper.swift
#	samples/client/petstore/swift5/urlsessionLibrary/PetstoreClient/Classes/OpenAPIs/Models.swift
#	samples/client/petstore/swift5/urlsessionLibrary/PetstoreClient/Classes/OpenAPIs/URLSessionImplementations.swift
#	samples/client/petstore/swift5/urlsessionLibrary/README.md
#	samples/client/petstore/typescript-angular-v2/default/README.md
#	samples/client/petstore/typescript-angular-v2/npm/README.md
#	samples/client/petstore/typescript-angular-v2/with-interfaces/README.md
#	samples/client/petstore/typescript-angular-v4.3/npm/README.md
#	samples/client/petstore/typescript-angular-v4/npm/README.md
#	samples/client/petstore/typescript-angular-v6-not-provided-in-root/builds/default/README.md
#	samples/client/petstore/typescript-angular-v6-not-provided-in-root/builds/with-npm/README.md
#	samples/client/petstore/typescript-angular-v6-provided-in-root/builds/default/README.md
#	samples/client/petstore/typescript-angular-v6-provided-in-root/builds/with-npm/README.md
#	samples/client/petstore/typescript-angular-v7-not-provided-in-root/builds/default/README.md
#	samples/client/petstore/typescript-angular-v7-not-provided-in-root/builds/with-npm/README.md
#	samples/client/petstore/typescript-angular-v7-provided-in-root/builds/default/README.md
#	samples/client/petstore/typescript-angular-v7-provided-in-root/builds/with-npm/README.md
#	samples/client/petstore/typescript-angular-v8-provided-in-root/builds/single-request-parameter/README.md
#	samples/client/petstore/typescript-angular-v8-provided-in-root/builds/with-npm/README.md
#	samples/client/petstore/typescript-angular-v8-provided-in-root/builds/with-prefixed-module-name/README.md
#	samples/client/petstore/typescript-axios/builds/default/.gitignore
#	samples/client/petstore/typescript-axios/builds/default/api.ts
#	samples/client/petstore/typescript-axios/builds/default/configuration.ts
#	samples/client/petstore/typescript-axios/builds/es6-target/.gitignore
#	samples/client/petstore/typescript-axios/builds/es6-target/api.ts
#	samples/client/petstore/typescript-axios/builds/es6-target/configuration.ts
#	samples/client/petstore/typescript-axios/builds/es6-target/package.json
#	samples/client/petstore/typescript-axios/builds/with-complex-headers/.gitignore
#	samples/client/petstore/typescript-axios/builds/with-complex-headers/api.ts
#	samples/client/petstore/typescript-axios/builds/with-complex-headers/configuration.ts
#	samples/client/petstore/typescript-axios/builds/with-interfaces/.gitignore
#	samples/client/petstore/typescript-axios/builds/with-interfaces/api.ts
#	samples/client/petstore/typescript-axios/builds/with-interfaces/configuration.ts
#	samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/.gitignore
#	samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/api/another/level/pet-api.ts
#	samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/api/another/level/store-api.ts
#	samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/api/another/level/user-api.ts
#	samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/configuration.ts
#	samples/client/petstore/typescript-axios/builds/with-npm-version-and-separate-models-and-api/package.json
#	samples/client/petstore/typescript-axios/builds/with-npm-version/.gitignore
#	samples/client/petstore/typescript-axios/builds/with-npm-version/api.ts
#	samples/client/petstore/typescript-axios/builds/with-npm-version/configuration.ts
#	samples/client/petstore/typescript-axios/builds/with-npm-version/package.json
#	samples/client/petstore/typescript-fetch/builds/default/apis/PetApi.ts
#	samples/client/petstore/typescript-fetch/builds/default/apis/StoreApi.ts
#	samples/client/petstore/typescript-fetch/builds/default/apis/UserApi.ts
#	samples/client/petstore/typescript-fetch/builds/default/runtime.ts
#	samples/client/petstore/typescript-fetch/builds/es6-target/src/apis/PetApi.ts
#	samples/client/petstore/typescript-fetch/builds/es6-target/src/apis/StoreApi.ts
#	samples/client/petstore/typescript-fetch/builds/es6-target/src/apis/UserApi.ts
#	samples/client/petstore/typescript-fetch/builds/es6-target/src/runtime.ts
#	samples/client/petstore/typescript-fetch/builds/multiple-parameters/apis/PetApi.ts
#	samples/client/petstore/typescript-fetch/builds/multiple-parameters/apis/StoreApi.ts
#	samples/client/petstore/typescript-fetch/builds/multiple-parameters/apis/UserApi.ts
#	samples/client/petstore/typescript-fetch/builds/multiple-parameters/runtime.ts
#	samples/client/petstore/typescript-fetch/builds/prefix-parameter-interfaces/src/apis/PetApi.ts
#	samples/client/petstore/typescript-fetch/builds/prefix-parameter-interfaces/src/apis/StoreApi.ts
#	samples/client/petstore/typescript-fetch/builds/prefix-parameter-interfaces/src/apis/UserApi.ts
#	samples/client/petstore/typescript-fetch/builds/prefix-parameter-interfaces/src/runtime.ts
#	samples/client/petstore/typescript-fetch/builds/typescript-three-plus/src/apis/PetApi.ts
#	samples/client/petstore/typescript-fetch/builds/typescript-three-plus/src/apis/StoreApi.ts
#	samples/client/petstore/typescript-fetch/builds/typescript-three-plus/src/apis/UserApi.ts
#	samples/client/petstore/typescript-fetch/builds/typescript-three-plus/src/runtime.ts
#	samples/client/petstore/typescript-fetch/builds/with-interfaces/apis/PetApi.ts
#	samples/client/petstore/typescript-fetch/builds/with-interfaces/apis/StoreApi.ts
#	samples/client/petstore/typescript-fetch/builds/with-interfaces/apis/UserApi.ts
#	samples/client/petstore/typescript-fetch/builds/with-interfaces/runtime.ts
#	samples/client/petstore/typescript-fetch/builds/with-npm-version/src/apis/PetApi.ts
#	samples/client/petstore/typescript-fetch/builds/with-npm-version/src/apis/StoreApi.ts
#	samples/client/petstore/typescript-fetch/builds/with-npm-version/src/apis/UserApi.ts
#	samples/client/petstore/typescript-fetch/builds/with-npm-version/src/runtime.ts
#	samples/client/test/swift5/default/.openapi-generator/VERSION
#	samples/client/test/swift5/default/README.md
#	samples/client/test/swift5/default/TestClient.xcodeproj/project.pbxproj
#	samples/client/test/swift5/default/TestClient.xcodeproj/project.xcworkspace/contents.xcworkspacedata
#	samples/client/test/swift5/default/TestClient.xcodeproj/xcshareddata/xcschemes/TestClient.xcscheme
#	samples/client/test/swift5/default/TestClient/Classes/OpenAPIs/APIs.swift
#	samples/client/test/swift5/default/TestClient/Classes/OpenAPIs/CodableHelper.swift
#	samples/client/test/swift5/default/TestClient/Classes/OpenAPIs/Models.swift
#	samples/client/test/swift5/default/TestClient/Classes/OpenAPIs/URLSessionImplementations.swift
#	samples/openapi3/client/petstore/scala-akka/src/test/scala/PetApiTest.scala
@MiguelFranken MiguelFranken marked this pull request as ready for review May 1, 2020 18:23
@MiguelFranken MiguelFranken merged commit 49f17a5 into master May 1, 2020
@MiguelFranken MiguelFranken deleted the update-fork branch May 1, 2020 18:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet