diff --git a/bin/utils/test_file_list.yaml b/bin/utils/test_file_list.yaml index 68bf0874cceb..fbabb57e270e 100644 --- a/bin/utils/test_file_list.yaml +++ b/bin/utils/test_file_list.yaml @@ -31,10 +31,10 @@ sha256: 24c6a39a9d7327d397dc038c368a19c84f14ed96a69fe28d53719b3eaf0a725c - filename: "samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/api/PetApiTest.java" sha256: 5e9f471d34310f94895751bb96cc79583376f043593c3a387c82077c70f8102f -- filename: "samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/model/MammalTest.java" - sha256: 67a9e63e13ebddac21cb236aa015edce30f5d3bd8d6adcf50044cad00d48c45e -- filename: "samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/model/ZebraTest.java" - sha256: 15eeb6d8a9a79d0f1930b861540d9c5780d6c49ea4fdb68269ac3e7ec481e142 +- filename: "samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/MammalTest.java" + sha256: a09c120b694788b12f8d73cc0dd307e509ee1744b2ff45c5711b1186c419f915 +- filename: "samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/ZebraTest.java" + sha256: 15e509d8cb8e9b050c6418cfbf8a5dced9acc97cf29e5727da9f907c52d11f1e - filename: "samples/client/petstore/java/okhttp-gson-3.1/src/test/java/org/openapitools/client/api/PetApiTest.java" sha256: d8f7fff724f81e666daf115cc25f8347e1fda4e861aa30df0dae3fa50c91404c - filename: "samples/client/petstore/java/okhttp-gson-dynamicOperations/src/test/java/org/openapitools/client/api/PetApiTest.java" diff --git a/samples/client/petstore/java/jersey2-java8/docs/AnimalFarm.md b/samples/client/petstore/java/jersey2-java8/docs/AnimalFarm.md deleted file mode 100644 index c7c7f1ddcce6..000000000000 --- a/samples/client/petstore/java/jersey2-java8/docs/AnimalFarm.md +++ /dev/null @@ -1,9 +0,0 @@ - -# AnimalFarm - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - - - diff --git a/samples/client/petstore/java/jersey2-java8/docs/StringBooleanMap.md b/samples/client/petstore/java/jersey2-java8/docs/StringBooleanMap.md deleted file mode 100644 index cac7afc80e07..000000000000 --- a/samples/client/petstore/java/jersey2-java8/docs/StringBooleanMap.md +++ /dev/null @@ -1,9 +0,0 @@ - -# StringBooleanMap - -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- - - - diff --git a/samples/client/petstore/java/jersey3/docs/InlineObject.md b/samples/client/petstore/java/jersey3/docs/InlineObject.md deleted file mode 100644 index 999fe3ef00ad..000000000000 --- a/samples/client/petstore/java/jersey3/docs/InlineObject.md +++ /dev/null @@ -1,13 +0,0 @@ - - -# InlineObject - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | **String** | Updated name of the pet | [optional] -**status** | **String** | Updated status of the pet | [optional] - - - diff --git a/samples/client/petstore/java/jersey3/docs/InlineObject1.md b/samples/client/petstore/java/jersey3/docs/InlineObject1.md deleted file mode 100644 index 10cc19ce03ce..000000000000 --- a/samples/client/petstore/java/jersey3/docs/InlineObject1.md +++ /dev/null @@ -1,13 +0,0 @@ - - -# InlineObject1 - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**additionalMetadata** | **String** | Additional data to pass to server | [optional] -**file** | **File** | file to upload | [optional] - - - diff --git a/samples/client/petstore/java/jersey3/docs/InlineObject2.md b/samples/client/petstore/java/jersey3/docs/InlineObject2.md deleted file mode 100644 index 7e4ed7591c2a..000000000000 --- a/samples/client/petstore/java/jersey3/docs/InlineObject2.md +++ /dev/null @@ -1,32 +0,0 @@ - - -# InlineObject2 - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**enumFormStringArray** | [**List<EnumFormStringArrayEnum>**](#List<EnumFormStringArrayEnum>) | Form parameter enum test (string array) | [optional] -**enumFormString** | [**EnumFormStringEnum**](#EnumFormStringEnum) | Form parameter enum test (string) | [optional] - - - -## Enum: List<EnumFormStringArrayEnum> - -Name | Value ----- | ----- -GREATER_THAN | ">" -DOLLAR | "$" - - - -## Enum: EnumFormStringEnum - -Name | Value ----- | ----- -_ABC | "_abc" -_EFG | "-efg" -_XYZ_ | "(xyz)" - - - diff --git a/samples/client/petstore/java/jersey3/docs/InlineObject3.md b/samples/client/petstore/java/jersey3/docs/InlineObject3.md deleted file mode 100644 index fef7fdf80327..000000000000 --- a/samples/client/petstore/java/jersey3/docs/InlineObject3.md +++ /dev/null @@ -1,25 +0,0 @@ - - -# InlineObject3 - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**integer** | **Integer** | None | [optional] -**int32** | **Integer** | None | [optional] -**int64** | **Long** | None | [optional] -**number** | **BigDecimal** | None | -**_float** | **Float** | None | [optional] -**_double** | **Double** | None | -**string** | **String** | None | [optional] -**patternWithoutDelimiter** | **String** | None | -**_byte** | **byte[]** | None | -**binary** | **File** | None | [optional] -**date** | **LocalDate** | None | [optional] -**dateTime** | **OffsetDateTime** | None | [optional] -**password** | **String** | None | [optional] -**callback** | **String** | None | [optional] - - - diff --git a/samples/client/petstore/java/jersey3/docs/InlineObject4.md b/samples/client/petstore/java/jersey3/docs/InlineObject4.md deleted file mode 100644 index 5ebef872403a..000000000000 --- a/samples/client/petstore/java/jersey3/docs/InlineObject4.md +++ /dev/null @@ -1,13 +0,0 @@ - - -# InlineObject4 - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**param** | **String** | field1 | -**param2** | **String** | field2 | - - - diff --git a/samples/client/petstore/java/jersey3/docs/InlineObject5.md b/samples/client/petstore/java/jersey3/docs/InlineObject5.md deleted file mode 100644 index ec5d4309f4d0..000000000000 --- a/samples/client/petstore/java/jersey3/docs/InlineObject5.md +++ /dev/null @@ -1,13 +0,0 @@ - - -# InlineObject5 - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**additionalMetadata** | **String** | Additional data to pass to server | [optional] -**requiredFile** | **File** | file to upload | - - - diff --git a/samples/client/petstore/java/jersey3/docs/InlineResponseDefault.md b/samples/client/petstore/java/jersey3/docs/InlineResponseDefault.md deleted file mode 100644 index 41cadb0373c2..000000000000 --- a/samples/client/petstore/java/jersey3/docs/InlineResponseDefault.md +++ /dev/null @@ -1,13 +0,0 @@ - - -# InlineResponseDefault - - -## Properties - -| Name | Type | Description | Notes | -|------------ | ------------- | ------------- | -------------| -|**string** | [**Foo**](Foo.md) | | [optional] | - - - diff --git a/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/MammalTest.java b/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/MammalTest.java new file mode 100644 index 000000000000..756af3599750 --- /dev/null +++ b/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/MammalTest.java @@ -0,0 +1,129 @@ +/* + * OpenAPI Petstore + * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ + * + * The version of the OpenAPI document: 1.0.0 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package org.openapitools.client; + +import com.fasterxml.jackson.annotation.JsonIgnoreProperties; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonSubTypes; +import com.fasterxml.jackson.annotation.JsonTypeInfo; +import com.fasterxml.jackson.annotation.JsonTypeName; +import com.fasterxml.jackson.annotation.JsonValue; +import org.openapitools.client.JSON; +import org.openapitools.client.model.*; + +import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for Mammal + */ +public class MammalTest { + private final Mammal model = new Mammal(); + + /** + * Model tests for Mammal + */ + @Test + public void testMammal() throws Exception { + Mammal m = new Mammal(); + Zebra z = new Zebra(); + z.setType(Zebra.TypeEnum.MOUNTAIN); + z.setClassName("zebra"); + m.setActualInstance(z); + Assertions.assertEquals(JSON.getDefault().getMapper().writeValueAsString(m), "{\"type\":\"mountain\",\"className\":\"zebra\"}"); + } + + /** + * Model tests for getActualInstanceRecursively + */ + @Test + public void testGetActualInstanceRecursively() throws Exception { + Mammal m = new Mammal(); + Pig p = new Pig(); + DanishPig dp = new DanishPig(); + dp.setClassName("danish_pig"); + p.setActualInstance(dp); + m.setActualInstance(p); + Assertions.assertTrue(m.getActualInstanceRecursively() instanceof DanishPig); + + Pig p2 = new Pig(); + m.setActualInstance(p2); + Assertions.assertEquals(m.getActualInstanceRecursively(), null); + } + + /** + * Test the property 'hasBaleen' + */ + @Test + public void hasBaleenTest() { + // TODO: test hasBaleen + } + + /** + * Test the property 'hasTeeth' + */ + @Test + public void hasTeethTest() { + // TODO: test hasTeeth + } + + /** + * Test the property 'className' + */ + @Test + public void classNameTest() { + // TODO: test className + } + + /** + * Test the property 'type' + */ + @Test + public void typeTest() { + // TODO: test type + } + + /** + * Test code sample + */ + @Test + public void codeSampleTest() { + Mammal exampleMammal = new Mammal(); + + // create a new Pig + Pig examplePig = new Pig(); + // set Mammal to Pig + exampleMammal.setActualInstance(examplePig); + // to get back the Pig set earlier + Pig testPig = (Pig) exampleMammal.getActualInstance(); + + // create a new Whale + Whale exampleWhale = new Whale(); + // set Mammal to Whale + exampleMammal.setActualInstance(exampleWhale); + // to get back the Whale set earlier + Whale testWhale = (Whale) exampleMammal.getActualInstance(); + + // create a new Zebra + Zebra exampleZebra = new Zebra(); + // set Mammal to Zebra + exampleMammal.setActualInstance(exampleZebra); + // to get back the Zebra set earlier + Zebra testZebra = (Zebra) exampleMammal.getActualInstance(); + } + +} diff --git a/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/ZebraTest.java b/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/ZebraTest.java new file mode 100644 index 000000000000..9434af897d73 --- /dev/null +++ b/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/ZebraTest.java @@ -0,0 +1,102 @@ +/* + * OpenAPI Petstore + * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ + * + * The version of the OpenAPI document: 1.0.0 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package org.openapitools.client; + +import com.fasterxml.jackson.databind.type.MapType; +import com.fasterxml.jackson.databind.type.TypeFactory; +import com.fasterxml.jackson.core.type.TypeReference; +import com.fasterxml.jackson.annotation.JsonInclude; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.annotation.JsonCreator; +import com.fasterxml.jackson.annotation.JsonTypeName; +import com.fasterxml.jackson.annotation.JsonValue; + +import java.util.HashMap; +import java.util.Map; + +import org.openapitools.client.JSON; + +import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; +import org.openapitools.client.model.Zebra; + +/** + * Model tests for Zebra + */ +public class ZebraTest { + private final Zebra model = new Zebra(); + + /** + * Model tests for Zebra + */ + @Test + public void testZebra() { + Zebra z = new Zebra(); + z.setClassName("zebra"); + Map m = new HashMap<>(); + z.putAdditionalProperty("key1", "value1"); + z.putAdditionalProperty("key2", 12321); + z.setType(Zebra.TypeEnum.MOUNTAIN); + + JSON j = new JSON(); + try { + // serialize + Assertions.assertEquals(j.getMapper().writeValueAsString(z), "{\"type\":\"mountain\",\"className\":\"zebra\",\"key1\":\"value1\",\"key2\":12321}"); + + // deserialize + String zebraJson = "{\"type\":\"mountain\",\"className\":\"zebra\",\"key1\":\"value1\",\"key2\":12321}"; + Zebra zebraFromJson = j.getMapper().readValue(zebraJson, Zebra.class); + Assertions.assertEquals(zebraFromJson.getType(), Zebra.TypeEnum.MOUNTAIN); + Assertions.assertEquals(zebraFromJson.getClassName(), "zebra"); + Assertions.assertEquals(zebraFromJson.getAdditionalProperties().size(), 2); + Assertions.assertEquals(zebraFromJson.getAdditionalProperty("key1"), "value1"); + Assertions.assertEquals(zebraFromJson.getAdditionalProperty("key2"), 12321); + } catch (Exception ex) { + Assertions.assertEquals(true, false); // exception shouldn't be thrown + } + } + + /** + * Test the property 'type' + */ + @Test + public void typeTest() { + String zebraJson = "{\"type\":\"mountain\",\"className\":\"zebra\",\"key1\":\"value1\",\"key2\":12321}"; + + JSON j = new JSON(); + TypeFactory typeFactory = j.getMapper().getTypeFactory(); + MapType mapType = typeFactory.constructMapType(HashMap.class, String.class, Object.class); + try { + HashMap map = j.getMapper().readValue(zebraJson, mapType); + Assertions.assertEquals(map.get("type"), "mountain"); + + Map result = + j.getMapper().readValue(zebraJson, new TypeReference>() {}); + + Assertions.assertEquals(result.get("type"), "mountain"); + } catch (Exception ex) { + Assertions.assertEquals(true, false); // exception shouldn't be thrown + } + } + + /** + * Test the property 'className' + */ + @Test + public void classNameTest() { + // TODO: test className + } + +} diff --git a/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/model/MammalTest.java b/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/model/MammalTest.java index 99a348ca642b..8bafe09601bd 100644 --- a/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/model/MammalTest.java +++ b/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/model/MammalTest.java @@ -21,7 +21,7 @@ import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; -import org.openapitools.client.JSON; +import java.util.Arrays; import org.openapitools.client.model.Pig; import org.openapitools.client.model.Whale; import org.openapitools.client.model.Zebra; @@ -40,31 +40,8 @@ public class MammalTest { * Model tests for Mammal */ @Test - public void testMammal() throws Exception { - Mammal m = new Mammal(); - Zebra z = new Zebra(); - z.setType(Zebra.TypeEnum.MOUNTAIN); - z.setClassName("zebra"); - m.setActualInstance(z); - Assertions.assertEquals(JSON.getDefault().getMapper().writeValueAsString(m), "{\"type\":\"mountain\",\"className\":\"zebra\"}"); - } - - /** - * Model tests for getActualInstanceRecursively - */ - @Test - public void testGetActualInstanceRecursively() throws Exception { - Mammal m = new Mammal(); - Pig p = new Pig(); - DanishPig dp = new DanishPig(); - dp.setClassName("danish_pig"); - p.setActualInstance(dp); - m.setActualInstance(p); - Assertions.assertTrue(m.getActualInstanceRecursively() instanceof DanishPig); - - Pig p2 = new Pig(); - m.setActualInstance(p2); - Assertions.assertEquals(m.getActualInstanceRecursively(), null); + public void testMammal() { + // TODO: test Mammal } /** @@ -99,33 +76,4 @@ public void typeTest() { // TODO: test type } - /** - * Test code sample - */ - @Test - public void codeSampleTest() { - Mammal exampleMammal = new Mammal(); - - // create a new Pig - Pig examplePig = new Pig(); - // set Mammal to Pig - exampleMammal.setActualInstance(examplePig); - // to get back the Pig set earlier - Pig testPig = (Pig) exampleMammal.getActualInstance(); - - // create a new Whale - Whale exampleWhale = new Whale(); - // set Mammal to Whale - exampleMammal.setActualInstance(exampleWhale); - // to get back the Whale set earlier - Whale testWhale = (Whale) exampleMammal.getActualInstance(); - - // create a new Zebra - Zebra exampleZebra = new Zebra(); - // set Mammal to Zebra - exampleMammal.setActualInstance(exampleZebra); - // to get back the Zebra set earlier - Zebra testZebra = (Zebra) exampleMammal.getActualInstance(); - } - } diff --git a/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/model/ZebraTest.java b/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/model/ZebraTest.java index 509747319772..7780a07a9ec1 100644 --- a/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/model/ZebraTest.java +++ b/samples/client/petstore/java/jersey3/src/test/java/org/openapitools/client/model/ZebraTest.java @@ -13,19 +13,12 @@ package org.openapitools.client.model; -import com.fasterxml.jackson.databind.type.MapType; -import com.fasterxml.jackson.databind.type.TypeFactory; -import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.annotation.JsonValue; - -import java.util.HashMap; -import java.util.Map; - -import org.openapitools.client.JSON; +import java.util.Arrays; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Disabled; @@ -42,29 +35,7 @@ public class ZebraTest { */ @Test public void testZebra() { - Zebra z = new Zebra(); - z.setClassName("zebra"); - Map m = new HashMap<>(); - z.putAdditionalProperty("key1", "value1"); - z.putAdditionalProperty("key2", 12321); - z.setType(Zebra.TypeEnum.MOUNTAIN); - - JSON j = new JSON(); - try { - // serialize - Assertions.assertEquals(j.getMapper().writeValueAsString(z), "{\"type\":\"mountain\",\"className\":\"zebra\",\"key1\":\"value1\",\"key2\":12321}"); - - // deserialize - String zebraJson = "{\"type\":\"mountain\",\"className\":\"zebra\",\"key1\":\"value1\",\"key2\":12321}"; - Zebra zebraFromJson = j.getMapper().readValue(zebraJson, Zebra.class); - Assertions.assertEquals(zebraFromJson.getType(), Zebra.TypeEnum.MOUNTAIN); - Assertions.assertEquals(zebraFromJson.getClassName(), "zebra"); - Assertions.assertEquals(zebraFromJson.getAdditionalProperties().size(), 2); - Assertions.assertEquals(zebraFromJson.getAdditionalProperty("key1"), "value1"); - Assertions.assertEquals(zebraFromJson.getAdditionalProperty("key2"), 12321); - } catch (Exception ex) { - Assertions.assertEquals(true, false); // exception shouldn't be thrown - } + // TODO: test Zebra } /** @@ -72,22 +43,7 @@ public void testZebra() { */ @Test public void typeTest() { - String zebraJson = "{\"type\":\"mountain\",\"className\":\"zebra\",\"key1\":\"value1\",\"key2\":12321}"; - - JSON j = new JSON(); - TypeFactory typeFactory = j.getMapper().getTypeFactory(); - MapType mapType = typeFactory.constructMapType(HashMap.class, String.class, Object.class); - try { - HashMap map = j.getMapper().readValue(zebraJson, mapType); - Assertions.assertEquals(map.get("type"), "mountain"); - - Map result = - j.getMapper().readValue(zebraJson, new TypeReference>() {}); - - Assertions.assertEquals(result.get("type"), "mountain"); - } catch (Exception ex) { - Assertions.assertEquals(true, false); // exception shouldn't be thrown - } + // TODO: test type } /** diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject.md deleted file mode 100644 index 999fe3ef00ad..000000000000 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject.md +++ /dev/null @@ -1,13 +0,0 @@ - - -# InlineObject - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | **String** | Updated name of the pet | [optional] -**status** | **String** | Updated status of the pet | [optional] - - - diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject1.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject1.md deleted file mode 100644 index 10cc19ce03ce..000000000000 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject1.md +++ /dev/null @@ -1,13 +0,0 @@ - - -# InlineObject1 - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**additionalMetadata** | **String** | Additional data to pass to server | [optional] -**file** | **File** | file to upload | [optional] - - - diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject2.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject2.md deleted file mode 100644 index 7e4ed7591c2a..000000000000 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject2.md +++ /dev/null @@ -1,32 +0,0 @@ - - -# InlineObject2 - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**enumFormStringArray** | [**List<EnumFormStringArrayEnum>**](#List<EnumFormStringArrayEnum>) | Form parameter enum test (string array) | [optional] -**enumFormString** | [**EnumFormStringEnum**](#EnumFormStringEnum) | Form parameter enum test (string) | [optional] - - - -## Enum: List<EnumFormStringArrayEnum> - -Name | Value ----- | ----- -GREATER_THAN | ">" -DOLLAR | "$" - - - -## Enum: EnumFormStringEnum - -Name | Value ----- | ----- -_ABC | "_abc" -_EFG | "-efg" -_XYZ_ | "(xyz)" - - - diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject3.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject3.md deleted file mode 100644 index fef7fdf80327..000000000000 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject3.md +++ /dev/null @@ -1,25 +0,0 @@ - - -# InlineObject3 - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**integer** | **Integer** | None | [optional] -**int32** | **Integer** | None | [optional] -**int64** | **Long** | None | [optional] -**number** | **BigDecimal** | None | -**_float** | **Float** | None | [optional] -**_double** | **Double** | None | -**string** | **String** | None | [optional] -**patternWithoutDelimiter** | **String** | None | -**_byte** | **byte[]** | None | -**binary** | **File** | None | [optional] -**date** | **LocalDate** | None | [optional] -**dateTime** | **OffsetDateTime** | None | [optional] -**password** | **String** | None | [optional] -**callback** | **String** | None | [optional] - - - diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject4.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject4.md deleted file mode 100644 index 5ebef872403a..000000000000 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject4.md +++ /dev/null @@ -1,13 +0,0 @@ - - -# InlineObject4 - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**param** | **String** | field1 | -**param2** | **String** | field2 | - - - diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject5.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject5.md deleted file mode 100644 index ec5d4309f4d0..000000000000 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineObject5.md +++ /dev/null @@ -1,13 +0,0 @@ - - -# InlineObject5 - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**additionalMetadata** | **String** | Additional data to pass to server | [optional] -**requiredFile** | **File** | file to upload | - - - diff --git a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineResponseDefault.md b/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineResponseDefault.md deleted file mode 100644 index 41cadb0373c2..000000000000 --- a/samples/openapi3/client/petstore/java/jersey2-java8/docs/InlineResponseDefault.md +++ /dev/null @@ -1,13 +0,0 @@ - - -# InlineResponseDefault - - -## Properties - -| Name | Type | Description | Notes | -|------------ | ------------- | ------------- | -------------| -|**string** | [**Foo**](Foo.md) | | [optional] | - - -