mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-09 03:56:09 +00:00
[Inline model resolver] better handling of inline responses and bug fixes (#12353)
* better handling of inline response schemas, bug fixes * update samples * add new files * better code format * remove unused ruby files * fix java test * remove unused js spec files * remove inline_response_default_test.dart * fix webclient tests * fix spring tests
This commit is contained in:
@@ -31,6 +31,7 @@ docs/EquilateralTriangle.md
|
||||
docs/File.md
|
||||
docs/FileSchemaTestClass.md
|
||||
docs/Foo.md
|
||||
docs/FooGetDefaultResponse.md
|
||||
docs/FormatTest.md
|
||||
docs/Fruit.md
|
||||
docs/FruitReq.md
|
||||
@@ -38,7 +39,6 @@ docs/GmFruit.md
|
||||
docs/GrandparentAnimal.md
|
||||
docs/HasOnlyReadOnly.md
|
||||
docs/HealthCheckResult.md
|
||||
docs/InlineResponseDefault.md
|
||||
docs/IsoscelesTriangle.md
|
||||
docs/List.md
|
||||
docs/Mammal.md
|
||||
@@ -116,6 +116,7 @@ src/PSPetstore/Model/EquilateralTriangle.ps1
|
||||
src/PSPetstore/Model/File.ps1
|
||||
src/PSPetstore/Model/FileSchemaTestClass.ps1
|
||||
src/PSPetstore/Model/Foo.ps1
|
||||
src/PSPetstore/Model/FooGetDefaultResponse.ps1
|
||||
src/PSPetstore/Model/FormatTest.ps1
|
||||
src/PSPetstore/Model/Fruit.ps1
|
||||
src/PSPetstore/Model/FruitReq.ps1
|
||||
@@ -123,7 +124,6 @@ src/PSPetstore/Model/GmFruit.ps1
|
||||
src/PSPetstore/Model/GrandparentAnimal.ps1
|
||||
src/PSPetstore/Model/HasOnlyReadOnly.ps1
|
||||
src/PSPetstore/Model/HealthCheckResult.ps1
|
||||
src/PSPetstore/Model/InlineResponseDefault.ps1
|
||||
src/PSPetstore/Model/IsoscelesTriangle.ps1
|
||||
src/PSPetstore/Model/List.ps1
|
||||
src/PSPetstore/Model/Mammal.ps1
|
||||
|
||||
Reference in New Issue
Block a user