William Cheng 6788f43af0
Better handling of Inline schema (#15682)
* skip allOf inline subschema created as $ref

* add option for fallback

* add back atleastonemodel

* add log

* update java, kotlin, js samples

* update tests

* fix native client test

* fix java client errors by regenerating test files

* clean up python

* clean up powershell

* clean up php

* clean up ruby

* update erlang, elixir

* update dart samples

* update ts samples

* update r, go samples

* update perl

* update swift

* add back files

* add back files

* remove outdated test files

* fix test
2023-06-11 15:35:58 +08:00

71 lines
1.1 KiB
Plaintext

.Rbuildignore
.github/workflows/r-client.yaml
.gitignore
.lintr
.travis.yml
DESCRIPTION
NAMESPACE
R/allof_tag_api_response.R
R/animal.R
R/any_of_pig.R
R/any_of_primitive_type_test.R
R/api_client.R
R/api_exception.R
R/api_response.R
R/basque_pig.R
R/cat.R
R/category.R
R/danish_pig.R
R/date.R
R/dog.R
R/fake_api.R
R/format_test.R
R/mammal.R
R/model_api_response.R
R/nested_one_of.R
R/one_of_primitive_type_test.R
R/order.R
R/pet.R
R/pet_api.R
R/petstore_api.R
R/pig.R
R/special.R
R/store_api.R
R/tag.R
R/update_pet_request.R
R/user.R
R/user_api.R
R/whale.R
R/zebra.R
README.md
docs/AllofTagApiResponse.md
docs/Animal.md
docs/AnyOfPig.md
docs/AnyOfPrimitiveTypeTest.md
docs/BasquePig.md
docs/Cat.md
docs/Category.md
docs/DanishPig.md
docs/Date.md
docs/Dog.md
docs/FakeApi.md
docs/FormatTest.md
docs/Mammal.md
docs/ModelApiResponse.md
docs/NestedOneOf.md
docs/OneOfPrimitiveTypeTest.md
docs/Order.md
docs/Pet.md
docs/PetApi.md
docs/Pig.md
docs/Special.md
docs/StoreApi.md
docs/Tag.md
docs/UpdatePetRequest.md
docs/User.md
docs/UserApi.md
docs/Whale.md
docs/Zebra.md
git_push.sh
tests/testthat.R